nav_top_left.json 412 B

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