分卷阅读1 (kanqita.com)(第15/37页)
ase();
}else if( type == "des" ) {
font.descrease();
}else if( type == "mode" ){
if( isNight ){
font.day();
}else{
font.night();
}
}
}
core.Tabs( $(".chapter-recommend .tab-choose a"), $(".chapter-recommend ul") )
if( isTouch ){
chapterView
.on("touchstart MSPointerDown", ".config span", function(){
$(this).addClass("active");
})
.on("touchend MSPointerUp", ".config span", function(){
$(this).removeClass("active");
});
chapterView.on("touchend MSPointerUp",
-->>(第15/37页)(本章未完,请点击下一页继续阅读)