diff --git a/docs/.vuepress/config/navbar.js b/docs/.vuepress/config/navbar.js index edfa3ee84523cfacd758b08e73cf25d7085d0964..a4b12f2c929fb76d799092a17e81ea69cbd5a6a3 100644 --- a/docs/.vuepress/config/navbar.js +++ b/docs/.vuepress/config/navbar.js @@ -8,6 +8,13 @@ * needOutbound // 是否显示外链图标 */ export const navbar = [ + { + text: 'uni-app', + link: 'https://uniapp.dcloud.io/', + type: "link", + target: '_blank', + needOutbound: false + }, { text: 'uni-app x', link: '/', @@ -64,13 +71,6 @@ export const navbar = [ } ] }, - { - text: 'uni-app', - link: 'https://uniapp.dcloud.io/', - type: "link", - target: '_blank', - needOutbound: false - }, { text: 'uniCloud', link: 'https://uniapp.dcloud.io/uniCloud/',