Update index.vue

This commit is contained in:
lanxiuyun 2025-06-10 14:23:51 +08:00
parent 1e7a8209b7
commit e9c41b6bdb

View File

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