Skip to content

Commit

Permalink
socket.io 换用中国cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Ng committed Mar 25, 2018
1 parent a091d17 commit 6761ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro_msg_bot/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>微信表情机器人</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.3/socket.io.slim.js"></script>
<script src="https://cdn.bootcss.com/socket.io/2.0.4/socket.io.slim.js"></script>
<script type="text/javascript" charset="utf-8">
var socket = io.connect();
var bot_id;
Expand Down

0 comments on commit 6761ab3

Please sign in to comment.