feat:修改数据结构

This commit is contained in:
zyronon
2025-07-21 01:53:10 +08:00
parent 3a913c8520
commit a2f3bd6363
5 changed files with 166 additions and 50 deletions

View File

@@ -46,6 +46,7 @@ export type Word = {
export function getDefaultWord(val: Partial<Word> = {}): Word {
return {
custom: false,
"word": "",
"phonetic0": "",
"phonetic1": "",