This commit is contained in:
kron
2025-11-25 15:02:13 +08:00
commit 4d470ea44a
13 changed files with 11508 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<template>
<view class="container">
<text>你好uni-app iOS/Android</text>
</view>
</template>
<script setup>
// 空脚本,保留最小体积
</script>
<style>
.container {
padding: 24rpx;
}
</style>