Modify the phonetic field of word

This commit is contained in:
zyronon
2023-12-13 17:23:58 +08:00
parent 4179bfaf5b
commit 1a70c9af45
6 changed files with 24 additions and 23 deletions

View File

@@ -49,7 +49,7 @@ defineExpose({scrollToBottom, scrollToItem})
<template v-slot="{ item, index }">
<div class="item-title">
<span class="word" :class="!showWord && 'text-shadow'">{{ item.word }}</span>
<span class="phonetic">{{ item.usphone }}</span>
<span class="phonetic">{{ item.phonetic0 }}</span>
<VolumeIcon class="volume" @click="playWordAudio(item.name)"></VolumeIcon>
</div>
<div class="item-sub-title" v-if="item.trans.length && showTranslate">