diff --git a/README-zh.md b/README-zh.md
index c626467..44f600c 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -89,12 +89,12 @@
通过CDN引入依赖
```
-
-
-
-
-
-
+
+
+
+
+
+
```
### 第二步
指定一个表格容器
@@ -190,6 +190,9 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些
- *特 ¥ 10
- **权 ¥ 9.9
- **sdmq ¥ 20
+- *旭 ¥ 10
+- Quentin ¥ 20
+- 周宇凡 ¥ 100
## 贡献者和感谢
diff --git a/README.md b/README.md
index cfa9c29..79bca8e 100644
--- a/README.md
+++ b/README.md
@@ -81,12 +81,12 @@ Please make sure to read the[ Contributing Guide](https://mengshukeji.github.io/
### First step
Introduce dependencies through CDN
```
-
-
-
-
-
-
+
+
+
+
+
+
```
### Second step
Specify a table container
@@ -174,6 +174,9 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee
- *特 ¥ 10
- **权 ¥ 9.9
- **sdmq ¥ 20
+- *旭 ¥ 10
+- Quentin ¥ 20
+- 周宇凡 ¥ 100
## Authors and acknowledgment
diff --git a/docs/about/sponsor.md b/docs/about/sponsor.md
index ec8597e..b8397f3 100644
--- a/docs/about/sponsor.md
+++ b/docs/about/sponsor.md
@@ -42,3 +42,6 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee
- *特 ¥ 10
- **权 ¥ 9.9
- **sdmq ¥ 20
+- *旭 ¥ 10
+- Quentin ¥ 20
+- 周宇凡 ¥ 100
diff --git a/docs/guide/README.md b/docs/guide/README.md
index 272c078..1710f3a 100644
--- a/docs/guide/README.md
+++ b/docs/guide/README.md
@@ -126,15 +126,15 @@ There are two ways to introduce dependencies
#### CDN
```html
-
-
-
-
-
-
+
+
+
+
+
+
```
-Note that the path of `https://cdn.jsdelivr.net/npm/luckysheet/dist/luckysheet.umd.js` means that the latest luckysheet code will be pulled, but if Luckysheet has just been released, the jsdelivr website may not have time Synchronize from npm, so using this path will still pull to the previous version. We recommend that you directly specify the latest version.
+Note that the path of `https://cdn.jsdelivr.net/npm/luckysheet@latest/dist/luckysheet.umd.js` means that the latest luckysheet code will be pulled, but if Luckysheet has just been released, the jsdelivr website may not have time Synchronize from npm, so using this path will still pull to the previous version. We recommend that you directly specify the latest version.
To specify the Luckysheet version, please add the version number after all CDN dependent files, such as: `https://cdn.jsdelivr.net/npm/luckysheet@2.1.12/dist/luckysheet.umd.js`.
diff --git a/docs/zh/about/sponsor.md b/docs/zh/about/sponsor.md
index 1c91632..cc7b47a 100644
--- a/docs/zh/about/sponsor.md
+++ b/docs/zh/about/sponsor.md
@@ -41,4 +41,7 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些
- 曹治军 ¥ 1
- *特 ¥ 10
- **权 ¥ 9.9
-- **sdmq ¥ 20
\ No newline at end of file
+- **sdmq ¥ 20
+- *旭 ¥ 10
+- Quentin ¥ 20
+- 周宇凡 ¥ 100
\ No newline at end of file
diff --git a/docs/zh/guide/README.md b/docs/zh/guide/README.md
index 4dd6d3e..565ddd6 100644
--- a/docs/zh/guide/README.md
+++ b/docs/zh/guide/README.md
@@ -125,15 +125,15 @@ npm run build
#### CDN
```html
-
-
-
-
-
-
+
+
+
+
+
+
```
-注意,`https://cdn.jsdelivr.net/npm/luckysheet/dist/luckysheet.umd.js`这个路径意思是会拉取到最新的luckysheet代码,但是如果Luckysheet刚刚发布,jsdelivr网站可能还没来得及从npm上同步过去,故而使用这个路径还是会拉到上一个版本,我们推荐您直接指定最新版本。
+注意,`https://cdn.jsdelivr.net/npm/luckysheet@latest/dist/luckysheet.umd.js`这个路径意思是会拉取到最新的luckysheet代码,但是如果Luckysheet刚刚发布,jsdelivr网站可能还没来得及从npm上同步过去,故而使用这个路径还是会拉到上一个版本,我们推荐您直接指定最新版本。
想要指定Luckysheet版本,请在所有的CDN依赖文件后面加上版本号,如:`https://cdn.jsdelivr.net/npm/luckysheet@2.1.12/dist/luckysheet.umd.js`。