版本号

This commit is contained in:
2026-08-02 17:28:44 +08:00 Unverified
parent 8cb9b4f57b
commit f7c73247d6
9 changed files with 163 additions and 1 deletions
+2
View File
@@ -1,8 +1,10 @@
<script setup lang="ts">
import SiteFooter from './components/SiteFooter.vue'
import SmartLaunchScreen from './components/SmartLaunchScreen.vue'
</script>
<template>
<SmartLaunchScreen />
<RouterView />
<SiteFooter />
</template>