From 3b658f5ad552ca2c315e6fc1c4f6f905026efbcb Mon Sep 17 00:00:00 2001 From: zyronon Date: Fri, 15 Aug 2025 22:54:54 +0800 Subject: [PATCH] fix:bug --- src/pages/pc/components/ConflictNotice.vue | 2 +- src/pages/pc/word/Statistics.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/pc/components/ConflictNotice.vue b/src/pages/pc/components/ConflictNotice.vue index 3f8f6501..53fb853c 100644 --- a/src/pages/pc/components/ConflictNotice.vue +++ b/src/pages/pc/components/ConflictNotice.vue @@ -41,7 +41,7 @@ onMounted(() => {
①:请打开浏览器无痕模式尝试
-
②:无痕模式下无法正常使用,请给给作者提一个 BUG +
②:无痕模式下无法正常使用,请给作者提一个 BUG
diff --git a/src/pages/pc/word/Statistics.vue b/src/pages/pc/word/Statistics.vue index 634fb84b..59e0569c 100644 --- a/src/pages/pc/word/Statistics.vue +++ b/src/pages/pc/word/Statistics.vue @@ -62,7 +62,7 @@ watch(model, (newVal) => { spend: Number(statStore.spend / 1000 / 60).toFixed(1), index: store.sdict.lastLearnIndex, perDayStudyNumber:store.sdict.perDayStudyNumber, - custom: store.sdict.custom,≥ + custom: store.sdict.custom, complete: store.sdict.complete, str:`name:${store.sdict.name},per:${store.sdict.perDayStudyNumber},spend:${Number(statStore.spend / 1000 / 60).toFixed(1)},index:${store.sdict.lastLearnIndex}` })