-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: demo link change to ant.design (#328)
* feat: demo link change to ant.design * feat: doc * feat: doc
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Please provide a link by forking these links <a href="https://u.ant.design/codesandbox-repro" target="_blank">[email protected]</a> / <a href="https://u.ant.design/codesandbox-repro-4x" target="_blank">[email protected]</a> or GitHub repo. | ||
Please provide a link by forking these links <a href="https://u.ant.design/reproduce" target="_blank">[email protected]</a> / <a href="https://u.ant.design/codesandbox-repro-4x" target="_blank">[email protected]</a> or GitHub repo. | ||
[What is a minimal reproduction, and why is it required?](#repro-modal) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
请提供一个尽可能精简的链接 <a href="https://u.ant.design/codesandbox-repro" target="_blank">[email protected]</a> / <a href="https://u.ant.design/codesandbox-repro-4x" target="_blank">[email protected]</a> 或是 GitHub 仓库的链接。 | ||
请提供一个尽可能精简的链接 <a href="https://u.ant.design/reproduce" target="_blank">[email protected]</a> / <a href="https://u.ant.design/codesandbox-repro-4x" target="_blank">[email protected]</a> 或是 GitHub 仓库的链接。 | ||
[什么是最小化重现,为什么这是必需的?](#repro-modal) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ | |
|
||
##### 如何提供一个重现 | ||
|
||
除非你的 bug 只有在构建工具下才能重现,否则我们建议使用 <a href="https://u.ant.design/codesandbox-repro" target="_blank">CodeSandbox for [email protected]</a> 或 <a href="https://u.ant.design/codesandbox-repro-4x" target="_blank">CodeSandbox for [email protected]</a> 来提供重现。如果你的 bug 必须用到构建工具,那么我们建议使用 <a href="https://ant.design/docs/react/use-with-create-react-app-cn" target="_blank">create-react-app</a> 来搭建一个新项目,推送到 GitHub 并提供仓库的链接。 | ||
除非你的 bug 只有在构建工具下才能重现,否则我们建议使用 <a href="https://u.ant.design/reproduce" target="_blank">CodeSandbox for [email protected]</a> 或 <a href="https://u.ant.design/codesandbox-repro-4x" target="_blank">CodeSandbox for [email protected]</a> 来提供重现。如果你的 bug 必须用到构建工具,那么我们建议使用 <a href="https://ant.design/docs/react/use-with-create-react-app-cn" target="_blank">create-react-app</a> 来搭建一个新项目,推送到 GitHub 并提供仓库的链接。 |