Update Statistics.vue

This commit is contained in:
Zyronon
2025-08-13 14:30:28 +08:00
committed by GitHub
parent 22fd7bd54d
commit 8ac596c798

View File

@@ -59,6 +59,7 @@ watch(model, (newVal) => {
}
window.umami?.track('studyWordEnd', {
name: store.sdict.name,
spend: Number(statStore.spend / 1000 / 60).toFixed(1),
index: store.sdict.lastLearnIndex,
perDayStudyNumber:store.sdict.perDayStudyNumber,
custom: store.sdict.custom,