feat: add china region game package archives

This commit is contained in:
daydreamer-json
2026-02-14 08:47:20 +09:00
parent 249769089a
commit 5f4ff3dd76
44 changed files with 3544 additions and 306 deletions

View File

@@ -1,7 +1,7 @@
import archive from './cmds/archive.js';
import authTest from './cmds/authTest.js';
import test from './cmds/test.js';
export default {
authTest,
test,
archive,
};