mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 08:54:55 +08:00
27 lines
976 B
JSON
27 lines
976 B
JSON
{
|
|
"addressables_root": "https://prod-clientpatch.bluearchiveyostar.com/{addressables-root}",
|
|
"app_version": "${APP_VERSION}",
|
|
"bundle_version": "${BUNDLE_VERSION}",
|
|
"connection_group_name": "${CONNECTION_GROUP}",
|
|
"endpoint_markers": [],
|
|
"endpoints": [],
|
|
"game_main_config_bootstrap": {
|
|
"default_connection_group": "${CONNECTION_GROUP}",
|
|
"server_info_data_url": "https://yostar-serverinfo.bluearchiveyostar.com/{server-info-path}"
|
|
},
|
|
"launcher_metadata": {
|
|
"game_latest_file_path": "${GAME_PACKAGE_PATH}",
|
|
"game_latest_version": "${APP_VERSION}",
|
|
"game_lowest_version": null,
|
|
"game_start_exe_name": "${GAME_START_EXE_NAME}",
|
|
"game_start_params": [
|
|
"${GAME_START_PARAM}"
|
|
],
|
|
"launcher_version": "${LAUNCHER_VERSION}",
|
|
"manifest_file_count": 2,
|
|
"manifest_source": "${LAUNCHER_MANIFEST_SOURCE}",
|
|
"manifest_url": "https://launcher-pkg-ba-jp.yo-star.com/{launcher-manifest-path}"
|
|
},
|
|
"snapshot_version": 2
|
|
}
|