Commit bc1c4e0f by libai

测试

parent 8a78c928
Showing with 2 additions and 2 deletions
......@@ -2,7 +2,7 @@
* Created by webshow on 2019/11/22.
*/
var bbb = location.href;
if (bbb.indexOf("www.footseen.xyz/") > -1) {
if (bbb.indexOf("footseen.xyz") > -1) {
$ip = "https://cpapi.footseen.xyz/";
$ws = "wss://websocket.footseen.xyz:12308/"
if(bbb.indexOf("libaiCensor")==-1){
......@@ -15,7 +15,7 @@ else{
}
//移動端
if (bbb.indexOf("www.footseen.xyz/video.html") > -1) {
if (bbb.indexOf("footseen.xyz/video.html") > -1) {
$ip = 'https://webserver.yabolive.net';
$ws='wss://zhiboweb.ishuaji.cn/yzsocket/ws?type=2'
$url ='https://activity.ishuaji.cn/'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment