1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 00:57:01 +08:00

Fix: Set serial type to str

This commit is contained in:
18870
2022-04-10 23:14:41 +08:00
parent 4339126c7e
commit 1f9297f55e
4 changed files with 20 additions and 5 deletions

View File

@@ -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",