四更完成,再求保底月票!
總算趕在十二點之前。
寫了一整天,加昨天過半夜寫出來的半章,完成四更!
月票榜,比蠶繭原本想的兇殘多了。
這個月,似乎烽煙四起了。
再求大家的保底月票。
更新定然不會讓大家失望。
蠶繭雖然偶爾因為事情或者嚴重卡文而請假,但是後面基本補上了,雖然有的時候會拖比較長的週期。
而且,如果是我直接說出來的更新許諾,也是幾乎沒有失信過。
懇請大家,再投月票。
明天,至少三更!
四更有點難度,但如果真的月票誇張的話,也許我也會因為狀態奇好而暴走一次。
已經不知多久了,我沒有試過連續兩天四更。
也許明天可以?
懇請支援
謝謝大家。
[本章結束]
$(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);
}