feat: add launcher (web) url_config api to archive

This commit is contained in:
daydreamer-json
2026-04-15 00:23:49 +09:00
parent 3c95846d38
commit 01ba95b327
3 changed files with 40 additions and 0 deletions

View File

@@ -586,6 +586,7 @@ async function fetchAndSaveLatestWebApis(gameTargets: GameTarget[]) {
{ name: 'mainBgImage', method: apiUtils.akEndfield.launcherWeb.mainBgImage, dir: 'main_bg_image' },
{ name: 'banner', method: apiUtils.akEndfield.launcherWeb.banner, dir: 'banner' },
{ name: 'announcement', method: apiUtils.akEndfield.launcherWeb.announcement, dir: 'announcement' },
{ name: 'urlConfig', method: apiUtils.akEndfield.launcherWeb.urlConfig, dir: 'url_config' }
] as const;
for (const target of gameTargets) {