Skip to content

Commit

Permalink
chore: update theme editor link
Browse files Browse the repository at this point in the history
  • Loading branch information
tingzhao.ytz committed Nov 1, 2024
1 parent 7e7b796 commit 8ea0aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/ant-design-web3.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Ant Design Web3 是一个基于 [Ant Design](https://ant.design/index-cn) 的 We

<code compact src="./demos/try-it-out/index.tsx"></code>

如果你想要尝试更精细的主题控制,你以尝试我们的[主题编辑器](/theme-editor),或者查看[主题](./theme.zh-CN.md)文档。
如果你想要尝试更精细的主题控制,你以尝试我们的[主题编辑器](/theme-editor-cn),或者查看[主题](./theme.zh-CN.md)文档。

如果你想要进一步学习如何在自己的项目中使用 Ant Design Web3,或者想要从 0 创建一个基于 Ant Design Web3 的项目,你可以继续阅读[快速开始](quick-start.zh-CN.md),祝你在 Web3 冲浪愉快!🌊🌊🌊

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/theme.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Ant Design Web3 内置了对暗黑模式的支持,继承自 Ant Design 的配

你也可以完全自定义 Ant Design 的 [Design Token](https://ant.design/docs/react/customize-theme-cn#%E4%BF%AE%E6%94%B9%E7%BB%84%E4%BB%B6%E5%8F%98%E9%87%8F),我们会在 Ant Design Web3 中继承使用。如果你发现不支持或者使用有误的 Design Token,请[提交 issue](https://github.com/ant-design/ant-design-web3/issues) 告诉我们。

我们提供了一个[主题编辑器](/theme-editor),你可以在线修改 Design Token 查看效果。
我们提供了一个[主题编辑器](/theme-editor-cn),你可以在线修改 Design Token 查看效果。

<code src="./demos/custom-token.tsx"></code>

0 comments on commit 8ea0aee

Please sign in to comment.