[Feat] Add Docs Link

This commit is contained in:
Harry-zklcdc
2025-03-06 00:26:00 +08:00
parent 5780f84714
commit a00feadab1
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
> [!WARNING]
> 部署仓库: [XShengTech/MEGREZ-Deploy](https://github.com/XShengTech/MEGREZ-Deploy)
>
> 查看文档 [**>>> 🚧 正在施工中 <<<**]()
> 查看文档 [**>>> MEGREZ 文档 <<<**](http://docs.megrez.xsheng-ai.com/)
## 📌 效果展示
+1 -7
View File
@@ -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'
// },
]
}
]);