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( "清空完毕,为防止误操作,已将所有命令复制到剪贴板,可通过导入命令恢复" );