linkList.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "code": 0,
  3. "msg": "",
  4. "count": 4,
  5. "data": [
  6. {
  7. "linkId": "1",
  8. "logo": "../../images/layui.png",
  9. "websiteName": "layui - 经典模块化前端框架",
  10. "websiteUrl": "http://www.layui.com",
  11. "masterEmail": "xianxin@layui.com",
  12. "addTime": "2017-05-14",
  13. "showAddress": "checked"
  14. },{
  15. "linkId": "2",
  16. "logo": "../../images/fly.png",
  17. "websiteName": "fly - 前端框架官方社区",
  18. "websiteUrl": "http://fly.layui.com",
  19. "masterEmail": "xianxin@layui.com",
  20. "addTime": "2017-05-14",
  21. "showAddress": ""
  22. },{
  23. "linkId": "3",
  24. "logo": "../../images/mayun.png",
  25. "websiteName": "layuicms2.0 - 码云 - 开源中国",
  26. "websiteUrl": "https://gitee.com/layuicms/layuicms2.0",
  27. "masterEmail": "git@oschina.cn",
  28. "addTime": "2017-05-14",
  29. "showAddress": ""
  30. },{
  31. "linkId": "4",
  32. "logo": "../../images/git.png",
  33. "websiteName": "layuicms2.0 - Github",
  34. "websiteUrl": "https://github.com/BrotherMa/layuiCMS2.0",
  35. "masterEmail": "github@github.cn",
  36. "addTime": "2017-05-14",
  37. "showAddress": ""
  38. }
  39. ]
  40. }