feat: implement china region launcher api support

This commit is contained in:
daydreamer-json
2026-02-12 01:46:46 +09:00
parent 0120e6b88e
commit 4df4b612dd
44 changed files with 930 additions and 64 deletions

View File

@@ -1,5 +1,7 @@
import akEndfield from './akEndfield/index.js';
import webArchiveOrg from './webArchiveOrg/index.js';
export default {
akEndfield,
webArchiveOrg,
};