initial commit

This commit is contained in:
xiaomai
2025-10-15 20:41:03 +08:00
commit 9341e2ef0f
9 changed files with 7946 additions and 0 deletions

6
app/app.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>