mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 17:29:04 +08:00
Opt: Specify mode=shell for textarea
This commit is contained in:
parent
08caf32712
commit
98fb140322
@ -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": {
|
||||
|
||||
@ -40,6 +40,7 @@ FpyEmulator:
|
||||
Cmdline:
|
||||
value: python3 fgo.py cli --no-color
|
||||
type: textarea
|
||||
mode: shell
|
||||
|
||||
Interval:
|
||||
Interval:
|
||||
@ -77,3 +78,4 @@ Command:
|
||||
Command:
|
||||
value: bench
|
||||
type: textarea
|
||||
mode: shell
|
||||
|
||||
Loading…
Reference in New Issue
Block a user