| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "RedNoteAIThumbsUp",
- "description": "小红书自动点赞",
- "variables": {
- "sendBtnPos": ""
- },
- "execute": [
- {
- "type": "try",
- "try": [
- {
- "type": "img-center-point-location",
- "inVars": [
- "视频点赞.png",
- [
- 0.2,
- 1.6
- ]
- ],
- "outVars": [
- "{sendBtnPos}"
- ]
- }
- ],
- "success": [],
- "fail": [
- {
- "type": "img-center-point-location",
- "inVars": [
- "图文点赞.png",
- [
- 0.2,
- 1.6
- ]
- ],
- "outVars": [
- "{sendBtnPos}"
- ]
- }
- ]
- },
- {
- "type": "adb",
- "method": "click",
- "inVars": [
- "{sendBtnPos}"
- ]
- }
- ]
- }
|