学习仪表盘

当前轮次:{{ setupRound }}

继续学习
{{ statData ? statData.accuracy + '%' : '--' }}
总正确率 · {{ statData ? statData.total_correct + '/' + statData.total_answered : '-/-' }} 题
{{ n }}题
📚
题库总数
{{ totalQuestions }}
{{ chapters.length }} 章 · {{ statData?.mastered_count||0 }} 已掌握
🎯
今日进度
{{ statData?.today_count||0 }}
今日答题 · 周{{ statData?.week_count||0 }} · 🔥{{ statData?.streak_days||0 }}天
🔴
待攻克错题
{{ errorCount||0 }}
道 · 点击查看详情
{{ statData?.by_chapter?.length ? (()=>{ const w=statData.by_chapter.filter(c=>c.accuracy<70).sort((a,b)=>a.accuracy-b.accuracy); return w.length?'⚠️':'✅' })() : '—' }}
学习建议
开始刷题获取数据
📈 章节正确率
{{ ch.chapter }} {{ ch.accuracy }}% ({{ ch.correct }}/{{ ch.total }})
← 退出 {{ studyIdx + 1 }} / {{ studyQuestions.length }} {{ studyCorrect }}/{{ studyIdx + 1 }}
{{ studyQuestions[studyIdx].exam_round }} {{ studyQuestions[studyIdx].chapter }} {{ studyQuestions[studyIdx].type==='tf'?'判断':studyQuestions[studyIdx].type==='multi'?'多选':'单选' }} {{ studyQuestions[studyIdx].bookmarked ? '★' : '☆' }}
{{ studyQuestions[studyIdx].question }}
点击选项或按键切换,然后确认
{{ studyFeedback?.is_correct ? '✓ 正确' : '✕ 错误' }}
答案:{{ studyQuestions[studyIdx].type==='tf' ? (studyFeedback?.correct_answer==='true' ? '正确' : '错误') : studyFeedback?.correct_answer }}
{{ studyFeedback.explanation }}
{{ studyAccuracy >= 80 ? '🎉' : studyAccuracy >= 60 ? '💪' : '📚' }}

练习完成

{{ studyAccuracy }}%

{{ studyQuestions.length }} 题 · 对 {{ studyCorrect }} 题

← 退出 {{ testIdx + 1 }} / {{ testQuestions.length }} 已答 {{ testAnswers.filter(a=>a!==null).length }} {{ formatTimer(testTimer) }}
{{ testQuestions[testIdx].exam_round }} {{ testQuestions[testIdx].chapter }} {{ testQuestions[testIdx].type==='tf'?'判断':testQuestions[testIdx].type==='multi'?'多选':'单选' }} {{ testQuestions[testIdx].bookmarked ? '★' : '☆' }}
{{ testQuestions[testIdx].question }}
多选
📝

全部答完

已答 {{ testAnswers.filter(a=>a!==null).length }} / {{ testQuestions.length }} 题
未答 {{ testAnswers.filter(a=>a===null).length }} 题将计为错误
{{ testResult?.accuracy >= 80 ? '🎉' : testResult?.accuracy >= 60 ? '💪' : '📚' }}

交卷完成

{{ testResult?.accuracy }}%

对 {{ testResult?.correct }} / {{ testResult?.total }} 题

答题详情
{{ r.question }}
{{ opt }}
你的答案:{{ r.user_answer || '未答' }}正确答案:{{ r.correct_answer }}
{{ r.explanation }}

错题本

🎉
暂无错题
继续保持,你的学习状态非常好!
{{ q.question }} {{ q.chapter }} {{ q.type==='tf'?'判断':q.type==='multi'?'多选':'单选' }}
{{ opt }}
答案:{{ retryResult?.correct_answer }}
{{ retryResult.explanation }}

我的收藏

暂无收藏
在刷题页面点击 ☆ 即可收藏题目
{{ q.question }} {{ q.chapter }} {{ q.type==='tf'?'判断':q.type==='multi'?'多选':'单选' }}
{{ opt }}

搜索结果

"{{ searchQuery }}" — {{ searchResults.length }} 条

{{ q.exam_round || q.round }} {{ q.chapter }} {{ q.type==='tf'?'判断':q.type==='multi'?'多选':'单选' }}
{{ q.question }}
{{ opt }}
答案:{{ q.type==='tf'?(q.answer==='true'?'正确':'错误'):q.answer }}
{{ q.explanation }}

统计中心

题库总数
{{ totalQuestions }}
已答题数
{{ statData.total_answered }}
正确率
{{ statData.accuracy }}%
连续天数
{{ statData.streak_days }}
学习趋势
章节正确率
{{ ch.chapter }} {{ ch.accuracy }}% ({{ ch.correct }}/{{ ch.total }})

知识标签

{{ t.name }} ({{ t.count }})
{{ q.chapter }}
{{ q.question }}
{{ opt }}
📋 答题记录
{{ historyTotal }} 条记录

暂无答题记录

开始刷题后,每次作答都会记录在这里

{{ item.is_correct ? '✓' : '✗' }}
{{ item.chapter }} · {{ item.type==='tf'?'判断题':item.type==='single'?'单选题':'多选题' }} · {{ item.mode==='study'?'学习':item.mode==='test'?'测试':'复习' }} · {{ (item.answered_at||'').substring(0,19).replace('T',' ') }}

{{ item.question.length > 80 ? item.question.substring(0,80)+'...' : item.question }}

你的答案:{{ item.user_answer }} 正确答案:{{ item.correct_answer }}
{{ historyPage }} / {{ historyTotalPages }}

系统管理

📥 Word题库导入

将「第N章-题目.docx」和「第N章-答案.docx」放入源目录后执行:

cd "D:\Users\Qht71\桌面\hermes_workspace\新思想刷题"
# 编辑 import_word.py 中的 ROUND 和 DIFFICULTY
python import_word.py
{{ importResult }}
🔄 轮次管理
{{ r }}{{ r === setupRound ? '当前轮次' : '' }}

共 {{ rounds.length }} 轮 · {{ totalQuestions }} 题

📤 数据管理
🤖 AI解析配置

支持 DeepSeek / OpenAI 兼容API。在系统设置中配置密钥后,搜索/收藏页可一键AI解析。

API地址: {{ aiConfig?.base_url || 'https://api.deepseek.com/v1' }}
模型: {{ aiConfig?.model || 'deepseek-chat' }}
密钥: {{ aiConfig?.api_key ? '已配置 (' + aiConfig.api_key.substring(0,8) + '...)' : '未配置' }}
💾 数据库信息
题库总数{{ totalQuestions }}
答题记录{{ statData?.total_answered || 0 }}
正确率{{ statData?.accuracy || 0 }}%
连续学习{{ statData?.streak_days || 0 }}天
备份列表
{{ b }}
暂无备份 · 每日凌晨自动备份

服务器运行中 · 端口 8765 · 开机自启

AI 深度解析
解析中...
{{ aiError }}
题目
{{ aiResult.question }}
{{ opt }}
答案:{{ aiResult.answer }}
考点分析
{{ aiResult.analysis }}
记忆口诀
{{ aiResult.mnemonic }}