diff --git a/src/pages/word/WordsPage.vue b/src/pages/word/WordsPage.vue index e25eb2d7..ca4d4f72 100644 --- a/src/pages/word/WordsPage.vue +++ b/src/pages/word/WordsPage.vue @@ -1 +1,508 @@ -WordsPage.vue \ No newline at end of file + + + + + + 新域名已启用,后续请访问 https://typewords.cc。当前 + 2study.top 域名将在不久后停止使用 + + + + + + + + + + + {{ store.sdict.name || '当前无正在学习的词典' }} + + + + + + 当前进度:{{ progressTextLeft }} + + + 已完成 {{ progressTextRight }} 词 / 共 {{ store.sdict.words.length }} 词 + + 预计完成日期:{{ _getAccomplishDate(store.sdict.words.length, store.sdict.perDayStudyNumber) }} + + + + + + + + 选择词典 + + + showChangeLastPracticeIndexDialog = true)"> + + + + 更改进度 + + + + + + + + 请选择一本词典开始学习 + + + + 选择词典 + + + + + + + + + + + + + {{ isSaveData ? '上次任务' : '今日任务' }} + + 词表 + + + + 每日目标 + + {{ store.sdict.id ? store.sdict.perDayStudyNumber : 0 }} + + 个单词 + showPracticeSettingDialog = true)"> + 更改 + + + + + + + {{ currentStudy.new.length }} + 新词数 + + + + {{ currentStudy.review.length }} + 复习上次 + + + {{ currentStudy.write.length }} + 复习之前 + + + + + + + {{ isSaveData ? '继续学习' : '开始学习' }} + + + + + + + {{ isSaveData ? '继续学习' : '开始学习' }} + + + + + + + + + + + showShufflePracticeSettingDialog = true)"> + + 随机复习 + + + + + + showShufflePracticeSettingDialog = true)"> + + 重新学习 + + + + + + + + + showShufflePracticeSettingDialog = true)"> + + 随机复习 + + + + + + + + + + 我的词典 + + + + + + + + {{ isManageDict ? '取消' : '管理词典' }} + + 创建个人词典 + + + + toggleSelect(item)" :show-checkbox="isManageDict && j >= 3" + v-for="(item, j) in store.word.bookList" @click="goDictDetail(item)"/> + + + + + + + 推荐 + + 更多 + + + + + + + + + + + + + + + + + + + +