StarRailCopilot/module/config/argument/menu.json
LmeSzinc 652cb20670 Gui: Move Ornament to daily group
- Gui: Remove world 7 before SLAM pathfinding added
2024-08-14 15:26:33 +08:00

39 lines
554 B
JSON

{
"Alas": {
"menu": "list",
"page": "setting",
"tasks": [
"Alas",
"Restart"
]
},
"Daily": {
"menu": "list",
"page": "setting",
"tasks": [
"Dungeon",
"Ornament",
"DailyQuest",
"BattlePass",
"Assignment",
"DataUpdate",
"Freebies"
]
},
"Weekly": {
"menu": "list",
"page": "setting",
"tasks": [
"Weekly",
"Rogue"
]
},
"Tool": {
"menu": "list",
"page": "tool",
"tasks": [
"Daemon",
"PlannerScan"
]
}
}