From daf3cf9ca7f014d2a0a0a2c9bc76b2b9a7c5889c Mon Sep 17 00:00:00 2001 From: chansee97 Date: Tue, 9 Jul 2024 14:20:18 +0800 Subject: [PATCH] docs: modify site url --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/others.yml | 2 +- README.md | 4 ++-- README.zh-CN.md | 4 ++-- src/layouts/components/header/UserCenter.vue | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 4e43c94..ca67329 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -36,7 +36,7 @@ body: options: - label: Ensure this issue not a bug proposal. required: true - - label: Read the [docs](https://nova-admin-docs.netlify.app/). + - label: Read the [docs](https://nova-admin-docs.pages.dev/). required: true - label: Check that there isn't [already an issue](https://github.com/chansee97/nova-admin/issues) that descript the same thing to avoid creating a duplicate. required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index fe5870d..ef32919 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -39,7 +39,7 @@ body: options: - label: Ensure this issue not a feature proposal. required: true - - label: Read the [docs](https://nova-admin-docs.netlify.app/). + - label: Read the [docs](https://nova-admin-docs.pages.dev/). required: true - label: Check that there isn't [already an issue](https://github.com/chansee97/nova-admin/issues) that descript the same thing to avoid creating a duplicate. required: true diff --git a/.github/ISSUE_TEMPLATE/others.yml b/.github/ISSUE_TEMPLATE/others.yml index 4da50fa..2d14e82 100644 --- a/.github/ISSUE_TEMPLATE/others.yml +++ b/.github/ISSUE_TEMPLATE/others.yml @@ -25,7 +25,7 @@ body: options: - label: Ensure this issue neither a bug report nor a feature proposal. required: true - - label: Read the [docs](https://nova-admin-docs.netlify.app/). + - label: Read the [docs](https://nova-admin-docs.pages.dev/). required: true - label: Check that there isn't [already an issue](https://github.com/chansee97/nova-admin/issues) that descript the same thing to avoid creating a duplicate. required: true diff --git a/README.md b/README.md index 916274a..d6b70f4 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ [Nova-admin](https://github.com/chansee97/nova-admin) is a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI. It implements complete functionality in a simple way, while also considering code standards, readability, and avoiding excessive encapsulation to facilitate secondary development. -- [Nova-Admin preview](https://nova-admin-site.netlify.app/) -- [Nova-Admin docs](https://nova-admin-docs.netlify.app/) +- [Nova-Admin preview](https://nova-admin.pages.dev/) +- [Nova-Admin docs](https://nova-admin-docs.pages.dev/) ## Features diff --git a/README.zh-CN.md b/README.zh-CN.md index ec16323..74709fc 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -19,8 +19,8 @@ [Nova-admin](https://github.com/chansee97/nova-admin)是一个基于Vue3、Vite5、Typescript、Naive UI, 简洁干净后台管理模板,用简单的方式实现完整功能,并尽可能的考虑代码规范,易读易理解无过度封装,方便二次开发。 -- [Nova-Admin 预览](https://nova-admin-site.netlify.app/) -- [Nova-Admin 文档](https://nova-admin-docs.netlify.app/) +- [Nova-Admin 预览](https://nova-admin.pages.dev/) +- [Nova-Admin 文档](https://nova-admin-docs.pages.dev/) ## 特性 diff --git a/src/layouts/components/header/UserCenter.vue b/src/layouts/components/header/UserCenter.vue index c592b77..cb306d9 100644 --- a/src/layouts/components/header/UserCenter.vue +++ b/src/layouts/components/header/UserCenter.vue @@ -70,7 +70,7 @@ function handleSelect(key: string | number) { window.open('https://gitee.com/chansee97/nova-admin') if (key === 'docs') - window.open('https://nova-admin-docs.netlify.app/') + window.open('https://nova-admin-docs.pages.dev/') }