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

@@ -20,6 +20,12 @@ jobs:
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Create config auth
env:
CONFIG_AUTH_TXT_CTX: ${{ secrets.CONFIG_AUTH_TXT }}
run: |
mkdir -p config
echo "$CONFIG_AUTH_TXT_CTX" > config/config_auth.txt
- name: Run script
uses: nick-fields/retry@v3
with: