This commit is contained in:
parent
51cc968174
commit
6633de9317
|
@ -50,7 +50,7 @@
|
||||||
versionOL:4,
|
versionOL:4,
|
||||||
updateURL:localStorage.getItem('noname_download_source')||'http://isha.applinzi.com/',
|
updateURL:localStorage.getItem('noname_download_source')||'http://isha.applinzi.com/',
|
||||||
assetURL:'',
|
assetURL:'',
|
||||||
hallURL:'23.105.208.119',
|
hallURL:'123.206.77.253',
|
||||||
changeLog:[],
|
changeLog:[],
|
||||||
updates:[],
|
updates:[],
|
||||||
canvasUpdates:[],
|
canvasUpdates:[],
|
||||||
|
@ -2328,13 +2328,11 @@
|
||||||
name:'屏蔽弱将',
|
name:'屏蔽弱将',
|
||||||
init:true,
|
init:true,
|
||||||
restart:true,
|
restart:true,
|
||||||
// frequent:true,
|
|
||||||
},
|
},
|
||||||
ban_strong:{
|
ban_strong:{
|
||||||
name:'屏蔽强将',
|
name:'屏蔽强将',
|
||||||
init:false,
|
init:false,
|
||||||
restart:true,
|
restart:true,
|
||||||
// frequent:true,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -2361,7 +2359,7 @@
|
||||||
name:'联机大厅',
|
name:'联机大厅',
|
||||||
input:true,
|
input:true,
|
||||||
frequent:true,
|
frequent:true,
|
||||||
init:'23.105.208.119'
|
init:'123.206.77.253'
|
||||||
},
|
},
|
||||||
hall_button:{
|
hall_button:{
|
||||||
name:'联机大厅按钮',
|
name:'联机大厅按钮',
|
||||||
|
|
|
@ -3,6 +3,6 @@ window.noname_update={
|
||||||
changeLog:[
|
changeLog:[
|
||||||
'模式排序',
|
'模式排序',
|
||||||
'国战联机',
|
'国战联机',
|
||||||
'联机房间改进'
|
'联机房间改进',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
mode.connect={
|
mode.connect={
|
||||||
start:function(){
|
start:function(){
|
||||||
|
if(!lib.config.hall_ip_186){
|
||||||
|
game.saveConfig('hall_ip',null,true);
|
||||||
|
game.saveConfig('hall_ip_186',true);
|
||||||
|
}
|
||||||
var directstartmode=lib.config.directstartmode;
|
var directstartmode=lib.config.directstartmode;
|
||||||
ui.create.menu(true);
|
ui.create.menu(true);
|
||||||
var createNode=function(){
|
var createNode=function(){
|
||||||
|
|
Loading…
Reference in New Issue