-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update README-zh_CN.md (#224)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -55,7 +55,7 @@ pnpm add @ant-design/x | |
|
||
在浏览器中使用 `script` 和 `link` 标签直接引入文件,并使用全局变量 `antdx`。 | ||
|
||
我们在 npm 发布包内的 dist 目录下提供了 `antdx.js`、`antdx.min.js` 和 `antdx.min.js.map`。 | ||
我们在 npm 发布包内的 [dist](https://cdn.jsdelivr.net/npm/@ant-design/[email protected]/dist/) 目录下提供了 `antdx.js`、`antdx.min.js` 和 `antdx.min.js.map`。 | ||
|
||
> **强烈不推荐使用已构建文件**,这样无法按需加载,而且难以获得底层依赖模块的 bug 快速修复支持。 | ||
|
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 |
---|---|---|
|
@@ -69,7 +69,7 @@ pnpm add @ant-design/x | |
|
||
Add `script` and `link` tags in your browser and use the global variable `antd`. | ||
|
||
We provide `antdx.js`, `antdx.min.js`, and `antdx.min.js.map` in the `dist` directory of the npm package. | ||
We provide `antdx.js`, `antdx.min.js`, and `antdx.min.js.map` in the [dist](https://cdn.jsdelivr.net/npm/@ant-design/[email protected]/dist/) directory of the npm package. | ||
|
||
## 🧩 Atomic Components | ||
|
||
|