docs: 完成 APK 构建准备工作并生成详细构建指南

This commit is contained in:
jaystar
2026-02-02 15:26:30 +08:00
parent 6a04f9110b
commit 83ce8b2d0b
67 changed files with 3936 additions and 168 deletions

View File

@@ -16,7 +16,8 @@ export default ({ config }: ConfigContext): ExpoConfig => {
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": `com.anonymous.x${projectId || '0'}`
},
"android": {
"adaptiveIcon": {