mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
新增国内预览地址
This commit is contained in:
parent
5676356af5
commit
203bd724fe
@ -11,3 +11,4 @@
|
|||||||
|
|
||||||
- 新增面包屑
|
- 新增面包屑
|
||||||
- 支持国际化语言包分包管理(但是,依旧是合并到一个文件中,所以需要注意 key 的管理)
|
- 支持国际化语言包分包管理(但是,依旧是合并到一个文件中,所以需要注意 key 的管理)
|
||||||
|
- 新增国内预览地址
|
||||||
|
17
README.md
17
README.md
@ -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
|
||||||
|
@ -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/',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user