Update Statistics.vue

This commit is contained in:
Zyronon
2025-08-12 15:33:41 +08:00
committed by GitHub
parent 6463e08884
commit b8ab369d54

View File

@@ -58,10 +58,10 @@ watch(model, (newVal) => {
review: statStore.reviewWordNumber + statStore.writeWordNumber
}
window.umami?.track('studyWordEnd', {
name: store.sbook.name,
index: store.sbook.lastLearnIndex,
custom: store.sbook.custom,
complete: store.sbook.complete,
name: store.sdict.name,
index: store.sdict.lastLearnIndex,
custom: store.sdict.custom,
complete: store.sdict.complete,
})
//这里不知为啥会卡,打开有延迟
requestIdleCallback(() => {