This commit is contained in:
zyronon
2023-12-04 22:59:33 +08:00
parent c368833d10
commit 71b467b814
15 changed files with 475 additions and 451 deletions

View File

@@ -53,6 +53,7 @@ export function useWordOptions() {
if (rIndex > -1) {
store.wrong.originWords.splice(rIndex, 1)
}
store.wrong.length = store.wrong.originWords.length
}
function delSimpleWord(val: Word) {
@@ -60,6 +61,7 @@ export function useWordOptions() {
if (rIndex > -1) {
store.simple.originWords.splice(rIndex, 1)
}
store.simple.length = store.simple.originWords.length
}
return {