1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Add: Custom infrast of MAA

This commit is contained in:
SarContDeli
2022-09-22 11:00:16 +08:00
parent 6680f6d9ce
commit 46fc9bddcf
10 changed files with 122 additions and 10 deletions

View File

@@ -425,6 +425,16 @@
"type": "checkbox",
"value": false
}
},
"MaaCustomInfrast": {
"Enable": {
"type": "checkbox",
"value": false
},
"Filename": {
"type": "textarea",
"value": null
}
}
},
"MaaVisit": {

View File

@@ -86,6 +86,11 @@ MaaInfrast:
Notstationed: true
Trust: true
Replenish: false
MaaCustomInfrast:
Enable: false
Filename:
value: null
type: textarea
MaaMall:
Shopping: true

View File

@@ -33,6 +33,7 @@ MaaRecruit:
MaaInfrast:
- Scheduler
- MaaInfrast
- MaaCustomInfrast
MaaVisit:
- Scheduler

View File

@@ -63,6 +63,10 @@ class GeneratedConfig:
MaaInfrast_Trust = True
MaaInfrast_Replenish = False
# Group `MaaCustomInfrast`
MaaCustomInfrast_Enable = False
MaaCustomInfrast_Filename = None
# Group `MaaMall`
MaaMall_Shopping = True
MaaMall_BuyFirst = '招聘许可 > 龙门币'

View File

@@ -274,6 +274,20 @@
"help": "MaaInfrast.Replenish.help"
}
},
"MaaCustomInfrast": {
"_info": {
"name": "MaaCustomInfrast._info.name",
"help": "MaaCustomInfrast._info.help"
},
"Enable": {
"name": "MaaCustomInfrast.Enable.name",
"help": "MaaCustomInfrast.Enable.help"
},
"Filename": {
"name": "MaaCustomInfrast.Filename.name",
"help": "MaaCustomInfrast.Filename.help"
}
},
"MaaMall": {
"_info": {
"name": "MaaMall._info.name",

View File

@@ -274,6 +274,20 @@
"help": "MaaInfrast.Replenish.help"
}
},
"MaaCustomInfrast": {
"_info": {
"name": "MaaCustomInfrast._info.name",
"help": "MaaCustomInfrast._info.help"
},
"Enable": {
"name": "MaaCustomInfrast.Enable.name",
"help": "MaaCustomInfrast.Enable.help"
},
"Filename": {
"name": "MaaCustomInfrast.Filename.name",
"help": "MaaCustomInfrast.Filename.help"
}
},
"MaaMall": {
"_info": {
"name": "MaaMall._info.name",

View File

@@ -274,6 +274,20 @@
"help": ""
}
},
"MaaCustomInfrast": {
"_info": {
"name": "自定义基建设置",
"help": ""
},
"Enable": {
"name": "使用自定义基建配置",
"help": ""
},
"Filename": {
"name": "自定义配置路径",
"help": ""
}
},
"MaaMall": {
"_info": {
"name": "信用商店",

View File

@@ -274,6 +274,20 @@
"help": "MaaInfrast.Replenish.help"
}
},
"MaaCustomInfrast": {
"_info": {
"name": "MaaCustomInfrast._info.name",
"help": "MaaCustomInfrast._info.help"
},
"Enable": {
"name": "MaaCustomInfrast.Enable.name",
"help": "MaaCustomInfrast.Enable.help"
},
"Filename": {
"name": "MaaCustomInfrast.Filename.name",
"help": "MaaCustomInfrast.Filename.help"
}
},
"MaaMall": {
"_info": {
"name": "MaaMall._info.name",