This commit is contained in:
zyronon
2024-06-02 03:20:23 +08:00
parent 380a13410e
commit e6165434f0
5 changed files with 4312 additions and 3519 deletions

View File

@@ -134,7 +134,6 @@ export function getCurrentStudyWord() {
data.review.push(item)
}
})
data.review = shuffle(data.review)
//取前天至再往前数3天的单词用于默写
Array.from({length: 4}).map((_, j) => {
@@ -155,8 +154,6 @@ export function getCurrentStudyWord() {
}
data.write = data.write.concat(d)
})
data.write = shuffle(data.write)
}
console.timeEnd()