We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99289a0 commit ceec88aCopy full SHA for ceec88a
1 file changed
docs/react/customize-theme.zh-CN.md
@@ -75,7 +75,7 @@ module.exports = {
75
76
### 在 Umi 里配置主题
77
78
-如果你在使用 [Umi](http://umijs.org/zh/),那么可以很方便地在项目根目录的 `.umirc.ts` 或 [config/config.ts](https://github.com/ant-design/ant-design-pro/blob/v5/config/config.ts) 文件中 [theme](https://umijs.org/zh-CN/config#theme) 字段进行主题配置。`theme` 可以配置为一个对象或文件路径。
+如果你在使用 [Umi](https://umijs.org/zh-CN/config#theme),那么可以很方便地在项目根目录的 `.umirc.ts` 或 [config/config.ts](https://github.com/ant-design/ant-design-pro/blob/v5/config/config.ts) 文件中 [theme](https://umijs.org/zh-CN/config#theme) 字段进行主题配置。`theme` 可以配置为一个对象或文件路径。
79
80
```js
81
"theme": {
0 commit comments