From 4e53b5bbcf944b2327a1e8821f978ae1c1b12087 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 24 Nov 2024 13:51:46 +0800 Subject: [PATCH] chore: Update README-zh_CN.md (#224) --- README-zh_CN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index a68231c7..8b800353 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -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/x@1.0.0/dist/) 目录下提供了 `antdx.js`、`antdx.min.js` 和 `antdx.min.js.map`。 > **强烈不推荐使用已构建文件**,这样无法按需加载,而且难以获得底层依赖模块的 bug 快速修复支持。 diff --git a/README.md b/README.md index 41ed7e59..d5553d3b 100644 --- a/README.md +++ b/README.md @@ -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/x@1.0.0/dist/) directory of the npm package. ## 🧩 Atomic Components