From 073fd16bd7f3591874c5ca8a5bf1ab326a74aa64 Mon Sep 17 00:00:00 2001 From: Soybean Date: Wed, 6 Sep 2023 01:07:29 +0800 Subject: [PATCH] refactor(projects): update soybean domain --- README.md | 6 +++--- mock/model/route.ts | 4 ++-- src/router/modules/document.ts | 2 +- src/views/about/components/project-info.vue | 2 +- src/views/document/project/index.vue | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 99537a15..965aa369 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,17 @@ ## 在线预览 -- [Soybean Admin 预览地址](https://soybean.pro/) +- [Soybean Admin 预览地址](https://admin.soybeanjs.cn/) ## 文档 -- [项目文档预览地址](https://docs.soybean.pro) +- [项目文档预览地址](https://admin-docs.soybeanjs.cn/) ## 代码仓库 | 仓库 | github 地址 | gitee 镜像 | 预览 | | -------------- | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------- | -| soybean-admin | [github](https://github.com/honghuangdc/soybean-admin) | [gitee](https://gitee.com/honghuangdc/soybean-admin) | [预览](https://soybean.pro/) | +| soybean-admin | [github](https://github.com/honghuangdc/soybean-admin) | [gitee](https://gitee.com/honghuangdc/soybean-admin) | [预览](https://admin.soybeanjs.cn/) | | tauri 版 | [tauri 版](https://github.com/honghuangdc/soybean-admin/tree/tauri) | [tauri 版](https://gitee.com/honghuangdc/soybean-admin/tree/tauri) | | | 精简版 | [精简版](https://github.com/honghuangdc/soybean-admin/tree/thin) | [精简版](https://gitee.com/honghuangdc/soybean-admin/tree/thin) | | | 集成 fast-crud | [集成 fast-crud](https://github.com/honghuangdc/soybean-admin/tree/fast-crud) | [集成 fast-crud](https://gitee.com/honghuangdc/soybean-admin/tree/fast-crud) | [预览](http://fast-crud.docmirror.cn/soybean/#/crud/demo) | diff --git a/mock/model/route.ts b/mock/model/route.ts index 48c0ad98..bc927d93 100644 --- a/mock/model/route.ts +++ b/mock/model/route.ts @@ -92,7 +92,7 @@ export const routeModel: Record = { i18nTitle: 'routes.document.project-link', requiresAuth: true, localIcon: 'logo', - href: 'https://docs.soybean.pro/' + href: 'https://admin-docs.soybeanjs.cn/' } } ], @@ -650,7 +650,7 @@ export const routeModel: Record = { i18nTitle: 'routes.document.project-link', requiresAuth: true, localIcon: 'logo', - href: 'https://docs.soybean.pro/' + href: 'https://admin-docs.soybeanjs.cn/' } } ], diff --git a/src/router/modules/document.ts b/src/router/modules/document.ts index 1fdecb4f..c364d66a 100644 --- a/src/router/modules/document.ts +++ b/src/router/modules/document.ts @@ -55,7 +55,7 @@ const document: AuthRoute.Route = { i18nTitle: 'routes.document.project-link', requiresAuth: true, localIcon: 'logo', - href: 'https://docs.soybean.pro/' + href: 'https://admin-docs.soybeanjs.cn/' } } ], diff --git a/src/views/about/components/project-info.vue b/src/views/about/components/project-info.vue index df33fc69..6944543a 100644 --- a/src/views/about/components/project-info.vue +++ b/src/views/about/components/project-info.vue @@ -11,7 +11,7 @@ Github地址 - 预览地址 + 预览地址 diff --git a/src/views/document/project/index.vue b/src/views/document/project/index.vue index 0f6cd783..da03997b 100644 --- a/src/views/document/project/index.vue +++ b/src/views/document/project/index.vue @@ -7,7 +7,7 @@