diff --git a/src/pages/pc/word/Statistics.vue b/src/pages/pc/word/Statistics.vue index 6b24df3f..09df4710 100644 --- a/src/pages/pc/word/Statistics.vue +++ b/src/pages/pc/word/Statistics.vue @@ -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,