process.json 228 B

123456789101112131415
  1. {
  2. "name": "CreateNote",
  3. "description": "创建小红书笔记",
  4. "variables": {
  5. "pos": ""
  6. },
  7. "execute":
  8. [
  9. {
  10. "type": "adb",
  11. "method": "input",
  12. "inVars": ["创建小红书笔记"]
  13. }
  14. ]
  15. }