v1.9.12.2
This commit is contained in:
parent
e39fa2c908
commit
5de8389ee1
|
@ -1530,6 +1530,7 @@
|
|||
if(['bronze','silver','gold'].contains(layout)){
|
||||
ui.css.player_stylesheet.sheet.insertRule('#window .player>.framebg{display:block;background-image:url("'+lib.assetURL+'theme/style/player/'+layout+'2.png")}',0);
|
||||
ui.css.player_stylesheet.sheet.insertRule('#window #arena.long:not(.fewplayer) .player>.framebg{background-image:url("'+lib.assetURL+'theme/style/player/'+lib.config.player_style+'3.png")}',0);
|
||||
ui.css.player_stylesheet.sheet.insertRule('.player>.count{z-index: 3 !important;border-radius: 2px !important;text-align: center !important;}',0);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -5813,6 +5814,7 @@
|
|||
if(['bronze','silver','gold'].contains(lib.config.player_style)){
|
||||
ui.css.player_stylesheet.sheet.insertRule('#window .player>.framebg{display:block;background-image:url("'+lib.assetURL+'theme/style/player/'+lib.config.player_style+'2.png")}',0);
|
||||
ui.css.player_stylesheet.sheet.insertRule('#window #arena.long:not(.fewplayer) .player>.framebg{background-image:url("'+lib.assetURL+'theme/style/player/'+lib.config.player_style+'3.png")}',0);
|
||||
ui.css.player_stylesheet.sheet.insertRule('.player>.count{z-index: 3 !important;border-radius: 2px !important;text-align: center !important;}',0);
|
||||
}
|
||||
}
|
||||
if(lib.config.control_style&&lib.config.control_style!='default'&&lib.config.control_style!='custom'){
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
window.noname_update={
|
||||
version:'1.9.12.1',
|
||||
// update:'1.9',
|
||||
version:'1.9.12.2',
|
||||
update:'1.9.12.1',
|
||||
changeLog:[
|
||||
'新外观选项',
|
||||
'bug修复',
|
||||
],
|
||||
files:[
|
||||
// 'game/game.js',
|
||||
'game/game.js',
|
||||
// 'game/package.js',
|
||||
// 'game/config.js',
|
||||
// 'game/source.js',
|
||||
|
|
Loading…
Reference in New Issue