This commit is contained in:
zyronon
2025-08-15 22:54:54 +08:00
parent 2114c5f845
commit 3b658f5ad5
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ onMounted(() => {
</div>
<div class="pl-4">
<div>请打开浏览器无痕模式尝试</div>
<div>无痕模式下无法正常使用请给<a href="https://github.com/zyronon/TypeWords/issues">作者提一个 BUG</a>
<div>无痕模式下无法正常使用请给<a href="https://github.com/zyronon/TypeWords/issues">作者提一个 BUG</a>
</div>
</div>
</div>

View File

@@ -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}`
})