mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Add: Mystery code support of MAA copilot
This commit is contained in:
@@ -288,7 +288,8 @@
|
||||
},
|
||||
"DrGrandet": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
"value": false,
|
||||
"display": "hide"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -335,7 +336,7 @@
|
||||
},
|
||||
"Select3": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
"value": true
|
||||
},
|
||||
"Select4": {
|
||||
"type": "checkbox",
|
||||
|
||||
@@ -68,7 +68,7 @@ MaaFight:
|
||||
MaaRecruit:
|
||||
Refresh: true
|
||||
SkipRobot: true
|
||||
Select3: false
|
||||
Select3: true
|
||||
Select4: true
|
||||
Select5: true
|
||||
Level3ShortTime: True
|
||||
|
||||
@@ -32,6 +32,7 @@ MaaFight:
|
||||
Stone: 0
|
||||
Times: 0
|
||||
Drops: null
|
||||
DrGrandet: false
|
||||
|
||||
MaaRecruit:
|
||||
Scheduler:
|
||||
|
||||
@@ -48,7 +48,7 @@ class GeneratedConfig:
|
||||
# Group `MaaRecruit`
|
||||
MaaRecruit_Refresh = True
|
||||
MaaRecruit_SkipRobot = True
|
||||
MaaRecruit_Select3 = False
|
||||
MaaRecruit_Select3 = True
|
||||
MaaRecruit_Select4 = True
|
||||
MaaRecruit_Select5 = True
|
||||
MaaRecruit_Level3ShortTime = True
|
||||
|
||||
@@ -359,10 +359,10 @@
|
||||
"MaaCopilot": {
|
||||
"_info": {
|
||||
"name": "作业设置",
|
||||
"help": "请在有“开始行动”界面的按钮使用本功能\n更多作业下载见https://prts.plus/"
|
||||
"help": "请在有“开始行动”按钮的界面使用本功能\n使用好友助战可以关闭“自动编队”,手动选择干员后开始\n悖论模拟需要关闭“自动编队”,并选好技能后处于“开始模拟”按钮的界面再开始\n神秘代码获取见https://prts.plus/,更多作业下载可以加MAA作业群"
|
||||
},
|
||||
"FileName": {
|
||||
"name": "作业路径",
|
||||
"name": "作业路径/神秘代码",
|
||||
"help": ""
|
||||
},
|
||||
"Formation": {
|
||||
|
||||
Reference in New Issue
Block a user