This commit is contained in:
zyronon
2023-11-07 00:08:21 +08:00
parent 37c13da696
commit 28ec6d0272
2 changed files with 3 additions and 2 deletions

1
components.d.ts vendored
View File

@@ -63,6 +63,5 @@ declare module 'vue' {
VolumeSetting: typeof import('./src/components/Toolbar/VolumeSetting.vue')['default']
WordList: typeof import('./src/components/WordList.vue')['default']
WordListModal: typeof import('./src/components/WordListModal.vue')['default']
WordListModal2: typeof import('./src/components/WordListModal2.vue')['default']
}
}

View File

@@ -214,7 +214,9 @@ onUnmounted(() => {
<div class="next"
@click="next(false)"
v-if="nextWord">
<Tooltip title="快捷键Tab">
<Tooltip
:title="`下一个(快捷键:${settingStore.shortcutKeyMap[ShortcutKey.Skip]})`"
>
<div class="word" :class="settingStore.dictation && 'text-shadow'">{{ nextWord.name }}</div>
</Tooltip>
<Icon class="arrow" icon="bi:arrow-right" width="22"/>