From 7ced849112a3e953880522c6cb5d8a40f4992c65 Mon Sep 17 00:00:00 2001 From: "DESKTOP-31IBRMI\\Administrator" <1509326266@qq.com> Date: Fri, 23 Aug 2024 10:35:00 +0800 Subject: [PATCH] feat(projects): change document address --- src/router/routes/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index 4f97652..889a066 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -99,7 +99,7 @@ const customRoutes: CustomRoute[] = [ path: 'project', component: 'view.iframe-page', props: { - url: 'https://docs.soybeanjs.cn/zh' + url: 'https://react-soybean-docs.pages.dev/index-cn?theme=dark' }, meta: { title: 'document_project', @@ -117,7 +117,7 @@ const customRoutes: CustomRoute[] = [ i18nKey: 'route.document_project-link', order: 2, localIcon: 'logo', - href: 'https://docs.soybeanjs.cn/zh' + href: 'https://react-soybean-docs.pages.dev/index-cn?theme=dark' } }, {