From 42de9caf52474df2de590b4fad256618b5e4bd38 Mon Sep 17 00:00:00 2001 From: Harry-zklcdc Date: Thu, 6 Mar 2025 00:26:00 +0800 Subject: [PATCH] =?UTF-8?q?[Feat]=20=E2=9C=A8=20Add=20Docs=20Link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- frontend/src/layout/AppMenu.vue | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 51d1fc9..b606d53 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ > [!WARNING] > 部署仓库: [XShengTech/MEGREZ-Deploy](https://github.com/XShengTech/MEGREZ-Deploy) > -> 查看文档 [**>>> 🚧 正在施工中 <<<**]() +> 查看文档 [**>>> MEGREZ 文档 <<<**](http://docs.megrez.xsheng-ai.com/) ## 📌 效果展示 diff --git a/frontend/src/layout/AppMenu.vue b/frontend/src/layout/AppMenu.vue index ddb9f7f..8238a0e 100644 --- a/frontend/src/layout/AppMenu.vue +++ b/frontend/src/layout/AppMenu.vue @@ -56,15 +56,9 @@ const model = ref([ { label: '使用文档', icon: 'pi pi-fw pi-book text-amber-500', - url: '#', + url: 'http://docs.megrez.xsheng-ai.com/guide/usage/', target: '_blank' }, - // { - // label: '开源信息', - // icon: 'pi pi-fw pi-cog', - // url: 'https://github.com/primefaces/sakai-vue', - // target: '_blank' - // }, ] } ]);