mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-02 22:42:14 +08:00
feat: refine admin UI and add EAS release workflow
This commit is contained in:
33
app.json
33
app.json
@@ -1,34 +1,49 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "x-sapi-mobile",
|
||||
"slug": "x-sapi-mobile",
|
||||
"name": "sub2api-mobile",
|
||||
"slug": "sub2api-mobile",
|
||||
"owner": "ckken",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"icon": "./icons/ios/AppIcon.appiconset/icon-1024.png",
|
||||
"userInterfaceStyle": "light",
|
||||
"runtimeVersion": {
|
||||
"policy": "appVersion"
|
||||
},
|
||||
"updates": {
|
||||
"url": "https://u.expo.dev/acaedd05-5a2a-4843-a648-e025c08ce7b3"
|
||||
},
|
||||
"splash": {
|
||||
"image": "./assets/splash-icon.png",
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
"supportsTablet": true,
|
||||
"icon": "./icons/ios/AppIcon.appiconset/icon-1024.png",
|
||||
"bundleIdentifier": "com.ppx.sub2apimobile"
|
||||
},
|
||||
"android": {
|
||||
"icon": "./icons/android/playstore-icon.png",
|
||||
"package": "com.ppx.sub2apimobile",
|
||||
"adaptiveIcon": {
|
||||
"backgroundColor": "#E6F4FE",
|
||||
"foregroundImage": "./assets/android-icon-foreground.png",
|
||||
"backgroundImage": "./assets/android-icon-background.png",
|
||||
"monochromeImage": "./assets/android-icon-monochrome.png"
|
||||
"foregroundImage": "./icons/android/playstore-icon.png"
|
||||
},
|
||||
"predictiveBackGestureEnabled": false
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
"favicon": "./icons/ios/AppIcon.appiconset/icon-1024.png"
|
||||
},
|
||||
"plugins": [
|
||||
"expo-router",
|
||||
"expo-secure-store"
|
||||
]
|
||||
],
|
||||
"extra": {
|
||||
"router": {},
|
||||
"eas": {
|
||||
"projectId": "acaedd05-5a2a-4843-a648-e025c08ce7b3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user