From 73e342c8c38e8309c55fd0974c6112865b3559ae Mon Sep 17 00:00:00 2001 From: fofolee Date: Fri, 6 May 2022 22:52:42 +0800 Subject: [PATCH] =?UTF-8?q?profile=20=E5=85=A8=E5=B1=80=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E6=89=81=E5=B9=B3=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/ConfigurationMenu.vue | 29 ++++++++---------- src/components/quickFeatures/ApiServer.vue | 8 ++--- src/components/quickFeatures/FavFile.vue | 2 +- src/components/quickFeatures/FavUrl.vue | 2 +- .../quickFeatures/PluginNickName.vue | 2 +- src/js/options/defaultProfile.js | 30 ++++++------------- 7 files changed, 28 insertions(+), 47 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6c30ff7..7cee56e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -86,7 +86,7 @@ export default defineComponent({ .quickcommandHttpServer() .run( this.profile.quickFeatures.apiServer.cmd, - this.profile.quickFeatures.apiServer.port + this.profile.apiServerPort ); console.log("Server Start..."); } diff --git a/src/components/ConfigurationMenu.vue b/src/components/ConfigurationMenu.vue index ec3204b..2037b34 100644 --- a/src/components/ConfigurationMenu.vue +++ b/src/components/ConfigurationMenu.vue @@ -36,20 +36,20 @@ input-class="text-center" style="width: 280px" autofocus - v-model="$root.profile.quickFeatures.favFile.tag" + v-model="$root.profile.quickFileTag" type="text" > 启用后,选中文件可以通过超级面板快速将文件收藏到「{{ - $root.profile.quickFeatures.favFile.tag + $root.profile.quickFileTag }}」标签 @@ -65,20 +65,20 @@ outlined input-class="text-center" style="width: 280px" - v-model="$root.profile.quickFeatures.favUrl.tag" + v-model="$root.profile.quickUrlTag" type="text" > 启用后,在浏览器界面可以通过超级面板快速将网址收藏到「{{ - $root.profile.quickFeatures.favUrl.tag + $root.profile.quickUrlTag }}」标签 @@ -95,13 +95,13 @@ input-class="text-center" style="width: 280px" autofocus - v-model="$root.profile.quickFeatures.pluNickName.tag" + v-model="$root.profile.pluNickNameTag" type="text" >