StarRailCopilot/module/config/argument/menu.json

39 lines
554 B
JSON
Raw Normal View History

2023-05-14 07:48:34 +00:00
{
"Alas": {
"menu": "list",
"page": "setting",
"tasks": [
2023-05-14 07:48:34 +00:00
"Alas",
"Restart"
]
2023-06-17 16:13:21 +00:00
},
"Daily": {
"menu": "list",
"page": "setting",
"tasks": [
2023-06-18 10:41:58 +00:00
"Dungeon",
"DailyQuest",
2023-06-19 17:28:41 +00:00
"BattlePass",
2023-09-24 08:46:39 +00:00
"Assignment",
"DataUpdate",
"Freebies"
2023-06-17 16:13:21 +00:00
]
2023-10-18 15:36:31 +00:00
},
2023-12-06 16:41:33 +00:00
"Weekly": {
2023-10-18 15:36:31 +00:00
"menu": "list",
"page": "setting",
"tasks": [
2023-12-06 16:41:33 +00:00
"Weekly",
2024-07-01 14:18:58 +00:00
"Rogue",
"Ornament"
2023-10-18 15:36:31 +00:00
]
2023-12-26 16:56:15 +00:00
},
"Tool": {
"menu": "list",
"page": "tool",
"tasks": [
2024-05-19 11:26:20 +00:00
"Daemon",
"PlannerScan"
2023-12-26 16:56:15 +00:00
]
2023-05-14 07:48:34 +00:00
}
}