We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c6ff7 commit a711baeCopy full SHA for a711bae
README.md
@@ -15,6 +15,14 @@ $ npm install avoscloud-sdk
15
$ bower install leancloud-javascript-sdk
16
```
17
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
26
## Changelog
27
28
* [SDK Download](https://leancloud.cn/docs/sdk_down.html)
0 commit comments