Jingbo Zhai

Results 1 comments of Jingbo Zhai

## 细化对计数器的需求 先提供一个我预期的示例: ```json "SetReplaysTimes": { "action": "Count", "target_count": 5, // must, 指示目标次数 "count_msg": "当前次数: {count}, 目标次数: {target_count}" // may, 输出额外信息 "next": [], "else": [] }, ``` 如果达到指定次数 -> 重置计数器并运行跳转至...