1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Opt: Specify mode=shell for textarea

This commit is contained in:
hgjazhgj
2023-05-08 07:39:01 +08:00
parent 08caf32712
commit 98fb140322
2 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,8 @@
},
"Cmdline": {
"type": "textarea",
"value": "python3 fgo.py cli --no-color"
"value": "python3 fgo.py cli --no-color",
"mode": "shell"
}
},
"Emulator": {
@@ -241,7 +242,8 @@
"Command": {
"Command": {
"type": "textarea",
"value": "bench"
"value": "bench",
"mode": "shell"
}
},
"Storage": {