pref: 注册时直接传入任务类

feat: 分任务设置检测计数值
This commit is contained in:
bmy
2024-05-29 21:23:05 +08:00
parent e3734c5ead
commit 49c0499f24
5 changed files with 539 additions and 117 deletions

View File

@@ -3,8 +3,8 @@ logger_filename = "log/file_{time}.log"
logger_format = "{time} {level} {message}"
[task]
GetBlock_enable = true # 人员施救使能
PutBlock_enable = true # 紧急转移使能
GetBlock_enable = false # 人员施救使能
PutBlock_enable = false # 紧急转移使能
GetBBall_enable = true # 整装上阵使能
UpTower_enable = true # 通信抢修使能
GetRBall_enable = true # 高空排险使能
@@ -12,3 +12,15 @@ PutBBall_enable = true # 派发物资使能
PutHanoi_enable = true # 物资盘点使能
MoveArea_enable = true # 应急避险使能
KickAss_enable = true # 扫黑除暴使能
[find_counts]
GetBlock_counts = 5 # 人员施救使能
PutBlock_counts = 5 # 紧急转移使能
GetBBall_counts = 5 # 整装上阵使能
UpTower_counts = 5 # 通信抢修使能
GetRBall_counts = 5 # 高空排险使能
PutBBall_counts = 5 # 派发物资使能
PutHanoi1_counts = 20 # 物资盘点使能
PutHanoi2_counts = 5 # 物资盘点使能
MoveArea_counts = 5 # 应急避险使能
KickAss_counts = 5 # 扫黑除暴使能