# JSBaseProjectV2 **Repository Path**: Cdiam/jsbase-project-v2 ## Basic Information - **Project Name**: JSBaseProjectV2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-21 - **Last Updated**: 2026-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # health 基于 UIKit + Swift 的 iOS 原生健康类应用项目脚手架。 ## 项目位置 Xcode 工程位于 [`health/health.xcodeproj`](health/health.xcodeproj),应用源码位于 [`health/health`](health/health)。 ```text vivia004/ ├── README.md ├── .gitignore └── health/ ├── health.xcodeproj ├── README.md └── health/ ├── Application/ ├── Core/ ├── Models/ ├── Services/ └── UI/ ``` ## 技术栈 - Swift - UIKit - iOS 16.6+ - Swift Package Manager - [SnapKit](https://github.com/SnapKit/SnapKit) 6.0.0 - [Kingfisher](https://github.com/onevcat/Kingfisher) 8.11.0 ## 运行项目 1. 使用 Xcode 打开 `health/health.xcodeproj`。 2. 选择 `health` Scheme。 3. 选择模拟器或已连接的 iPhone。 4. 确认 Signing & Capabilities 中的开发团队和 Bundle Identifier 配置。 5. 使用 `⌘R` 构建运行。 Bundle Identifier: ```text com.json.app.health ``` ## 当前功能 - 首页与个人中心页面示例 - SnapKit 页面布局 - 基于 `async/await` 的网络请求层 - 用户模型和用户服务示例 - 开发/生产环境 API 地址配置 - OSLog 日志封装 ## 详细说明 项目目录下的 [`health/README.md`](health/README.md) 包含工程结构、网络接口示例和后续完善项。