first commit

This commit is contained in:
2026-01-26 09:32:17 +08:00
commit 9429a700d0
2928 changed files with 30330 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<script setup>
// Apps 父路由组件,用于显示子路由
</script>
<template>
<router-view />
</template>
<style scoped>
/* Apps 父路由容器 */
</style>