feat:初始化工程

This commit is contained in:
2026-07-26 20:40:32 +08:00
commit 875350cc56
34 changed files with 5521 additions and 0 deletions

11
src/views/Mistakes.vue Normal file
View File

@@ -0,0 +1,11 @@
<template>
<div>
<h2>错题本</h2>
<p style="color:#94a3b8;margin-top:8px;">回顾错题查漏补缺</p>
<el-divider />
<el-empty description="错题本页面 - 待开发" />
</div>
</template>
<script setup lang="ts">
</script>