refactor(首页):移除装饰性提示语

- 删除'今日模式:稳步推进'标签和'建议流程'固定板块
- 首页聚焦:复习滚动条 + 两个快速入口
This commit is contained in:
2026-07-04 00:05:10 +08:00
parent 7fef9e2bb2
commit d9e5d1ef3a
-29
View File
@@ -149,7 +149,6 @@ onMounted(() => {
先挑选任务开始一次会话再在复习页回顾你的学习轨迹 先挑选任务开始一次会话再在复习页回顾你的学习轨迹
</p> </p>
</div> </div>
<el-tag type="success" effect="dark" size="large">今日模式稳步推进</el-tag>
</div> </div>
<div class="quick-grid"> <div class="quick-grid">
@@ -165,15 +164,6 @@ onMounted(() => {
<el-button plain type="success" size="large" @click="startReview">开始复习</el-button> <el-button plain type="success" size="large" @click="startReview">开始复习</el-button>
</article> </article>
</div> </div>
<div class="tips-board surface-card">
<h3>建议流程</h3>
<ol>
<li>进入学习页确认任务材料地址与优先级</li>
<li>开始会话并在休息时记录学习残片</li>
<li>结束会话后填写总结再回到复习页检视数据</li>
</ol>
</div>
</section> </section>
<!-- 回忆卡片先回忆再对照 --> <!-- 回忆卡片先回忆再对照 -->
@@ -365,25 +355,6 @@ onMounted(() => {
max-width: 320px; max-width: 320px;
} }
.tips-board {
padding: 20px 22px;
}
.tips-board h3 {
margin: 0;
color: var(--green-900);
}
.tips-board ol {
margin: 10px 0 0;
padding-left: 20px;
color: var(--text-secondary);
}
.tips-board li + li {
margin-top: 8px;
}
/* 回忆卡片 */ /* 回忆卡片 */
.recall-question { .recall-question {
margin: 0 0 12px; margin: 0 0 12px;