There was an error while loading. Please reload this page.
1 parent 6f38ce1 commit 9467c0aCopy full SHA for 9467c0a
baiwan/index.html
@@ -35,7 +35,7 @@ <h1>百万英雄答题辅助系统</h1>
35
<script src="http://222.222.124.77:9001/jquery.min.js"></script>
36
<script src="/socket.io/socket.io.js"></script>
37
<script>
38
- var socket = io.connect('http://139.199.191.192:80');
+ var socket = io.connect('http://你的IP:端口');
39
var line1 = document.getElementById('line1');
40
var line2 = document.getElementById('line2');
41
var line3 = document.getElementById('line3');
0 commit comments