信呼v2.5.3版本

This commit is contained in:
雨中磐石
2023-02-16 16:04:13 +08:00
parent 6bd0ce491e
commit 117f629dcc
26 changed files with 217 additions and 23 deletions

View File

@@ -90,6 +90,15 @@ function initbody(){
history.pushState(null, null, document.URL);
});
}catch(e){}
/*
var o1 = $('#index-navbar-center');
var hei = $('#index-navbar-left').width()+$('#index-navbar-right').width();
var wid = winWb()-hei;
if(o1.width()>wid){
o1.css({width:''+(wid-30)+'px',height:''+$('#index-navbar-right').height()+'px'});
$('#index-navbar-right').prepend('<li><a href="javascript:;" onclick="openmobile()"><i class="icon-chevron-down"></i></a></li>');
}*/
}