example.json 415 B

123456789101112131415161718192021222324
  1. [
  2. {
  3. "key": "金牌",
  4. "name": "金牌",
  5. "type": 3,
  6. "api": "爬虫所在位置/金牌.py",
  7. "searchable": 1,
  8. "quickSearch": 1,
  9. "filterable": 1,
  10. "ext": {
  11. "site": "域名1,域名2,域名3......"
  12. }
  13. },
  14. {
  15. "key": "光速",
  16. "name": "光速",
  17. "type": 3,
  18. "api": "爬虫所在位置/光速.py",
  19. "searchable": 1,
  20. "quickSearch": 1,
  21. "filterable": 1
  22. }
  23. ]