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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user