修改数据结构

This commit is contained in:
zyronon
2023-09-07 18:47:57 +08:00
parent c663f6f90e
commit cf14d527dc
10 changed files with 163 additions and 380 deletions

View File

@@ -5,7 +5,14 @@ export type Word = {
"trans": string[]
}
export const SaveKey = 'bb-word-config'
export const DefaultWord: Word = {
name: '',
usphone: '',
ukphone: '',
trans: []
}
export const SaveKey = 'type-word-config'
export const PronunciationApi = 'https://dict.youdao.com/dictvoice?audio='