插屏相关修改
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
TJH 2026-01-04 16:17:53 +08:00
parent bb97bf57dd
commit 9034584856
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
{ {
"__version__": "1.3.9" "__version__": "1.3.9",
"splash-setting": {
"background": {
"type": "color"
},
"logo": {
"type": "none"
}
}
} }

View File

@ -6,7 +6,7 @@
"label": "customSplash", "label": "customSplash",
"enable": true, "enable": true,
"customSplash": { "customSplash": {
"complete": false, "complete": true,
"form": "https://creator-api.cocos.com/api/form/show?sid=d7d2df3c7819de249897b8f170c1432d" "form": "https://creator-api.cocos.com/api/form/show?sid=d7d2df3c7819de249897b8f170c1432d"
} }
}, },