diff --git a/config/template.json b/config/template.json index 69525b4..1b04133 100644 --- a/config/template.json +++ b/config/template.json @@ -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, diff --git a/module/config/argument/args.json b/module/config/argument/args.json index 2583925..ff189b3 100644 --- a/module/config/argument/args.json +++ b/module/config/argument/args.json @@ -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": { diff --git a/module/config/argument/menu.json b/module/config/argument/menu.json index 378272d..7ecbc17 100644 --- a/module/config/argument/menu.json +++ b/module/config/argument/menu.json @@ -12,8 +12,8 @@ "page": "setting", "tasks": [ "Cafe", - "Mail", "Circle", + "Mail", "Bounty", "Scrimmage", "TacticalChallenge", diff --git a/module/config/argument/task.yaml b/module/config/argument/task.yaml index 19b634b..12bbb3d 100644 --- a/module/config/argument/task.yaml +++ b/module/config/argument/task.yaml @@ -25,10 +25,10 @@ Daily: Cafe: - Scheduler - Cafe - Mail: - - Scheduler Circle: - Scheduler + Mail: + - Scheduler Bounty: - Scheduler - Bounty diff --git a/module/config/i18n/en-US.json b/module/config/i18n/en-US.json index 7a1fe5a..50b0ba1 100644 --- a/module/config/i18n/en-US.json +++ b/module/config/i18n/en-US.json @@ -22,14 +22,14 @@ "name": "Cafe", "help": "" }, - "Mail": { - "name": "Mailbox", - "help": "" - }, "Circle": { "name": "Club", "help": "" }, + "Mail": { + "name": "Mailbox", + "help": "" + }, "Bounty": { "name": "Bounty", "help": "" diff --git a/module/config/i18n/zh-CN.json b/module/config/i18n/zh-CN.json index 6808d42..b0896d9 100644 --- a/module/config/i18n/zh-CN.json +++ b/module/config/i18n/zh-CN.json @@ -22,14 +22,14 @@ "name": "咖啡厅", "help": "" }, - "Mail": { - "name": "邮箱", - "help": "" - }, "Circle": { "name": "公会", "help": "社团 / 小组" }, + "Mail": { + "name": "邮箱", + "help": "" + }, "Bounty": { "name": "悬赏通缉", "help": ""