process.json 437 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "RedNoteAIThumbsUp",
  3. "description": "小红书自动点赞",
  4. "variables": {
  5. "sendBtnPos": ""
  6. },
  7. "execute": [
  8. {
  9. "type": "image-center-location",
  10. "inVars": ["点赞按钮_未点赞.png"],
  11. "outVars": ["{sendBtnPos}"]
  12. },
  13. {
  14. "type": "while",
  15. "condition": "{sendBtnPos}==\"\"",
  16. "ture":
  17. [
  18. ]
  19. },
  20. {
  21. "type": "adb",
  22. "method": "click",
  23. "inVars": ["{sendBtnPos}"]
  24. }
  25. ]
  26. }