mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
* Fix: `Start` button on tool page 私の不始末で多大なご迷惑をお掛けしました 申し訳ございません 謝罪します * Fix: [FPY]set_stop_event + text optimization Slap to myself a month ago * Fix: change FpyTool.page to `tool`
33 lines
464 B
JSON
33 lines
464 B
JSON
{
|
|
"Fpy": {
|
|
"menu": "list",
|
|
"page": "setting",
|
|
"tasks": [
|
|
"Fpy",
|
|
"FpyHeartbeat"
|
|
]
|
|
},
|
|
"FpyFarm": {
|
|
"menu": "list",
|
|
"page": "setting",
|
|
"tasks": [
|
|
"FpyMain"
|
|
]
|
|
},
|
|
"FpyDaily": {
|
|
"menu": "list",
|
|
"page": "setting",
|
|
"tasks": [
|
|
"FpyDailyFpSummon"
|
|
]
|
|
},
|
|
"FpyTool": {
|
|
"menu": "list",
|
|
"page": "tool",
|
|
"tasks": [
|
|
"FpyBattle",
|
|
"FpyBenchmark",
|
|
"FpyCall"
|
|
]
|
|
}
|
|
} |