1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 11:15:13 +00:00
ArisuAutoSweeper/module/config/argument/menu.json
YoursFunny 3cd8161afb
feat(momotalk): add a single tool page for momotalk,
remove its scheduler,
and some minor improvements
2025-10-13 11:41:48 +08:00

46 lines
656 B
JSON

{
"Alas": {
"menu": "list",
"page": "setting",
"tasks": [
"Alas",
"Restart",
"DataUpdate"
]
},
"Daily": {
"menu": "collapse",
"page": "setting",
"tasks": [
"Cafe",
"Schedule",
"Shop"
]
},
"Farm": {
"menu": "collapse",
"page": "setting",
"tasks": [
"Bounty",
"Scrimmage",
"TacticalChallenge",
"Mission"
]
},
"Reward": {
"menu": "collapse",
"page": "setting",
"tasks": [
"Circle",
"Task",
"Mail"
]
},
"Tool": {
"menu": "collapse",
"page": "tool",
"tasks": [
"Momotalk"
]
}
}