1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-25 15:54:51 +00:00

feat: tasks

Added module tasks for EN
This commit is contained in:
RedDeadDepresso
2023-12-16 23:46:31 +00:00
parent 0f6dd93608
commit 991831a9c6
19 changed files with 160 additions and 1 deletions
+27
View File
@@ -523,6 +523,33 @@
}
}
},
"Task": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"option": [
true,
false
]
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "Task",
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "04:00",
"display": "hide"
}
}
},
"DataUpdate": {
"Scheduler": {
"Enable": {
+1
View File
@@ -17,6 +17,7 @@
"Bounty",
"Scrimmage",
"TacticalChallenge",
"Task",
"DataUpdate"
]
}
+2
View File
@@ -45,6 +45,8 @@ Daily:
TacticalChallenge:
- Scheduler
- TacticalChallenge
Task:
- Scheduler
DataUpdate:
- Scheduler
- ItemStorage
+1 -1
View File
@@ -9,7 +9,7 @@ class ManualConfig:
SCHEDULER_PRIORITY = """
Restart
> Cafe > Circle > Mail > DataUpdate > Bounty
> Scrimmage > TacticalChallenge
> Scrimmage > TacticalChallenge > Task
"""
"""
+4
View File
@@ -42,6 +42,10 @@
"name": "Tactical Challenge",
"help": ""
},
"Task": {
"name": "Tasks",
"help": ""
},
"DataUpdate": {
"name": "Dashboard Upd",
"help": ""
+4
View File
@@ -42,6 +42,10 @@
"name": "战术对抗赛",
"help": "战术大赛 / 竞技场"
},
"Task": {
"name": "Task.Task.name",
"help": "Task.Task.help"
},
"DataUpdate": {
"name": "仪表盘更新",
"help": ""
+4
View File
@@ -1,6 +1,10 @@
from module.config.stored.classes import (
StoredAP,
StoredBase,
StoredBountyTicket,
StoredCounter,
StoredExpiredAt0400,
StoredExpiredAtMonday0400,
StoredInt,
StoredScrimmageTicket,
StoredTacticalChallengeTicket,