process.json 266 B

1234567891011121314151617
  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. "outVars": []
  15. }
  16. ]
  17. }