process.json 871 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "RedNoteAIThumbsUp",
  3. "description": "小红书自动点赞",
  4. "variables": {
  5. "sendBtnPos": ""
  6. },
  7. "execute": [
  8. {
  9. "type": "try",
  10. "try": [
  11. {
  12. "type": "img-center-point-location",
  13. "inVars": [
  14. "视频点赞.png",
  15. [
  16. 0.2,
  17. 1.6
  18. ]
  19. ],
  20. "outVars": [
  21. "{sendBtnPos}"
  22. ]
  23. }
  24. ],
  25. "success": [],
  26. "fail": [
  27. {
  28. "type": "img-center-point-location",
  29. "inVars": [
  30. "图文点赞.png",
  31. [
  32. 0.2,
  33. 1.6
  34. ]
  35. ],
  36. "outVars": [
  37. "{sendBtnPos}"
  38. ]
  39. }
  40. ]
  41. },
  42. {
  43. "type": "adb",
  44. "method": "click",
  45. "inVars": [
  46. "{sendBtnPos}"
  47. ]
  48. }
  49. ]
  50. }