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/Exam.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>