mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Add: [MAA] Weekly stage fight scheduling (#2125)
This commit is contained in:
@@ -163,10 +163,11 @@
|
||||
"option": [
|
||||
"last",
|
||||
"1-7",
|
||||
"CE-6",
|
||||
"AP-5",
|
||||
"CA-5",
|
||||
"LS-6",
|
||||
"CA-5",
|
||||
"SK-5",
|
||||
"AP-5",
|
||||
"CE-6",
|
||||
"PR-A-1",
|
||||
"PR-A-2",
|
||||
"PR-B-1",
|
||||
@@ -263,10 +264,11 @@
|
||||
"option": [
|
||||
"last",
|
||||
"1-7",
|
||||
"CE-6",
|
||||
"AP-5",
|
||||
"CA-5",
|
||||
"LS-6",
|
||||
"CA-5",
|
||||
"SK-5",
|
||||
"AP-5",
|
||||
"CE-6",
|
||||
"PR-A-1",
|
||||
"PR-A-2",
|
||||
"PR-B-1",
|
||||
@@ -356,10 +358,11 @@
|
||||
"option": [
|
||||
"last",
|
||||
"1-7",
|
||||
"CE-6",
|
||||
"AP-5",
|
||||
"CA-5",
|
||||
"LS-6",
|
||||
"CA-5",
|
||||
"SK-5",
|
||||
"AP-5",
|
||||
"CE-6",
|
||||
"PR-A-1",
|
||||
"PR-A-2",
|
||||
"PR-B-1",
|
||||
@@ -405,6 +408,112 @@
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"MaaFightWeekly": {
|
||||
"Monday": {
|
||||
"type": "select",
|
||||
"value": "default",
|
||||
"option": [
|
||||
"default",
|
||||
"LS-6",
|
||||
"SK-5",
|
||||
"AP-5",
|
||||
"PR-A-1",
|
||||
"PR-A-2",
|
||||
"PR-B-1",
|
||||
"PR-B-2"
|
||||
]
|
||||
},
|
||||
"Tuesday": {
|
||||
"type": "select",
|
||||
"value": "default",
|
||||
"option": [
|
||||
"default",
|
||||
"LS-6",
|
||||
"CA-5",
|
||||
"CE-6",
|
||||
"PR-B-1",
|
||||
"PR-B-2",
|
||||
"PR-D-1",
|
||||
"PR-D-2"
|
||||
]
|
||||
},
|
||||
"Wednesday": {
|
||||
"type": "select",
|
||||
"value": "default",
|
||||
"option": [
|
||||
"default",
|
||||
"LS-6",
|
||||
"CA-5",
|
||||
"SK-5",
|
||||
"PR-C-1",
|
||||
"PR-C-2",
|
||||
"PR-D-1",
|
||||
"PR-D-2"
|
||||
]
|
||||
},
|
||||
"Thursday": {
|
||||
"type": "select",
|
||||
"value": "default",
|
||||
"option": [
|
||||
"default",
|
||||
"LS-6",
|
||||
"AP-5",
|
||||
"CE-6",
|
||||
"PR-A-1",
|
||||
"PR-A-2",
|
||||
"PR-C-1",
|
||||
"PR-C-2"
|
||||
]
|
||||
},
|
||||
"Friday": {
|
||||
"type": "select",
|
||||
"value": "default",
|
||||
"option": [
|
||||
"default",
|
||||
"LS-6",
|
||||
"CA-5",
|
||||
"SK-5",
|
||||
"PR-A-1",
|
||||
"PR-A-2",
|
||||
"PR-B-1",
|
||||
"PR-B-2"
|
||||
]
|
||||
},
|
||||
"Saturday": {
|
||||
"type": "select",
|
||||
"value": "default",
|
||||
"option": [
|
||||
"default",
|
||||
"LS-6",
|
||||
"SK-5",
|
||||
"AP-5",
|
||||
"CE-6",
|
||||
"PR-B-1",
|
||||
"PR-B-2",
|
||||
"PR-C-1",
|
||||
"PR-C-2",
|
||||
"PR-D-1",
|
||||
"PR-D-2"
|
||||
]
|
||||
},
|
||||
"Sunday": {
|
||||
"type": "select",
|
||||
"value": "default",
|
||||
"option": [
|
||||
"default",
|
||||
"LS-6",
|
||||
"CA-5",
|
||||
"AP-5",
|
||||
"CE-6",
|
||||
"PR-A-1",
|
||||
"PR-A-2",
|
||||
"PR-C-1",
|
||||
"PR-C-2",
|
||||
"PR-D-1",
|
||||
"PR-D-2"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"Storage": {
|
||||
"type": "storage",
|
||||
|
||||
Reference in New Issue
Block a user