Develop dictionary management function

This commit is contained in:
zyronon
2023-11-24 01:17:07 +08:00
parent 3d9c9fdaf0
commit 4bd9e645bd
8 changed files with 195 additions and 126 deletions

View File

@@ -10,6 +10,8 @@ export type Word = {
"usphone": string,
"ukphone": string,
"trans": string[]
checked?: boolean,
id?: any,
}
export const DefaultWord: Word = {