Update Statistics.vue

This commit is contained in:
Zyronon
2025-08-13 14:24:59 +08:00
committed by GitHub
parent 47890266bf
commit 22fd7bd54d

View File

@@ -60,6 +60,7 @@ watch(model, (newVal) => {
window.umami?.track('studyWordEnd', {
name: store.sdict.name,
index: store.sdict.lastLearnIndex,
perDayStudyNumber:store.sdict.perDayStudyNumber,
custom: store.sdict.custom,
complete: store.sdict.complete,
})