This repository was archived by the owner on Dec 20, 2017. It is now read-only.
Merged
Conversation
bin/run.js
Outdated
| masterKey: keys.masterKey | ||
| }); | ||
|
|
||
| console.log(keys); |
Closed
Contributor
Author
|
这个改动还是有点大,大家可以用这个命令 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增了对 qcloud 和 us 节点的各功能(日志、部署、本地调试等)支持,为了支持 qcloud 把 JavaScript SDK 升级到了 1.0.
用户在使用上没有任何变化,在
lean new或lean app add时会自动判断节点(先 app router,再试 us 节点)并保存在~/.leancloud中。因为 JavaScript SDK qcloud 尚未发布,因此需要手动下载这个分支的 JavaScript SDK 进行测试( https://github.com/leancloud/javascript-sdk/pull/272/files )。