This commit is contained in:
2025-11-07 19:40:04 +08:00
parent ce1578853f
commit 783aa03f67
25 changed files with 3855 additions and 0 deletions
@@ -0,0 +1,9 @@
<script setup>
import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<TheWelcome />
</main>
</template>