mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Opt: No raw command textarea in FpyBenchmark
This commit is contained in:
@@ -239,11 +239,38 @@
|
||||
}
|
||||
},
|
||||
"FpyBenchmark": {
|
||||
"Command": {
|
||||
"Command": {
|
||||
"type": "textarea",
|
||||
"value": "bench",
|
||||
"mode": "shell"
|
||||
"Benchmark": {
|
||||
"BenchTouch": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"BenchScreen": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"Storage": {
|
||||
"type": "storage",
|
||||
"value": {},
|
||||
"valuetype": "ignore",
|
||||
"display": "disabled"
|
||||
}
|
||||
}
|
||||
},
|
||||
"FpyCall": {
|
||||
"Call": {
|
||||
"Function": {
|
||||
"type": "select",
|
||||
"value": "lottery",
|
||||
"option": [
|
||||
"fpSummon",
|
||||
"lottery",
|
||||
"mining",
|
||||
"mail",
|
||||
"synthesis",
|
||||
"summonHistory"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
|
||||
@@ -74,8 +74,19 @@ Limit:
|
||||
SpecialDrop:
|
||||
value: 0
|
||||
|
||||
Command:
|
||||
Command:
|
||||
value: bench
|
||||
type: textarea
|
||||
mode: shell
|
||||
Benchmark:
|
||||
BenchTouch:
|
||||
value: True
|
||||
BenchScreen:
|
||||
value: True
|
||||
|
||||
Call:
|
||||
Function:
|
||||
value: lottery
|
||||
option:
|
||||
- fpSummon
|
||||
- lottery
|
||||
- mining
|
||||
- mail
|
||||
- synthesis
|
||||
- summonHistory
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
],
|
||||
"Tool": [
|
||||
"FpyBattle",
|
||||
"FpyBenchmark"
|
||||
"FpyBenchmark",
|
||||
"FpyCall"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -33,4 +33,7 @@ FpyDailyFpSummon:
|
||||
FpyBattle: []
|
||||
|
||||
FpyBenchmark:
|
||||
- Command
|
||||
- Benchmark
|
||||
|
||||
FpyCall:
|
||||
- Call
|
||||
|
||||
Reference in New Issue
Block a user