This commit is contained in:
王念超
2024-06-07 18:53:19 +08:00
parent 1932455d4e
commit be2d214a99
6 changed files with 461 additions and 19 deletions

View File

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