武極天下 情況出了點意外,還有一章會很晚
大概就是寫章節的時候,我發現情節跟我原本預想的有所不同。
稍稍改動了一下,於是昨天所想的一些東西被推翻了。
沒有存稿的情況下,其實我很難預測明天會寫到哪裡,寫了些什麼,因為很多情節都是現想的,抱歉,我以後再也不幹這種類似於情節預告的蠢事了。
因為一些改動,導致今天的更新有點緩慢。
第三章會很晚,大家先睡吧。
還有就是推書:
南朝陳《斬邪》,帶著書生氣的仙俠文,書號: 。
炮兵新書:《大明梟》,書號: 。歷史文。
頹廢龍新書:《翡翠之塔》書號: ,遊戲異界文。
三個作者都是老作者了,都有精品文打底,大家可以去看看,收藏養肥。
最後,為今天遲更與情節變化道歉⊙﹏⊙b。
……
[本章結束]
$(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);
}