diff --git a/game/game.js b/game/game.js index b2cef2f96..49e1a6c63 100755 --- a/game/game.js +++ b/game/game.js @@ -22720,8 +22720,8 @@ newlined2.style.display='none'; } }); - - for(var i=0;i0){ - if(lib.config.layout=='phone'){ - width+=12; - } - else{ - width+=6; - } - } + // if(i>0){ + // if(lib.config.layout=='phone'){ + // width+=12; + // } + // else{ + // width+=6; + // } + // } } if(!controls.length) return; var offset=-length/2; diff --git a/game/update.js b/game/update.js index c638a341a..db98916f7 100644 --- a/game/update.js +++ b/game/update.js @@ -1,7 +1,7 @@ window.noname_update={ - version:'1.8.16', + version:'1.8.15.1', changeLog:[ - '修bug', + '', ], files:{ global:[ @@ -19,6 +19,7 @@ window.noname_update={ 'card/standard.js', 'layout/default/layout.css', ], - '1.8.15':[] + '1.8.15':[], + '1.8.15.1':[] } }