mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
9edd120538
* 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
19 lines
251 B
JSON
19 lines
251 B
JSON
{
|
|
"Alas": {
|
|
"menu": "list",
|
|
"page": "setting",
|
|
"tasks": [
|
|
"Alas",
|
|
"Restart"
|
|
]
|
|
},
|
|
"Daily": {
|
|
"menu": "list",
|
|
"page": "setting",
|
|
"tasks": [
|
|
"Dungeon",
|
|
"DailyQuest",
|
|
"BattlePass"
|
|
]
|
|
}
|
|
} |