var zbpConfig = { bloghost: "http://zhizhe.com/", blogversion: "173430", ajaxurl: "http://zhizhe.com/zb_system/cmd.php?act=ajax&src=", cookiepath: "/", lang: { error: { 72: "名称不能为空或格式不正确", 29: "邮箱格式不正确,可能过长或为空", 46: "评论内容不能为空或过长" } }, comment: { useDefaultEvents: true, inputs: { action: { getter: function () { return $("#inpId").parent("form").attr("action"); } }, name: { selector: '#inpName', saveLocally: true, required: true, validateRule: /^[^\s ]+$/ig, validateFailedErrorCode: 72, }, email: { selector: '#inpEmail', saveLocally: true, validateRule: /^[\w-]+(\.[\w-]+)*@[\w-]+(\.[\w-]+)+$/ig, validateFailedErrorCode: 29, }, homepage: { selector: '#inpHomePage', getter: function () { var t = $('#inpHomePage').val(); return (!/^(.+)\:\/\//.test(t) && t !== "") ? 'http://' + t : t; }, saveLocally: true }, postid: { selector: '#inpId', required: true }, verify: { selector: '#inpVerify' }, content: { selector: '#txaArticle', required: true, validateRule: /./ig, validateFailedErrorCode: 46, }, replyid: { selector: '#inpRevID' }, format: { getter: function () {return 'json';} } } } }; var zbp = new ZBP(zbpConfig); var bloghost = zbp.options.bloghost; var cookiespath = zbp.options.cookiepath; var ajaxurl = zbp.options.ajaxurl; var lang_comment_name_error = zbp.options.lang.error[72]; var lang_comment_email_error = zbp.options.lang.error[29]; var lang_comment_content_error = zbp.options.lang.error[46]; $(function () { zbp.cookie.set("timezone", (new Date().getTimezoneOffset()/60)*(-1)); var $cpLogin = $(".cp-login").find("a"); var $cpVrs = $(".cp-vrs").find("a"); var $addinfo = zbp.cookie.get("addinfo"); if (!$addinfo){ return ; } $addinfo = JSON.parse($addinfo); if ($addinfo.chkadmin){ $(".cp-hello").html("欢迎 " + $addinfo.useralias + " (" + $addinfo.levelname + ")"); $cpLogin.html("后台管理"); } if($addinfo.chkarticle){ $cpVrs.html("新建文章"); $cpVrs.attr("href", zbp.options.bloghost + "zb_system/cmd.php?act=ArticleEdt"); } }); $(function(){ let inpNameVal = $(zbpConfig.comment.inputs.name.selector).val(); if (typeof inpNameVal === "undefined") { return; } if (inpNameVal.trim() === "" || inpNameVal === "访客"){ zbp.userinfo.output(); } }); document.writeln(""); const lcpConfig = {"name":"\u667a\u8005","editor":0,"captcha":null,"captchaId":"","fileBuyTips":"

\u786e\u5b9a\u8d2d\u4e70\u5417\uff1f\u8d2d\u4e70\u540e\u53ef\u5728\u7528\u6237\u4e2d\u5fc3\u67e5\u770b\u8ba2\u5355<\/p>\n

\u8fd9\u91cc\u662f\u81ea\u5b9a\u4e49\u5185\u5bb9\uff0c\u8bf7\u5728\u3010\u7528\u6237\u4e2d\u5fc3\u914d\u7f6e - \u9500\u552e\u914d\u7f6e - \u9644\u4ef6\u4e0b\u8f7d - \u8d2d\u4e70\u65f6\u5f39\u7a97\u63d0\u793a\u3011\u4fee\u6539<\/p>","favBtn":{"collect_button_selector":"","collect_button_location":"before","collect_button_class":"","collect_button_id":"","collect_button_parent_element":"","collect_button_parent_class":"","collect_button_parent_id":""},"notice":{"title":"\u7f51\u7ad9\u516c\u544a","content":"","type":"0"},"commentCaption":false,"defaultTheme":4,"guestbuy_static_support":0,"priceAlias":"\u79ef\u5206","tableName":"LayCenter","version":"5.7.14","login_bg":"http:\/\/zhizhe.com\/zb_users\/plugin\/LayCenter\/static\/wallpaper\/mount.jpg","login_bg_jump":null,"loginPopupWidth":800,"loginPopupHeight":500,"article_complaint_type":"\u4e0b\u8f7d\u94fe\u63a5\u5931\u6548|\u5b58\u5728\u7248\u6743\u95ee\u9898|\u5185\u5bb9\u6709\u9519\u8bef|\u5361\u5bc6\u65e0\u6548|\u5176\u4ed6","login_jump_type":null,"url":{"memberCentre":"http:\/\/zhizhe.com\/MemberCenter","login":"http:\/\/zhizhe.com\/MemberCenter\/Login.html","register":"http:\/\/zhizhe.com\/MemberCenter\/Reg.html"}};lcpConfig.inFrame = top != self;