v1.9.12.2

This commit is contained in:
libccy 2017-03-19 19:03:58 +08:00
parent e39fa2c908
commit 5de8389ee1
2 changed files with 6 additions and 4 deletions

View File

@ -1530,6 +1530,7 @@
if(['bronze','silver','gold'].contains(layout)){ 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 .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('#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)){ 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 .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('#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'){ if(lib.config.control_style&&lib.config.control_style!='default'&&lib.config.control_style!='custom'){

View File

@ -1,11 +1,11 @@
window.noname_update={ window.noname_update={
version:'1.9.12.1', version:'1.9.12.2',
// update:'1.9', update:'1.9.12.1',
changeLog:[ changeLog:[
'新外观选项', 'bug修复',
], ],
files:[ files:[
// 'game/game.js', 'game/game.js',
// 'game/package.js', // 'game/package.js',
// 'game/config.js', // 'game/config.js',
// 'game/source.js', // 'game/source.js',