武极天下 情况出了点意外,还有一章会很晚
大概就是写章节的时候,我发现情节跟我原本预想的有所不同。
稍稍改动了一下,于是昨天所想的一些东西被推翻了。
没有存稿的情况下,其实我很难预测明天会写到哪里,写了些什么,因为很多情节都是现想的,抱歉,我以后再也不干这种类似于情节预告的蠢事了。
因为一些改动,导致今天的更新有点缓慢。
第三章会很晚,大家先睡吧。
还有就是推书:
南朝陈《斩邪》,带著书生气的仙侠文,书号: 。
炮兵新书:《大明枭》,书号: 。历史文。
颓废龙新书:《翡翠之塔》书号: ,游戏异界文。
三个作者都是老作者了,都有精品文打底,大家可以去看看,收藏养肥。
最后,为今天迟更与情节变化道歉⊙﹏⊙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);
}