mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +08:00
docs: modify site url
This commit is contained in:
parent
0741c564dd
commit
daf3cf9ca7
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -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
|
||||
|
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@ -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
|
||||
|
2
.github/ISSUE_TEMPLATE/others.yml
vendored
2
.github/ISSUE_TEMPLATE/others.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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/)
|
||||
|
||||
## 特性
|
||||
|
||||
|
@ -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/')
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user