Skip to content

Commit 6a03fa4

Browse files
committed
修复构建
1 parent 0216829 commit 6a03fa4

File tree

2 files changed

+2
-35
lines changed

2 files changed

+2
-35
lines changed

src/tasks/DailyTask.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ def __init__(self, *args, **kwargs):
1414
self.description = "收菜"
1515
self.default_config.update({
1616
'体力本': "军备解析",
17-
'活动情报补给': True,
17+
'活动情报补给': False,
1818
'活动自律': True,
1919
'公共区': True,
2020
'购买免费礼包': True,
2121
'自动刷体力': True,
2222
'刷钱本': True,
2323
'竞技场': True,
24-
'兵棋推演': True,
24+
'兵棋推演': False,
2525
'班组': True,
2626
'尘烟': True,
2727
'领任务': True,

tests/TestPerformance.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)