diff --git a/archive.php b/archive.php
index 012c2c1d..8ea3c55b 100644
--- a/archive.php
+++ b/archive.php
@@ -21,9 +21,16 @@
搜索到
getTotal(); ?>
- 篇与
- _keywords; ?>
- 的结果
+ 篇
+ %s ';
+ $this->archiveTitle(array(
+ 'category' => '分类为'.$sp.'的文章',
+ 'search' => '包含关键字'.$sp.'的文章',
+ 'tag' => '标签为'.$sp.'的文章',
+ 'author' => $sp.'发布的文章')
+ , '', '');
+ ?>
diff --git a/assets/js/joe.global.js b/assets/js/joe.global.js
index 38bd01d2..582749c3 100644
--- a/assets/js/joe.global.js
+++ b/assets/js/joe.global.js
@@ -332,10 +332,28 @@ document.addEventListener('DOMContentLoaded', () => {
window.location.reload();
}
},
- error() {
+ error(res) {
isSubmit = false;
$('.joe_comment__respond-form .foot .submit button').html('发表评论');
- Qmsg.warning('发送失败!请刷新重试!');
+ /*
+ *解析其他错误提示。
+ *如未登录状态下,使用注册用户的昵称回复,可正常显示错误提示:您所使用的用户名已经被注册,请登录后再次提交
+ */
+ if(res.responseText){
+ let arr = [],
+ str = '';
+ arr = $(res.responseText).contents();
+ Array.from(arr).forEach(_ => {
+ if (_.parentNode.className === 'container') str = _;
+ });
+ if (!/Joe/.test(res.responseText)) {
+ Qmsg.warning(str.textContent.trim() || '');
+ }else{
+ Qmsg.warning('发送失败!请刷新重试!');
+ }
+ }else{
+ Qmsg.warning('发送失败!请刷新重试!');
+ }
}
});
});
diff --git a/assets/js/joe.global.min.js b/assets/js/joe.global.min.js
index 897ea95b..604cc988 100644
--- a/assets/js/joe.global.min.js
+++ b/assets/js/joe.global.min.js
@@ -1 +1,24 @@
-document.addEventListener("DOMContentLoaded",()=>{localStorage.getItem("data-night")?($(".joe_action_item.mode .icon-1").addClass("active"),$(".joe_action_item.mode .icon-2").removeClass("active")):($("html").removeAttr("data-night"),$(".joe_action_item.mode .icon-1").removeClass("active"),$(".joe_action_item.mode .icon-2").addClass("active")),$(".joe_action_item.mode").on("click",()=>{localStorage.getItem("data-night")?($(".joe_action_item.mode .icon-1").removeClass("active"),$(".joe_action_item.mode .icon-2").addClass("active"),$("html").removeAttr("data-night"),localStorage.removeItem("data-night")):($(".joe_action_item.mode .icon-1").addClass("active"),$(".joe_action_item.mode .icon-2").removeClass("active"),$("html").attr("data-night","night"),localStorage.setItem("data-night","night"))}),Joe.IS_MOBILE||"off"===Joe.DYNAMIC_BACKGROUND||!Joe.DYNAMIC_BACKGROUND||Joe.WALLPAPER_BACKGROUND_PC||$.getScript(window.Joe.THEME_URL+`assets/backdrop/${Joe.DYNAMIC_BACKGROUND}`),$(".joe_header__above-search .input").on("click",e=>{e.stopPropagation(),$(".joe_header__above-search .result").addClass("active")}),$(document).on("click",function(){$(".joe_header__above-search .result").removeClass("active")}),$(".joe_dropdown").each(function(e,t){const o=$(this).find(".joe_dropdown__menu"),a=$(t).attr("trigger")||"click",n=$(t).attr("placement")||$(this).height()||0;o.css("top",n),"hover"===a?$(this).hover(()=>$(this).addClass("active"),()=>$(this).removeClass("active")):($(this).on("click",function(e){$(this).toggleClass("active"),$(document).one("click",()=>$(this).removeClass("active")),e.stopPropagation()}),o.on("click",e=>e.stopPropagation()))});{let e=null;const t=()=>(document.documentElement.scrollTop||document.body.scrollTop)>300?$(".joe_action_item.scroll").addClass("active"):$(".joe_action_item.scroll").removeClass("active");t(),$(document).on("scroll",()=>{clearTimeout(e),e=setTimeout(t,80)}),$(".joe_action_item.scroll").on("click",()=>window.scrollTo({top:0,behavior:"smooth"}))}if($(".joe_aside__item.timelife").length){let e=[{title:"今日已经过去",endTitle:"小时",num:0,percent:"0%"},{title:"这周已经过去",endTitle:"天",num:0,percent:"0%"},{title:"本月已经过去",endTitle:"天",num:0,percent:"0%"},{title:"今年已经过去",endTitle:"个月",num:0,percent:"0%"}];{let t=+new Date,o=new Date((new Date).toLocaleDateString()).getTime(),a=(t-o)/1e3/60/60,n=a/24*100;e[0].num=parseInt(a),e[0].percent=parseInt(n)+"%"}{let t={0:7,1:1,2:2,3:3,4:4,5:5,6:6},o=t[(new Date).getDay()],a=o/7*100;e[1].num=parseInt(o),e[1].percent=parseInt(a)+"%"}{let t=(new Date).getFullYear(),o=(new Date).getDate(),a=(new Date).getMonth()+1,n=new Date(t,a,0).getDate(),i=o/n*100;e[2].num=o,e[2].percent=parseInt(i)+"%"}{let t=(new Date).getMonth()+1,o=t/12*100;e[3].num=t,e[3].percent=parseInt(o)+"%"}let t="";e.forEach((e,o)=>{t+=`\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t${e.title}\n\t\t\t\t\t\t\t\t${e.num}\n\t\t\t\t\t\t\t\t${e.endTitle}\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
${e.percent}
\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
`}),$(".joe_aside__item.timelife .joe_aside__item-contain").html(t)}if($(".joe_aside__item.weather").length){const e=$(".joe_aside__item.weather").attr("data-key"),t=$(".joe_aside__item.weather").attr("data-style"),o={1:"FFFFFF",2:"4A4A4A",3:"FFFFFF"};window.WIDGET={CONFIG:{layout:2,width:"220",height:"270",background:t,dataColor:o[t],language:"zh",key:e}},$.getScript("https://widget.qweather.net/standard/static/js/he-standard-common.js?v=2.0")}if($(".joe_aside__item.tags").length){const e=[],t=["#F8D800","#0396FF","#EA5455","#7367F0","#32CCBC","#F6416C","#28C76F","#9F44D3","#F55555","#736EFE","#E96D71","#DE4313","#D939CD","#4C83FF","#F072B6","#C346C2","#5961F9","#FD6585","#465EFB","#FFC600","#FA742B","#5151E5","#BB4E75","#FF52E5","#49C628","#00EAFF","#F067B4","#F067B4","#ff9a9e","#00f2fe","#4facfe","#f093fb","#6fa3ef","#bc99c4","#46c47c","#f9bb3c","#e8583d","#f68e5f"],o=(e,t)=>(e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1))+e);$(".joe_aside__item-contain .list li").each((a,n)=>{e.push({label:$(n).attr("data-label"),url:$(n).attr("data-url"),target:"_blank",fontColor:t[o(0,t.length-1)],fontSize:15})}),$(".joe_aside__item-contain .tag").svg3DTagCloud({entries:e,width:220,height:220,radius:"65%",radiusMin:75,bgDraw:!1,fov:800,speed:.5,fontWeight:500})}if($(".joe_aside__item.flatterer").length){const e=["你昨天晚上又没回我信息,我却看见你的游戏在线,在我再一次孜孜不倦的骚扰你的情况下,你终于跟我说了一句最长的话“**你他妈是不是有病**”,我又陷入了沉思,这一定有什么含义,我想了很久,你竟然提到了我的妈妈,原来你已经想得那么长远了,想和我结婚见我的父母,我太感动了,真的。那你现在在干嘛,我好想你,我妈妈说她也很喜欢你。","今天我观战了一天你和别人打游戏,**你们玩的很开心**;我给你发了200多条消息,你说没流量就不回;晚上发说说没有人爱你,我连滚带爬评论了句有“我在”,你把我拉黑了,我给你打电话也无人接听。对不起,我不该打扰你,我求求你再给我一次当好友的机会吧!","我爸说再敢网恋就打断我的腿,幸好不是胳膊,这样我还能继续**和你打字聊天**,就算连胳膊也打断了,我的心里也会有你位置。","你说你情侣头像是一个人用的,空间上锁是因为你不喜欢玩空间,情侣空间是和闺蜜开的,找你连麦时你说你在忙工作,每次聊天你都说在忙,你真是一个**上进的好女孩**,你真好,我好喜欢你!","你跟他已经醒了吧?我今天捡垃圾挣了一百多,明天给你打过去。你快点休息吧,我明天叫你起床,给你点外卖买烟,给你点你最喜欢的奶茶。晚上我会继续去摆地摊的,你不用担心我,你床只有那么大睡不下三个。**你要好好照顾好自己,不要让他抢你被子**。我永远爱你!","她三天没回我的消息了,在我孜孜不倦地骚扰下她终于舍得回我“**nmsl**”,我想这一定是有什么含义吧,噢!我恍然大悟原来是**尼美舒利颗粒**,她知道我有关节炎让我吃尼美舒利颗粒,她还是关心我的,但是又不想显现的那么热情。天啊!她好高冷,我好像更喜欢她了!","你想我了吧?可以回我消息了吗?我买了万通筋骨贴,你**运动一个晚上腰很疼**吧?今晚早点回家,我炖了排骨汤,我永远在家等你。","昨晚你和朋友打了一晚上游戏,你破天荒的给我看了战绩,虽然我看不懂但是我相信你一定是最厉害的、最棒的。我给你发了好多消息夸你,告诉你我多崇拜你,你回了我一句“**啥B**”,我翻来覆去思考这是什么意思,Sha[傻],噢你是说我傻,那B就是Baby的意思了吧,原来你是在叫我**傻宝**,这么宠溺的语气,我竟一时不敢相信,其实你也是喜欢我的对吧。","今天我还是照常给你发消息,汇报日常工作,你终于回了我四个字:“**嗯嗯,好的。**”。你开始愿意敷衍我了,我太感动了,受宠若惊。我愿意天天给你发消息,就算你天天骂我,我也不觉得烦。","你昨天晚上又没回我的消息,在我孜孜不倦的骚扰下,你终于舍得回我了,你说“**滚**”,这其中一定有什么含义,我想了很久,滚是三点水,这代表你对我的思念也如**滚滚流水**一样汹涌,我感动哭了,不知道你现在在干嘛,我很想你。","听说你想要一套化妆品,我算了算,明天我去工地上**搬一天砖**,就可以拿到200块钱,再加上我上个月攒下来的零花钱,刚好给你买一套迪奥。","今天表白被拒绝了,她对我说能不能脱下裤子**撒泡尿照照自己**。当我脱下裤子,她咽了口水,说我们可以试一下。","刚从派出所出来,原因前几天14号情人节,我想送你礼物,我去偷东西的时候被抓了。我本来想反抗,警察说了一句老实点别动,我立刻就放弃了反抗,因为我记得你说过,你喜欢**老实人**。","疫情不能出门,现在是早上八点,你肯定饿了吧。我早起做好了早餐来到你小区,保安大哥不让进。我给你打了三个电话你终于接了“**有病啊,我还睡觉呢,你小区门口等着吧**”。啊,我高兴坏了!你终于愿意吃我做的早餐了,还让我等你,啊!啊!啊!好幸福噢!","我存了两个月钱,给你买了一双**北卡蓝**,你对我说一句“谢谢”,我好开心。这是你第一次对我说两个字,以前你都只对我说滚。今天晚上逛**闲鱼**,看到了你把我送你的北卡蓝发布上去了。我想你一定是在考验我,再次送给你,给你一个惊喜,我爱你。","昨天**你领完红包就把我删了**,我陷入久久地沉思。我想这其中一定有什么含义,原来你是在欲擒故纵,嫌我不够爱你。无理取闹的你变得更加可爱了,我会坚守我对你的爱的。你放心好啦!今天发工资了,发了1850,给你微信转了520,支付宝1314,还剩下16。给你发了很多消息你没回。剩下16块我在小卖部买了你爱吃的老坛酸菜牛肉面,给你寄过去了。希望你保护好食欲,我去上班了爱你~~","在保安亭内看完了最新一集的梨泰院,曾经多么倔强的朴世路因为伊瑞给张大熙跪下了,亭外的树也许感受到了**我的悲伤**,枯了。我连树都保护不了,怎么保护你,或许保安才是真的需要被保护的吧。我难受,我想你。over","难以言喻的下午。说不想你是假的,说爱你是真的。昨天他们骂**我是你的舔狗**,我不相信,因为我知道你肯定也是爱我的,你一定是在考验我对你的感情,只要我坚持下去你一定会被我的真诚所打动,加油!不过我要批评你一下,昨晚你说**去酒店跟人斗地主**,我寻思两个人也玩不了呀。算了,不想了,毕竟打牌是赌博行为,不太好。","明天就周六了我知道你不上班,但是我怕你睡懒觉不吃早饭饿坏自己。我早晨4点去菜市场买了新鲜活鸡**给你炖鸡汤**,阿姨给我用箱子装了起来,我骑上我280买的电动车哼着小调回家,心想你一定会被我感动的,箱子半路开了,鸡跑了,拐到了一个胡同里,凌晨4点的胡同还有穿超短裙和大叔聊天的美女,不禁感叹这个世界变了,她问我找什么,…………。对不起,我爱你","12点队长过来准时交班,出去的车辆按喇叭我也没听到,只因我在监控中看到了穿睡衣出来倒垃圾的你,**望你望的入神**不由的傻笑了起来,队长过来骂我扣了我一天工资。我委屈,想抱你。你送的泡面真好吃。","今天的我排位输了好多把,我将这些事情分享给你,但是你一个字都没有讲,我在想你是不是在忙?我头痛欲裂,终于在我给你发了几十条消息之后,你回了我一个“**脑子是不是有病?**”,原来你还是关心我的,看到这句话,我的脑子一下就不疼了,今天也是爱你的一天。","我存了半年的工资,给你买了一只LV,你对我说了一句“**你真好**”,我好开心,这是你第一次这么认可我,以前你都只对我说滚。今天晚上逛闲鱼,看到你把我送你的LV发布上去了。我想,你一定是在考验我,于是我用借呗里的钱把它买了下来,再次送给你,给你一个惊喜,我爱你。","其实我每月工资6000,但我只给你转2000,你以为我给你了全部。才不是,我一共舔了3个啦,**我要舔的雨露均沾**,才不会把你当成唯一。","昨天你把我拉黑了,我看着红色感叹号陷入了久久的沉思,我想这其中一定有什么含义?红色红色?我明白了!红色代表热情,你对我很热情,你想和我结婚,我愿意。","今天你问我借了两千块钱,说要做个手术,你果然还是爱我的,**不是我的孩子,你不要**。 ","中午你无故扇了我一巴掌,我握着你的手说“手怎么这么凉,都怪我没有照顾好你,一定要更加对你好”。","我给你打了几通电话,你终于接了。听到了**你发出啊啊啊啊的声音**,你说你肚子痛,我想你一定是很难受吧。电话还有个男的对你说“来换个姿势”,一定是**在做理疗**了。期待你早日康复,我好担心。","昨天晚上好冷,本来以为街上没人,结果刚刚**偷电动车**的时候被抓了,本来想反抗,但警察说了一句老实点别动,我立刻就放弃了抵抗,因为我记得你说过,你喜欢**老实人**。","找你连麦时你说你在忙工作,每次聊天你都说在忙,你真是一个**上进的好女孩**,你真好,发现我越来越喜欢这样优秀的你。","你从来没说过爱我,聊天记录搜索了一下“爱”,唯一的一条是:**你好像乡村爱情里的刘能啊**。","今天好开心啊,和你一起在峡谷嬉戏,打完一波团战之后看到你在打大龙,残血的我跳过去直接被龙爪拍死,但这一刻我觉得好浪漫,**死在你的脚旁边,这是我离你最近的一次**。","哥们,求你和她说句话吧,这样她就不会那么难过了。","今天你把我的微信拉黑了,这下我终于解放了!以前我总担心太多消息会打扰你,现在我终于不用顾忌,不管我怎么给你发消息,都不会让你不开心了。等我**攒够5201314条**我就拿给你看,你一定会震惊得说不出话然后哭着说会爱我一辈子。哈哈。","昨天你把我删了,我陷入了久久的沉思 。我想这其中一定有什么含义,你应该是欲擒故纵吧,嫌我不够爱你。突然觉得**无理取闹的你变得更加可爱**了,我会坚守我对你的爱的 你放心好啦!这么一想,突然对我俩的未来更有期望了呢。","今天上班不是太忙,百无聊赖,又翻出了你的相片,看了又看。今天是我认识你的第302天,也是我爱你的第302天,可是这些你并不知道,也许**你知道了,也不会在意**吧。 此刻的我好想你! ","今天你跟我说我很丑,让我不要骚扰你了。我听了很高兴,小说里的主角都像你这样,最开始表现的很厌恶,但最后**总会被我的真心打动**。你现在有多讨厌我,以后就会有多爱我。嘻嘻。","我坐在窗边给你发了99条消息,你终于肯回我了,你说“**发你妈啊**”,我一下子就哭了。原来努力真的有用,你已经开始考虑想见我的妈妈了,你也是挺喜欢我的。","刚才我找你说话,你回了一个滚,我陷入了沉思,你还是如此的关心我,知道我腿受伤了,让我这样走,好感动!看来你还是爱我的!","今天下雨了,我去你公司接你下班。看见我你不耐烦的说“**烦不烦啊,不要再找我了**”,一头冲进雨里就跑开了。我心里真高兴啊,你宁愿自己淋雨,都不愿让我也淋湿一点,你果然还是爱我的。","晚上和你聊天,10点钟不到,你就说“**困了,去睡觉了**”。现在凌晨1点钟,看到你给他的朋友圈点赞评论,约他明天去吃火锅,一定是你微信被盗了吧。","今天我主动给你发了游戏邀请,邀请你和我单挑安琪拉,虽然我安琪拉很菜,可是为了和你打游戏,我还是毅然决然给你发了邀请。你说你不接受,你在打其他游戏。联想到我自己很菜,我突然明白,原来你还是在乎我的,只是不想一遍遍连招一套的在泉水送我走。我再一次感动哭了,因此,我好像更喜欢你了,你可真是一个宝藏男孩!","你的头像是一个女孩子左手边牵着一条秋田犬,犬=狗,而**我是一条舔狗**。是不是代表你的小手在牵着我呢?","今天发工资了,我一个月工资3000,你猜我会给你多少,是不是觉得我会给你2500,自己留500吃饭?你想多了,我3000都给你,因为厂里包吃包住。","昨天就为你充了710点卷,虽然知道你不会玩不知去向,但你说好看,你刚才说小号想要还想要一个,爱你的我还是满心欢喜的把剩下的100元伙食费又给你充了710,然后看到你小号并没有买,而是你送给了你的一个弟弟,你对弟弟真好,好有爱心,我感觉对你陷得很深了。","今天我给你发消息,你回复我“**nmsl**”,我想了半天才知道你是在夸我,原来是**你美死了**,你嘴真甜,我爱你。","你说你想买口红,今天我去了叔叔的口罩厂做了一天的打包。拿到了两百块钱,加上我这几天**省下的钱刚好能给你买一根小金条**。即没有给我自己剩下一分钱,但你不用担心,因为厂里包吃包住。对了打包的时候,满脑子都是你,想着你哪天突然就接受我的橄榄枝了呢。而且今天我很棒呢,主管表扬我很能干,其实也有你的功劳啦,是你给了我无穷的力量。今天我比昨天多想你一点,比明天少想你一点。","在我一如既往的每天跟她问早安的时候,她今天终于回我了。我激动地问她我是不是今天第一个跟她说话的人,她说不是,是**她男朋友把她叫起来退房**的。","听说你朋友说今天出门了,我打扮成精神小伙来找你,没想到你竟然对我说“**给我爬,别过来**”我当场就哭了,原来真心真的会感动人,你一定是知道,穿豆豆鞋走路脚会很累,让我爬是因为这样不会累着脚,其实你是喜欢我的吧","今天把你的备注改成了「**对方正在输入...**」,这样我就知道你不是不想回我,刚又给你发了消息,看到你在思考怎么回我,我就知道你和我一样,心里有我。","今天在楼上窗户上看见你和他在公园里接吻,我看见哭了出来,并打电话给你,想问问你为什么?但你说怎么了,声音是那么好听。于是我说“**以后你和他接吻的时候,能不能用我送给你的口红啊?**”","我退了无关紧要的群,唯独这个群我没有退,因为这里有一个对我来说很特别的女孩子,我们不是好友,**我每天只能通过群名片看看她**,虽然一张照片也看不到,我也知足了,我不敢说她的名字,但我知道她是群里面最美的女孩子,她说我们这样会距离产生美~ 我想想发现她说的挺对的,我心里很开心。","今天早上我告诉你我想你了,你没理我。今天中午我给你打电话,你不接,打第二个你就关机。晚上我在你公司楼下等你,你对我说的第一句话就是滚“**滚,别烦我,别浪费时间了**”,我真的好感动,你居然为我考虑了,怕我浪费时间。呜呜呜,这是我爱你的第74天。","我坐在窗边给你发了99条消息,你终于肯回我了你说“**发你妈啊**”,我一下子就哭了,原来努力真的有用,你已经开始考虑想见我的妈妈了,你其实也是挺喜欢我的。","你一个小时没回我的消息,在我孜孜不倦地骚扰下你终于舍得回我了“**在做爱**”,这其中一定有什么含义,我想了很久,“在做爱”这简简单单的三个字肯定是三句话,分别是**我在忙、做你女朋友、我爱你**,想到这里我不禁流下了眼泪,我这么长时间的喜欢没有白费,不知道你现在忙干嘛,但我很想你。","最近我暗恋的女生每天都和不同的男生约会,我想总有一天会轮到我,我问她什么时候能见见我?她说**下辈子吧**。她真好,下辈子还要和我在一起。","你好像从来没有对我说过晚安,我在我们的聊天记录里搜索了关键字:“晚安”,你说过一次:**我早晚安排人弄死你**。"],t=(e,t)=>(e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1))+e),o=()=>{$(".joe_aside__item.flatterer .content").html(e[t(0,e.length-1)].replace(/\*\*(.*?)\*\*/g,"$1")),$(".joe_aside__item.flatterer .content").attr("class","content type"+t(1,6))};o(),$(".joe_aside__item.flatterer .change").on("click",()=>o())}if("off"!==Joe.LIVE2D&&Joe.LIVE2D&&$.getScript("https://cdn.jsdelivr.net/npm/live2d-widget@3.1.4/lib/L2Dwidget.min.js",()=>{L2Dwidget.init({model:{jsonPath:Joe.LIVE2D,scale:1},mobile:{show:!1},display:{position:"right",width:160,height:200,hOffset:70,vOffset:0}})}),$(".joe_comment").length&&$(".joe_comment__respond-type .item").on("click",function(){$(this).addClass("active").siblings().removeClass("active"),"draw"===$(this).attr("data-type")?($(".joe_comment__respond-form .body .draw").show().siblings().hide(),$("#joe_comment_draw").prop("width",$(".joe_comment__respond-form .body").width()),$(".joe_comment__respond-form").attr("data-type","draw")):($(".joe_comment__respond-form .body .text").show().siblings().hide(),$(".joe_comment__respond-form").attr("data-type","text"))}),$("#joe_comment_draw").length&&(window.sketchpad=new Sketchpad({element:"#joe_comment_draw",height:300,penSize:5,color:"303133"}),$(".joe_comment__respond-form .body .draw .icon-undo").on("click",()=>window.sketchpad.undo()),$(".joe_comment__respond-form .body .draw .icon-animate").on("click",()=>window.sketchpad.animate(10)),$(".joe_comment__respond-form .body .draw .line li").on("click",function(){window.sketchpad.penSize=$(this).attr("data-line"),$(this).addClass("active").siblings().removeClass("active")}),$(".joe_comment__respond-form .body .draw .color li").on("click",function(){window.sketchpad.color=$(this).attr("data-color"),$(this).addClass("active").siblings().removeClass("active")})),$(".joe_comment__respond").length){const e=$(".joe_comment__respond");$(".joe_comment__reply").on("click",function(){const t=$(this).attr("data-coid"),o=$("#"+$(this).attr("data-id"));e.find(".joe_comment__respond-form").attr("data-coid",t),o.append(e),$(".joe_comment__respond-type .item[data-type='text']").click(),$(".joe_comment__cancle").show(),window.scrollTo({top:o.offset().top-$(".joe_header").height()-15,behavior:"smooth"})}),$(".joe_comment__cancle").on("click",function(){e.find(".joe_comment__respond-form").removeAttr("data-coid"),$(".joe_comment__cancle").hide(),$(".joe_comment__title").after(e),$(".joe_comment__respond-type .item[data-type='text']").click(),window.scrollTo({top:$(".joe_comment").offset().top-$(".joe_header").height()-15,behavior:"smooth"})})}if($(".joe_comment").length){let e=!1;$(".joe_comment__respond-form").on("submit",function(t){t.preventDefault();const o=$(".joe_comment__respond-form").attr("action")+"?time="+ +new Date,a=$(".joe_comment__respond-form").attr("data-type"),n=$(".joe_comment__respond-form").attr("data-coid"),i=$(".joe_comment__respond-form .head input[name='author']").val(),s=$(".joe_comment__respond-form input[name='_']").val(),c=$(".joe_comment__respond-form .head input[name='mail']").val(),r=$(".joe_comment__respond-form .head input[name='url']").val();let d=$(".joe_comment__respond-form .body textarea[name='text']").val();if(""===i.trim())return Qmsg.info("请输入昵称!");if(!/\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*/.test(c))return Qmsg.info("请输入正确的邮箱!");if("text"===a&&""===d.trim())return Qmsg.info("请输入评论内容!");if("draw"===a){const e=$("#joe_comment_draw")[0].toDataURL("image/webp",.1);d="{!{"+e+"}!} "}e||(e=!0,$(".joe_comment__respond-form .foot .submit button").html("发送中..."),$.ajax({url:o,type:"POST",data:{author:i,mail:c,text:d,parent:n,url:r,_:s},dataType:"text",success(t){let o=[],a="";o=$(t).contents(),Array.from(o).forEach(e=>{"container"===e.parentNode.className&&(a=e)}),/Joe/.test(t)?window.location.reload():(Qmsg.warning(a.textContent.trim()||""),e=!1,$(".joe_comment__respond-form .foot .submit button").html("发表评论"))},error(){e=!1,$(".joe_comment__respond-form .foot .submit button").html("发表评论"),Qmsg.warning("发送失败!请刷新重试!")}}))})}if($(".comment-list__item .term .content .user .author a").each((e,t)=>$(t).attr("target","_blank")),$(".joe_comment .joe_pagination a").each((e,t)=>{const o=$(t).attr("href");o&&o.includes("#")&&$(t).attr("href",o.replace("#comments","?scroll=joe_comment"))}),Joe.DOCUMENT_TITLE){const e=document.title;document.addEventListener("visibilitychange",()=>{"hidden"===document.visibilityState?document.title=Joe.DOCUMENT_TITLE:document.title=e})}$(".joe_header__above-slideicon").on("click",function(){$(".joe_header__searchout").removeClass("active"),$(".joe_header__slideout").hasClass("active")?($("body").css("overflow",""),$(".joe_header__mask").removeClass("active slideout"),$(".joe_header__slideout").removeClass("active")):($("body").css("overflow","hidden"),$(".joe_header__mask").addClass("active slideout"),$(".joe_header__slideout").addClass("active"))}),$(".joe_header__above-searchicon").on("click",function(){$(".joe_header__slideout").removeClass("active"),$(".joe_header__searchout").hasClass("active")?($("body").css("overflow",""),$(".joe_header__mask").removeClass("active slideout"),$(".joe_header__searchout").removeClass("active")):($("body").css("overflow","hidden"),$(".joe_header__mask").addClass("active"),$(".joe_header__searchout").addClass("active"))}),$(".joe_header__mask").on("click",function(){$("body").css("overflow",""),$(".joe_header__mask").removeClass("active slideout"),$(".joe_header__searchout").removeClass("active"),$(".joe_header__slideout").removeClass("active")}),$(".joe_header__slideout-menu .current").parents(".panel-body").show().siblings(".panel").addClass("in"),$(".joe_header__slideout-menu .panel").on("click",function(){const e=$(this).parent().parent();e.find(".panel").not($(this)).removeClass("in"),e.find(".panel-body").not($(this).siblings(".panel-body")).stop().hide("fast"),$(this).toggleClass("in").siblings(".panel-body").stop().toggle("fast")});{const e=()=>{const e=new Date(Joe.BIRTHDAY),t=+new Date,o=t-e.getTime();let a=o/864e5,n=Math.floor(a),i=24*(a-n),s=Math.floor(i),c=60*(i-s),r=Math.floor(c),d=60*(c-r),_=Math.floor(d);a=String(n).padStart(2,0),i=String(s).padStart(2,0),c=String(r).padStart(2,0),d=String(_).padStart(2,0),$(".joe_run__day").html(a),$(".joe_run__hour").html(i),$(".joe_run__minute").html(c),$(".joe_run__second").html(d)};Joe.BIRTHDAY&&/(\d{4})\/(\d{1,2})\/(\d{1,2}) (\d{1,2})\:(\d{1,2})\:(\d{1,2})/.test(Joe.BIRTHDAY)&&(e(),setInterval(e,1e3))}$(".joe_owo__contain").length&&$(".joe_owo__target").length&&$.ajax({url:window.Joe.THEME_URL+"assets/json/joe.owo.json",dataType:"json",success(e){let t="",o="";for(let a in e){const n=e[a];t+=`${a}
`,o+=`\n \n `}$(".joe_owo__contain").html(`\n OωO
\n \n `),$(document).on("click",function(){$(".joe_owo__contain .box").stop().slideUp("fast")}),$(".joe_owo__contain .seat").on("click",function(e){e.stopPropagation(),$(this).siblings(".box").stop().slideToggle("fast")}),$(".joe_owo__contain .box .bar .item").on("click",function(e){e.stopPropagation(),$(this).addClass("active").siblings().removeClass("active");const t='.joe_owo__contain .box .scroll[data-type="'+$(this).attr("data-type")+'"]';$(t).show().siblings(".scroll").hide()}),$(".joe_owo__contain .scroll .item").on("click",function(){const e=$(this).attr("data-text");$(".joe_owo__target").insertContent(e)}),$(".joe_owo__contain .box .bar .item").first().click()}});{let e=Joe.MOTTO;e||(e="有钱终成眷属,没钱亲眼目睹"),e.includes("http")?$.ajax({url:e,dataType:"text",success:e=>$(".joe_motto").html(e)}):$(".joe_motto").html(e)}if(!window.Joe.IS_MOBILE){let e=!0;const t=t=>{if(window.pageYOffset>=$(".joe_header").height()&&t<=0){if(e)return;$(".joe_header").addClass("active"),$(".joe_aside .joe_aside__item:last-child").css("top",$(".joe_header").height()-60+15),e=!0}else{if(!e)return;$(".joe_header").removeClass("active"),$(".joe_aside .joe_aside__item:last-child").css("top",$(".joe_header").height()+15),e=!1}};let o=window.pageYOffset;t(o);let a=Date.now();document.addEventListener("scroll",()=>{let e=Date.now();e-a>15&&(t(o-window.pageYOffset),o=window.pageYOffset),a=e})}});
\ No newline at end of file
+document.addEventListener("DOMContentLoaded",()=>{localStorage.getItem("data-night")?($(".joe_action_item.mode .icon-1").addClass("active"),$(".joe_action_item.mode .icon-2").removeClass("active")):($("html").removeAttr("data-night"),$(".joe_action_item.mode .icon-1").removeClass("active"),$(".joe_action_item.mode .icon-2").addClass("active")),$(".joe_action_item.mode").on("click",()=>{localStorage.getItem("data-night")?($(".joe_action_item.mode .icon-1").removeClass("active"),$(".joe_action_item.mode .icon-2").addClass("active"),$("html").removeAttr("data-night"),localStorage.removeItem("data-night")):($(".joe_action_item.mode .icon-1").addClass("active"),$(".joe_action_item.mode .icon-2").removeClass("active"),$("html").attr("data-night","night"),localStorage.setItem("data-night","night"))}),Joe.IS_MOBILE||"off"===Joe.DYNAMIC_BACKGROUND||!Joe.DYNAMIC_BACKGROUND||Joe.WALLPAPER_BACKGROUND_PC||$.getScript(window.Joe.THEME_URL+`assets/backdrop/${Joe.DYNAMIC_BACKGROUND}`),$(".joe_header__above-search .input").on("click",e=>{e.stopPropagation(),$(".joe_header__above-search .result").addClass("active")}),$(document).on("click",function(){$(".joe_header__above-search .result").removeClass("active")}),$(".joe_dropdown").each(function(e,t){const o=$(this).find(".joe_dropdown__menu");var a=$(t).attr("trigger")||"click",t=$(t).attr("placement")||$(this).height()||0;o.css("top",t),"hover"===a?$(this).hover(()=>$(this).addClass("active"),()=>$(this).removeClass("active")):($(this).on("click",function(e){$(this).toggleClass("active"),$(document).one("click",()=>$(this).removeClass("active")),e.stopPropagation()}),o.on("click",e=>e.stopPropagation()))});{let e=null;const o=()=>300<(document.documentElement.scrollTop||document.body.scrollTop)?$(".joe_action_item.scroll").addClass("active"):$(".joe_action_item.scroll").removeClass("active");o(),$(document).on("scroll",()=>{clearTimeout(e),e=setTimeout(o,80)}),$(".joe_action_item.scroll").on("click",()=>window.scrollTo({top:0,behavior:"smooth"}))}if($(".joe_aside__item.timelife").length){let e=[{title:"\u4eca\u65e5\u5df2\u7ecf\u8fc7\u53bb",endTitle:"\u5c0f\u65f6",num:0,percent:"0%"},{title:"\u8fd9\u5468\u5df2\u7ecf\u8fc7\u53bb",endTitle:"\u5929",num:0,percent:"0%"},{title:"\u672c\u6708\u5df2\u7ecf\u8fc7\u53bb",endTitle:"\u5929",num:0,percent:"0%"},{title:"\u4eca\u5e74\u5df2\u7ecf\u8fc7\u53bb",endTitle:"\u4e2a\u6708",num:0,percent:"0%"}];var t=(+new Date-new Date((new Date).toLocaleDateString()).getTime())/1e3/60/60,a=t/24*100;e[0].num=parseInt(t),e[0].percent=parseInt(a)+"%";var n={0:7,1:1,2:2,3:3,4:4,5:5,6:6}[(new Date).getDay()],t=n/7*100;e[1].num=parseInt(n),e[1].percent=parseInt(t)+"%";a=(new Date).getFullYear(),n=(new Date).getDate(),t=(new Date).getMonth()+1,t=n/new Date(a,t,0).getDate()*100;e[2].num=n,e[2].percent=parseInt(t)+"%";n=(new Date).getMonth()+1,t=n/12*100;e[3].num=n,e[3].percent=parseInt(t)+"%";let o="";e.forEach((e,t)=>{o+=`
+
+
+ ${e.title}
+ ${e.num}
+ ${e.endTitle}
+
+
+
`}),$(".joe_aside__item.timelife .joe_aside__item-contain").html(o)}if($(".joe_aside__item.weather").length&&(e=$(".joe_aside__item.weather").attr("data-key"),t=$(".joe_aside__item.weather").attr("data-style"),window.WIDGET={CONFIG:{layout:2,width:"220",height:"270",background:t,dataColor:{1:"FFFFFF",2:"4A4A4A",3:"FFFFFF"}[t],language:"zh",key:e}},$.getScript("https://widget.qweather.net/standard/static/js/he-standard-common.js?v=2.0")),$(".joe_aside__item.tags").length){const i=[],s=["#F8D800","#0396FF","#EA5455","#7367F0","#32CCBC","#F6416C","#28C76F","#9F44D3","#F55555","#736EFE","#E96D71","#DE4313","#D939CD","#4C83FF","#F072B6","#C346C2","#5961F9","#FD6585","#465EFB","#FFC600","#FA742B","#5151E5","#BB4E75","#FF52E5","#49C628","#00EAFF","#F067B4","#F067B4","#ff9a9e","#00f2fe","#4facfe","#f093fb","#6fa3ef","#bc99c4","#46c47c","#f9bb3c","#e8583d","#f68e5f"];$(".joe_aside__item-contain .list li").each((e,t)=>{var o;i.push({label:$(t).attr("data-label"),url:$(t).attr("data-url"),target:"_blank",fontColor:s[o=0,t=s.length-1,o=Math.ceil(o),t=Math.floor(t),Math.floor(Math.random()*(t-o+1))+o],fontSize:15})}),$(".joe_aside__item-contain .tag").svg3DTagCloud({entries:i,width:220,height:220,radius:"65%",radiusMin:75,bgDraw:!1,fov:800,speed:.5,fontWeight:500})}if($(".joe_aside__item.flatterer").length){const r=["\u4f60\u6628\u5929\u665a\u4e0a\u53c8\u6ca1\u56de\u6211\u4fe1\u606f\uff0c\u6211\u5374\u770b\u89c1\u4f60\u7684\u6e38\u620f\u5728\u7ebf\uff0c\u5728\u6211\u518d\u4e00\u6b21\u5b5c\u5b5c\u4e0d\u5026\u7684\u9a9a\u6270\u4f60\u7684\u60c5\u51b5\u4e0b\uff0c\u4f60\u7ec8\u4e8e\u8ddf\u6211\u8bf4\u4e86\u4e00\u53e5\u6700\u957f\u7684\u8bdd\u201c**\u4f60\u4ed6\u5988\u662f\u4e0d\u662f\u6709\u75c5**\u201d\uff0c\u6211\u53c8\u9677\u5165\u4e86\u6c89\u601d\uff0c\u8fd9\u4e00\u5b9a\u6709\u4ec0\u4e48\u542b\u4e49\uff0c\u6211\u60f3\u4e86\u5f88\u4e45\uff0c\u4f60\u7adf\u7136\u63d0\u5230\u4e86\u6211\u7684\u5988\u5988\uff0c\u539f\u6765\u4f60\u5df2\u7ecf\u60f3\u5f97\u90a3\u4e48\u957f\u8fdc\u4e86\uff0c\u60f3\u548c\u6211\u7ed3\u5a5a\u89c1\u6211\u7684\u7236\u6bcd\uff0c\u6211\u592a\u611f\u52a8\u4e86\uff0c\u771f\u7684\u3002\u90a3\u4f60\u73b0\u5728\u5728\u5e72\u561b\uff0c\u6211\u597d\u60f3\u4f60\uff0c\u6211\u5988\u5988\u8bf4\u5979\u4e5f\u5f88\u559c\u6b22\u4f60\u3002","\u4eca\u5929\u6211\u89c2\u6218\u4e86\u4e00\u5929\u4f60\u548c\u522b\u4eba\u6253\u6e38\u620f\uff0c**\u4f60\u4eec\u73a9\u7684\u5f88\u5f00\u5fc3**\uff1b\u6211\u7ed9\u4f60\u53d1\u4e86200\u591a\u6761\u6d88\u606f\uff0c\u4f60\u8bf4\u6ca1\u6d41\u91cf\u5c31\u4e0d\u56de\uff1b\u665a\u4e0a\u53d1\u8bf4\u8bf4\u6ca1\u6709\u4eba\u7231\u4f60\uff0c\u6211\u8fde\u6eda\u5e26\u722c\u8bc4\u8bba\u4e86\u53e5\u6709\u201c\u6211\u5728\u201d\uff0c\u4f60\u628a\u6211\u62c9\u9ed1\u4e86\uff0c\u6211\u7ed9\u4f60\u6253\u7535\u8bdd\u4e5f\u65e0\u4eba\u63a5\u542c\u3002\u5bf9\u4e0d\u8d77\uff0c\u6211\u4e0d\u8be5\u6253\u6270\u4f60\uff0c\u6211\u6c42\u6c42\u4f60\u518d\u7ed9\u6211\u4e00\u6b21\u5f53\u597d\u53cb\u7684\u673a\u4f1a\u5427\uff01","\u6211\u7238\u8bf4\u518d\u6562\u7f51\u604b\u5c31\u6253\u65ad\u6211\u7684\u817f\uff0c\u5e78\u597d\u4e0d\u662f\u80f3\u818a\uff0c\u8fd9\u6837\u6211\u8fd8\u80fd\u7ee7\u7eed**\u548c\u4f60\u6253\u5b57\u804a\u5929**\uff0c\u5c31\u7b97\u8fde\u80f3\u818a\u4e5f\u6253\u65ad\u4e86\uff0c\u6211\u7684\u5fc3\u91cc\u4e5f\u4f1a\u6709\u4f60\u4f4d\u7f6e\u3002","\u4f60\u8bf4\u4f60\u60c5\u4fa3\u5934\u50cf\u662f\u4e00\u4e2a\u4eba\u7528\u7684\uff0c\u7a7a\u95f4\u4e0a\u9501\u662f\u56e0\u4e3a\u4f60\u4e0d\u559c\u6b22\u73a9\u7a7a\u95f4\uff0c\u60c5\u4fa3\u7a7a\u95f4\u662f\u548c\u95fa\u871c\u5f00\u7684\uff0c\u627e\u4f60\u8fde\u9ea6\u65f6\u4f60\u8bf4\u4f60\u5728\u5fd9\u5de5\u4f5c\uff0c\u6bcf\u6b21\u804a\u5929\u4f60\u90fd\u8bf4\u5728\u5fd9\uff0c\u4f60\u771f\u662f\u4e00\u4e2a**\u4e0a\u8fdb\u7684\u597d\u5973\u5b69**\uff0c\u4f60\u771f\u597d\uff0c\u6211\u597d\u559c\u6b22\u4f60\uff01","\u4f60\u8ddf\u4ed6\u5df2\u7ecf\u9192\u4e86\u5427\uff1f\u6211\u4eca\u5929\u6361\u5783\u573e\u6323\u4e86\u4e00\u767e\u591a\uff0c\u660e\u5929\u7ed9\u4f60\u6253\u8fc7\u53bb\u3002\u4f60\u5feb\u70b9\u4f11\u606f\u5427\uff0c\u6211\u660e\u5929\u53eb\u4f60\u8d77\u5e8a\uff0c\u7ed9\u4f60\u70b9\u5916\u5356\u4e70\u70df\uff0c\u7ed9\u4f60\u70b9\u4f60\u6700\u559c\u6b22\u7684\u5976\u8336\u3002\u665a\u4e0a\u6211\u4f1a\u7ee7\u7eed\u53bb\u6446\u5730\u644a\u7684\uff0c\u4f60\u4e0d\u7528\u62c5\u5fc3\u6211\uff0c\u4f60\u5e8a\u53ea\u6709\u90a3\u4e48\u5927\u7761\u4e0d\u4e0b\u4e09\u4e2a\u3002**\u4f60\u8981\u597d\u597d\u7167\u987e\u597d\u81ea\u5df1\uff0c\u4e0d\u8981\u8ba9\u4ed6\u62a2\u4f60\u88ab\u5b50**\u3002\u6211\u6c38\u8fdc\u7231\u4f60\uff01","\u5979\u4e09\u5929\u6ca1\u56de\u6211\u7684\u6d88\u606f\u4e86\uff0c\u5728\u6211\u5b5c\u5b5c\u4e0d\u5026\u5730\u9a9a\u6270\u4e0b\u5979\u7ec8\u4e8e\u820d\u5f97\u56de\u6211\u201c**nmsl**\u201d\uff0c\u6211\u60f3\u8fd9\u4e00\u5b9a\u662f\u6709\u4ec0\u4e48\u542b\u4e49\u5427\uff0c\u5662\uff01\u6211\u604d\u7136\u5927\u609f\u539f\u6765\u662f**\u5c3c\u7f8e\u8212\u5229\u9897\u7c92**\uff0c\u5979\u77e5\u9053\u6211\u6709\u5173\u8282\u708e\u8ba9\u6211\u5403\u5c3c\u7f8e\u8212\u5229\u9897\u7c92\uff0c\u5979\u8fd8\u662f\u5173\u5fc3\u6211\u7684\uff0c\u4f46\u662f\u53c8\u4e0d\u60f3\u663e\u73b0\u7684\u90a3\u4e48\u70ed\u60c5\u3002\u5929\u554a\uff01\u5979\u597d\u9ad8\u51b7\uff0c\u6211\u597d\u50cf\u66f4\u559c\u6b22\u5979\u4e86\uff01","\u4f60\u60f3\u6211\u4e86\u5427\uff1f\u53ef\u4ee5\u56de\u6211\u6d88\u606f\u4e86\u5417\uff1f\u6211\u4e70\u4e86\u4e07\u901a\u7b4b\u9aa8\u8d34\uff0c\u4f60**\u8fd0\u52a8\u4e00\u4e2a\u665a\u4e0a\u8170\u5f88\u75bc**\u5427\uff1f\u4eca\u665a\u65e9\u70b9\u56de\u5bb6\uff0c\u6211\u7096\u4e86\u6392\u9aa8\u6c64\uff0c\u6211\u6c38\u8fdc\u5728\u5bb6\u7b49\u4f60\u3002","\u6628\u665a\u4f60\u548c\u670b\u53cb\u6253\u4e86\u4e00\u665a\u4e0a\u6e38\u620f\uff0c\u4f60\u7834\u5929\u8352\u7684\u7ed9\u6211\u770b\u4e86\u6218\u7ee9\uff0c\u867d\u7136\u6211\u770b\u4e0d\u61c2\u4f46\u662f\u6211\u76f8\u4fe1\u4f60\u4e00\u5b9a\u662f\u6700\u5389\u5bb3\u7684\u3001\u6700\u68d2\u7684\u3002\u6211\u7ed9\u4f60\u53d1\u4e86\u597d\u591a\u6d88\u606f\u5938\u4f60\uff0c\u544a\u8bc9\u4f60\u6211\u591a\u5d07\u62dc\u4f60\uff0c\u4f60\u56de\u4e86\u6211\u4e00\u53e5\u201c**\u5565B**\u201d\uff0c\u6211\u7ffb\u6765\u8986\u53bb\u601d\u8003\u8fd9\u662f\u4ec0\u4e48\u610f\u601d\uff0cSha[\u50bb]\uff0c\u5662\u4f60\u662f\u8bf4\u6211\u50bb\uff0c\u90a3B\u5c31\u662fBaby\u7684\u610f\u601d\u4e86\u5427\uff0c\u539f\u6765\u4f60\u662f\u5728\u53eb\u6211**\u50bb\u5b9d**\uff0c\u8fd9\u4e48\u5ba0\u6eba\u7684\u8bed\u6c14\uff0c\u6211\u7adf\u4e00\u65f6\u4e0d\u6562\u76f8\u4fe1\uff0c\u5176\u5b9e\u4f60\u4e5f\u662f\u559c\u6b22\u6211\u7684\u5bf9\u5427\u3002","\u4eca\u5929\u6211\u8fd8\u662f\u7167\u5e38\u7ed9\u4f60\u53d1\u6d88\u606f\uff0c\u6c47\u62a5\u65e5\u5e38\u5de5\u4f5c\uff0c\u4f60\u7ec8\u4e8e\u56de\u4e86\u6211\u56db\u4e2a\u5b57\uff1a\u201c**\u55ef\u55ef\uff0c\u597d\u7684\u3002**\u201d\u3002\u4f60\u5f00\u59cb\u613f\u610f\u6577\u884d\u6211\u4e86\uff0c\u6211\u592a\u611f\u52a8\u4e86\uff0c\u53d7\u5ba0\u82e5\u60ca\u3002\u6211\u613f\u610f\u5929\u5929\u7ed9\u4f60\u53d1\u6d88\u606f\uff0c\u5c31\u7b97\u4f60\u5929\u5929\u9a82\u6211\uff0c\u6211\u4e5f\u4e0d\u89c9\u5f97\u70e6\u3002","\u4f60\u6628\u5929\u665a\u4e0a\u53c8\u6ca1\u56de\u6211\u7684\u6d88\u606f\uff0c\u5728\u6211\u5b5c\u5b5c\u4e0d\u5026\u7684\u9a9a\u6270\u4e0b\uff0c\u4f60\u7ec8\u4e8e\u820d\u5f97\u56de\u6211\u4e86\uff0c\u4f60\u8bf4\u201c**\u6eda**\u201d\uff0c\u8fd9\u5176\u4e2d\u4e00\u5b9a\u6709\u4ec0\u4e48\u542b\u4e49\uff0c\u6211\u60f3\u4e86\u5f88\u4e45\uff0c\u6eda\u662f\u4e09\u70b9\u6c34\uff0c\u8fd9\u4ee3\u8868\u4f60\u5bf9\u6211\u7684\u601d\u5ff5\u4e5f\u5982**\u6eda\u6eda\u6d41\u6c34**\u4e00\u6837\u6c79\u6d8c\uff0c\u6211\u611f\u52a8\u54ed\u4e86\uff0c\u4e0d\u77e5\u9053\u4f60\u73b0\u5728\u5728\u5e72\u561b\uff0c\u6211\u5f88\u60f3\u4f60\u3002","\u542c\u8bf4\u4f60\u60f3\u8981\u4e00\u5957\u5316\u5986\u54c1\uff0c\u6211\u7b97\u4e86\u7b97\uff0c\u660e\u5929\u6211\u53bb\u5de5\u5730\u4e0a**\u642c\u4e00\u5929\u7816**\uff0c\u5c31\u53ef\u4ee5\u62ff\u5230200\u5757\u94b1\uff0c\u518d\u52a0\u4e0a\u6211\u4e0a\u4e2a\u6708\u6512\u4e0b\u6765\u7684\u96f6\u82b1\u94b1\uff0c\u521a\u597d\u7ed9\u4f60\u4e70\u4e00\u5957\u8fea\u5965\u3002","\u4eca\u5929\u8868\u767d\u88ab\u62d2\u7edd\u4e86\uff0c\u5979\u5bf9\u6211\u8bf4\u80fd\u4e0d\u80fd\u8131\u4e0b\u88e4\u5b50**\u6492\u6ce1\u5c3f\u7167\u7167\u81ea\u5df1**\u3002\u5f53\u6211\u8131\u4e0b\u88e4\u5b50\uff0c\u5979\u54bd\u4e86\u53e3\u6c34\uff0c\u8bf4\u6211\u4eec\u53ef\u4ee5\u8bd5\u4e00\u4e0b\u3002","\u521a\u4ece\u6d3e\u51fa\u6240\u51fa\u6765\uff0c\u539f\u56e0\u524d\u51e0\u592914\u53f7\u60c5\u4eba\u8282\uff0c\u6211\u60f3\u9001\u4f60\u793c\u7269\uff0c\u6211\u53bb\u5077\u4e1c\u897f\u7684\u65f6\u5019\u88ab\u6293\u4e86\u3002\u6211\u672c\u6765\u60f3\u53cd\u6297\uff0c\u8b66\u5bdf\u8bf4\u4e86\u4e00\u53e5\u8001\u5b9e\u70b9\u522b\u52a8\uff0c\u6211\u7acb\u523b\u5c31\u653e\u5f03\u4e86\u53cd\u6297\uff0c\u56e0\u4e3a\u6211\u8bb0\u5f97\u4f60\u8bf4\u8fc7\uff0c\u4f60\u559c\u6b22**\u8001\u5b9e\u4eba**\u3002","\u75ab\u60c5\u4e0d\u80fd\u51fa\u95e8\uff0c\u73b0\u5728\u662f\u65e9\u4e0a\u516b\u70b9\uff0c\u4f60\u80af\u5b9a\u997f\u4e86\u5427\u3002\u6211\u65e9\u8d77\u505a\u597d\u4e86\u65e9\u9910\u6765\u5230\u4f60\u5c0f\u533a\uff0c\u4fdd\u5b89\u5927\u54e5\u4e0d\u8ba9\u8fdb\u3002\u6211\u7ed9\u4f60\u6253\u4e86\u4e09\u4e2a\u7535\u8bdd\u4f60\u7ec8\u4e8e\u63a5\u4e86\u201c**\u6709\u75c5\u554a\uff0c\u6211\u8fd8\u7761\u89c9\u5462\uff0c\u4f60\u5c0f\u533a\u95e8\u53e3\u7b49\u7740\u5427**\u201d\u3002\u554a\uff0c\u6211\u9ad8\u5174\u574f\u4e86\uff01\u4f60\u7ec8\u4e8e\u613f\u610f\u5403\u6211\u505a\u7684\u65e9\u9910\u4e86\uff0c\u8fd8\u8ba9\u6211\u7b49\u4f60\uff0c\u554a\uff01\u554a\uff01\u554a\uff01\u597d\u5e78\u798f\u5662\uff01","\u6211\u5b58\u4e86\u4e24\u4e2a\u6708\u94b1\uff0c\u7ed9\u4f60\u4e70\u4e86\u4e00\u53cc**\u5317\u5361\u84dd**\uff0c\u4f60\u5bf9\u6211\u8bf4\u4e00\u53e5\u201c\u8c22\u8c22\u201d\uff0c\u6211\u597d\u5f00\u5fc3\u3002\u8fd9\u662f\u4f60\u7b2c\u4e00\u6b21\u5bf9\u6211\u8bf4\u4e24\u4e2a\u5b57\uff0c\u4ee5\u524d\u4f60\u90fd\u53ea\u5bf9\u6211\u8bf4\u6eda\u3002\u4eca\u5929\u665a\u4e0a\u901b**\u95f2\u9c7c**\uff0c\u770b\u5230\u4e86\u4f60\u628a\u6211\u9001\u4f60\u7684\u5317\u5361\u84dd\u53d1\u5e03\u4e0a\u53bb\u4e86\u3002\u6211\u60f3\u4f60\u4e00\u5b9a\u662f\u5728\u8003\u9a8c\u6211\uff0c\u518d\u6b21\u9001\u7ed9\u4f60\uff0c\u7ed9\u4f60\u4e00\u4e2a\u60ca\u559c\uff0c\u6211\u7231\u4f60\u3002","\u6628\u5929**\u4f60\u9886\u5b8c\u7ea2\u5305\u5c31\u628a\u6211\u5220\u4e86**\uff0c\u6211\u9677\u5165\u4e45\u4e45\u5730\u6c89\u601d\u3002\u6211\u60f3\u8fd9\u5176\u4e2d\u4e00\u5b9a\u6709\u4ec0\u4e48\u542b\u4e49\uff0c\u539f\u6765\u4f60\u662f\u5728\u6b32\u64d2\u6545\u7eb5\uff0c\u5acc\u6211\u4e0d\u591f\u7231\u4f60\u3002\u65e0\u7406\u53d6\u95f9\u7684\u4f60\u53d8\u5f97\u66f4\u52a0\u53ef\u7231\u4e86\uff0c\u6211\u4f1a\u575a\u5b88\u6211\u5bf9\u4f60\u7684\u7231\u7684\u3002\u4f60\u653e\u5fc3\u597d\u5566\uff01\u4eca\u5929\u53d1\u5de5\u8d44\u4e86\uff0c\u53d1\u4e861850\uff0c\u7ed9\u4f60\u5fae\u4fe1\u8f6c\u4e86520\uff0c\u652f\u4ed8\u5b9d1314\uff0c\u8fd8\u5269\u4e0b16\u3002\u7ed9\u4f60\u53d1\u4e86\u5f88\u591a\u6d88\u606f\u4f60\u6ca1\u56de\u3002\u5269\u4e0b16\u5757\u6211\u5728\u5c0f\u5356\u90e8\u4e70\u4e86\u4f60\u7231\u5403\u7684\u8001\u575b\u9178\u83dc\u725b\u8089\u9762\uff0c\u7ed9\u4f60\u5bc4\u8fc7\u53bb\u4e86\u3002\u5e0c\u671b\u4f60\u4fdd\u62a4\u597d\u98df\u6b32\uff0c\u6211\u53bb\u4e0a\u73ed\u4e86\u7231\u4f60~~","\u5728\u4fdd\u5b89\u4ead\u5185\u770b\u5b8c\u4e86\u6700\u65b0\u4e00\u96c6\u7684\u68a8\u6cf0\u9662\uff0c\u66fe\u7ecf\u591a\u4e48\u5014\u5f3a\u7684\u6734\u4e16\u8def\u56e0\u4e3a\u4f0a\u745e\u7ed9\u5f20\u5927\u7199\u8dea\u4e0b\u4e86\uff0c\u4ead\u5916\u7684\u6811\u4e5f\u8bb8\u611f\u53d7\u5230\u4e86**\u6211\u7684\u60b2\u4f24**\uff0c\u67af\u4e86\u3002\u6211\u8fde\u6811\u90fd\u4fdd\u62a4\u4e0d\u4e86\uff0c\u600e\u4e48\u4fdd\u62a4\u4f60\uff0c\u6216\u8bb8\u4fdd\u5b89\u624d\u662f\u771f\u7684\u9700\u8981\u88ab\u4fdd\u62a4\u7684\u5427\u3002\u6211\u96be\u53d7\uff0c\u6211\u60f3\u4f60\u3002over","\u96be\u4ee5\u8a00\u55bb\u7684\u4e0b\u5348\u3002\u8bf4\u4e0d\u60f3\u4f60\u662f\u5047\u7684\uff0c\u8bf4\u7231\u4f60\u662f\u771f\u7684\u3002\u6628\u5929\u4ed6\u4eec\u9a82**\u6211\u662f\u4f60\u7684\u8214\u72d7**\uff0c\u6211\u4e0d\u76f8\u4fe1\uff0c\u56e0\u4e3a\u6211\u77e5\u9053\u4f60\u80af\u5b9a\u4e5f\u662f\u7231\u6211\u7684\uff0c\u4f60\u4e00\u5b9a\u662f\u5728\u8003\u9a8c\u6211\u5bf9\u4f60\u7684\u611f\u60c5\uff0c\u53ea\u8981\u6211\u575a\u6301\u4e0b\u53bb\u4f60\u4e00\u5b9a\u4f1a\u88ab\u6211\u7684\u771f\u8bda\u6240\u6253\u52a8\uff0c\u52a0\u6cb9\uff01\u4e0d\u8fc7\u6211\u8981\u6279\u8bc4\u4f60\u4e00\u4e0b\uff0c\u6628\u665a\u4f60\u8bf4**\u53bb\u9152\u5e97\u8ddf\u4eba\u6597\u5730\u4e3b**\uff0c\u6211\u5bfb\u601d\u4e24\u4e2a\u4eba\u4e5f\u73a9\u4e0d\u4e86\u5440\u3002\u7b97\u4e86\uff0c\u4e0d\u60f3\u4e86\uff0c\u6bd5\u7adf\u6253\u724c\u662f\u8d4c\u535a\u884c\u4e3a\uff0c\u4e0d\u592a\u597d\u3002","\u660e\u5929\u5c31\u5468\u516d\u4e86\u6211\u77e5\u9053\u4f60\u4e0d\u4e0a\u73ed\uff0c\u4f46\u662f\u6211\u6015\u4f60\u7761\u61d2\u89c9\u4e0d\u5403\u65e9\u996d\u997f\u574f\u81ea\u5df1\u3002\u6211\u65e9\u66684\u70b9\u53bb\u83dc\u5e02\u573a\u4e70\u4e86\u65b0\u9c9c\u6d3b\u9e21**\u7ed9\u4f60\u7096\u9e21\u6c64**\uff0c\u963f\u59e8\u7ed9\u6211\u7528\u7bb1\u5b50\u88c5\u4e86\u8d77\u6765\uff0c\u6211\u9a91\u4e0a\u6211280\u4e70\u7684\u7535\u52a8\u8f66\u54fc\u7740\u5c0f\u8c03\u56de\u5bb6\uff0c\u5fc3\u60f3\u4f60\u4e00\u5b9a\u4f1a\u88ab\u6211\u611f\u52a8\u7684\uff0c\u7bb1\u5b50\u534a\u8def\u5f00\u4e86\uff0c\u9e21\u8dd1\u4e86\uff0c\u62d0\u5230\u4e86\u4e00\u4e2a\u80e1\u540c\u91cc\uff0c\u51cc\u66684\u70b9\u7684\u80e1\u540c\u8fd8\u6709\u7a7f\u8d85\u77ed\u88d9\u548c\u5927\u53d4\u804a\u5929\u7684\u7f8e\u5973\uff0c\u4e0d\u7981\u611f\u53f9\u8fd9\u4e2a\u4e16\u754c\u53d8\u4e86\uff0c\u5979\u95ee\u6211\u627e\u4ec0\u4e48\uff0c\u2026\u2026\u2026\u2026\u3002\u5bf9\u4e0d\u8d77\uff0c\u6211\u7231\u4f60","12\u70b9\u961f\u957f\u8fc7\u6765\u51c6\u65f6\u4ea4\u73ed\uff0c\u51fa\u53bb\u7684\u8f66\u8f86\u6309\u5587\u53ed\u6211\u4e5f\u6ca1\u542c\u5230\uff0c\u53ea\u56e0\u6211\u5728\u76d1\u63a7\u4e2d\u770b\u5230\u4e86\u7a7f\u7761\u8863\u51fa\u6765\u5012\u5783\u573e\u7684\u4f60\uff0c**\u671b\u4f60\u671b\u7684\u5165\u795e**\u4e0d\u7531\u7684\u50bb\u7b11\u4e86\u8d77\u6765\uff0c\u961f\u957f\u8fc7\u6765\u9a82\u6211\u6263\u4e86\u6211\u4e00\u5929\u5de5\u8d44\u3002\u6211\u59d4\u5c48\uff0c\u60f3\u62b1\u4f60\u3002\u4f60\u9001\u7684\u6ce1\u9762\u771f\u597d\u5403\u3002","\u4eca\u5929\u7684\u6211\u6392\u4f4d\u8f93\u4e86\u597d\u591a\u628a\uff0c\u6211\u5c06\u8fd9\u4e9b\u4e8b\u60c5\u5206\u4eab\u7ed9\u4f60\uff0c\u4f46\u662f\u4f60\u4e00\u4e2a\u5b57\u90fd\u6ca1\u6709\u8bb2\uff0c\u6211\u5728\u60f3\u4f60\u662f\u4e0d\u662f\u5728\u5fd9\uff1f\u6211\u5934\u75db\u6b32\u88c2\uff0c\u7ec8\u4e8e\u5728\u6211\u7ed9\u4f60\u53d1\u4e86\u51e0\u5341\u6761\u6d88\u606f\u4e4b\u540e\uff0c\u4f60\u56de\u4e86\u6211\u4e00\u4e2a\u201c**\u8111\u5b50\u662f\u4e0d\u662f\u6709\u75c5\uff1f**\u201d\uff0c\u539f\u6765\u4f60\u8fd8\u662f\u5173\u5fc3\u6211\u7684\uff0c\u770b\u5230\u8fd9\u53e5\u8bdd\uff0c\u6211\u7684\u8111\u5b50\u4e00\u4e0b\u5c31\u4e0d\u75bc\u4e86\uff0c\u4eca\u5929\u4e5f\u662f\u7231\u4f60\u7684\u4e00\u5929\u3002","\u6211\u5b58\u4e86\u534a\u5e74\u7684\u5de5\u8d44\uff0c\u7ed9\u4f60\u4e70\u4e86\u4e00\u53eaLV\uff0c\u4f60\u5bf9\u6211\u8bf4\u4e86\u4e00\u53e5\u201c**\u4f60\u771f\u597d**\u201d\uff0c\u6211\u597d\u5f00\u5fc3\uff0c\u8fd9\u662f\u4f60\u7b2c\u4e00\u6b21\u8fd9\u4e48\u8ba4\u53ef\u6211\uff0c\u4ee5\u524d\u4f60\u90fd\u53ea\u5bf9\u6211\u8bf4\u6eda\u3002\u4eca\u5929\u665a\u4e0a\u901b\u95f2\u9c7c\uff0c\u770b\u5230\u4f60\u628a\u6211\u9001\u4f60\u7684LV\u53d1\u5e03\u4e0a\u53bb\u4e86\u3002\u6211\u60f3\uff0c\u4f60\u4e00\u5b9a\u662f\u5728\u8003\u9a8c\u6211\uff0c\u4e8e\u662f\u6211\u7528\u501f\u5457\u91cc\u7684\u94b1\u628a\u5b83\u4e70\u4e86\u4e0b\u6765\uff0c\u518d\u6b21\u9001\u7ed9\u4f60\uff0c\u7ed9\u4f60\u4e00\u4e2a\u60ca\u559c\uff0c\u6211\u7231\u4f60\u3002","\u5176\u5b9e\u6211\u6bcf\u6708\u5de5\u8d446000\uff0c\u4f46\u6211\u53ea\u7ed9\u4f60\u8f6c2000\uff0c\u4f60\u4ee5\u4e3a\u6211\u7ed9\u4f60\u4e86\u5168\u90e8\u3002\u624d\u4e0d\u662f\uff0c\u6211\u4e00\u5171\u8214\u4e863\u4e2a\u5566\uff0c**\u6211\u8981\u8214\u7684\u96e8\u9732\u5747\u6cbe**\uff0c\u624d\u4e0d\u4f1a\u628a\u4f60\u5f53\u6210\u552f\u4e00\u3002","\u6628\u5929\u4f60\u628a\u6211\u62c9\u9ed1\u4e86\uff0c\u6211\u770b\u7740\u7ea2\u8272\u611f\u53f9\u53f7\u9677\u5165\u4e86\u4e45\u4e45\u7684\u6c89\u601d\uff0c\u6211\u60f3\u8fd9\u5176\u4e2d\u4e00\u5b9a\u6709\u4ec0\u4e48\u542b\u4e49\uff1f\u7ea2\u8272\u7ea2\u8272\uff1f\u6211\u660e\u767d\u4e86\uff01\u7ea2\u8272\u4ee3\u8868\u70ed\u60c5\uff0c\u4f60\u5bf9\u6211\u5f88\u70ed\u60c5\uff0c\u4f60\u60f3\u548c\u6211\u7ed3\u5a5a\uff0c\u6211\u613f\u610f\u3002","\u4eca\u5929\u4f60\u95ee\u6211\u501f\u4e86\u4e24\u5343\u5757\u94b1\uff0c\u8bf4\u8981\u505a\u4e2a\u624b\u672f\uff0c\u4f60\u679c\u7136\u8fd8\u662f\u7231\u6211\u7684\uff0c**\u4e0d\u662f\u6211\u7684\u5b69\u5b50\uff0c\u4f60\u4e0d\u8981**\u3002 ","\u4e2d\u5348\u4f60\u65e0\u6545\u6247\u4e86\u6211\u4e00\u5df4\u638c\uff0c\u6211\u63e1\u7740\u4f60\u7684\u624b\u8bf4\u201c\u624b\u600e\u4e48\u8fd9\u4e48\u51c9\uff0c\u90fd\u602a\u6211\u6ca1\u6709\u7167\u987e\u597d\u4f60\uff0c\u4e00\u5b9a\u8981\u66f4\u52a0\u5bf9\u4f60\u597d\u201d\u3002","\u6211\u7ed9\u4f60\u6253\u4e86\u51e0\u901a\u7535\u8bdd\uff0c\u4f60\u7ec8\u4e8e\u63a5\u4e86\u3002\u542c\u5230\u4e86**\u4f60\u53d1\u51fa\u554a\u554a\u554a\u554a\u7684\u58f0\u97f3**\uff0c\u4f60\u8bf4\u4f60\u809a\u5b50\u75db\uff0c\u6211\u60f3\u4f60\u4e00\u5b9a\u662f\u5f88\u96be\u53d7\u5427\u3002\u7535\u8bdd\u8fd8\u6709\u4e2a\u7537\u7684\u5bf9\u4f60\u8bf4\u201c\u6765\u6362\u4e2a\u59ff\u52bf\u201d\uff0c\u4e00\u5b9a\u662f**\u5728\u505a\u7406\u7597**\u4e86\u3002\u671f\u5f85\u4f60\u65e9\u65e5\u5eb7\u590d\uff0c\u6211\u597d\u62c5\u5fc3\u3002","\u6628\u5929\u665a\u4e0a\u597d\u51b7\uff0c\u672c\u6765\u4ee5\u4e3a\u8857\u4e0a\u6ca1\u4eba\uff0c\u7ed3\u679c\u521a\u521a**\u5077\u7535\u52a8\u8f66**\u7684\u65f6\u5019\u88ab\u6293\u4e86\uff0c\u672c\u6765\u60f3\u53cd\u6297\uff0c\u4f46\u8b66\u5bdf\u8bf4\u4e86\u4e00\u53e5\u8001\u5b9e\u70b9\u522b\u52a8\uff0c\u6211\u7acb\u523b\u5c31\u653e\u5f03\u4e86\u62b5\u6297\uff0c\u56e0\u4e3a\u6211\u8bb0\u5f97\u4f60\u8bf4\u8fc7\uff0c\u4f60\u559c\u6b22**\u8001\u5b9e\u4eba**\u3002","\u627e\u4f60\u8fde\u9ea6\u65f6\u4f60\u8bf4\u4f60\u5728\u5fd9\u5de5\u4f5c\uff0c\u6bcf\u6b21\u804a\u5929\u4f60\u90fd\u8bf4\u5728\u5fd9\uff0c\u4f60\u771f\u662f\u4e00\u4e2a**\u4e0a\u8fdb\u7684\u597d\u5973\u5b69**\uff0c\u4f60\u771f\u597d\uff0c\u53d1\u73b0\u6211\u8d8a\u6765\u8d8a\u559c\u6b22\u8fd9\u6837\u4f18\u79c0\u7684\u4f60\u3002","\u4f60\u4ece\u6765\u6ca1\u8bf4\u8fc7\u7231\u6211\uff0c\u804a\u5929\u8bb0\u5f55\u641c\u7d22\u4e86\u4e00\u4e0b\u201c\u7231\u201d\uff0c\u552f\u4e00\u7684\u4e00\u6761\u662f\uff1a**\u4f60\u597d\u50cf\u4e61\u6751\u7231\u60c5\u91cc\u7684\u5218\u80fd\u554a**\u3002","\u4eca\u5929\u597d\u5f00\u5fc3\u554a\uff0c\u548c\u4f60\u4e00\u8d77\u5728\u5ce1\u8c37\u5b09\u620f\uff0c\u6253\u5b8c\u4e00\u6ce2\u56e2\u6218\u4e4b\u540e\u770b\u5230\u4f60\u5728\u6253\u5927\u9f99\uff0c\u6b8b\u8840\u7684\u6211\u8df3\u8fc7\u53bb\u76f4\u63a5\u88ab\u9f99\u722a\u62cd\u6b7b\uff0c\u4f46\u8fd9\u4e00\u523b\u6211\u89c9\u5f97\u597d\u6d6a\u6f2b\uff0c**\u6b7b\u5728\u4f60\u7684\u811a\u65c1\u8fb9\uff0c\u8fd9\u662f\u6211\u79bb\u4f60\u6700\u8fd1\u7684\u4e00\u6b21**\u3002","\u54e5\u4eec\uff0c\u6c42\u4f60\u548c\u5979\u8bf4\u53e5\u8bdd\u5427\uff0c\u8fd9\u6837\u5979\u5c31\u4e0d\u4f1a\u90a3\u4e48\u96be\u8fc7\u4e86\u3002","\u4eca\u5929\u4f60\u628a\u6211\u7684\u5fae\u4fe1\u62c9\u9ed1\u4e86\uff0c\u8fd9\u4e0b\u6211\u7ec8\u4e8e\u89e3\u653e\u4e86\uff01\u4ee5\u524d\u6211\u603b\u62c5\u5fc3\u592a\u591a\u6d88\u606f\u4f1a\u6253\u6270\u4f60\uff0c\u73b0\u5728\u6211\u7ec8\u4e8e\u4e0d\u7528\u987e\u5fcc\uff0c\u4e0d\u7ba1\u6211\u600e\u4e48\u7ed9\u4f60\u53d1\u6d88\u606f\uff0c\u90fd\u4e0d\u4f1a\u8ba9\u4f60\u4e0d\u5f00\u5fc3\u4e86\u3002\u7b49\u6211**\u6512\u591f5201314\u6761**\u6211\u5c31\u62ff\u7ed9\u4f60\u770b\uff0c\u4f60\u4e00\u5b9a\u4f1a\u9707\u60ca\u5f97\u8bf4\u4e0d\u51fa\u8bdd\u7136\u540e\u54ed\u7740\u8bf4\u4f1a\u7231\u6211\u4e00\u8f88\u5b50\u3002\u54c8\u54c8\u3002","\u6628\u5929\u4f60\u628a\u6211\u5220\u4e86\uff0c\u6211\u9677\u5165\u4e86\u4e45\u4e45\u7684\u6c89\u601d \u3002\u6211\u60f3\u8fd9\u5176\u4e2d\u4e00\u5b9a\u6709\u4ec0\u4e48\u542b\u4e49\uff0c\u4f60\u5e94\u8be5\u662f\u6b32\u64d2\u6545\u7eb5\u5427\uff0c\u5acc\u6211\u4e0d\u591f\u7231\u4f60\u3002\u7a81\u7136\u89c9\u5f97**\u65e0\u7406\u53d6\u95f9\u7684\u4f60\u53d8\u5f97\u66f4\u52a0\u53ef\u7231**\u4e86\uff0c\u6211\u4f1a\u575a\u5b88\u6211\u5bf9\u4f60\u7684\u7231\u7684 \u4f60\u653e\u5fc3\u597d\u5566\uff01\u8fd9\u4e48\u4e00\u60f3\uff0c\u7a81\u7136\u5bf9\u6211\u4fe9\u7684\u672a\u6765\u66f4\u6709\u671f\u671b\u4e86\u5462\u3002","\u4eca\u5929\u4e0a\u73ed\u4e0d\u662f\u592a\u5fd9\uff0c\u767e\u65e0\u804a\u8d56\uff0c\u53c8\u7ffb\u51fa\u4e86\u4f60\u7684\u76f8\u7247\uff0c\u770b\u4e86\u53c8\u770b\u3002\u4eca\u5929\u662f\u6211\u8ba4\u8bc6\u4f60\u7684\u7b2c302\u5929\uff0c\u4e5f\u662f\u6211\u7231\u4f60\u7684\u7b2c302\u5929\uff0c\u53ef\u662f\u8fd9\u4e9b\u4f60\u5e76\u4e0d\u77e5\u9053\uff0c\u4e5f\u8bb8**\u4f60\u77e5\u9053\u4e86\uff0c\u4e5f\u4e0d\u4f1a\u5728\u610f**\u5427\u3002 \u6b64\u523b\u7684\u6211\u597d\u60f3\u4f60\uff01 ","\u4eca\u5929\u4f60\u8ddf\u6211\u8bf4\u6211\u5f88\u4e11\uff0c\u8ba9\u6211\u4e0d\u8981\u9a9a\u6270\u4f60\u4e86\u3002\u6211\u542c\u4e86\u5f88\u9ad8\u5174\uff0c\u5c0f\u8bf4\u91cc\u7684\u4e3b\u89d2\u90fd\u50cf\u4f60\u8fd9\u6837\uff0c\u6700\u5f00\u59cb\u8868\u73b0\u7684\u5f88\u538c\u6076\uff0c\u4f46\u6700\u540e**\u603b\u4f1a\u88ab\u6211\u7684\u771f\u5fc3\u6253\u52a8**\u3002\u4f60\u73b0\u5728\u6709\u591a\u8ba8\u538c\u6211\uff0c\u4ee5\u540e\u5c31\u4f1a\u6709\u591a\u7231\u6211\u3002\u563b\u563b\u3002","\u6211\u5750\u5728\u7a97\u8fb9\u7ed9\u4f60\u53d1\u4e8699\u6761\u6d88\u606f\uff0c\u4f60\u7ec8\u4e8e\u80af\u56de\u6211\u4e86\uff0c\u4f60\u8bf4\u201c**\u53d1\u4f60\u5988\u554a**\u201d\uff0c\u6211\u4e00\u4e0b\u5b50\u5c31\u54ed\u4e86\u3002\u539f\u6765\u52aa\u529b\u771f\u7684\u6709\u7528\uff0c\u4f60\u5df2\u7ecf\u5f00\u59cb\u8003\u8651\u60f3\u89c1\u6211\u7684\u5988\u5988\u4e86\uff0c\u4f60\u4e5f\u662f\u633a\u559c\u6b22\u6211\u7684\u3002","\u521a\u624d\u6211\u627e\u4f60\u8bf4\u8bdd\uff0c\u4f60\u56de\u4e86\u4e00\u4e2a\u6eda\uff0c\u6211\u9677\u5165\u4e86\u6c89\u601d\uff0c\u4f60\u8fd8\u662f\u5982\u6b64\u7684\u5173\u5fc3\u6211\uff0c\u77e5\u9053\u6211\u817f\u53d7\u4f24\u4e86\uff0c\u8ba9\u6211\u8fd9\u6837\u8d70\uff0c\u597d\u611f\u52a8\uff01\u770b\u6765\u4f60\u8fd8\u662f\u7231\u6211\u7684\uff01","\u4eca\u5929\u4e0b\u96e8\u4e86\uff0c\u6211\u53bb\u4f60\u516c\u53f8\u63a5\u4f60\u4e0b\u73ed\u3002\u770b\u89c1\u6211\u4f60\u4e0d\u8010\u70e6\u7684\u8bf4\u201c**\u70e6\u4e0d\u70e6\u554a\uff0c\u4e0d\u8981\u518d\u627e\u6211\u4e86**\u201d\uff0c\u4e00\u5934\u51b2\u8fdb\u96e8\u91cc\u5c31\u8dd1\u5f00\u4e86\u3002\u6211\u5fc3\u91cc\u771f\u9ad8\u5174\u554a\uff0c\u4f60\u5b81\u613f\u81ea\u5df1\u6dcb\u96e8\uff0c\u90fd\u4e0d\u613f\u8ba9\u6211\u4e5f\u6dcb\u6e7f\u4e00\u70b9\uff0c\u4f60\u679c\u7136\u8fd8\u662f\u7231\u6211\u7684\u3002","\u665a\u4e0a\u548c\u4f60\u804a\u5929\uff0c10\u70b9\u949f\u4e0d\u5230\uff0c\u4f60\u5c31\u8bf4\u201c**\u56f0\u4e86\uff0c\u53bb\u7761\u89c9\u4e86**\u201d\u3002\u73b0\u5728\u51cc\u66681\u70b9\u949f\uff0c\u770b\u5230\u4f60\u7ed9\u4ed6\u7684\u670b\u53cb\u5708\u70b9\u8d5e\u8bc4\u8bba\uff0c\u7ea6\u4ed6\u660e\u5929\u53bb\u5403\u706b\u9505\uff0c\u4e00\u5b9a\u662f\u4f60\u5fae\u4fe1\u88ab\u76d7\u4e86\u5427\u3002","\u4eca\u5929\u6211\u4e3b\u52a8\u7ed9\u4f60\u53d1\u4e86\u6e38\u620f\u9080\u8bf7\uff0c\u9080\u8bf7\u4f60\u548c\u6211\u5355\u6311\u5b89\u742a\u62c9\uff0c\u867d\u7136\u6211\u5b89\u742a\u62c9\u5f88\u83dc\uff0c\u53ef\u662f\u4e3a\u4e86\u548c\u4f60\u6253\u6e38\u620f\uff0c\u6211\u8fd8\u662f\u6bc5\u7136\u51b3\u7136\u7ed9\u4f60\u53d1\u4e86\u9080\u8bf7\u3002\u4f60\u8bf4\u4f60\u4e0d\u63a5\u53d7\uff0c\u4f60\u5728\u6253\u5176\u4ed6\u6e38\u620f\u3002\u8054\u60f3\u5230\u6211\u81ea\u5df1\u5f88\u83dc\uff0c\u6211\u7a81\u7136\u660e\u767d\uff0c\u539f\u6765\u4f60\u8fd8\u662f\u5728\u4e4e\u6211\u7684\uff0c\u53ea\u662f\u4e0d\u60f3\u4e00\u904d\u904d\u8fde\u62db\u4e00\u5957\u7684\u5728\u6cc9\u6c34\u9001\u6211\u8d70\u3002\u6211\u518d\u4e00\u6b21\u611f\u52a8\u54ed\u4e86\uff0c\u56e0\u6b64\uff0c\u6211\u597d\u50cf\u66f4\u559c\u6b22\u4f60\u4e86\uff0c\u4f60\u53ef\u771f\u662f\u4e00\u4e2a\u5b9d\u85cf\u7537\u5b69\uff01","\u4f60\u7684\u5934\u50cf\u662f\u4e00\u4e2a\u5973\u5b69\u5b50\u5de6\u624b\u8fb9\u7275\u7740\u4e00\u6761\u79cb\u7530\u72ac\uff0c\u72ac=\u72d7\uff0c\u800c**\u6211\u662f\u4e00\u6761\u8214\u72d7**\u3002\u662f\u4e0d\u662f\u4ee3\u8868\u4f60\u7684\u5c0f\u624b\u5728\u7275\u7740\u6211\u5462\uff1f","\u4eca\u5929\u53d1\u5de5\u8d44\u4e86\uff0c\u6211\u4e00\u4e2a\u6708\u5de5\u8d443000\uff0c\u4f60\u731c\u6211\u4f1a\u7ed9\u4f60\u591a\u5c11\uff0c\u662f\u4e0d\u662f\u89c9\u5f97\u6211\u4f1a\u7ed9\u4f602500\uff0c\u81ea\u5df1\u7559500\u5403\u996d\uff1f\u4f60\u60f3\u591a\u4e86\uff0c\u62113000\u90fd\u7ed9\u4f60\uff0c\u56e0\u4e3a\u5382\u91cc\u5305\u5403\u5305\u4f4f\u3002","\u6628\u5929\u5c31\u4e3a\u4f60\u5145\u4e86710\u70b9\u5377\uff0c\u867d\u7136\u77e5\u9053\u4f60\u4e0d\u4f1a\u73a9\u4e0d\u77e5\u53bb\u5411\uff0c\u4f46\u4f60\u8bf4\u597d\u770b\uff0c\u4f60\u521a\u624d\u8bf4\u5c0f\u53f7\u60f3\u8981\u8fd8\u60f3\u8981\u4e00\u4e2a\uff0c\u7231\u4f60\u7684\u6211\u8fd8\u662f\u6ee1\u5fc3\u6b22\u559c\u7684\u628a\u5269\u4e0b\u7684100\u5143\u4f19\u98df\u8d39\u53c8\u7ed9\u4f60\u5145\u4e86710\uff0c\u7136\u540e\u770b\u5230\u4f60\u5c0f\u53f7\u5e76\u6ca1\u6709\u4e70\uff0c\u800c\u662f\u4f60\u9001\u7ed9\u4e86\u4f60\u7684\u4e00\u4e2a\u5f1f\u5f1f\uff0c\u4f60\u5bf9\u5f1f\u5f1f\u771f\u597d\uff0c\u597d\u6709\u7231\u5fc3\uff0c\u6211\u611f\u89c9\u5bf9\u4f60\u9677\u5f97\u5f88\u6df1\u4e86\u3002","\u4eca\u5929\u6211\u7ed9\u4f60\u53d1\u6d88\u606f\uff0c\u4f60\u56de\u590d\u6211\u201c**nmsl**\u201d\uff0c\u6211\u60f3\u4e86\u534a\u5929\u624d\u77e5\u9053\u4f60\u662f\u5728\u5938\u6211\uff0c\u539f\u6765\u662f**\u4f60\u7f8e\u6b7b\u4e86**\uff0c\u4f60\u5634\u771f\u751c\uff0c\u6211\u7231\u4f60\u3002","\u4f60\u8bf4\u4f60\u60f3\u4e70\u53e3\u7ea2\uff0c\u4eca\u5929\u6211\u53bb\u4e86\u53d4\u53d4\u7684\u53e3\u7f69\u5382\u505a\u4e86\u4e00\u5929\u7684\u6253\u5305\u3002\u62ff\u5230\u4e86\u4e24\u767e\u5757\u94b1\uff0c\u52a0\u4e0a\u6211\u8fd9\u51e0\u5929**\u7701\u4e0b\u7684\u94b1\u521a\u597d\u80fd\u7ed9\u4f60\u4e70\u4e00\u6839\u5c0f\u91d1\u6761**\u3002\u5373\u6ca1\u6709\u7ed9\u6211\u81ea\u5df1\u5269\u4e0b\u4e00\u5206\u94b1\uff0c\u4f46\u4f60\u4e0d\u7528\u62c5\u5fc3\uff0c\u56e0\u4e3a\u5382\u91cc\u5305\u5403\u5305\u4f4f\u3002\u5bf9\u4e86\u6253\u5305\u7684\u65f6\u5019\uff0c\u6ee1\u8111\u5b50\u90fd\u662f\u4f60\uff0c\u60f3\u7740\u4f60\u54ea\u5929\u7a81\u7136\u5c31\u63a5\u53d7\u6211\u7684\u6a44\u6984\u679d\u4e86\u5462\u3002\u800c\u4e14\u4eca\u5929\u6211\u5f88\u68d2\u5462\uff0c\u4e3b\u7ba1\u8868\u626c\u6211\u5f88\u80fd\u5e72\uff0c\u5176\u5b9e\u4e5f\u6709\u4f60\u7684\u529f\u52b3\u5566\uff0c\u662f\u4f60\u7ed9\u4e86\u6211\u65e0\u7a77\u7684\u529b\u91cf\u3002\u4eca\u5929\u6211\u6bd4\u6628\u5929\u591a\u60f3\u4f60\u4e00\u70b9\uff0c\u6bd4\u660e\u5929\u5c11\u60f3\u4f60\u4e00\u70b9\u3002","\u5728\u6211\u4e00\u5982\u65e2\u5f80\u7684\u6bcf\u5929\u8ddf\u5979\u95ee\u65e9\u5b89\u7684\u65f6\u5019\uff0c\u5979\u4eca\u5929\u7ec8\u4e8e\u56de\u6211\u4e86\u3002\u6211\u6fc0\u52a8\u5730\u95ee\u5979\u6211\u662f\u4e0d\u662f\u4eca\u5929\u7b2c\u4e00\u4e2a\u8ddf\u5979\u8bf4\u8bdd\u7684\u4eba\uff0c\u5979\u8bf4\u4e0d\u662f\uff0c\u662f**\u5979\u7537\u670b\u53cb\u628a\u5979\u53eb\u8d77\u6765\u9000\u623f**\u7684\u3002","\u542c\u8bf4\u4f60\u670b\u53cb\u8bf4\u4eca\u5929\u51fa\u95e8\u4e86\uff0c\u6211\u6253\u626e\u6210\u7cbe\u795e\u5c0f\u4f19\u6765\u627e\u4f60\uff0c\u6ca1\u60f3\u5230\u4f60\u7adf\u7136\u5bf9\u6211\u8bf4\u201c**\u7ed9\u6211\u722c\uff0c\u522b\u8fc7\u6765**\u201d\u6211\u5f53\u573a\u5c31\u54ed\u4e86\uff0c\u539f\u6765\u771f\u5fc3\u771f\u7684\u4f1a\u611f\u52a8\u4eba\uff0c\u4f60\u4e00\u5b9a\u662f\u77e5\u9053\uff0c\u7a7f\u8c46\u8c46\u978b\u8d70\u8def\u811a\u4f1a\u5f88\u7d2f\uff0c\u8ba9\u6211\u722c\u662f\u56e0\u4e3a\u8fd9\u6837\u4e0d\u4f1a\u7d2f\u7740\u811a\uff0c\u5176\u5b9e\u4f60\u662f\u559c\u6b22\u6211\u7684\u5427","\u4eca\u5929\u628a\u4f60\u7684\u5907\u6ce8\u6539\u6210\u4e86\u300c**\u5bf9\u65b9\u6b63\u5728\u8f93\u5165...**\u300d\uff0c\u8fd9\u6837\u6211\u5c31\u77e5\u9053\u4f60\u4e0d\u662f\u4e0d\u60f3\u56de\u6211\uff0c\u521a\u53c8\u7ed9\u4f60\u53d1\u4e86\u6d88\u606f\uff0c\u770b\u5230\u4f60\u5728\u601d\u8003\u600e\u4e48\u56de\u6211\uff0c\u6211\u5c31\u77e5\u9053\u4f60\u548c\u6211\u4e00\u6837\uff0c\u5fc3\u91cc\u6709\u6211\u3002","\u4eca\u5929\u5728\u697c\u4e0a\u7a97\u6237\u4e0a\u770b\u89c1\u4f60\u548c\u4ed6\u5728\u516c\u56ed\u91cc\u63a5\u543b\uff0c\u6211\u770b\u89c1\u54ed\u4e86\u51fa\u6765\uff0c\u5e76\u6253\u7535\u8bdd\u7ed9\u4f60\uff0c\u60f3\u95ee\u95ee\u4f60\u4e3a\u4ec0\u4e48\uff1f\u4f46\u4f60\u8bf4\u600e\u4e48\u4e86\uff0c\u58f0\u97f3\u662f\u90a3\u4e48\u597d\u542c\u3002\u4e8e\u662f\u6211\u8bf4\u201c**\u4ee5\u540e\u4f60\u548c\u4ed6\u63a5\u543b\u7684\u65f6\u5019\uff0c\u80fd\u4e0d\u80fd\u7528\u6211\u9001\u7ed9\u4f60\u7684\u53e3\u7ea2\u554a\uff1f**\u201d","\u6211\u9000\u4e86\u65e0\u5173\u7d27\u8981\u7684\u7fa4\uff0c\u552f\u72ec\u8fd9\u4e2a\u7fa4\u6211\u6ca1\u6709\u9000\uff0c\u56e0\u4e3a\u8fd9\u91cc\u6709\u4e00\u4e2a\u5bf9\u6211\u6765\u8bf4\u5f88\u7279\u522b\u7684\u5973\u5b69\u5b50\uff0c\u6211\u4eec\u4e0d\u662f\u597d\u53cb\uff0c**\u6211\u6bcf\u5929\u53ea\u80fd\u901a\u8fc7\u7fa4\u540d\u7247\u770b\u770b\u5979**\uff0c\u867d\u7136\u4e00\u5f20\u7167\u7247\u4e5f\u770b\u4e0d\u5230\uff0c\u6211\u4e5f\u77e5\u8db3\u4e86\uff0c\u6211\u4e0d\u6562\u8bf4\u5979\u7684\u540d\u5b57\uff0c\u4f46\u6211\u77e5\u9053\u5979\u662f\u7fa4\u91cc\u9762\u6700\u7f8e\u7684\u5973\u5b69\u5b50\uff0c\u5979\u8bf4\u6211\u4eec\u8fd9\u6837\u4f1a\u8ddd\u79bb\u4ea7\u751f\u7f8e~ \u6211\u60f3\u60f3\u53d1\u73b0\u5979\u8bf4\u7684\u633a\u5bf9\u7684\uff0c\u6211\u5fc3\u91cc\u5f88\u5f00\u5fc3\u3002","\u4eca\u5929\u65e9\u4e0a\u6211\u544a\u8bc9\u4f60\u6211\u60f3\u4f60\u4e86\uff0c\u4f60\u6ca1\u7406\u6211\u3002\u4eca\u5929\u4e2d\u5348\u6211\u7ed9\u4f60\u6253\u7535\u8bdd\uff0c\u4f60\u4e0d\u63a5\uff0c\u6253\u7b2c\u4e8c\u4e2a\u4f60\u5c31\u5173\u673a\u3002\u665a\u4e0a\u6211\u5728\u4f60\u516c\u53f8\u697c\u4e0b\u7b49\u4f60\uff0c\u4f60\u5bf9\u6211\u8bf4\u7684\u7b2c\u4e00\u53e5\u8bdd\u5c31\u662f\u6eda\u201c**\u6eda\uff0c\u522b\u70e6\u6211\uff0c\u522b\u6d6a\u8d39\u65f6\u95f4\u4e86**\u201d\uff0c\u6211\u771f\u7684\u597d\u611f\u52a8\uff0c\u4f60\u5c45\u7136\u4e3a\u6211\u8003\u8651\u4e86\uff0c\u6015\u6211\u6d6a\u8d39\u65f6\u95f4\u3002\u545c\u545c\u545c\uff0c\u8fd9\u662f\u6211\u7231\u4f60\u7684\u7b2c74\u5929\u3002","\u6211\u5750\u5728\u7a97\u8fb9\u7ed9\u4f60\u53d1\u4e8699\u6761\u6d88\u606f\uff0c\u4f60\u7ec8\u4e8e\u80af\u56de\u6211\u4e86\u4f60\u8bf4\u201c**\u53d1\u4f60\u5988\u554a**\u201d\uff0c\u6211\u4e00\u4e0b\u5b50\u5c31\u54ed\u4e86\uff0c\u539f\u6765\u52aa\u529b\u771f\u7684\u6709\u7528\uff0c\u4f60\u5df2\u7ecf\u5f00\u59cb\u8003\u8651\u60f3\u89c1\u6211\u7684\u5988\u5988\u4e86\uff0c\u4f60\u5176\u5b9e\u4e5f\u662f\u633a\u559c\u6b22\u6211\u7684\u3002","\u4f60\u4e00\u4e2a\u5c0f\u65f6\u6ca1\u56de\u6211\u7684\u6d88\u606f\uff0c\u5728\u6211\u5b5c\u5b5c\u4e0d\u5026\u5730\u9a9a\u6270\u4e0b\u4f60\u7ec8\u4e8e\u820d\u5f97\u56de\u6211\u4e86\u201c**\u5728\u505a\u7231**\u201d\uff0c\u8fd9\u5176\u4e2d\u4e00\u5b9a\u6709\u4ec0\u4e48\u542b\u4e49\uff0c\u6211\u60f3\u4e86\u5f88\u4e45\uff0c\u201c\u5728\u505a\u7231\u201d\u8fd9\u7b80\u7b80\u5355\u5355\u7684\u4e09\u4e2a\u5b57\u80af\u5b9a\u662f\u4e09\u53e5\u8bdd\uff0c\u5206\u522b\u662f**\u6211\u5728\u5fd9\u3001\u505a\u4f60\u5973\u670b\u53cb\u3001\u6211\u7231\u4f60**\uff0c\u60f3\u5230\u8fd9\u91cc\u6211\u4e0d\u7981\u6d41\u4e0b\u4e86\u773c\u6cea\uff0c\u6211\u8fd9\u4e48\u957f\u65f6\u95f4\u7684\u559c\u6b22\u6ca1\u6709\u767d\u8d39\uff0c\u4e0d\u77e5\u9053\u4f60\u73b0\u5728\u5fd9\u5e72\u561b\uff0c\u4f46\u6211\u5f88\u60f3\u4f60\u3002","\u6700\u8fd1\u6211\u6697\u604b\u7684\u5973\u751f\u6bcf\u5929\u90fd\u548c\u4e0d\u540c\u7684\u7537\u751f\u7ea6\u4f1a\uff0c\u6211\u60f3\u603b\u6709\u4e00\u5929\u4f1a\u8f6e\u5230\u6211\uff0c\u6211\u95ee\u5979\u4ec0\u4e48\u65f6\u5019\u80fd\u89c1\u89c1\u6211\uff1f\u5979\u8bf4**\u4e0b\u8f88\u5b50\u5427**\u3002\u5979\u771f\u597d\uff0c\u4e0b\u8f88\u5b50\u8fd8\u8981\u548c\u6211\u5728\u4e00\u8d77\u3002","\u4f60\u597d\u50cf\u4ece\u6765\u6ca1\u6709\u5bf9\u6211\u8bf4\u8fc7\u665a\u5b89\uff0c\u6211\u5728\u6211\u4eec\u7684\u804a\u5929\u8bb0\u5f55\u91cc\u641c\u7d22\u4e86\u5173\u952e\u5b57\uff1a\u201c\u665a\u5b89\u201d\uff0c\u4f60\u8bf4\u8fc7\u4e00\u6b21\uff1a**\u6211\u65e9\u665a\u5b89\u6392\u4eba\u5f04\u6b7b\u4f60**\u3002"],c=(e,t)=>(e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1))+e),d=()=>{$(".joe_aside__item.flatterer .content").html(r[c(0,r.length-1)].replace(/\*\*(.*?)\*\*/g,"$1")),$(".joe_aside__item.flatterer .content").attr("class","content type"+c(1,6))};d(),$(".joe_aside__item.flatterer .change").on("click",()=>d())}if("off"!==Joe.LIVE2D&&Joe.LIVE2D&&$.getScript("https://cdn.jsdelivr.net/npm/live2d-widget@3.1.4/lib/L2Dwidget.min.js",()=>{L2Dwidget.init({model:{jsonPath:Joe.LIVE2D,scale:1},mobile:{show:!1},display:{position:"right",width:160,height:200,hOffset:70,vOffset:0}})}),$(".joe_comment").length&&$(".joe_comment__respond-type .item").on("click",function(){$(this).addClass("active").siblings().removeClass("active"),"draw"===$(this).attr("data-type")?($(".joe_comment__respond-form .body .draw").show().siblings().hide(),$("#joe_comment_draw").prop("width",$(".joe_comment__respond-form .body").width()),$(".joe_comment__respond-form").attr("data-type","draw")):($(".joe_comment__respond-form .body .text").show().siblings().hide(),$(".joe_comment__respond-form").attr("data-type","text"))}),$("#joe_comment_draw").length&&(window.sketchpad=new Sketchpad({element:"#joe_comment_draw",height:300,penSize:5,color:"303133"}),$(".joe_comment__respond-form .body .draw .icon-undo").on("click",()=>window.sketchpad.undo()),$(".joe_comment__respond-form .body .draw .icon-animate").on("click",()=>window.sketchpad.animate(10)),$(".joe_comment__respond-form .body .draw .line li").on("click",function(){window.sketchpad.penSize=$(this).attr("data-line"),$(this).addClass("active").siblings().removeClass("active")}),$(".joe_comment__respond-form .body .draw .color li").on("click",function(){window.sketchpad.color=$(this).attr("data-color"),$(this).addClass("active").siblings().removeClass("active")})),$(".joe_comment__respond").length){const _=$(".joe_comment__respond");$(".joe_comment__reply").on("click",function(){var e=$(this).attr("data-coid");const t=$("#"+$(this).attr("data-id"));_.find(".joe_comment__respond-form").attr("data-coid",e),t.append(_),$(".joe_comment__respond-type .item[data-type='text']").click(),$(".joe_comment__cancle").show(),window.scrollTo({top:t.offset().top-$(".joe_header").height()-15,behavior:"smooth"})}),$(".joe_comment__cancle").on("click",function(){_.find(".joe_comment__respond-form").removeAttr("data-coid"),$(".joe_comment__cancle").hide(),$(".joe_comment__title").after(_),$(".joe_comment__respond-type .item[data-type='text']").click(),window.scrollTo({top:$(".joe_comment").offset().top-$(".joe_header").height()-15,behavior:"smooth"})})}if($(".joe_comment").length){let c=!1;$(".joe_comment__respond-form").on("submit",function(e){e.preventDefault();var t=$(".joe_comment__respond-form").attr("action")+"?time="+ +new Date,o=$(".joe_comment__respond-form").attr("data-type"),a=$(".joe_comment__respond-form").attr("data-coid");const n=$(".joe_comment__respond-form .head input[name='author']").val();var i=$(".joe_comment__respond-form input[name='_']").val(),s=$(".joe_comment__respond-form .head input[name='mail']").val(),e=$(".joe_comment__respond-form .head input[name='url']").val();let r=$(".joe_comment__respond-form .body textarea[name='text']").val();return""===n.trim()?Qmsg.info("\u8bf7\u8f93\u5165\u6635\u79f0\uff01"):/\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*/.test(s)?"text"===o&&""===r.trim()?Qmsg.info("\u8bf7\u8f93\u5165\u8bc4\u8bba\u5185\u5bb9\uff01"):("draw"===o&&(o=$("#joe_comment_draw")[0].toDataURL("image/webp",.1),r="{!{"+o+"}!} "),void(c||(c=!0,$(".joe_comment__respond-form .foot .submit button").html("\u53d1\u9001\u4e2d..."),$.ajax({url:t,type:"POST",data:{author:n,mail:s,text:r,parent:a,url:e,_:i},dataType:"text",success(e){let t,o="";t=$(e).contents(),Array.from(t).forEach(e=>{"container"===e.parentNode.className&&(o=e)}),/Joe/.test(e)?window.location.reload():(Qmsg.warning(o.textContent.trim()||""),c=!1,$(".joe_comment__respond-form .foot .submit button").html("\u53d1\u8868\u8bc4\u8bba"))},error(o){if(c=!1,$(".joe_comment__respond-form .foot .submit button").html("\u53d1\u8868\u8bc4\u8bba"),o.responseText){let e,t="";e=$(o.responseText).contents(),Array.from(e).forEach(e=>{"container"===e.parentNode.className&&(t=e)}),/Joe/.test(o.responseText)?Qmsg.warning("\u53d1\u9001\u5931\u8d25\uff01\u8bf7\u5237\u65b0\u91cd\u8bd5\uff01"):Qmsg.warning(t.textContent.trim()||"")}else Qmsg.warning("\u53d1\u9001\u5931\u8d25\uff01\u8bf7\u5237\u65b0\u91cd\u8bd5\uff01")}})))):Qmsg.info("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1\uff01")})}if($(".comment-list__item .term .content .user .author a").each((e,t)=>$(t).attr("target","_blank")),$(".joe_comment .joe_pagination a").each((e,t)=>{const o=$(t).attr("href");o&&o.includes("#")&&$(t).attr("href",o.replace("#comments","?scroll=joe_comment"))}),Joe.DOCUMENT_TITLE){const l=document.title;document.addEventListener("visibilitychange",()=>{"hidden"===document.visibilityState?document.title=Joe.DOCUMENT_TITLE:document.title=l})}$(".joe_header__above-slideicon").on("click",function(){$(".joe_header__searchout").removeClass("active"),$(".joe_header__slideout").hasClass("active")?($("body").css("overflow",""),$(".joe_header__mask").removeClass("active slideout"),$(".joe_header__slideout").removeClass("active")):($("body").css("overflow","hidden"),$(".joe_header__mask").addClass("active slideout"),$(".joe_header__slideout").addClass("active"))}),$(".joe_header__above-searchicon").on("click",function(){$(".joe_header__slideout").removeClass("active"),$(".joe_header__searchout").hasClass("active")?($("body").css("overflow",""),$(".joe_header__mask").removeClass("active slideout"),$(".joe_header__searchout").removeClass("active")):($("body").css("overflow","hidden"),$(".joe_header__mask").addClass("active"),$(".joe_header__searchout").addClass("active"))}),$(".joe_header__mask").on("click",function(){$("body").css("overflow",""),$(".joe_header__mask").removeClass("active slideout"),$(".joe_header__searchout").removeClass("active"),$(".joe_header__slideout").removeClass("active")}),$(".joe_header__slideout-menu .current").parents(".panel-body").show().siblings(".panel").addClass("in"),$(".joe_header__slideout-menu .panel").on("click",function(){const e=$(this).parent().parent();e.find(".panel").not($(this)).removeClass("in"),e.find(".panel-body").not($(this).siblings(".panel-body")).stop().hide("fast"),$(this).toggleClass("in").siblings(".panel-body").stop().toggle("fast")});var e=()=>{const e=new Date(Joe.BIRTHDAY);var t=(+new Date-e.getTime())/864e5,o=Math.floor(t),a=24*(t-o),n=Math.floor(a),i=60*(a-n),s=Math.floor(i),r=60*(i-s),c=Math.floor(r),t=String(o).padStart(2,0),a=String(n).padStart(2,0),i=String(s).padStart(2,0),r=String(c).padStart(2,0);$(".joe_run__day").html(t),$(".joe_run__hour").html(a),$(".joe_run__minute").html(i),$(".joe_run__second").html(r)};Joe.BIRTHDAY&&/(\d{4})\/(\d{1,2})\/(\d{1,2}) (\d{1,2})\:(\d{1,2})\:(\d{1,2})/.test(Joe.BIRTHDAY)&&(e(),setInterval(e,1e3)),$(".joe_owo__contain").length&&$(".joe_owo__target").length&&$.ajax({url:window.Joe.THEME_URL+"assets/json/joe.owo.json",dataType:"json",success(e){let o="",a="";for(let t in e){const n=e[t];o+=`${t}
`,a+=`
+
+ `}$(".joe_owo__contain").html(`
+ OωO
+
+ `),$(document).on("click",function(){$(".joe_owo__contain .box").stop().slideUp("fast")}),$(".joe_owo__contain .seat").on("click",function(e){e.stopPropagation(),$(this).siblings(".box").stop().slideToggle("fast")}),$(".joe_owo__contain .box .bar .item").on("click",function(e){e.stopPropagation(),$(this).addClass("active").siblings().removeClass("active");e='.joe_owo__contain .box .scroll[data-type="'+$(this).attr("data-type")+'"]';$(e).show().siblings(".scroll").hide()}),$(".joe_owo__contain .scroll .item").on("click",function(){var e=$(this).attr("data-text");$(".joe_owo__target").insertContent(e)}),$(".joe_owo__contain .box .bar .item").first().click()}});{let e=Joe.MOTTO;e=e||"\u6709\u94b1\u7ec8\u6210\u7737\u5c5e\uff0c\u6ca1\u94b1\u4eb2\u773c\u76ee\u7779",e.includes("http")?$.ajax({url:e,dataType:"text",success:e=>$(".joe_motto").html(e)}):$(".joe_motto").html(e)}if(!window.Joe.IS_MOBILE){let t=!0;const m=e=>{window.pageYOffset>=$(".joe_header").height()&&e<=0?t||($(".joe_header").addClass("active"),$(".joe_aside .joe_aside__item:last-child").css("top",$(".joe_header").height()-60+15),t=!0):t&&($(".joe_header").removeClass("active"),$(".joe_aside .joe_aside__item:last-child").css("top",$(".joe_header").height()+15),t=!1)};let o=window.pageYOffset;m(o);let a=Date.now();document.addEventListener("scroll",()=>{var e=Date.now();15');
- src: url('') format('');
+ src: url('') format('');
}