完成基本功能

This commit is contained in:
zyj
2026-03-09 16:46:15 +08:00
parent d8851e7698
commit f55dd8ca03
57 changed files with 16098 additions and 6 deletions

10
frontend/app/app.vue Normal file
View File

@@ -0,0 +1,10 @@
<script setup>
</script>
<template>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>
<style></style>