This commit is contained in:
zyronon
2024-06-06 23:04:57 +08:00
parent 46e3f7c548
commit 1932455d4e
4 changed files with 61 additions and 431 deletions

View File

@@ -188,6 +188,7 @@ export async function _checkDictWords(dict: Dict) {
s.id = nanoid(6)
})
dict.words = Object.freeze(v)
// dict.words = v
}
}
}