diff --git a/.gitignore b/.gitignore index 03ff824..35c157d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ eslintrc.cjs node_modules dist dist-ssr +uploadToQiniu.js *.local # Editor directories and files diff --git a/package.json b/package.json index 9b6a1cc..6191f88 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "text-ci", - "version": "0.3.19", + "version": "0.3.2", "private": true, "type": "module", "scripts": { "dev": "vite", - "build": "run-p type-check \"build-only {@}\" -- ", + "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "test:unit": "vitest", "build-only": "vite build", @@ -22,7 +22,6 @@ "naive-ui": "^2.39.0", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.1", - "qiniu": "^7.12.0", "vue": "^3.4.26", "vue-hooks-plus": "^2.2.1", "vue-router": "^4.3.2" @@ -45,8 +44,6 @@ "prettier": "^3.2.5", "tailwindcss": "^3.4.7", "typescript": "~5.4.0", - "unplugin-auto-import": "^0.18.2", - "unplugin-vue-components": "^0.27.4", "vite": "^5.2.11", "vitest": "^1.6.0", "vue-tsc": "^1.8.27" diff --git a/src/pages/DetailInfo/file.vue b/src/pages/DetailInfo/file.vue index 3e2faa7..7a059ac 100644 --- a/src/pages/DetailInfo/file.vue +++ b/src/pages/DetailInfo/file.vue @@ -1,5 +1,5 @@