1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 13:25:13 +00:00

fix(ui): change task order

This commit is contained in:
YoursFunny 2023-11-23 16:37:16 +08:00
parent 15bf77da3d
commit f2065507c2
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C
6 changed files with 46 additions and 46 deletions

View File

@ -47,14 +47,6 @@
"SecondCafe": true
}
},
"Mail": {
"Scheduler": {
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "Mail",
"ServerUpdate": "04:00"
}
},
"Circle": {
"Scheduler": {
"Enable": true,
@ -63,6 +55,14 @@
"ServerUpdate": "04:00"
}
},
"Mail": {
"Scheduler": {
"Enable": true,
"NextRun": "2020-01-01 00:00:00",
"Command": "Mail",
"ServerUpdate": "04:00"
}
},
"Bounty": {
"Scheduler": {
"Enable": true,

View File

@ -207,33 +207,6 @@
}
}
},
"Mail": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": true,
"option": [
true,
false
]
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "Mail",
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "04:00",
"display": "hide"
}
}
},
"Circle": {
"Scheduler": {
"Enable": {
@ -261,6 +234,33 @@
}
}
},
"Mail": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": true,
"option": [
true,
false
]
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "Mail",
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "04:00",
"display": "hide"
}
}
},
"Bounty": {
"Scheduler": {
"Enable": {

View File

@ -12,8 +12,8 @@
"page": "setting",
"tasks": [
"Cafe",
"Mail",
"Circle",
"Mail",
"Bounty",
"Scrimmage",
"TacticalChallenge",

View File

@ -25,10 +25,10 @@ Daily:
Cafe:
- Scheduler
- Cafe
Mail:
- Scheduler
Circle:
- Scheduler
Mail:
- Scheduler
Bounty:
- Scheduler
- Bounty

View File

@ -22,14 +22,14 @@
"name": "Cafe",
"help": ""
},
"Mail": {
"name": "Mailbox",
"help": ""
},
"Circle": {
"name": "Club",
"help": ""
},
"Mail": {
"name": "Mailbox",
"help": ""
},
"Bounty": {
"name": "Bounty",
"help": ""

View File

@ -22,14 +22,14 @@
"name": "咖啡厅",
"help": ""
},
"Mail": {
"name": "邮箱",
"help": ""
},
"Circle": {
"name": "公会",
"help": "社团 / 小组"
},
"Mail": {
"name": "邮箱",
"help": ""
},
"Bounty": {
"name": "悬赏通缉",
"help": ""