{
  "id": "tap_checkin_once",
  "name": "出现「签到」时点击一次",
  "description": "请先打开目标 App 的签到页。屏幕出现「签到」文案时点击一次后结束。不绑定具体 App；支付宝/微信等请先用 observe_screen 确认文案，再按需改 launchApp 或选择器。",
  "interrupts": [
    {
      "name": "版本更新提示",
      "when": {
        "type": "semantic",
        "description": "发现新版本或立即升级提示框"
      },
      "dismiss": {
        "type": "semantic",
        "description": "以后再说或暂不更新按钮"
      },
      "priority": 9
    }
  ],
  "goals": [
    {
      "id": "tap_checkin",
      "name": "点击签到",
      "priority": 5,
      "trigger": {
        "type": "elementVisible",
        "target": { "type": "text", "text": "签到" }
      },
      "action": {
        "type": "tap",
        "target": { "type": "text", "text": "签到" },
        "timeoutMs": 3000,
        "delayMs": 200
      },
      "constraints": {
        "maxExecutions": 1,
        "cooldownMs": 0,
        "continueOnFailure": false,
        "enabled": true
      }
    }
  ],
  "termination": { "type": "allGoalsDone" },
  "pacingPreset": "STANDARD",
  "scanConfig": {
    "idleIntervalMs": 400,
    "activeIntervalMs": 200,
    "fallbackToImageMatch": false
  }
}
