This commit is contained in:
Mrx
2026-02-09 15:13:40 +08:00
commit e84094946a
123 changed files with 23042 additions and 0 deletions

7
src/App.ku.vue Normal file
View File

@@ -0,0 +1,7 @@
<script setup>
// @uni-ku/root 需要此文件存在,直接复用 App.vue 逻辑
import App from './App.vue'
</script>
<template>
<App />
</template>