Skip to content

Commit

Permalink
chore: Update README-zh_CN.md (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Nov 24, 2024
1 parent 80c558f commit 4e53b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 快速修复支持。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4e53b5b

Please sign in to comment.