Skip to content

Commit 570b4bf

Browse files
author
mazhaobo
committed
docs(README): 更新资源链接并优化文档内容
- 更新 npm 镜像链接至最新版本 1.1.1 - 添加推荐使用国内 npm 镜像的提示 - 更新 jsdelivr 链接至最新版本
1 parent 8946808 commit 570b4bf

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,24 @@ setter(设置器) 是用来展示每个物料的属性,[setter 使用说明手
1313
#### unpkg
1414

1515
```html
16-
https://unpkg.com/@felce/lowcode-engine-ext@1.1.0/dist/css/engine-ext.css
17-
https://unpkg.com/@felce/lowcode-engine-ext@1.1.0/dist/js/engine-ext.js
16+
https://unpkg.com/@felce/lowcode-engine-ext@1.1.1/dist/css/engine-ext.css
17+
https://unpkg.com/@felce/lowcode-engine-ext@1.1.1/dist/js/engine-ext.js
1818
```
1919

2020
#### npmmirror
2121

22+
✨ 国内推荐使用 npm 镜像,速度更快
23+
2224
```html
23-
https://registry.npmmirror.com/@felce/lowcode-engine-ext@1.1.0/dist/css/engine-ext.css
24-
https://registry.npmmirror.com/@felce/lowcode-engine-ext@1.1.0/dist/js/engine-ext.js
25+
https://registry.npmmirror.com/@felce/lowcode-engine-ext/1.1.1/files/dist/css/engine-ext.css
26+
https://registry.npmmirror.com/@felce/lowcode-engine-ext/1.1.1/files/dist/js/engine-ext.js
2527
```
2628

2729
#### jsdelivr
2830

2931
```html
30-
https://cdn.jsdelivr.net/npm/@felce/lowcode-engine-ext@1.1.0/dist/css/engine-ext.css
31-
https://cdn.jsdelivr.net/npm/@felce/lowcode-engine-ext@1.1.0/dist/js/engine-ext.js
32+
https://cdn.jsdelivr.net/npm/@felce/lowcode-engine-ext@1.1.1/dist/css/engine-ext.css
33+
https://cdn.jsdelivr.net/npm/@felce/lowcode-engine-ext@1.1.1/dist/js/engine-ext.js
3234
```
3335

3436
#### 拓展变量绑定面板

0 commit comments

Comments
 (0)