From 49631ac60dbf0c0302ec5bf64f57de824e3e4b72 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 15 Feb 2025 13:40:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E4=BB=A4=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=B7=BB=E5=8A=A0=E9=94=AE=E7=9B=98=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E9=94=AE=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/editor/CommandLanguageBar.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/editor/CommandLanguageBar.vue b/src/components/editor/CommandLanguageBar.vue index c1148b2..dd2d97e 100644 --- a/src/components/editor/CommandLanguageBar.vue +++ b/src/components/editor/CommandLanguageBar.vue @@ -194,7 +194,7 @@ flat color="primary" icon="play_arrow" - label="运行" + :label="`运行(${ctrlKey}B)`" @click="$emit('action', 'run')" > @@ -254,6 +254,7 @@ export default { commandTypes, isSettingsVisible: false, showUserData: false, + ctrlKey: utools.isMacOs ? "⌘" : "⌃", }; }, computed: {