初次提交,原始状态

This commit is contained in:
2025-08-16 19:20:25 +08:00
commit b0eed27371
111 changed files with 31996 additions and 0 deletions

11
app/app.vue Normal file
View File

@@ -0,0 +1,11 @@
<template>
<Html class="overflow-x-hidden">
<Body class="font-sans antialiased">
<UApp>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</UApp>
</Body>
</Html>
</template>