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 a7dca95 commit f4a55aaCopy full SHA for f4a55aa
changelog.md
@@ -69,7 +69,7 @@
69
- 增加了 `LiveQuery` 类,在 `Query` 结果变化时 SDK 会在 `LiveQuery` 实例上派发 `create`、`update`、`enter`、`leave`、`delete` 等事件。
70
- 开放了低抽象级别的 `AV.request` 方法,方便开发者直接调用 LeanCloud Rest API。
71
- 增加了 `AV.setServerURLs` 方法,允许单独配置云函数等服务的域名以进行本地调试。
72
- <details>
+ <details>
73
74
```javascript
75
AV.setServerURLs({
0 commit comments