1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat: add en and Global server options

This commit is contained in:
2023-11-13 16:06:00 +08:00
parent 2f4d64e5d0
commit 7b2c3bb165
7 changed files with 21 additions and 13 deletions
+4 -2
View File
@@ -11,7 +11,8 @@
"value": "auto",
"option": [
"auto",
"JP-Official"
"JP-Official",
"OVERSEA-Global"
]
},
"GameLanguage": {
@@ -19,7 +20,8 @@
"value": "auto",
"option": [
"auto",
"jp"
"jp",
"en"
]
},
"ScreenshotMethod": {
+1 -1
View File
@@ -23,7 +23,7 @@ Emulator:
option: [ auto, ]
GameLanguage:
value: auto
option: [ auto, jp ]
option: [ auto, jp, en ]
ScreenshotMethod:
value: auto
option: [ auto, ADB, ADB_nc, uiautomator2, aScreenCap, aScreenCap_nc, DroidCast, DroidCast_raw, scrcpy ]