mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: Set serial type to str
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"Emulator": {
|
||||
"Serial": {
|
||||
"type": "input",
|
||||
"value": "127.0.0.1:5555"
|
||||
"value": "127.0.0.1:5555",
|
||||
"valuetype": "str"
|
||||
},
|
||||
"PackageName": {
|
||||
"type": "input",
|
||||
|
||||
@@ -12,7 +12,9 @@ Scheduler:
|
||||
FailureInterval: 120
|
||||
ServerUpdate: 00:00
|
||||
Emulator:
|
||||
Serial: 127.0.0.1:5555
|
||||
Serial:
|
||||
value: 127.0.0.1:5555
|
||||
valuetype: str
|
||||
PackageName: com.bilibili.azurlane
|
||||
Server:
|
||||
value: cn
|
||||
|
||||
Reference in New Issue
Block a user