迷小说>武极天下>四更完成,再求保底月票!

武极天下 四更完成,再求保底月票!

作者:蚕茧里的牛

 总算赶在十二点之前。

写了一整天,加昨天过半夜写出来的半章,完成四更!

月票榜,比蚕茧原本想的凶残多了。

这个月,似乎烽烟四起了。

再求大家的保底月票。

更新定然不会让大家失望。

蚕茧虽然偶尔因为事情或者严重卡文而请假,但是后面基本补上了,虽然有的时候会拖比较长的周期。

而且,如果是我直接说出来的更新许诺,也是几乎没有失信过。

恳请大家,再投月票。

明天,至少三更!

四更有点难度,但如果真的月票夸张的话,也许我也会因为状态奇好而暴走一次。

已经不知多久了,我没有试过连续两天四更。

也许明天可以?

恳请支援

谢谢大家。

[本章结束]

$(function{

//导航切换事件

$("a#topDaoHang").toggle(function{

//如果设定显示则隐藏

if($("#topNavBox").is(":visible")){

$("#topNavBox").hide;

}

$("div#topNavBoxTo").sho;

},function{

$("div#topNavBoxTo").hide;

});

//但显示设定时 如果隐藏显示则隐藏

$("a.yuedushezhi").click(function{

if($("div#topNavBoxTo").is(":visible")){

$("div#topNavBoxTo").hide;

}

});

//页面功能引导区

= getCookie("userReadSet");

if(!userReadSet){

setCookie("userReadSet",1,30);

}

//判断背景颜色设定 cookie是否储存 如果存在恢复设定

if(readSetBackground){

if(readSetBackground == 'rbgcloselight'){

$(".lilighttxet").text('开灯');

$("div#readercontainer").css("color","#666");

}else if(readSetBackground == 'rbgopenlight'){

$(".lilighttxet").text('关灯');

$("div#readercontainer").css("color","rgb(0, 0, 0)");

}

}

//判断文字字型大小设定 cookie是否储存 如果存在恢复设定

= getCookie("readsetfontsize");

if(readsetfontsize){

$("div#readercontainer").css("font-size",readsetfontsize+"px");

}

//判断文字行间距设定 cookie是否储存 如果存在恢复设定

= getCookie("readsetlineheihgt");

if(readsetlineheihgt){

$("div#readercontainer").css("line-height",readsetlineheihgt+"px");

}

//减小字型

$("#ddminus").click(function{

= $("div#readercontainer").css("font-size");

= parseInt(fontbody);

if(fontsize > 16){

= eval(fontsize-2);

$("div#readercontainer").css("font-size",nefont+"px");

$("#ddplus").html("A+");

= $("div#readercontainer").css("font-size");

= parseInt(fontbody);

if(fontsize==16){

$("#ddminus").html("A");

}

//新增cookie记录

setCookie("readsetfontsize",nefont,30);

}

});

//增大字型

$("#ddplus").click(function{

= $("div#readercontainer").css("font-size");

= parseInt(fontbody);

if(fontsize A-");

= $("div#readercontainer").css("font-size");

= parseInt(fontbody);

if(fontsize==28){

$("#ddplus").html("A");

}

//新增cookie记录

setCookie("readsetfontsize",nefont,30);

}

});

//行间距设定增大

$("#hang-xiao").click(function{

= $("div#readercontainer").css("line-height");

= parseInt(lineHeight);

if(lineHeightNum >25){

= eval(lineHeightNum-4);

$("div#readercontainer").css("line-height",lineHN+"px");

$("#hang-da").html("T+");

= $("div#readercontainer").css("line-height");

= parseInt(lineHeight);

if(lineHeightNum==22){

$("#hang-xiao").html("T");

}

//新增cookie记录

setCookie("readsetlineheihgt",lineHN,30);

}

});

//行间距设定减小

$("#hang-da").click(function{

= $("div#readercontainer").css("line-height");

= parseInt(lineHeight);

if(lineHeightNum T-");

= $("div#readercontainer").css("line-height");

= parseInt(lineHeight);

if(lineHeightNum==46){

$("#hang-da").html("T");

}

//新增cookie记录

setCookie("readsetlineheihgt",lineHN,30);

}

});

//切换阅读背景颜色

$("d_bg dl span").each(function(index,element){

$(this).click(function{

= $(this).attr('class');

$("body").removeClass;

$("body").addClass(backColorValue);

//新增cookie记录

setCookie("readSetBackground",backColorValue,30);

});

});

//切换关灯效果

$("div.book_title xet").toggle(function{

$("#qiehuancss").attr('href',"-");

$("div#readercontainer").css("color","#666");

$(".lilighttxet").text('开灯');

//新增cookie记录

setCookie("readSetBackground","rbgcloselight",30);

},function{

$("#qiehuancss").attr('href',"");

$("div#readercontainer").css("color","rgb(0, 0, 0)");

$(".lilighttxet").text('关灯');

//新增cookie记录

setCookie("readSetBackground","rbgopenlight",30);

});

$("#add_bookcase").click(function{

= $(this).text;

= getCookie("jieqiUserInfo");

if(textContent == '加入书架'){

if(!jquser){

.href="";

return false;

}

= " ";

= " ";

= pageidth;

= pageHeight;

= pageLeft;

= pageTop;

= parseInt(dth);

= parseInt;

= page_t + (page_h / 2) - (dialog_h / 2);

if(dialog_top (.+?)","igm");

=(//g,"");

= xec(cc)[1];

str = ("style=\"idth:500px; margin-top:150px;\"","");

$("#dialog").css("display","block");

$("#dialog").css("top",dialog_top);

$("#dialog").css("left",dialog_left);

$("#dialogCN").html(str);

}