Files
project_main/cfg_main.toml
bmy 49c0499f24 pref: 注册时直接传入任务类
feat: 分任务设置检测计数值
2024-05-29 21:23:05 +08:00

27 lines
925 B
TOML

[debug]
logger_filename = "log/file_{time}.log"
logger_format = "{time} {level} {message}"
[task]
GetBlock_enable = false # 人员施救使能
PutBlock_enable = false # 紧急转移使能
GetBBall_enable = true # 整装上阵使能
UpTower_enable = true # 通信抢修使能
GetRBall_enable = true # 高空排险使能
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 # 扫黑除暴使能