feat: 前端搭建-未完成

This commit is contained in:
tbphp
2025-06-29 21:59:32 +08:00
parent ab95af0bbe
commit 731315144e
62 changed files with 4831 additions and 604 deletions

7
web/src/App.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<MainLayout />
</template>
<script setup lang="ts">
import MainLayout from './layouts/MainLayout.vue';
</script>