process.json 573 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "RedNoteAIThumbsUp",
  3. "description": "小红书自动点赞",
  4. "variables": { "sendBtnPos": "" },
  5. "execute": [
  6. {
  7. "type": "try",
  8. "try":
  9. [
  10. {
  11. "type": "img-center-point-location",
  12. "inVars": ["视频点赞.png"],
  13. "outVars": ["{sendBtnPos}"]
  14. }
  15. ],
  16. "catch":
  17. [
  18. {
  19. "type": "img-center-point-location",
  20. "inVars": ["图文点赞.png"],
  21. "outVars": ["{sendBtnPos}"]
  22. }
  23. ]
  24. },
  25. {
  26. "type": "adb",
  27. "method": "click",
  28. "inVars": ["{sendBtnPos}"]
  29. }
  30. ]
  31. }