feat: 说明的底部弹窗搭建

This commit is contained in:
zoujing
2026-04-02 11:14:20 +08:00
parent 76b6bf5bd3
commit ef62e52746
7 changed files with 209 additions and 5 deletions

View File

@@ -43,7 +43,7 @@
<script setup lang="ts">
import { useRouter } from 'vue-router';
// @ts-ignore
import NavBar from '../components/navBar.vue';
import NavBar from '../components/NavBar.vue';
interface TaskItem {
id: number