initial commit

This commit is contained in:
2026-04-12 16:00:31 +08:00
commit 25874073b1
10 changed files with 8791 additions and 0 deletions

6
app/app.vue Normal file
View File

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