项目启动

This commit is contained in:
comlibmb
2026-01-21 16:41:11 +08:00
parent d7f95f7fa5
commit 9eb05253d3
8 changed files with 328 additions and 2 deletions

14
App.uvue Normal file
View File

@@ -0,0 +1,14 @@
<template>
<view class="app-root">
<slot />
</view>
</template>
<script setup lang="uts">
</script>
<style>
.app-root {
min-height: 100vh;
}
</style>