process.json 344 B

1234567891011121314151617181920
  1. {
  2. "name": "RedNoteAIThumbsUp",
  3. "description": "小红书自动点赞",
  4. "variables": {
  5. "sendBtnPos": ""
  6. },
  7. "execute": [
  8. {
  9. "type": "img-center-point-location",
  10. "inVars": ["点赞按钮_未点赞.png"],
  11. "outVars": ["{sendBtnPos}"]
  12. },
  13. {
  14. "type": "adb",
  15. "method": "click",
  16. "inVars": ["{sendBtnPos}"]
  17. }
  18. ]
  19. }