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

Upd: [MAA] Support Sami roguelike settings (#2976)

* Upd: [MAA] Support Sami roguelike settings

* Upd: [MAA] Support Sami roguelike settings

---------

Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
This commit is contained in:
Ozhika
2023-08-06 03:47:37 +10:00
committed by GitHub
parent b68a711d39
commit 95c5df9636
9 changed files with 19 additions and 11 deletions

View File

@@ -866,10 +866,11 @@
"MaaRoguelike": {
"Theme": {
"type": "select",
"value": "Phantom",
"value": "Sami",
"option": [
"Phantom",
"Mizuki"
"Mizuki",
"Sami"
]
},
"Mode": {

View File

@@ -140,8 +140,8 @@ MaaMall:
MaaRoguelike:
Theme:
value: Phantom
option: [Phantom, Mizuki]
value: Sami
option: [Phantom, Mizuki, Sami]
Mode:
value: 0
option: [0, 1]