移植成js版本

This commit is contained in:
2025-11-07 20:47:33 +08:00
parent 783aa03f67
commit b85f8e2b61
523 changed files with 1297 additions and 353 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
<script setup>
import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<TheWelcome />
111
</main>
</template>