process.json 229 B

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