JS脚本:fix历练点双倍好感切换队伍,新增返回七天神像切换指定队伍加速版 (#511)
* fix:历练点双倍好感度切换队伍bug,feat:加入关闭提示,debug输出等选项 * JS脚本:返回七天神像切换指定队伍加速版 bgiVersion >= 0.44.1
This commit is contained in:
17
repo/js/AcceleratedEditionSwitchParty/settings.json
Normal file
17
repo/js/AcceleratedEditionSwitchParty/settings.json
Normal file
@@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"name": "partyName",
|
||||
"type": "input-text",
|
||||
"label": "需要切换的队伍名称"
|
||||
},
|
||||
{
|
||||
"name": "disableGoStatue",
|
||||
"type": "checkbox",
|
||||
"label": "关闭前往七天神像"
|
||||
},
|
||||
{
|
||||
"name": "enableDebug",
|
||||
"type": "checkbox",
|
||||
"label": "开启Debug模式(队伍寻找过程中的识别内容)"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user