From 4bd9bc4a1f28a3b9a617266ae5e020da374b000e Mon Sep 17 00:00:00 2001 From: thofx Date: Sat, 22 Jul 2023 17:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E5=90=8D?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=E8=AE=BE=E7=BD=AE=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 4 ++-- .../DefaultLayoutWithVerticalNav.vue | 2 +- src/pages/plugin.vue | 2 +- .../{account-setting.vue => setting.vue} | 22 +++++++++---------- src/router/index.ts | 4 ++-- .../PluginCardListView.vue | 0 .../AccountSettingAccount.vue | 0 .../AccountSettingNotification.vue | 0 .../AccountSettingRule.vue | 0 .../AccountSettingSite.vue | 0 .../AccountSettingWords.vue | 0 11 files changed, 17 insertions(+), 17 deletions(-) rename src/pages/{account-setting.vue => setting.vue} (63%) rename src/views/{setting => plugin}/PluginCardListView.vue (100%) rename src/views/{account-setting => setting}/AccountSettingAccount.vue (100%) rename src/views/{account-setting => setting}/AccountSettingNotification.vue (100%) rename src/views/{account-setting => setting}/AccountSettingRule.vue (100%) rename src/views/{account-setting => setting}/AccountSettingSite.vue (100%) rename src/views/{account-setting => setting}/AccountSettingWords.vue (100%) diff --git a/public/manifest.json b/public/manifest.json index 424f8b24..42ed02dd 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -67,7 +67,7 @@ }, { "name": "设置", - "url": "./account-settings", + "url": "./settings", "icons": [ { "src": "./cog-icon-192x192.png", @@ -77,4 +77,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/src/layouts/components/DefaultLayoutWithVerticalNav.vue b/src/layouts/components/DefaultLayoutWithVerticalNav.vue index ee38f73a..7a05010b 100644 --- a/src/layouts/components/DefaultLayoutWithVerticalNav.vue +++ b/src/layouts/components/DefaultLayoutWithVerticalNav.vue @@ -152,7 +152,7 @@ import UserProfile from '@/layouts/components/UserProfile.vue' :item="{ title: '设定', icon: 'mdi-cog', - to: '/account-setting', + to: '/setting', }" /> diff --git a/src/pages/plugin.vue b/src/pages/plugin.vue index 8820ae00..23156a10 100644 --- a/src/pages/plugin.vue +++ b/src/pages/plugin.vue @@ -1,5 +1,5 @@