新增国内预览地址

This commit is contained in:
ray_wuhao 2023-03-03 17:34:32 +08:00
parent 5676356af5
commit 203bd724fe
3 changed files with 11 additions and 9 deletions

View File

@ -11,3 +11,4 @@
- 新增面包屑 - 新增面包屑
- 支持国际化语言包分包管理(但是,依旧是合并到一个文件中,所以需要注意 key 的管理) - 支持国际化语言包分包管理(但是,依旧是合并到一个文件中,所以需要注意 key 的管理)
- 新增国内预览地址

View File

@ -10,6 +10,15 @@
> 感谢 <https://yunkuangao.me/> 对于本人的支持。 > 感谢 <https://yunkuangao.me/> 对于本人的支持。
## 预览地址
[点击预览](https://xiaodaigua-ray.github.io/#/)
[点击预览(加速地址)](https://ray-template.yunkuangao.com/#/)
## 文档地址
[点击查看](https://xiaodaigua-ray.github.io/ray-template-doc/)
## 提示 ## 提示
> 项目默认启用严格模式 `eslint`,但是由于 `vite-plugin-eslint` 插件优先级最高,所以如果出现自动导入类型错误提示,请优先解决其他问题。 > 项目默认启用严格模式 `eslint`,但是由于 `vite-plugin-eslint` 插件优先级最高,所以如果出现自动导入类型错误提示,请优先解决其他问题。
@ -31,14 +40,6 @@
- 带有拓展功能的表格 - 带有拓展功能的表格
- 还有一些不值一提的小东西... - 还有一些不值一提的小东西...
## 预览地址
[点击预览](https://xiaodaigua-ray.github.io/#/)
## 文档地址
[点击查看](https://xiaodaigua-ray.github.io/ray-template-doc/)
## 拉取依赖 ## 拉取依赖
```sh ```sh

View File

@ -5,6 +5,6 @@ export default {
meta: { meta: {
i18nKey: 'DocLocal', i18nKey: 'DocLocal',
icon: 'doc', icon: 'doc',
windowOpen: 'https://ray-template.yunkuangao.com/', windowOpen: 'https://ray-template.yunkuangao.com/ray-template-doc/',
}, },
} }