StarRailCopilot/module/config/argument/menu.json
Hengyu 9edd120538
Add: Battle Pass Claim Rewards (#13)
* Add: Battle Pass Claim Rewards

* Upd: comments of public methods

* Fix: Break half way if not waiting for animation change finish

* Fix: set dataclass repr to false

* Add: Tasks BattlePass

* Upd: break get_rewards into two loops
2023-06-19 21:57:19 +08:00

19 lines
251 B
JSON

{
"Alas": {
"menu": "list",
"page": "setting",
"tasks": [
"Alas",
"Restart"
]
},
"Daily": {
"menu": "list",
"page": "setting",
"tasks": [
"Dungeon",
"DailyQuest",
"BattlePass"
]
}
}