mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-13 00:57:01 +08:00
@@ -686,6 +686,10 @@
|
||||
"Replenish": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"ContinueTraining": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"MaaCustomInfrast": {
|
||||
@@ -772,6 +776,14 @@
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"OnlyBuyDiscount": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"ReserveMaxCredit": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"BuyFirst": {
|
||||
"type": "textarea",
|
||||
"value": "招聘许可"
|
||||
@@ -822,6 +834,24 @@
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"MaaAward": {
|
||||
"Mail": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"Recruit": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"Orundum": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"Specialaccess": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"Storage": {
|
||||
"type": "storage",
|
||||
|
||||
@@ -116,6 +116,7 @@ MaaInfrast:
|
||||
Notstationed: true
|
||||
Trust: true
|
||||
Replenish: false
|
||||
ContinueTraining: false
|
||||
MaaCustomInfrast:
|
||||
Enable: false
|
||||
BuiltinConfig:
|
||||
@@ -131,6 +132,8 @@ MaaMall:
|
||||
CreditFight: false
|
||||
Shopping: true
|
||||
ForceShoppingIfCreditFull: false
|
||||
OnlyBuyDiscount: False
|
||||
ReserveMaxCredit: False
|
||||
BuyFirst:
|
||||
value: 招聘许可
|
||||
type: textarea
|
||||
@@ -159,6 +162,12 @@ MaaRoguelike:
|
||||
value: no_use
|
||||
option: [ no_use, friend_support, nonfriend_support ]
|
||||
|
||||
MaaAward:
|
||||
Mail: False
|
||||
Recruit: False
|
||||
Orundum: False
|
||||
Specialaccess: False
|
||||
|
||||
# ==================== Tool ====================
|
||||
|
||||
MaaCopilot:
|
||||
|
||||
@@ -38,6 +38,7 @@ Maa:
|
||||
- MaaMall
|
||||
MaaAward:
|
||||
- Scheduler
|
||||
- MaaAward
|
||||
MaaRoguelike:
|
||||
- Scheduler
|
||||
- MaaRoguelike
|
||||
|
||||
Reference in New Issue
Block a user