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/', }, }