Commit Graph

5 Commits

Author SHA1 Message Date
edwinQQQ
e980cd5553 Phase 1 Day 1: 基础架构搭建
- 创建 white-label-base 分支
- 添加 APIConfig.swift(API 域名动态生成,XOR + Base64 加密)
  * DEV 环境使用原测试域名
  * RELEASE 环境使用新域名 https://api.epartylive.com
- 添加 Swift/OC 混编支持(YuMi-Bridging-Header.h)
- 创建 GlobalEventManager(全局事件管理器)
  * 迁移 NIMSDK 代理
  * 迁移房间最小化逻辑
  * 迁移全局通知处理
- 创建 NewTabBarController(Swift TabBar,只有 2 个 Tab)
  * Moment Tab
  * Mine Tab
  * 新的主色调和样式
2025-10-09 17:48:07 +08:00
edwinQQQ
cebe158f7b update pod 2025-10-09 16:58:22 +08:00
edwinQQQ
df573efee5 docs: Add comprehensive README with cloning instructions
- Project overview and tech stack
- Detailed cloning instructions with resource file requirements
- Explanation of why resources are not in Git (224MB excluded)
- Common issues and troubleshooting guide
- Contribution guidelines
2025-10-09 16:43:01 +08:00
edwinQQQ
d9bc6c3380 chore: Exclude Assets.xcassets from Git tracking
- Simplified .gitignore to exclude entire Assets.xcassets directory
- Removed 2405 asset files from Git tracking
- Assets are kept locally for development
- Reduced repository size by ~30 MB
- Assets should be distributed separately (cloud storage, CDN, etc.)
2025-10-09 16:35:52 +08:00
edwinQQQ
a35a711be6 chore: Initial clean commit
- Removed YuMi/Library/ (138 MB, not tracked)
- Removed YuMi/Resources/ (23 MB, not tracked)
- Removed old version assets (566 files, not tracked)
- Excluded Pods/, xcuserdata/ and other build artifacts
- Clean repository optimized for company server deployment
2025-10-09 16:19:14 +08:00