This commit is contained in:
juneix
2026-04-21 18:20:33 +08:00
parent e7813aeab3
commit 36b92b2b64
2 changed files with 84 additions and 0 deletions
+16
View File
@@ -51,6 +51,14 @@ jobs:
"server": {
"androidScheme": "http",
"cleartext": true
},
"plugins": {
"SplashScreen": {
"launchAutoHide": true,
"backgroundColor": "#000000",
"androidScaleType": "CENTER",
"showSpinner": false
}
}
}
EOF
@@ -111,6 +119,14 @@ jobs:
"server": {
"androidScheme": "http",
"cleartext": true
},
"plugins": {
"SplashScreen": {
"launchAutoHide": true,
"backgroundColor": "#000000",
"androidScaleType": "CENTER",
"showSpinner": false
}
}
}
EOF