From fdd4a5a65a911ba6be410aa7cd16dc4bd4c7d050 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 13 Dec 2023 11:29:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=94=B9=E5=8F=98=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config/navbar.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/.vuepress/config/navbar.js b/docs/.vuepress/config/navbar.js index edfa3ee8..a4b12f2c 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/', -- GitLab