From a6a942c15381228cf680a666d6e162b59a15de31 Mon Sep 17 00:00:00 2001 From: lzh Date: Mon, 22 Dec 2025 17:43:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E9=99=A4=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=86=85=E7=9A=84=E6=96=87=E6=A1=A3=E7=AD=89?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/layouts/basic.vue | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/apps/web-antd/src/layouts/basic.vue b/apps/web-antd/src/layouts/basic.vue index e8715a895..525c2fe3d 100644 --- a/apps/web-antd/src/layouts/basic.vue +++ b/apps/web-antd/src/layouts/basic.vue @@ -64,24 +64,24 @@ const menus = computed(() => [ icon: AntdProfileOutlined, text: $t('ui.widgets.profile'), }, - { - handler: () => { - openWindow(VBEN_DOC_URL, { - target: '_blank', - }); - }, - icon: BookOpenText, - text: $t('ui.widgets.document'), - }, - { - handler: () => { - openWindow(VBEN_GITHUB_URL, { - target: '_blank', - }); - }, - icon: SvgGithubIcon, - text: 'GitHub', - }, + // { + // handler: () => { + // openWindow(VBEN_DOC_URL, { + // target: '_blank', + // }); + // }, + // icon: BookOpenText, + // text: $t('ui.widgets.document'), + // }, + // { + // handler: () => { + // openWindow(VBEN_GITHUB_URL, { + // target: '_blank', + // }); + // }, + // icon: SvgGithubIcon, + // text: 'GitHub', + // }, { handler: () => { helpModalApi.open();