提交 b8339a8e 编写于 作者: D DCloud_LXH

chore: 改变导航顺序

上级 1962c9d7
...@@ -8,11 +8,6 @@ ...@@ -8,11 +8,6 @@
* needOutbound // 是否显示外链图标 * needOutbound // 是否显示外链图标
*/ */
export const navbar = [ export const navbar = [
{
text: 'uniCloud',
type: 'link',
link: '/'
},
{ {
text: 'uni-app', text: 'uni-app',
link: 'https://uniapp.dcloud.io/', link: 'https://uniapp.dcloud.io/',
...@@ -27,6 +22,11 @@ export const navbar = [ ...@@ -27,6 +22,11 @@ export const navbar = [
target: '_blank', target: '_blank',
needOutbound: false needOutbound: false
}, },
{
text: 'uniCloud',
type: 'link',
link: '/'
},
{ {
text: 'HBuilder', text: 'HBuilder',
link: 'https://hx.dcloud.net.cn/', link: 'https://hx.dcloud.net.cn/',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册