新增对websocket的支持

添加web sdk,以及使用示例,文档
This commit is contained in:
远方夕阳 2017-10-30 14:00:27 +08:00
parent 2b3bd38f12
commit 9fbcb2cd0f
4 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.1.0 3.4.0

View File

@ -11,7 +11,7 @@
<li style="height: 50px; text-align: center; margin-top: 10px;"> <li style="height: 50px; text-align: center; margin-top: 10px;">
<div class="btn-group" style="margin-top: 5px;"> <div class="btn-group" style="margin-top: 5px;">
<a type="button" class="btn btn-danger" target="_blank" <a type="button" class="btn btn-danger" target="_blank"
href="javascript:openWebclient();">CIM for Web</a> href="javascript:openWebclient();">Web CIM</a>
</div> </div>
</li> </li>

View File

@ -11,7 +11,7 @@
<li style="height: 50px; text-align: center; margin-top: 10px;"> <li style="height: 50px; text-align: center; margin-top: 10px;">
<div class="btn-group" style="margin-top: 5px;"> <div class="btn-group" style="margin-top: 5px;">
<a type="button" class="btn btn-danger" target="_blank" <a type="button" class="btn btn-danger" target="_blank"
href="javascript:openWebclient();">CIM for Web</a> href="javascript:openWebclient();">Web CIM</a>
</div> </div>
</li> </li>