diff --git a/src/pages/pc/word/Statistics.vue b/src/pages/pc/word/Statistics.vue index 62f686c5..fe6f7eef 100644 --- a/src/pages/pc/word/Statistics.vue +++ b/src/pages/pc/word/Statistics.vue @@ -57,6 +57,12 @@ watch(model, (newVal) => { new: statStore.newWordNumber, 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, + }) //这里不知为啥会卡,打开有延迟 requestIdleCallback(() => { store.sdict.lastLearnIndex = store.sdict.lastLearnIndex + statStore.newWordNumber