first commit
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 12s
Build Vue3 App / build (push) Has been cancelled

This commit is contained in:
编码猿
2025-10-04 21:16:45 +08:00
commit ce444b098e
33 changed files with 3986 additions and 0 deletions

9
src/views/HomeView.vue Normal file
View File

@@ -0,0 +1,9 @@
<script setup lang="ts">
import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<TheWelcome />
</main>
</template>