v1.9.49.3

This commit is contained in:
widget 2018-06-12 00:03:19 +08:00
parent c5b3d20171
commit 431bdf4630
2 changed files with 7 additions and 11 deletions

View File

@ -35461,7 +35461,7 @@
return 'GitHub';
}
if(str==lib.mirrorURL){
return 'Coding';
return 'GitLab';
}
var index;
index=str.indexOf('://');
@ -35949,7 +35949,7 @@
// li3.lastChild.appendChild(button4);
var button6=document.createElement('button');
button6.innerHTML='设为GitLab镜像';
button6.innerHTML='设为备用镜像';
// button6.style.display='none';// coding
// button6.style.marginLeft='5px';
button6.onclick=function(){
@ -35961,7 +35961,7 @@
li3.lastChild.appendChild(button6);
button5=document.createElement('button');
button5.innerHTML='设为GitHub镜像';
button5.innerHTML='设为默认镜像';
// button5.style.marginLeft='5px';
button5.onclick=function(){
game.saveConfig('updateURL');

View File

@ -1,14 +1,10 @@
window.noname_update={
version:'1.9.49.2',
update:'1.9.49.1',
version:'1.9.49.3',
update:'1.9.49.2',
changeLog:[
'bug修复'
'GitLab镜像替换Coding'
],
files:[
'character/gujian.js',
'character/gwent.js',
'character/hearth.js',
'character/swd.js',
'game/game.js'
]
};
};