mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-03-01 00:23:11 +08:00
文档和预览地址变更
This commit is contained in:
@@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
|
|
||||||
## 在线预览
|
## 在线预览
|
||||||
- [naive-ui-admin](https://jekip.github.io)
|
- [naive-ui-admin](https://naive-ui-admin.vercel.app)
|
||||||
|
|
||||||
账号:admin,密码:123456(随意)
|
账号:admin,密码:123456(随意)
|
||||||
|
|
||||||
## 文档
|
## 文档
|
||||||
|
|
||||||
[文档地址](https://jekip.github.io/docs/)
|
[文档地址](https://naive-ui-admin-docs.vercel.app)
|
||||||
|
|
||||||
## 准备
|
## 准备
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import { renderIcon } from '@/utils/index';
|
|||||||
const routes: Array<RouteRecordRaw> = [
|
const routes: Array<RouteRecordRaw> = [
|
||||||
{
|
{
|
||||||
path: '/external',
|
path: '/external',
|
||||||
name: 'https://jekip.github.io/docs/',
|
name: 'https://naive-ui-admin-docs.vercel.app',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
meta: {
|
meta: {
|
||||||
title: '项目文档',
|
title: '项目文档',
|
||||||
|
|||||||
@@ -22,12 +22,16 @@
|
|||||||
</n-descriptions-item>
|
</n-descriptions-item>
|
||||||
<n-descriptions-item label="文档地址">
|
<n-descriptions-item label="文档地址">
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<a href="https://jekip.github.io/docs/" class="py-2" target="_blank">查看文档地址</a>
|
<a href="https://naive-ui-admin-docs.vercel.app" class="py-2" target="_blank"
|
||||||
|
>查看文档地址</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</n-descriptions-item>
|
</n-descriptions-item>
|
||||||
<n-descriptions-item label="预览地址">
|
<n-descriptions-item label="预览地址">
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<a href="https://jekip.github.io/" class="py-2" target="_blank">查看预览地址</a>
|
<a href="https://naive-ui-admin.vercel.app" class="py-2" target="_blank"
|
||||||
|
>查看预览地址</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</n-descriptions-item>
|
</n-descriptions-item>
|
||||||
<n-descriptions-item label="Github">
|
<n-descriptions-item label="Github">
|
||||||
|
|||||||
Reference in New Issue
Block a user