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

@@ -6,8 +6,8 @@ import {DefaultChapterWordNumber} from "@/stores/setting.ts";
export type Word = {
"word": string,
"usphone": string,
"ukphone": string,
"phonetic0": string,
"phonetic1": string,
"trans": string[]
checked?: boolean,
id?: any,
@@ -15,8 +15,8 @@ export type Word = {
export const DefaultWord: Word = {
word: '',
usphone: '',
ukphone: '',
phonetic0: '',
phonetic1: '',
trans: []
}
@@ -49,8 +49,8 @@ export enum DictType {
export const DefaultArticleWord: ArticleWord = {
word: '',
usphone: '',
ukphone: '',
phonetic0: '',
phonetic1: '',
trans: [],
nextSpace: true,
isSymbol: false,