紅警之索馬里 索馬里後續番外篇
索馬里後續番外篇
因為第三次世界大戰不能寫,相信大家也不甘心看到一個沒有完整結局的索馬里,華麗自然也不情願就這樣結束了本書,因此也會繼續在番外完善本書。
不過番外篇的內容,並不會發佈在起點,只更新在華麗的微信公眾平臺上,番外篇都是免費的,目前第一章已經送出,後續還會有新的章節送出。
有興趣看番外的同學,可以在微信公眾號上搜索
“華麗的虛偽”關注一下,然後就可以看到索馬里的番外篇內容了。李嵐的故事並沒有就此結束,華麗的新書《紅警之從廢土開始》,與本書有密切的聯繫!
!(未完待續。)...[本章結束]
$(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;
}
= "137236";
= "8280599";
= 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);
}