山山子

Results 6 comments of 山山子

i got same fatal error. you have sovle the issue??

通过网盘分享的文件:20250729点击失效日志文件 链接: https://pan.baidu.com/s/1bvKRcB9rcsnMEDpB5GLhKw?pwd=9c4y 提取码: 9c4y

### 循环 预期:循环指定Task,执行指定次数 - 通过外部override,参数里面的target_count来实现复数次执行。 - 通过对pipeline的傀儡节点——“CountTask_RunNode”进行override,来实现循环的主体可任意更改的特性。并且不和custom_action_param耦合在一起。 - 通过next_node可以衔接下一步节点,这里可以删掉不要这部分。 https://github.com/KhazixW2/MaaGumballs/blob/d7fb436fed33473283ffe505ae159d7108fa41d5/agent/action/count.py#L48C1-L84C52 ``` "TL01_Start_Count": { "action": "Custom", "custom_action": "CountTask", "custom_action_param": { "count": 0, "target_count": 2, "next_node": [] } }, "CountTask_RunNode": { "next":...