| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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}"]
- }
- ]
- }
|