From 981027de530154621d4419764011f70113c4c42b Mon Sep 17 00:00:00 2001 From: fofolee Date: Tue, 5 Apr 2022 11:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E4=BF=AE=E6=94=B9=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E8=89=B2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 7 +- src/boot/global.js | 27 +++++++- src/components/CommandCard.vue | 2 +- src/components/CommandEditor.vue | 96 +++++++++++++++++++--------- src/components/ConfigurationMenu.vue | 46 ++++++++++++- src/components/InputBox.vue | 2 +- src/pages/ConfigurationPage.vue | 25 +++++--- 7 files changed, 157 insertions(+), 48 deletions(-) diff --git a/src/App.vue b/src/App.vue index ef37202..465a454 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,11 +4,14 @@ diff --git a/src/components/InputBox.vue b/src/components/InputBox.vue index b536382..02624d7 100644 --- a/src/components/InputBox.vue +++ b/src/components/InputBox.vue @@ -18,7 +18,7 @@ - + diff --git a/src/pages/ConfigurationPage.vue b/src/pages/ConfigurationPage.vue index 1cac721..fb99008 100644 --- a/src/pages/ConfigurationPage.vue +++ b/src/pages/ConfigurationPage.vue @@ -10,7 +10,12 @@ zIndex: 1, }" > - + @@ -112,8 +117,8 @@ - + @@ -207,7 +212,7 @@ export default { maximizedToggle: true, commandEditorAction: {}, footerBarHeight: "40px", - commandCardStyle: this.$userProfile.commandCardStyle, + commandCardStyle: this.$profile.commandCardStyle, commandCardStyleSheet: { mini: { width: "20%", @@ -454,7 +459,7 @@ export default { if (!featureCode.includes("default_")) delete this.allQuickCommands[featureCode]; }); - this.currentTag = "默认" + this.currentTag = "默认"; quickcommand.showMessageBox( "清空完毕,为防止误操作,已将所有命令复制到剪贴板,可通过导入命令恢复" );