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']);