From 7cabbe26f50c930a4983cf09788a66be0ba69858 Mon Sep 17 00:00:00 2001 From: lanxiuyun <212650356+lanxiuyun@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:09:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8F=90=E7=A4=BA=E9=87=8D?= =?UTF-8?q?=E5=90=AF=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature/src/views/settings/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/src/views/settings/index.vue b/feature/src/views/settings/index.vue index 8efbed9..2a02f96 100644 --- a/feature/src/views/settings/index.vue +++ b/feature/src/views/settings/index.vue @@ -283,7 +283,7 @@ const tipText = computed(() => { const optionKeyName = isWindows ? 'Alt' : 'Option、Command'; return t('feature.settings.global.addShortcutKeyTips', { optionKeyName: optionKeyName, - }) + `此外你也可以双击修饰键如(Ctrl+Ctrl, 双击修饰键需要重启)`; + }) + `此外你也可以双击修饰键如(Ctrl+Ctrl)`; }); const currentSelect = ref(['userInfo']);