- 新增 mobile/ 项目:React Native + Expo - 5个核心页面:连接服务器、房间列表、创建房间、加入房间、设置 - Tab 导航 + Minecraft 风格深色 UI - 房间搜索/筛选(名称、房间号、房主、版本类型) - 15秒自动刷新房间列表 - 设置持久化(AsyncStorage) - EAS Build 配置(云端构建 iOS/Android) - 完整 README 含构建指南 - 更新顶层 README 为三项目全平台架构
38 lines
679 B
JSON
38 lines
679 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 5.0.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"production": {
|
|
"android": {
|
|
"buildType": "app-bundle"
|
|
},
|
|
"ios": {
|
|
"autoIncrement": true
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"android": {
|
|
"serviceAccountKeyPath": "./google-services.json",
|
|
"track": "internal"
|
|
},
|
|
"ios": {
|
|
"appleId": "your-apple-id@example.com",
|
|
"ascAppId": "your-asc-app-id"
|
|
}
|
|
}
|
|
}
|
|
}
|