initial commit

This commit is contained in:
xiaomai
2025-10-13 09:49:58 +08:00
commit c9a93bb52d
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>