manifest.json 308 B

1234567891011121314151617
  1. {
  2. "dev": {
  3. "id": "dingdocs-api-test",
  4. "name": "API调用测试"
  5. },
  6. "base": {
  7. "scriptService": {
  8. "url": "http://60.204.149.122:4000/script.html"
  9. },
  10. "sidebars": [
  11. {
  12. "url": "http://60.204.149.122:4000/ui.html",
  13. "title": "API调用测试"
  14. }
  15. ]
  16. }
  17. }