{ "name": "RedNoteAIThumbsUp", "description": "小红书自动点赞", "variables": { "sendBtnPos": "" }, "execute": [ { "type": "image-center-location", "inVars": ["点赞按钮_未点赞.png"], "outVars": ["{sendBtnPos}"] }, { "type": "while", "condition": "{sendBtnPos}==\"\"", "ture": [ ] }, { "type": "adb", "method": "click", "inVars": ["{sendBtnPos}"] } ] }