docs: 添加 APK 打包配置文档和说明

This commit is contained in:
jaystar
2026-02-02 15:23:38 +08:00
parent 28c4d7b3b4
commit 6a04f9110b

25
client/eas.json Normal file
View File

@@ -0,0 +1,25 @@
{
"cli": {
"version": ">= 5.2.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {}
}
}