nav_top_left.json 426 B

12345678910111213141516171819202122232425
  1. {
  2. "data": [
  3. {
  4. "text": "按钮",
  5. "icon": "",
  6. "href": "demo/btn.html"
  7. },
  8. {
  9. "text": "基础",
  10. "icon": "",
  11. "subset": [
  12. {
  13. "text": "按钮",
  14. "icon": "",
  15. "href": "demo/btn.html"
  16. },
  17. {
  18. "text": "表单",
  19. "icon": "",
  20. "href": "demo/form.html"
  21. }
  22. ]
  23. }
  24. ]
  25. }