diff --git a/views/package.json b/views/package.json index 4e31a97d..306949e3 100644 --- a/views/package.json +++ b/views/package.json @@ -23,24 +23,36 @@ "common:prepare": "husky install" }, "dependencies": { + "@efox/emp-vuett": "^1.0.0", + "@rollup/plugin-inject": "^5.0.3", "@traptitech/markdown-it-katex": "^3.6.0", "@vueuse/core": "^9.13.0", + "axios": "^1.3.5", + "crypto-es": "^1.2.7", + "fast-xml-parser": "^4.2.5", "highlight.js": "^11.7.0", "html2canvas": "^1.4.1", + "jquery": "3.6.2", + "js-base64": "^3.7.3", "katex": "^0.16.4", "markdown-it": "^13.0.1", "naive-ui": "^2.34.3", "pinia": "^2.0.33", "qs": "^6.11.1", + "vconsole": "^3.15.1", + "vite-plugin-commonjs": "^0.6.2", + "voice-input-button2": "^1.1.9", "vue": "^3.2.47", "vue-i18n": "^9.2.2", - "vue-router": "^4.1.6" + "vue-router": "^4.2.2", + "vuex": "^4.1.0" }, "devDependencies": { "@antfu/eslint-config": "^0.35.3", "@commitlint/cli": "^17.4.4", "@commitlint/config-conventional": "^17.4.4", "@iconify/vue": "^4.1.0", + "@originjs/vite-plugin-commonjs": "^1.0.3", "@types/crypto-js": "^4.1.1", "@types/katex": "^0.16.0", "@types/markdown-it": "^12.2.3", @@ -56,9 +68,11 @@ "less": "^4.1.3", "lint-staged": "^13.1.2", "markdown-it-link-attributes": "^4.0.1", + "node-sass": "^9.0.0", "npm-run-all": "^4.1.5", "postcss": "^8.4.21", "rimraf": "^4.2.0", + "sass-loader": "^13.3.2", "tailwindcss": "^3.2.7", "typescript": "~4.9.5", "vite": "^4.2.0", diff --git a/views/src/components/common/Setting/General.vue b/views/src/components/common/Setting/General.vue index f96626da..1a87448c 100644 --- a/views/src/components/common/Setting/General.vue +++ b/views/src/components/common/Setting/General.vue @@ -1,7 +1,7 @@