From 203bd724fe91f0f6b873a3a31bf77ba90d2ea960 Mon Sep 17 00:00:00 2001 From: ray_wuhao <443547225@qq.com> Date: Fri, 3 Mar 2023 17:34:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9B=BD=E5=86=85=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + README.md | 17 +++++++++-------- src/router/modules/doc-local.ts | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 367ab564..e0ad596d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,3 +11,4 @@ - 新增面包屑 - 支持国际化语言包分包管理(但是,依旧是合并到一个文件中,所以需要注意 key 的管理) +- 新增国内预览地址 diff --git a/README.md b/README.md index f3938e18..be3278c2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ > 感谢 对于本人的支持。 +## 预览地址 + +[点击预览](https://xiaodaigua-ray.github.io/#/) +[点击预览(加速地址)](https://ray-template.yunkuangao.com/#/) + +## 文档地址 + +[点击查看](https://xiaodaigua-ray.github.io/ray-template-doc/) + ## 提示 > 项目默认启用严格模式 `eslint`,但是由于 `vite-plugin-eslint` 插件优先级最高,所以如果出现自动导入类型错误提示,请优先解决其他问题。 @@ -31,14 +40,6 @@ - 带有拓展功能的表格 - 还有一些不值一提的小东西... -## 预览地址 - -[点击预览](https://xiaodaigua-ray.github.io/#/) - -## 文档地址 - -[点击查看](https://xiaodaigua-ray.github.io/ray-template-doc/) - ## 拉取依赖 ```sh diff --git a/src/router/modules/doc-local.ts b/src/router/modules/doc-local.ts index 2086c46c..31a2f7ed 100644 --- a/src/router/modules/doc-local.ts +++ b/src/router/modules/doc-local.ts @@ -5,6 +5,6 @@ export default { meta: { i18nKey: 'DocLocal', icon: 'doc', - windowOpen: 'https://ray-template.yunkuangao.com/', + windowOpen: 'https://ray-template.yunkuangao.com/ray-template-doc/', }, }