Skip to content

Commit a711bae

Browse files
committed
Added CDN to readme.
1 parent b0c6ff7 commit a711bae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ $ npm install avoscloud-sdk
1515
$ bower install leancloud-javascript-sdk
1616
```
1717

18+
### CDN 加速
19+
20+
```html
21+
<script src="https://cdn1.lncld.net/static/js/av-mini-{版本号}.js"></script>
22+
//或者你只是用最核心的存储、推送等功能,可以使用精简版的core.js
23+
<script src="https://cdn1.lncld.net/static/js/av-core-mini-{版本号}.js"></script>
24+
```
25+
1826
## Changelog
1927

2028
* [SDK Download](https://leancloud.cn/docs/sdk_down.html)

0 commit comments

Comments
 (0)