feat: refine admin UI and add EAS release workflow

This commit is contained in:
xuhongbin
2026-03-07 23:33:33 +08:00
parent 299ec1c4ec
commit 5120458712
53 changed files with 6229 additions and 396 deletions

View File

@@ -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"
}
}
}
}