This commit is contained in:
zyj
2025-10-14 17:56:28 +08:00
commit 81c18c94e3
74 changed files with 12668 additions and 0 deletions

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

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