From e9c41b6bdb2f0a0ba8c89f2801f7e6809909b6b3 Mon Sep 17 00:00:00 2001 From: lanxiuyun <212650356+lanxiuyun@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:23:51 +0800 Subject: [PATCH] Update index.vue --- 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 5b51717..8efbed9 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']);