fix: expo-manifest.json 改为 Expo Updates Modern Manifest 格式(id+createdAt+runtimeVersion)

This commit is contained in:
LukeMackin
2026-07-19 23:46:17 +08:00
parent e5ce52ac40
commit 71f6b6369b

View File

@@ -1,10 +1,12 @@
{
"version": "0.1.0",
"id": "e5ce52a-0000-0000-0000-000000000000",
"createdAt": "2026-07-19T15:30:00.000Z",
"runtimeVersion": "0.1.0",
"assets": [],
"launchAsset": {
"key": "bundle",
"contentType": "application/javascript",
"url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-8/bundle.js"
}
},
"assets": [],
"metadata": {}
}