save
This commit is contained in:
1
components.d.ts
vendored
1
components.d.ts
vendored
@@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user