zzyyyl
|
0d82787073
|
feat: 增加 "#" 型任务
```json
{
"A": {
"next": ["B"]
},
"C": {
"next": ["A#next"]
}
}
```
可以得到 "C" 的 next 是 "B"
|
2022-10-23 22:17:53 +08:00 |
|
zzyyyl
|
a3aa69849d
|
perf: 按照 reviews 意见修改 ProcessTask
把 max_times 的计算拉出来做个函数
|
2022-10-07 21:30:39 +08:00 |
|
MistEO
|
8bd5a390cc
|
feat: ProcessTask支持后置超限,并将肉鸽刷源石锭改为进入第二层后再退出
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2037
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1959
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1073
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/396
|
2022-09-30 23:31:05 +08:00 |
|
MistEO
|
d39b138faf
|
feat: 再添加一些ProcessTask的日志
|
2022-09-30 00:32:55 +08:00 |
|
zzyyyl
|
c9b5aa638a
|
refactor: 给头文件加上路径
直接在上一个 commit 里改的话可能会导致 history 消失
|
2022-09-29 23:30:32 +08:00 |
|
zzyyyl
|
206df466fd
|
refactor: 按照 filters 为 MaaCore 重新建立文件结构
|
2022-09-29 23:25:33 +08:00 |
|