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

@@ -27,8 +27,8 @@ async function parseCommand() {
const yargsInstance = yargs(hideBin(process.argv));
await yargsInstance
.command(
['test'],
'Test command',
['archive'],
'Archive all APIs',
(yargs) => {
yargs.options({
'output-dir': {
@@ -40,7 +40,7 @@ async function parseCommand() {
},
});
},
wrapHandler(cmds.test),
wrapHandler(cmds.archive),
)
.command(
['authTest [token] [email] [password]'],