From 19200ccde08d02f898ec8b7fe3760f65978955c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E5=85=89LG?= Date: Fri, 8 Aug 2025 00:31:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=B7=BB=E5=8A=A0=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=E9=A2=98=E5=87=BA=E9=A2=98=E7=95=8C=E9=9D=A2=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 2 +- .../Setting/children/components/clear.vue | 19 + .../children/components/dictionary.vue | 61 ++- .../Setting/children/components/exception.vue | 98 ++++- .../Setting/children/components/import.vue | 98 +++-- .../Setting/children/components/manage.vue | 157 ++++++- .../Setting/children/components/mouse.vue | 397 +++++++----------- .../children/components/preference.vue | 201 ++++++++- .../Setting/children/components/rewards.vue | 6 + .../Setting/children/components/share.vue | 6 + .../Setting/children/components/split.vue | 20 +- .../Setting/children/components/sync.vue | 150 +++++-- .../Setting/children/components/urlsearch.vue | 8 + src/components/Setting/components/about.vue | 7 + .../Setting/components/assistant.vue | 87 ++-- .../Setting/components/commonLine.vue | 34 +- src/components/Setting/components/cookie.vue | 103 +++-- src/components/Setting/components/default.vue | 22 +- src/components/Setting/components/device.vue | 65 ++- .../Setting/components/download.vue | 38 +- .../Setting/components/kong-template.vue | 1 - .../Setting/components/language.vue | 97 ++++- src/components/Setting/components/newtabs.vue | 104 ++++- src/components/Setting/components/operate.vue | 46 +- src/components/Setting/components/outlook.vue | 150 +++++-- .../Setting/components/personal.vue | 79 +++- src/components/Setting/components/print.vue | 9 + src/components/Setting/components/reset.vue | 24 +- src/components/Setting/components/safe.vue | 25 +- .../Setting/components/security.vue | 154 ++++--- src/components/Setting/components/sidebar.vue | 33 +- src/components/Setting/components/system.vue | 110 ++++- src/components/Setting/index.ts | 44 ++ src/components/Setting/index.vue | 1 - src/store/modules/settings.ts | 15 + src/views/paper/question/EmailForm.vue | 4 +- src/views/paper/question/SettingForm.vue | 270 +----------- src/views/paper/question/index.vue | 5 +- 38 files changed, 1874 insertions(+), 876 deletions(-) create mode 100644 src/components/Setting/index.ts create mode 100644 src/store/modules/settings.ts diff --git a/.env.local b/.env.local index 3576558..8e9004b 100644 --- a/.env.local +++ b/.env.local @@ -4,7 +4,7 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://localhost:48080' +VITE_BASE_URL='http://8.153.195.62:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server diff --git a/src/components/Setting/children/components/clear.vue b/src/components/Setting/children/components/clear.vue index 06be6d4..99f42b7 100644 --- a/src/components/Setting/children/components/clear.vue +++ b/src/components/Setting/children/components/clear.vue @@ -7,6 +7,7 @@