## 條件組件
### 條件組件(checker)用法
功能:狀態不滿足時返回上一步。

```
{
"windowCls":"MainView_9F956014-12FC-42d8-80C7-9A90D4D567E3",
"windowName":"火影忍者Online",
"name":"自動刷排位",
"rate":1.2,
"times":1,
"steps":[
{
"name":"刷新對手",
"img":"../images/task_paiwei/refresh.png",
"type":"must",
"try":10,
"sleep":5,
"confidence": 0.7,
"region": [1418, 945, 100, 50]
},
{
"name":"匹配目標",
"img":"../images/task_paiwei/220.png",
"type":"checker",
"try":10,
"sleep":2,
"confidence": 0.85,
"region": [510, 700, 910, 320]
}
]
}
```