更改diboot官网菜单导航;添加优秀案例页面。
This commit is contained in:
parent
2906d10ba3
commit
6ee4b23f43
|
@ -65,15 +65,32 @@ module.exports = {
|
|||
text: 'devtools助理 指南',
|
||||
link: '/guide/diboot-devtools/介绍'
|
||||
}, {
|
||||
text: '捐助我们',
|
||||
link: '/guide/donate/'
|
||||
},{
|
||||
text: '开发团队',
|
||||
items: [
|
||||
{
|
||||
text: '项目合作',
|
||||
link:'http://www.dibo.ltd/contect.html'
|
||||
},
|
||||
{
|
||||
text: '捐助我们',
|
||||
link: '/guide/donate/'
|
||||
}
|
||||
]
|
||||
}, {
|
||||
text: 'Gitee', link: 'https://gitee.com/dibo_software/diboot-v2'
|
||||
text: '代码仓库',
|
||||
items: [
|
||||
{
|
||||
text: 'Gitee',
|
||||
link: 'https://gitee.com/dibo_software/diboot-v2'
|
||||
},
|
||||
{
|
||||
text: 'GitHub',
|
||||
link: 'https://github.com/dibo-software/diboot-v2'
|
||||
}
|
||||
]
|
||||
}, {
|
||||
text: 'GitHub', link: 'https://github.com/dibo-software/diboot-v2'
|
||||
text: '优秀案例',
|
||||
link: '/other/excellentExample'
|
||||
},{
|
||||
text: '1.x旧版', link: 'https://www.diboot.com/diboot-v1/'
|
||||
}]
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
# 优秀案例
|
||||
|
||||
## 说明
|
||||
|
||||
* 优秀案例展示,将展示Diboot用户们基于此开发的系列产品列表。
|
||||
* 如果您也使用我们的Diboot开发了相关产品,可以通过[Diboot优秀案例申请](http://s.dibo.ltd/#/f/748dc26142fc46af946ce9acea0aff76)来提交您的产品案例。
|
||||
* 对于您提交的案例申请,我们将尽快更新到该列表中,感谢您的支持。
|
||||
|
||||
## 案例列表
|
||||
|
||||
* [帝博数据统计平台](http://s.dibo.ltd/#/g)
|
Loading…
Reference in New Issue