Skip to content

Commit

Permalink
fix: 修改周常任务顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
Aues6uen11Z committed Dec 2, 2024
1 parent 4af7ca8 commit 686e1e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class TaskMission1(BaseModel):

class TaskMission2(BaseModel):
Base: GroupCustomBase = Field(GroupCustomBase(
command='py main.py -t mission', priority=15, priority_enabled=False
command='py main.py -t mission', priority=8, priority_enabled=False
), alias='_Base')


Expand All @@ -141,7 +141,7 @@ class GroupWeeklyEvent(BaseModel):
armada_contribution_time: Argument = Argument(type='input', value=0.0, hide=True)

Base: GroupCustomBase = Field(GroupCustomBase(
command='py main.py -t weekly_reward', priority=8
command='py main.py -t weekly_reward', priority=9
), alias='_Base')
WeeklyEvent: GroupWeeklyEvent = GroupWeeklyEvent()

Expand Down
4 changes: 2 additions & 2 deletions config/args.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"Mission2": {
"_Base": {
"priority": 99,
"priority": 8,
"priority_enabled": false,
"command": "py main.py -t mission",
"command_enabled": true
Expand Down Expand Up @@ -129,7 +129,7 @@
"Weekly": {
"WeeklyReward": {
"_Base": {
"priority": 8,
"priority": 9,
"priority_enabled": true,
"command": "py main.py -t weekly_reward",
"command_enabled": true
Expand Down

0 comments on commit 686e1e5

Please sign in to comment.