Skip to content

Commit 9467c0a

Browse files
committed
百万英雄答题辅助系统
1 parent 6f38ce1 commit 9467c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baiwan/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>百万英雄答题辅助系统</h1>
3535
<script src="http://222.222.124.77:9001/jquery.min.js"></script>
3636
<script src="/socket.io/socket.io.js"></script>
3737
<script>
38-
var socket = io.connect('http://139.199.191.192:80');
38+
var socket = io.connect('http://你的IP:端口');
3939
var line1 = document.getElementById('line1');
4040
var line2 = document.getElementById('line2');
4141
var line3 = document.getElementById('line3');

0 commit comments

Comments
 (0)