This commit is contained in:
libccy 2016-06-10 15:33:35 +08:00
parent 7f8cdbe4b0
commit 2a8a5619ab
2 changed files with 12 additions and 4 deletions

View File

@ -21440,8 +21440,13 @@
script.remove();
var update=window.noname_update;
delete window.noname_update;
if(forcecheck===false&&update.version==lib.config.check_version){
return;
if(forcecheck===false){
if(update.version==lib.config.check_version){
return;
}
if(update.version.indexOf('beta')!=-1){
return;
}
}
game.saveConfig('check_version',update.version);
var bool;

View File

@ -1,5 +1,5 @@
window.noname_update={
version:'1.8.15beta',
version:'1.8.15',
changeLog:[
'修bug',
'新武将'
@ -10,6 +10,7 @@ window.noname_update={
'character/swd.js',
'character/gujian.js',
'character/hearth.js',
'character/yijiang.js',
'character/yxs.js',
'character/boss.js',
'character/shenhua.js',
@ -23,7 +24,9 @@ window.noname_update={
'game/source.js',
'game/asset.js',
'image/card/fengxueren.png',
'layout/default/layout.css'
],
'1.8.14.2':[]
'1.8.14.2':[],
'1.8.15':[]
}
}