About the physical book of "The Traitor" as well as the new book
Regarding the physical book of "The Traitor" and the new book, to all readers, the traditional version of the physical book of the traitor has been listed in Taiwan since the end of last year, and has now been published to the eighth volume to lead the snake out of the hole.
I don't know exactly how many volumes will be released, but what I can guarantee is that I won't be cut off like Zhumen Merry, and all of them will be out.
As for the Simplified Chinese version...... No one wanted it, so it was very helpless. As for the new book, although I have already registered a title and passed on a brief introduction, I have not written a word about the content of the text.
First, the female frequency of the rich and glorious book is still stepping up the finishing, and the number of words far exceeds expectations, and it will not be closed for a while and a half (sincerely admit the mistake), and next week I promised the editor to double change; Second, I have been in a bad mood recently, and I am not in the mood to write the beginning, so I have to check the information and look at the map to make a record, so the new book must skip the ticket.
I may have taken time to travel and relax recently, but I have been too tired since the end of last year, and I have been upset lately.
I'm sorry to all of you, and I sincerely apologize again! RQ [End of chapter]
$(function(){
Navigate toggle events
$("a#topDaoHang").toggle(function(){
Hide if the setting is displayed
if($("#topNavBox").is(":visible")){
$("#topNavBox").hide();
}
$("div#topNavBoxTo").sho();
},function(){
$("div#topNavBoxTo").hide();
});
However, when displaying settings, if the display is hidden, it is hidden
$("a.yuedushezhi").click(function(){
if($("div#topNavBoxTo").is(":visible")){
$("div#topNavBoxTo").hide();
}
});
Page function guide area
var userReadSet = getCookie("userReadSet");
if(!userReadSet){
setCookie("userReadSet",1,30);
}
Determine the background color setting Whether the cookie is saved If there is a restoration setting
if(readSetBackground){
if(readSetBackground == 'rbgcloselight'){
$(".lilighttxet").text('turn on the lights');
$("div#readercontainer").css("color","#666");
}else if(readSetBackground == 'rbgopenlight'){
$(".lilighttxet").text('Turn off the lights');
$("div#readercontainer").css("color","rgb(0, 0, 0)");
}
}
Determine the text font size setting Whether the cookie is saved If there is a restoration setting
var readsetfontsize = getCookie("readsetfontsize");
if(readsetfontsize){
$("div#readercontainer").css("font-size",readsetfontsize+"px");
}
Determine whether the text line spacing setting is saved or not if there is a restore setting
var readsetlineheihgt = getCookie("readsetlineheihgt");
if(readsetlineheihgt){
$("div#readercontainer").css("line-height",readsetlineheihgt+"px");
}
Reduce the font
$("#ddminus").click(function(){
var fontbody = $("div#readercontainer").css("font-size");
var fontsize = parseInt(fontbody);
if(fontsize > 16){
var nefont = eval(fontsize-2);
$("div#readercontainer").css("font-size",nefont+"px");
$("#ddplus").html("A+");
var fontbody = $("div#readercontainer").css("font-size");
var fontsize = parseInt(fontbody);
if(fontsize==16){
$("#ddminus").html("A");
}
Add cookie logs
setCookie("readsetfontsize",nefont,30);
}
});
Increase the font size
$("#ddplus").click(function(){
var fontbody = $("div#readercontainer").css("font-size");
var fontsize = parseInt(fontbody);
if(fontsize A-");
var fontbody = $("div#readercontainer").css("font-size");
var fontsize = parseInt(fontbody);
if(fontsize==28){
$("#ddplus").html("A");
}
Add cookie logs
setCookie("readsetfontsize",nefont,30);
}
});
The line spacing setting increases
$("#hang-xiao").click(function(){
var lineHeight = $("div#readercontainer").css("line-height");
var lineHeightNum = parseInt(lineHeight);
if(lineHeightNum >25){
var lineHN = eval(lineHeightNum-4);
$("div#readercontainer").css("line-height",lineHN+"px");
$("#hang-da").html("T+");
var lineHeight = $("div#readercontainer").css("line-height");
var lineHeightNum = parseInt(lineHeight);
if(lineHeightNum==22){
$("#hang-xiao").html("T");
}
Add cookie logs
setCookie("readsetlineheihgt",lineHN,30);
}
});
The line spacing setting is reduced
$("#hang-da").click(function(){
var lineHeight = $("div#readercontainer").css("line-height");
var lineHeightNum = parseInt(lineHeight);
if(lineHeightNum T-");
var lineHeight = $("div#readercontainer").css("line-height");
var lineHeightNum = parseInt(lineHeight);
if(lineHeightNum==46){
$("#hang-da").html("T");
}
Add cookie logs
setCookie("readsetlineheihgt",lineHN,30);
}
});
Toggle the reading background color
$("d_bg dl span").each(function(index,element){
$(this).click(function(){
var backColorValue = $(this).attr('class');
$("body").removeClass();
$("body").addClass(backColorValue);
Add cookie logs
setCookie("readSetBackground",backColorValue,30);
});
});
Toggle the lights off effect
$("div.book_title xet").toggle(function(){
$("#qiehuancss").attr('href',"-");
$("div#readercontainer").css("color","#666");
$(".lilighttxet").text('turn on the lights');
Add cookie logs
setCookie("readSetBackground","rbgcloselight",30);
},function(){
$("#qiehuancss").attr('href',"");
$("div#readercontainer").css("color","rgb(0, 0, 0)");
$(".lilighttxet").text('Turn off the lights');
Add cookie logs
setCookie("readSetBackground","rbgopenlight",30);
});
$("#add_bookcase").click(function(){
var textContent = $(this).text();
var jquser = getCookie("jieqiUserInfo");
if(textContent == 'Add to Bookshelf') {
if(!jquser){
.href="";
return false;
}
var article_id = "127607";
var chapter_id = "5900652";
var page_ = pageidth();
var page_h = pageHeight();
var page_l = pageLeft();
var page_t = pageTop();
var dialog_ = parseInt(dth);
var dialog_h = parseInt();
var dialog_top = page_t + (page_h / 2) - (dialog_h / 2);
if(dialog_top (.+?)","igm");
var cc=(//g,"");
var str = 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);
}