feat:在study-word页面可以直接通过url参数下载词典学习,无需从home页进来

This commit is contained in:
zyronon
2025-07-29 00:34:53 +08:00
parent d1b63609d3
commit 17e06754af
6 changed files with 50 additions and 24 deletions

View File

@@ -117,7 +117,7 @@ export function getCurrentStudyWord() {
}
})
console.log(start,end)
// console.log(start,end)
// end = start
// start = start - dict.perDayStudyNumber * 3
@@ -174,6 +174,6 @@ export function getCurrentStudyWord() {
}
// console.timeEnd()
console.log('data', data)
// console.log('data', data)
return data
}