feat: 初始化工程

This commit is contained in:
2026-08-20 15:26:19 +08:00
commit c099e4a743
659 changed files with 113041 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# uni-app 原生App离线打包指南
## 官方文档
参考官方文档https://nativesupport.dcloud.net.cn/AppDocs/
## 什么是离线打包
离线打包是将 uni-app 项目打包成原生 Android 或 iOS 应用的过程。
## 打包流程
### Android 打包
1. 准备 Android 开发环境
2. 配置 manifest.json
3. 使用 Android Studio 打包
4. 签名和发布
### iOS 打包
1. 准备 iOS 开发环境
2. 配置 manifest.json
3. 使用 Xcode 打包
4. 签名和发布
## 参考资源
- App离线打包文档https://nativesupport.dcloud.net.cn/AppDocs/