mycpen-blog 0.0.0-wlaiuywbgz → 0.0.0-wlajbyecvg

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/js/people.js CHANGED
@@ -1 +1 @@
1
- "use strict";function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,r){if(e){if("string"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}function _iterableToArray(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,a=new Array(r);t<r;t++)a[t]=e[t];return a}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,r){for(var t=0;t<r.length;t++){var a=r[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function _createClass(e,r,t){return r&&_defineProperties(e.prototype,r),t&&_defineProperties(e,t),e}var peoplejs_mycpen1_config={src:"https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/img/open-peeps-sheet.png",rows:15,cols:7},randomRange=function(e,r){return e+Math.random()*(r-e)},randomIndex=function(e){return 0|randomRange(0,e.length)},removeFromArray=function(e,r){return e.splice(r,1)[0]},removeItemFromArray=function(e,r){return removeFromArray(e,e.indexOf(r))},removeRandomFromArray=function(e){return removeFromArray(e,randomIndex(e))},getRandomFromArray=function(e){return e[0|randomIndex(e)]},resetPeep=function(e){var r,t,a=e.stage,n=e.peep,o=.5<Math.random()?1:-1,i=100-250*gsap.parseEase("power2.in")(Math.random()),s=a.height-n.height+i;return 1==o?(r=-n.width,t=a.width,n.scaleX=1):(r=a.width+n.width,t=0,n.scaleX=-1),n.x=r,n.y=s,{startX:r,startY:n.anchorY=s,endX:t}},normalWalk=function(e){var r=e.peep,t=e.props,a=(t.startX,t.startY),n=t.endX,o=gsap.timeline();return o.timeScale(randomRange(.5,1.5)),o.to(r,{duration:10,x:n,ease:"none"},0),o.to(r,{duration:.25,repeat:40,yoyo:!0,y:a-10},0),o},walks=[normalWalk],Peep=function(){function e(r){var t=r.image,a=r.rect;_classCallCheck(this,e),this.image=t,this.setRect(a),this.x=0,this.y=0,this.anchorY=0,this.scaleX=1,this.walk=null}return _createClass(e,[{key:"setRect",value:function(e){this.rect=e,this.width=e[2],this.height=e[3],this.drawArgs=[this.image].concat(_toConsumableArray(e),[0,0,this.width,this.height])}},{key:"render",value:function(e){e.save(),e.translate(this.x,this.y),e.scale(this.scaleX,1),e.drawImage.apply(e,_toConsumableArray(this.drawArgs)),e.restore()}}]),e}(),img=document.createElement("img");img.onload=init,img.src=peoplejs_mycpen1_config.src;let canvas=document.querySelector("#peoplecanvas"),ctx=canvas?canvas.getContext("2d"):void 0,stage={width:0,height:0},allPeeps=[],availablePeeps=[],crowd=[];function init(){canvas&&(createPeeps(),resize(),gsap.ticker.add(render),window.addEventListener("resize",resize))}function createPeeps(){for(var e=peoplejs_mycpen1_config.rows,r=peoplejs_mycpen1_config.cols,t=e*r,a=img.naturalWidth/e,n=img.naturalHeight/r,o=0;o<t;o++)allPeeps.push(new Peep({image:img,rect:[o%e*a,(o/e|0)*n,a,n]}))}function resize(){canvas&&0!=canvas.clientWidth&&(stage.width=canvas.clientWidth,stage.height=canvas.clientHeight,canvas.width=stage.width*devicePixelRatio,canvas.height=stage.height*devicePixelRatio,crowd.forEach((function(e){e.walk.kill()})),crowd.length=0,availablePeeps.length=0,availablePeeps.push.apply(availablePeeps,allPeeps),initCrowd())}function initCrowd(){for(;availablePeeps.length;)addPeepToCrowd().walk.progress(Math.random())}function addPeepToCrowd(){var e=removeRandomFromArray(availablePeeps),r=getRandomFromArray(walks)({peep:e,props:resetPeep({peep:e,stage:stage})}).eventCallback("onComplete",(function(){removePeepFromCrowd(e),addPeepToCrowd()}));return e.walk=r,crowd.push(e),crowd.sort((function(e,r){return e.anchorY-r.anchorY})),e}function removePeepFromCrowd(e){removeItemFromArray(crowd,e),availablePeeps.push(e)}function render(){canvas&&(canvas.width=canvas.width,ctx.save(),ctx.scale(devicePixelRatio,devicePixelRatio),crowd.forEach((function(e){e.render(ctx)})),ctx.restore())}document.addEventListener("pjax:success",(e=>{canvas=document.querySelector("#peoplecanvas"),ctx=canvas?canvas.getContext("2d"):void 0,window.removeEventListener("resize",resize),gsap.ticker.remove(render),setTimeout((()=>{init()}),300)}));
1
+ "use strict";function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,r){if(e){if("string"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}function _iterableToArray(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,a=new Array(r);t<r;t++)a[t]=e[t];return a}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,r){for(var t=0;t<r.length;t++){var a=r[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function _createClass(e,r,t){return r&&_defineProperties(e.prototype,r),t&&_defineProperties(e,t),e}var peoplejs_mycpen1_config={src:"https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/img/open-peeps-sheet.png",rows:15,cols:7},randomRange=function(e,r){return e+Math.random()*(r-e)},randomIndex=function(e){return 0|randomRange(0,e.length)},removeFromArray=function(e,r){return e.splice(r,1)[0]},removeItemFromArray=function(e,r){return removeFromArray(e,e.indexOf(r))},removeRandomFromArray=function(e){return removeFromArray(e,randomIndex(e))},getRandomFromArray=function(e){return e[0|randomIndex(e)]},resetPeep=function(e){var r,t,a=e.stage,n=e.peep,o=.5<Math.random()?1:-1,i=100-250*gsap.parseEase("power2.in")(Math.random()),s=a.height-n.height+i;return 1==o?(r=-n.width,t=a.width,n.scaleX=1):(r=a.width+n.width,t=0,n.scaleX=-1),n.x=r,n.y=s,{startX:r,startY:n.anchorY=s,endX:t}},normalWalk=function(e){var r=e.peep,t=e.props,a=(t.startX,t.startY),n=t.endX,o=gsap.timeline();return o.timeScale(randomRange(.5,1.5)),o.to(r,{duration:10,x:n,ease:"none"},0),o.to(r,{duration:.25,repeat:40,yoyo:!0,y:a-10},0),o},walks=[normalWalk],Peep=function(){function e(r){var t=r.image,a=r.rect;_classCallCheck(this,e),this.image=t,this.setRect(a),this.x=0,this.y=0,this.anchorY=0,this.scaleX=1,this.walk=null}return _createClass(e,[{key:"setRect",value:function(e){this.rect=e,this.width=e[2],this.height=e[3],this.drawArgs=[this.image].concat(_toConsumableArray(e),[0,0,this.width,this.height])}},{key:"render",value:function(e){e.save(),e.translate(this.x,this.y),e.scale(this.scaleX,1),e.drawImage.apply(e,_toConsumableArray(this.drawArgs)),e.restore()}}]),e}(),img=document.createElement("img");img.onload=init,img.src=peoplejs_mycpen1_config.src;let canvas=document.querySelector("#peoplecanvas"),ctx=canvas?canvas.getContext("2d"):void 0,stage={width:0,height:0},allPeeps=[],availablePeeps=[],crowd=[];function init(){canvas&&(createPeeps(),resize(),gsap.ticker.add(render),window.addEventListener("resize",resize))}function createPeeps(){for(var e=peoplejs_mycpen1_config.rows,r=peoplejs_mycpen1_config.cols,t=e*r,a=img.naturalWidth/e,n=img.naturalHeight/r,o=0;o<t;o++)allPeeps.push(new Peep({image:img,rect:[o%e*a,(o/e|0)*n,a,n]}))}function resize(){canvas&&0!=canvas.clientWidth&&(stage.width=canvas.clientWidth,stage.height=canvas.clientHeight,canvas.width=stage.width*devicePixelRatio,canvas.height=stage.height*devicePixelRatio,crowd.forEach((function(e){e.walk.kill()})),crowd.length=0,availablePeeps.length=0,availablePeeps.push.apply(availablePeeps,allPeeps),initCrowd())}function initCrowd(){for(;availablePeeps.length;)addPeepToCrowd().walk.progress(Math.random())}function addPeepToCrowd(){var e=removeRandomFromArray(availablePeeps),r=getRandomFromArray(walks)({peep:e,props:resetPeep({peep:e,stage:stage})}).eventCallback("onComplete",(function(){removePeepFromCrowd(e),addPeepToCrowd()}));return e.walk=r,crowd.push(e),crowd.sort((function(e,r){return e.anchorY-r.anchorY})),e}function removePeepFromCrowd(e){removeItemFromArray(crowd,e),availablePeeps.push(e)}function render(){canvas&&(canvas.width=canvas.width,ctx.save(),ctx.scale(devicePixelRatio,devicePixelRatio),crowd.forEach((function(e){e.render(ctx)})),ctx.restore())}document.addEventListener("pjax:success",(e=>{canvas=document.querySelector("#peoplecanvas"),ctx=canvas?canvas.getContext("2d"):void 0,window.removeEventListener("resize",resize),gsap.ticker.remove(render),setTimeout((()=>{init()}),300)}));
package/js/random.js CHANGED
@@ -1 +1 @@
1
- var posts=["posts/14763.html","posts/57095.html","posts/42935.html","posts/65154.html","posts/5552.html","posts/cb0ae693.html","posts/fe8dbc73.html","posts/8236.html","posts/5162.html","posts/43907.html","posts/38874.html","posts/51a9ee30.html","posts/9b5a2768.html","posts/4c16ee73.html","posts/df249111.html","posts/27addd89.html","posts/8b765f7a.html","posts/6f7759e0.html","posts/12907.html","posts/47697.html","posts/48860.html","posts/34556.html","posts/62652.html","posts/43225.html","posts/62964.html","posts/43579.html","posts/10149.html","posts/33007.html","posts/29955.html","posts/30664.html","posts/5276.html","posts/61496.html","posts/35184.html","posts/9132.html","posts/10588.html","posts/43746.html","posts/5637.html","posts/14777.html","posts/57976.html","posts/33033.html","posts/46092.html","posts/57744.html","posts/22091.html","posts/ecc378ee.html","posts/b0a8892b.html","posts/dd4b1092.html","posts/317b0311.html","posts/45562d6f.html","posts/29e2641c.html","posts/4cb758ea.html","posts/3ae7567f.html","posts/6a2caa19.html","posts/88a726.html","posts/583c5c34.html","posts/4f5c6419.html","posts/b7f58a40.html","posts/3ffec809.html","posts/acb8c062.html","posts/cee83196.html","posts/63259.html","posts/16756.html","posts/4979.html","posts/37069.html","posts/33188.html","posts/49827.html","posts/314.html","posts/46.html","posts/13683.html","posts/9186.html","posts/62975.html","posts/10d5063.html","posts/16589f92.html"];function toRandomPost(){pjax.loadUrl("/"+posts[Math.floor(Math.random()*posts.length)])}
1
+ var posts=["posts/14763.html","posts/57095.html","posts/42935.html","posts/65154.html","posts/5552.html","posts/cb0ae693.html","posts/fe8dbc73.html","posts/8236.html","posts/5162.html","posts/43907.html","posts/38874.html","posts/51a9ee30.html","posts/9b5a2768.html","posts/4c16ee73.html","posts/df249111.html","posts/27addd89.html","posts/6f7759e0.html","posts/8b765f7a.html","posts/12907.html","posts/47697.html","posts/62652.html","posts/48860.html","posts/34556.html","posts/43225.html","posts/62964.html","posts/43579.html","posts/10149.html","posts/29955.html","posts/33007.html","posts/5276.html","posts/30664.html","posts/35184.html","posts/61496.html","posts/9132.html","posts/10588.html","posts/43746.html","posts/5637.html","posts/14777.html","posts/57976.html","posts/33033.html","posts/46092.html","posts/57744.html","posts/22091.html","posts/b0a8892b.html","posts/ecc378ee.html","posts/317b0311.html","posts/dd4b1092.html","posts/45562d6f.html","posts/29e2641c.html","posts/3ae7567f.html","posts/4cb758ea.html","posts/88a726.html","posts/6a2caa19.html","posts/583c5c34.html","posts/4f5c6419.html","posts/3ffec809.html","posts/b7f58a40.html","posts/cee83196.html","posts/acb8c062.html","posts/63259.html","posts/16756.html","posts/4979.html","posts/37069.html","posts/33188.html","posts/49827.html","posts/314.html","posts/46.html","posts/13683.html","posts/9186.html","posts/62975.html","posts/16589f92.html","posts/10d5063.html"];function toRandomPost(){pjax.loadUrl("/"+posts[Math.floor(Math.random()*posts.length)])}
@@ -1 +1 @@
1
- "use strict";var _0x1b9a75=_0x1ff9;!function(){for(var a=_0x1ff9,t=_0x3482();;)try{if(742309===parseInt(a(199))/1*(-parseInt(a(189))/2)+parseInt(a(162))/3+parseInt(a(142))/4+parseInt(a(198))/5*(parseInt(a(176))/6)+parseInt(a(217))/7*(parseInt(a(164))/8)+parseInt(a(138))/9+-parseInt(a(214))/10)break;t.push(t.shift())}catch(a){t.push(t.shift())}}();var frdata={apiurl:"https://hexo-circle.cpen.top/",defaultFish:100,hungryFish:100};function _0x3482(){var a=["randomPostClick","18432jPMeRq","小米研发了全新一代MIX手机,据说灵感","游戏的规则就是这么的简单,你听懂了吗?管你听没听懂,快去看","random-post","round","我就是神奇宝贝大师!我这只杰尼龟可是","有信心不一定会成功,没信心就去看","innerHTML","then","你和小伙伴抢夺着","你抽到了普通文章,它是","上百祖境高手在天威湖大战三天三夜为了抢夺","325518wbYZbd","钓鱼专家","在艺术大街上被贴满了相同的纸,走近一看是","hungryFish","钓鱼新手","师傅说练武要先炼心,然后让我好生研读","库克坐上了苹果CEO的宝座,因为他面试的时候看了","getElementById","今年亩产突破了八千万斤,多亏了","我就是神奇宝贝大师!我这只可达鸭可是","随机筛选... (Lv.","请问你的梦想是什么?我的梦想是能读到","你抽到了金色普通文章,它是","383038EdmNKX","undefined","你已经习得退退退神功,接下来的心法已经被记录在","0.2","你抽到了金色稀有文章,它是","哇!金色传说!你抽到了金色传说文章,它是","transitionDuration","钓鱼王者","今日双色球中了两千万,预测全靠","25rNhhlg","1volUOo","科学家发现能够解决衰老的秘密,就是每日研读",'</b> 的文章:<a class="random-friends-post" onclick="randomClickLink()" target="_blank" href="',"style","randomPostTimes","今年的高考满分作文是","踏破铁血无觅处,得来全靠","飞机窗户似乎被一张纸糊上了,仔细一看是","querySelector","走人生的路就像爬山一样,看起来走了许多冤枉的路,崎岖的路,但终究需要读完","0.3s","英特尔发布了全新的至强处理器,其芯片的制造原理都是","科考队在南极大陆发现了被冰封的","阿里巴巴大喊芝麻开门,映入眼帘的就是","奶奶的,玩阴的是吧,我就是双料特工代号穿山甲,","23047170TGOaQE","link","黑钻风跟白钻风说道,吃了唐僧肉能长生不老,他知道是因为看了","1799LxCBhE","在河边打了个喷嚏,吓跑了","setItem","玄天境重要的是锻体,为师赠你此书,好好修炼去吧,这是","历史上满写的仁义道德四个字,透过字缝里却全是","random","决定我们成为什么样人的,不是我们的能力,而是是否看过","科学家解刨了第一个感染丧尸病毒的人,发现丧尸抗体存在于","在大山中唱山歌,隔壁的阿妹跑来了,带着","愿者上钩","因为卷子上没写名字,老师罚抄","陆隐一统天上宗,在无数祖境高手的目光下宣读了",".random-post-start","外星人降临地球学习地球文化,落地时被你塞了","apiurl","隔壁家的孩子数学考了满分,都是因为看了","我就是神奇宝贝大师!我这只小火龙可是","今日被一篇文章顶上了微博热搜,它是","考古学家近日发现了","mycpen1-fcircle-page-tag","这区区迷阵岂能难得住我?其实能走出来多亏了","上古遗迹中写道,只要习得此书,便得成功。你定睛一看,原来是","你的背景太假了,我的就逼真多了,学到这个技术全是因为看了","你要尽全力保护你的梦想。那些嘲笑你的人,他们必定会失败,他们想把你变成和他们一样的人。如果你有梦想的话,就要努力去读","读什么才能增智慧?当然是读","经调查,99%的受访者都没有背诵过","人生无常大肠包小肠,小肠包住了","新版语文书拟增加一篇熟读并背诵的","钓鱼宗师","唐僧揭开了佛祖压在五指山上的","你收到了稀有文章,它是","因为只钓鱼不吃鱼,过分饥饿导致本次钓鱼失败...(点击任意一篇钓鱼获得的文章即可恢复)","7962759IOuCAK","在路边闲逛的时候随手买了一个","opacity","length","5420848tyDLcd","绝世渔夫","十几年前的录音机似乎还能够使用,插上电发现正在播的是","#random-post","这化仙池水乃上古真仙对后人的考校,要求熟读并背诵","transform","钓鱼高手","挖掘秦始皇坟时找到了","我就是神奇宝贝大师!我这只皮卡丘可是","来自友链 <b>","floor","新的iPhone产能很足,新的进货渠道是"," 当前称号:","setTimeout","rotate(","上卫生间没带纸,直接提裤跑路也不愿意玷污手中","芷莲姑娘大摆擂台,谁若是能读完此书,便可娶了她。然后从背后掏出了","超越神了","俯览天下","json","405567OgyYFs"];return(_0x3482=function(){return a})()}if(_0x1b9a75(190)!=typeof frdataUser)for(var key in frdataUser)frdataUser[key]&&(frdata[key]=frdataUser[key]);var randomPostTimes=0,randomPostWorking=!1,randomPostTips=["钓到了绝世好文!",_0x1b9a75(218),_0x1b9a75(173),"你击败了巨龙,在巢穴中发现了",_0x1b9a75(149),_0x1b9a75(139),"从学校班主任那拿来了孩子上课偷偷看的","你的同桌无情的从你的语文书中撕下了那篇你最喜欢的",_0x1b9a75(124),_0x1b9a75(119),"从图书馆顶层的隐秘角落里发现了闪着金光的","徒弟修炼走火入魔,为师立刻掏出了",_0x1b9a75(114),_0x1b9a75(121),"隔壁家的孩子英语考了满分,都是因为看了",_0x1b9a75(165),"修炼渡劫成功,还好提前看了",_0x1b9a75(182),_0x1b9a75(212),_0x1b9a75(181),_0x1b9a75(211),_0x1b9a75(206),_0x1b9a75(110),_0x1b9a75(144),_0x1b9a75(133),_0x1b9a75(131),_0x1b9a75(204),_0x1b9a75(135),_0x1b9a75(200),_0x1b9a75(210),_0x1b9a75(153),_0x1b9a75(184),_0x1b9a75(117),_0x1b9a75(216),_0x1b9a75(157),"种下一篇文章就会产生很多很多文章,我种下了","三十年河东,三十年河西,莫欺我没有看过",_0x1b9a75(205),_0x1b9a75(197),_0x1b9a75(116),"为了抗议世间的不公,割破手指写下了",_0x1b9a75(178),_0x1b9a75(126),_0x1b9a75(123),"你送给乞丐一个暴富秘籍,它是","UZI一个走A拿下五杀,在事后采访时说他当时回想起了",_0x1b9a75(113),"如果你有梦想的话,就要努力去看",_0x1b9a75(112),_0x1b9a75(170),"你真正是谁并不重要,重要的是你看没看过",_0x1b9a75(109),_0x1b9a75(175),_0x1b9a75(146),"庆氏三千年根基差点竟被你小子毁于一旦,能够被我拯救全是因为我看了",_0x1b9a75(150),_0x1b9a75(122),_0x1b9a75(185),_0x1b9a75(169),_0x1b9a75(127),_0x1b9a75(213),_0x1b9a75(128),"我是云南的,云南怒江的,怒江芦水市,芦水市六库,六库傈僳族,傈僳族是","我真的栓Q了,我真的会谢如果你看",_0x1b9a75(191),_0x1b9a75(132),_0x1b9a75(174),_0x1b9a75(136),_0x1b9a75(188),_0x1b9a75(193),"你抽到了传说文章!它是",_0x1b9a75(194),"报告!侦察兵说在前往300米有一个男子在偷偷看一本书,上面赫然写着",_0x1b9a75(158),_0x1b9a75(187),_0x1b9a75(130),"纳兰嫣然掏出了退婚书,可是发现出门带错了,结果拿出了一本",_0x1b9a75(129),_0x1b9a75(208),_0x1b9a75(166)],randomPostClick=0;function fetchRandomPost(){var a,t,o,n,r=_0x1b9a75;document[r(183)](r(125))&&(0==randomPostWorking&&document[r(183)](r(167))&&(randomPostWorking=!0,a=randomPostTips[Math[r(152)](Math[r(111)]()*randomPostTips[r(141)])],"",t=r(1e4<randomPostTimes?115:1e3<randomPostTimes?160:1e3<randomPostTimes?159:100<randomPostTimes?143:75<randomPostTimes?196:50<randomPostTimes?134:20<randomPostTimes?177:5<randomPostTimes?148:180),document[r(183)](r(167))[r(171)]=5<=randomPostTimes?r(186)+randomPostTimes+r(154)+t+")":"随机筛选...",o=randomNum(1e3,3e3),0==randomPostTimes&&(o=0),document[r(207)](".random-post-start")[r(202)][r(140)]=r(192),randomPostClick*frdata[r(179)]+frdata.defaultFish<randomPostTimes&&0==Math[r(168)](Math[r(111)]())?document[r(183)](r(167)).innerHTML=r(137):(n=frdata[r(120)]+"randompost",fetch(n).then((function(a){return a[r(161)]()}))[r(172)]((function(t){var n=r,e=t.title,s=t[n(215)],d=t.author;document[n(207)](n(145))&&window[n(155)]((function(){var t=n;document[t(183)](t(167))[t(171)]=a+t(151)+d+t(201)+s+'" rel="external nofollow">'+e+"</a>",randomPostTimes+=1,localStorage[t(108)](t(203),randomPostTimes),document[t(207)](".random-post-start").style[t(140)]="1"}),o)}))),randomPostWorking=!1))}function _0x1ff9(a,t){var o=_0x3482();return(_0x1ff9=function(a,t){return o[a-=108]})(a,t)}function initRandomPost(){var a=_0x1b9a75;document.querySelector(a(118))&&localStorage.randomPostTimes&&(randomPostTimes=parseInt(localStorage[a(203)]),randomPostClick=parseInt(localStorage[a(163)]),document.querySelector(".random-post-start").style[a(195)]=a(209),document[a(207)](".random-post-start")[a(202)][a(147)]=a(156)+360*randomPostTimes+"deg)"),fetchRandomPost()}function randomClickLink(){randomPostClick+=1,localStorage[_0x1b9a75(108)]("randomPostClick",randomPostClick)}function randomNum(a,t){var o=_0x1b9a75;switch(arguments[o(141)]){case 1:return parseInt(Math[o(111)]()*a+1,10);case 2:return parseInt(Math[o(111)]()*(t-a+1)+a,10);default:return 0}}function whenDOMReadyRandomFriendsPostJS(){var a=_0x1b9a75;document[a(183)](a(125))&&initRandomPost()}whenDOMReadyRandomFriendsPostJS(),document.addEventListener("pjax:complete",whenDOMReadyRandomFriendsPostJS);
1
+ "use strict";function _0x1227(a,t){var o=_0x4b3e();return(_0x1227=function(a,t){return o[a-=441]})(a,t)}var _0x1a1958=_0x1227;!function(){for(var a=_0x1227,t=_0x4b3e();;)try{if(710145===-parseInt(a(525))/1+-parseInt(a(530))/2*(-parseInt(a(444))/3)+parseInt(a(486))/4*(-parseInt(a(490))/5)+-parseInt(a(542))/6*(parseInt(a(457))/7)+-parseInt(a(494))/8+parseInt(a(506))/9+parseInt(a(533))/10)break;t.push(t.shift())}catch(a){t.push(t.shift())}}();var frdata={apiurl:"https://hexo-circle.cpen.top/",defaultFish:100,hungryFish:100};if("undefined"!=typeof frdataUser)for(var key in frdataUser)frdataUser[key]&&(frdata[key]=frdataUser[key]);var randomPostTimes=0,randomPostWorking=!1,randomPostTips=[_0x1a1958(487),_0x1a1958(458),_0x1a1958(499),_0x1a1958(522),_0x1a1958(511),_0x1a1958(491),"从学校班主任那拿来了孩子上课偷偷看的",_0x1a1958(523),"考古学家近日发现了","外星人降临地球学习地球文化,落地时被你塞了",_0x1a1958(497),"徒弟修炼走火入魔,为师立刻掏出了",_0x1a1958(483),"隔壁家的孩子数学考了满分,都是因为看了",_0x1a1958(451),_0x1a1958(446),"修炼渡劫成功,还好提前看了",_0x1a1958(519),_0x1a1958(495),_0x1a1958(463),_0x1a1958(516),"飞机窗户似乎被一张纸糊上了,仔细一看是",_0x1a1958(536),"十几年前的录音机似乎还能够使用,插上电发现正在播的是",_0x1a1958(502),"经调查,99%的受访者都没有背诵过",_0x1a1958(478),_0x1a1958(447),_0x1a1958(467),_0x1a1958(496),_0x1a1958(459),"今年亩产突破了八千万斤,多亏了",_0x1a1958(508),_0x1a1958(500),_0x1a1958(540),_0x1a1958(456),"三十年河东,三十年河西,莫欺我没有看过",_0x1a1958(472),_0x1a1958(505),"因为卷子上没写名字,老师罚抄",_0x1a1958(541),_0x1a1958(492),_0x1a1958(513),_0x1a1958(545),"你送给乞丐一个暴富秘籍,它是",_0x1a1958(529),"科学家解刨了第一个感染丧尸病毒的人,发现丧尸抗体存在于",_0x1a1958(532),_0x1a1958(510),"有信心不一定会成功,没信心就去看",_0x1a1958(473),_0x1a1958(527),_0x1a1958(528),"这化仙池水乃上古真仙对后人的考校,要求熟读并背诵",_0x1a1958(464),_0x1a1958(471),_0x1a1958(512),_0x1a1958(489),"我就是神奇宝贝大师!我这只杰尼龟可是",_0x1a1958(517),_0x1a1958(468),_0x1a1958(477),_0x1a1958(450),"我真的栓Q了,我真的会谢如果你看",_0x1a1958(482),_0x1a1958(520),_0x1a1958(503),_0x1a1958(448),_0x1a1958(493),_0x1a1958(465),_0x1a1958(546),"哇!金色传说!你抽到了金色传说文章,它是",_0x1a1958(442),_0x1a1958(515),_0x1a1958(538),"读什么才能增智慧?当然是读","纳兰嫣然掏出了退婚书,可是发现出门带错了,结果拿出了一本",_0x1a1958(481),"走人生的路就像爬山一样,看起来走了许多冤枉的路,崎岖的路,但终究需要读完",_0x1a1958(537)],randomPostClick=0;function _0x4b3e(){var a=["deg)","json","师傅说练武要先炼心,然后让我好生研读","庆氏三千年根基差点竟被你小子毁于一旦,能够被我拯救全是因为我看了","你抽到了金色稀有文章,它是","apiurl","科学家发现能够解决衰老的秘密,就是每日研读","奶奶的,玩阴的是吧,我就是双料特工代号穿山甲,","钓鱼新手","querySelector","我就是神奇宝贝大师!我这只皮卡丘可是","踏破铁血无觅处,得来全靠","你真正是谁并不重要,重要的是你看没看过","randomPostClick","then","title","你的背景太假了,我的就逼真多了,学到这个技术全是因为看了","今年的高考满分作文是","floor","钓鱼王者","你要尽全力保护你的梦想。那些嘲笑你的人,他们必定会失败,他们想把你变成和他们一样的人。如果你有梦想的话,就要努力去读","你已经习得退退退神功,接下来的心法已经被记录在","在大山中唱山歌,隔壁的阿妹跑来了,带着","因为只钓鱼不吃鱼,过分饥饿导致本次钓鱼失败...(点击任意一篇钓鱼获得的文章即可恢复)","</a>","12aNkJcT","钓到了绝世好文!","link","我就是神奇宝贝大师!我这只可达鸭可是","2298915ezZfUh","在路边闲逛的时候随手买了一个","在艺术大街上被贴满了相同的纸,走近一看是","你抽到了金色普通文章,它是","7974648zrOFNB","阿里巴巴大喊芝麻开门,映入眼帘的就是","英特尔发布了全新的至强处理器,其芯片的制造原理都是","从图书馆顶层的隐秘角落里发现了闪着金光的","钓鱼专家","你和小伙伴抢夺着","黑钻风跟白钻风说道,吃了唐僧肉能长生不老,他知道是因为看了","length","新版语文书拟增加一篇熟读并背诵的","你抽到了普通文章,它是","addEventListener","今日双色球中了两千万,预测全靠","9634923bmWtKb","俯览天下","陆隐一统天上宗,在无数祖境高手的目光下宣读了","钓鱼高手","决定我们成为什么样人的,不是我们的能力,而是是否看过","挖掘秦始皇坟时找到了","我就是神奇宝贝大师!我这只小火龙可是","这区区迷阵岂能难得住我?其实能走出来多亏了","randomPostTimes","芷莲姑娘大摆擂台,谁若是能读完此书,便可娶了她。然后从背后掏出了","科考队在南极大陆发现了被冰封的","上古遗迹中写道,只要习得此书,便得成功。你定睛一看,原来是","超越神了","库克坐上了苹果CEO的宝座,因为他面试的时候看了","人生无常大肠包小肠,小肠包住了","opacity","你击败了巨龙,在巢穴中发现了","你的同桌无情的从你的语文书中撕下了那篇你最喜欢的","randompost","1301987jXYUkD","setTimeout","玄天境重要的是锻体,为师赠你此书,好好修炼去吧,这是","上百祖境高手在天威湖大战三天三夜为了抢夺","UZI一个走A拿下五杀,在事后采访时说他当时回想起了","189078KcZrzO","mycpen1-fcircle-page-tag","如果你有梦想的话,就要努力去看","40031160ZFvMcp","绝世渔夫",".random-post-start","历史上满写的仁义道德四个字,透过字缝里却全是","游戏的规则就是这么的简单,你听懂了吗?管你听没听懂,快去看","请问你的梦想是什么?我的梦想是能读到","transform","上卫生间没带纸,直接提裤跑路也不愿意玷污手中","为了抗议世间的不公,割破手指写下了","11334xnqVxh","愿者上钩","random-post","今日被一篇文章顶上了微博热搜,它是","你抽到了传说文章!它是","setItem","报告!侦察兵说在前往300米有一个男子在偷偷看一本书,上面赫然写着","#random-post","12KylQKU","getElementById","小米研发了全新一代MIX手机,据说灵感","唐僧揭开了佛祖压在五指山上的","你收到了稀有文章,它是","innerHTML","我是云南的,云南怒江的,怒江芦水市,芦水市六库,六库傈僳族,傈僳族是","隔壁家的孩子英语考了满分,都是因为看了","rotate(","style","random","随机筛选...","种下一篇文章就会产生很多很多文章,我种下了","3941AppsBF","在河边打了个喷嚏,吓跑了","新的iPhone产能很足,新的进货渠道是","pjax:complete"];return(_0x4b3e=function(){return a})()}function fetchRandomPost(){var a,t,o,n,e=_0x1a1958;document.getElementById(e(531))&&(0==randomPostWorking&&document[e(445)](e(544))&&(randomPostWorking=!0,a=randomPostTips[Math[e(479)](Math[e(454)]()*randomPostTips.length)],"",t=1e4<randomPostTimes?e(543):1e3<randomPostTimes?e(507):1e3<randomPostTimes?e(518):100<randomPostTimes?e(534):75<randomPostTimes?e(480):50<randomPostTimes?"钓鱼宗师":e(20<randomPostTimes?498:5<randomPostTimes?509:469),document.getElementById(e(544))[e(449)]=5<=randomPostTimes?"随机筛选... (Lv."+randomPostTimes+" 当前称号:"+t+")":e(455),o=randomNum(1e3,3e3),0==randomPostTimes&&(o=0),document.querySelector(e(535))[e(453)].opacity="0.2",randomPostClick*frdata.hungryFish+frdata.defaultFish<randomPostTimes&&0==Math.round(Math[e(454)]())?document[e(445)](e(544))[e(449)]=e(484):(n=frdata[e(466)]+e(524),fetch(n)[e(475)]((function(a){return a[e(462)]()}))[e(475)]((function(t){var n=e,r=t[n(476)],s=t[n(488)],d=t.author;document[n(470)](n(443))&&window[n(526)]((function(){var t=n;document.getElementById(t(544))[t(449)]=a+"来自友链 <b>"+d+'</b> 的文章:<a class="random-friends-post" onclick="randomClickLink()" target="_blank" href="'+s+'" rel="external nofollow">'+r+t(485),randomPostTimes+=1,localStorage[t(441)](t(514),randomPostTimes),document[t(470)](".random-post-start").style[t(521)]="1"}),o)}))),randomPostWorking=!1))}function initRandomPost(){var a=_0x1a1958;document.querySelector(a(535))&&localStorage[a(514)]&&(randomPostTimes=parseInt(localStorage[a(514)]),randomPostClick=parseInt(localStorage[a(474)]),document[a(470)](a(535))[a(453)].transitionDuration="0.3s",document[a(470)](".random-post-start").style[a(539)]=a(452)+360*randomPostTimes+a(461)),fetchRandomPost()}function randomClickLink(){randomPostClick+=1,localStorage[_0x1a1958(441)]("randomPostClick",randomPostClick)}function randomNum(a,t){var o=_0x1a1958;switch(arguments[o(501)]){case 1:return parseInt(Math[o(454)]()*a+1,10);case 2:return parseInt(Math[o(454)]()*(t-a+1)+a,10);default:return 0}}function whenDOMReadyRandomFriendsPostJS(){var a=_0x1a1958;document[a(445)](a(531))&&initRandomPost()}whenDOMReadyRandomFriendsPostJS(),document[_0x1a1958(504)](_0x1a1958(460),whenDOMReadyRandomFriendsPostJS);
package/js/tianli_gpt.js CHANGED
@@ -1 +1 @@
1
- const _0x2a93f9=_0x27ca;function _0x1780(){const t=["abort","status","aiShowAnimation","1987miGuhi","getElementsByTagName","error","获取文章摘要超时。当你出现这个问题时,可能是key或者绑定的域名不正确。也可能是因为文章过长导致的 AI 运算量过大,你可以稍等一下然后刷新页面重试。","&key=","PKgVCDRcgwtP4X7bIBBB","location","&url=","undefined","fetchTianliGPT","replace","div","408808KKcHPp","获取文章摘要超时。请勿在本地主机上测试 API 密钥。","&title=","host","133384KboHHs","tianliGPT-explanation","test","TianliGPT:我没有看懂你编写的自定义链接规则,所以我决定不执行摘要功能","length","文章摘要","#post #article-container","querySelectorAll","now","https://summary.tianli0.top/?content=","random","599166rktnxi","30dMvxHa","open","\\$&","解析JSON数据出错:",".html","title","TianliGPT:余额不足,请充值后请求新的文章","json","9ApzAKO","querySelector","warn","innerText","localhost","slice","2404830AdrWLD",'<span class="blinking-cursor"></span>',"summary","summaries","tianliGPT-title-text","addEventListener","blog.cpen.top","url","TianliGPT错误:可能由于一个或多个错误导致没有正常运行,原因出在获取文章容器中的内容失败,或者可能是在文章转换过程中失败。","WF6NSQdXy7nBmc6BaiFo","parse","parentElement","https://blog.cpen.top/","生成中...","获取文章摘要失败,请访问 blog.cpen.top","then","block","isIntersecting","没有获取到key,代码可能没有安装正确。如果你需要在tianli_gpt文件引用前定义tianliGPT_key变量。详细请查看文档。","GET","style",".post-TianliGPT","appendChild","innerHTML","h1, h2, h3, h4, h5","tianliGPT-title-icon","responseText","95688HCcezH","map","获取文章摘要失败,请稍后再试。","https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/json/tianli_gpt.json","5Q5mpqRK5DkwT1X9Gi5e","split","display","removeChild","OVWfZmDbf1jqsE0OXW4C","none","name","28IOoghN","floor","insertBefore","TianliGPT","href","signal","post-TianliGPT","tianliGPT-title","join","className","match","textContent","请求失败:","AbortError","createElement","加载文件失败:","191499tCXmci","send","hostname","*/posts/*","statusText","10znAwOz","tianliGPT-tag"];return(_0x1780=function(){return t})()}function whenDOMReadyTianliGPT(){const t=_0x27ca;function n(n){const e=t;!function(){const n=t,e=document.querySelector(n(256));e&&e[n(246)][n(269)](e)}();const i=document[e(336)](n);if(!i)return;const o=document[e(287)](e(310));o.className=e(279);const a=document.createElement(e(310));a[e(282)]=e(280),o[e(257)](a);const s=document.createElement("i");s[e(282)]=e(260),a[e(257)](s),s[e(258)]='<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48px" height="48px" viewBox="0 0 48 48">\n <title>机器人</title>\n <g id="&#x673A;&#x5668;&#x4EBA;" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M34.717885,5.03561087 C36.12744,5.27055371 37.079755,6.60373651 36.84481,8.0132786 L35.7944,14.3153359 L38.375,14.3153359 C43.138415,14.3153359 47,18.1768855 47,22.9402569 L47,34.4401516 C47,39.203523 43.138415,43.0650727 38.375,43.0650727 L9.625,43.0650727 C4.861585,43.0650727 1,39.203523 1,34.4401516 L1,22.9402569 C1,18.1768855 4.861585,14.3153359 9.625,14.3153359 L12.2056,14.3153359 L11.15519,8.0132786 C10.920245,6.60373651 11.87256,5.27055371 13.282115,5.03561087 C14.69167,4.80066802 16.024865,5.7529743 16.25981,7.16251639 L17.40981,14.0624532 C17.423955,14.1470924 17.43373,14.2315017 17.43948,14.3153359 L30.56052,14.3153359 C30.56627,14.2313867 30.576045,14.1470924 30.59019,14.0624532 L31.74019,7.16251639 C31.975135,5.7529743 33.30833,4.80066802 34.717885,5.03561087 Z M38.375,19.4902885 L9.625,19.4902885 C7.719565,19.4902885 6.175,21.0348394 6.175,22.9402569 L6.175,34.4401516 C6.175,36.3455692 7.719565,37.89012 9.625,37.89012 L38.375,37.89012 C40.280435,37.89012 41.825,36.3455692 41.825,34.4401516 L41.825,22.9402569 C41.825,21.0348394 40.280435,19.4902885 38.375,19.4902885 Z M14.8575,23.802749 C16.28649,23.802749 17.445,24.9612484 17.445,26.3902253 L17.445,28.6902043 C17.445,30.1191812 16.28649,31.2776806 14.8575,31.2776806 C13.42851,31.2776806 12.27,30.1191812 12.27,28.6902043 L12.27,26.3902253 C12.27,24.9612484 13.42851,23.802749 14.8575,23.802749 Z M33.1425,23.802749 C34.57149,23.802749 35.73,24.9612484 35.73,26.3902253 L35.73,28.6902043 C35.73,30.1191812 34.57149,31.2776806 33.1425,31.2776806 C31.71351,31.2776806 30.555,30.1191812 30.555,28.6902043 L30.555,26.3902253 C30.555,24.9612484 31.71351,23.802749 33.1425,23.802749 Z" id="&#x5F62;&#x72B6;&#x7ED3;&#x5408;" fill="#444444" fill-rule="nonzero"></path>\n </g>\n </svg>';const l=document[e(287)](e(310));l[e(282)]=e(345),l[e(284)]=e(320),a[e(257)](l);const r=document[e(287)](e(310));r.className=e(295),r.id=e(295),r[e(284)]=e(276),a.appendChild(r);const c=document[e(287)]("div");c.className=e(316),c[e(258)]=e(248)+e(342),o[e(257)](c),i[e(275)](o,i.firstChild)}tianliGPT_postSelector=t(321),tianliGPT_key_list=["6NnrHU4xKAPwwYxZr8WB","FbXpqokdh8qY61bdJEme",t(304),t(270),t(350)],tianliGPT_randomIndex=Math[t(274)](Math[t(325)]()*tianliGPT_key_list[t(319)]),tianliGPT_key=tianliGPT_key_list[tianliGPT_randomIndex],tianliGPTIsRunning=!1,tianliGPT_postURL=t(292),tianliGPT_typingAnimate=!1;var e={getTitleAndContent:function(){const n=t;try{const t=document[n(332)],e=document[n(336)](tianliGPT_postSelector);if(!e)return console[n(337)]("TianliGPT:找不到文章容器。请尝试将引入的代码放入到文章容器之后。如果本身没有打算使用摘要功能可以忽略此提示。"),"";const i=e[n(300)]("p"),o=e[n(322)](n(259));let a="";for(let t of o)a+=t[n(338)]+" ";for(let t of i){a+=t[n(338)][n(309)](/https?:\/\/[^\s]+/g,"")}const s=t+" "+a;let l=1e3;typeof tianliGPT_wordLimit!==n(307)&&(l=tianliGPT_wordLimit);return s[n(340)](0,l)}catch(t){return console[n(301)](n(349),t),""}},fetchTianliGPT:async function(n){const e=t;if(window.location[e(314)]!==e(347))return e(249);if(!tianliGPT_key)return e(253);if(tianliGPT_key===e(266))return"请购买 key 使用,如果你能看到此条内容,则说明代码安装正确。";var i=window[e(305)][e(277)];const o=document.title,a=e(324)+encodeURIComponent(n)+e(303)+encodeURIComponent(tianliGPT_key)+e(306)+encodeURIComponent(i)+e(313)+encodeURIComponent(o);try{const t=new AbortController,n=(setTimeout((()=>t[e(296)]()),2e4),await fetch(a,{signal:t[e(278)]}));if(n.ok){return(await n[e(334)]())[e(343)]}throw 402===n[e(297)]&&document[e(322)](".post-TianliGPT").forEach((t=>{const n=e;t[n(255)].display=n(271)})),new Error(e(333))}catch(t){return t[e(272)]===e(286)?window.location[e(291)]===e(339)?(console.warn("警告:请勿在本地主机上测试 API 密钥。"),e(312)):(console[e(301)]("请求超时"),e(302)):(console[e(301)](e(285),t),e(264))}},aiShowAnimation:function(n){const e=t,i=document[e(336)](".tianliGPT-explanation");if(!i)return;if(tianliGPTIsRunning)return;if(typeof tianliGPT_typingAnimate!==e(307)&&!tianliGPT_typingAnimate)return void(i[e(258)]=n);tianliGPTIsRunning=!0;i.style[e(268)]="block",i[e(258)]=e(248)+e(342);let o=!0,a=0,s=performance[e(323)]();const l=()=>{const t=e;if(a<n.length&&o){const e=performance[t(323)](),o=e-s,c=n.slice(a,a+1);o>=(/[,。!、?,.!?]/[t(317)](c)?150:25)&&(i[t(338)]=n[t(340)](0,a+1),s=e,a++,a<n[t(319)]?i[t(258)]=n[t(340)](0,a)+t(342):(i[t(258)]=n,i.style[t(268)]=t(251),tianliGPTIsRunning=!1,r.disconnect())),requestAnimationFrame(l)}},r=new IntersectionObserver((t=>{const n=e;let i=t[0][n(252)];o=i,o&&setTimeout((()=>{requestAnimationFrame(l)}),200)}),{threshold:0});let c=document[e(336)](e(256));r.observe(c)}};function i(){const i=t;n(tianliGPT_postSelector);const o=e.getTitleAndContent();postUrlIsContained=null,tianligptJsonData&&(postHref=window[i(305)][i(277)],postRegex=/\/+posts\/+([\w-]+)(\.html)?/,postMatch=postHref[i(283)](postRegex),postFilteredValue=postMatch?postMatch[1]:null,postUrl=i(247)+"posts/"+postFilteredValue+i(331),postUrlIsContained=postsUrls.includes(postUrl)),postUrlIsContained?(postMatchedSummary=tianligptJsonData[i(344)].find((t=>t[i(348)]===postUrl)),postSummary=postMatchedSummary[i(343)],e.aiShowAnimation(postSummary)):e[i(308)](o)[i(250)]((t=>{e[i(298)](t)}))}!function(){const n=t;if(typeof tianliGPT_postURL!==n(307))try{const t=t=>{const i=n;return new RegExp("^"+t[i(267)](/\*+/)[i(263)](e)[i(281)](".*")+"$")},e=t=>{const e=n;return t[e(309)](/[|\\{}()[\]^$+*?.]/g,e(329))},o=t(tianliGPT_postURL),a=window[n(305)][n(277)];o[n(317)](a)&&i()}catch(t){console[n(301)](n(318),t)}else i()}()}function _0x27ca(t,n){const e=_0x1780();return(_0x27ca=function(t,n){return e[t-=245]})(t,n)}if(function(){const t=_0x27ca,n=_0x1780();for(;;)try{if(125295===-parseInt(t(299))/1*(-parseInt(t(327))/2)+parseInt(t(326))/3+parseInt(t(311))/4*(parseInt(t(294))/5)+parseInt(t(262))/6+parseInt(t(273))/7*(-parseInt(t(315))/8)+-parseInt(t(335))/9*(parseInt(t(341))/10)+-parseInt(t(289))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(),xhr=new XMLHttpRequest,xhr[_0x2a93f9(328)](_0x2a93f9(254),_0x2a93f9(265),!1),xhr[_0x2a93f9(290)](),200===xhr[_0x2a93f9(297)])try{tianligptJsonData=JSON[_0x2a93f9(245)](xhr[_0x2a93f9(261)]),postsUrls=tianligptJsonData.summaries.map((t=>t.url))}catch(t){console[_0x2a93f9(301)](_0x2a93f9(330),t),tianligptJsonData=null}else console[_0x2a93f9(301)](_0x2a93f9(288),xhr[_0x2a93f9(293)]),tianligptJsonData=null;whenDOMReadyTianliGPT(),document[_0x2a93f9(346)]("pjax:complete",whenDOMReadyTianliGPT);
1
+ const _0x12d645=_0xcf57;function _0x2c5a(){const t=["12784869PIbFOR","&title=","h1, h2, h3, h4, h5","open","TianliGPT","GET","name","warn","href","addEventListener","警告:请勿在本地主机上测试 API 密钥。","*/posts/*","3862692XkXJgi","TianliGPT:我没有看懂你编写的自定义链接规则,所以我决定不执行摘要功能","请购买 key 使用,如果你能看到此条内容,则说明代码安装正确。","tianliGPT-title-text","55aVIeyn","innerText","&url=","35cffnYn","innerHTML","now","tianliGPT-title-icon","textContent","match","86540RnHsUm","title","请求失败:","host","includes","statusText",".tianliGPT-explanation","FbXpqokdh8qY61bdJEme","37940AxaGen","firstChild","https://blog.cpen.top/","display","fetchTianliGPT","responseText","status","https://summary.tianli0.top/?content=","生成中...","blog.cpen.top","signal","test","getTitleAndContent","observe","querySelector","请求超时",".html","OVWfZmDbf1jqsE0OXW4C","parentElement","pjax:complete","5Q5mpqRK5DkwT1X9Gi5e","tianliGPT-explanation","forEach","floor","undefined",".post-TianliGPT","replace","getElementsByTagName","className","style","json","isIntersecting","解析JSON数据出错:","aiShowAnimation","block","TianliGPT错误:可能由于一个或多个错误导致没有正常运行,原因出在获取文章容器中的内容失败,或者可能是在文章转换过程中失败。","WF6NSQdXy7nBmc6BaiFo","map","5145182QyfdDn","summaries","querySelectorAll","length","location","加载文件失败:","createElement","split","error","send","TianliGPT:找不到文章容器。请尝试将引入的代码放入到文章容器之后。如果本身没有打算使用摘要功能可以忽略此提示。","url","&key=","removeChild","slice","8243248dcpkmd","div","summary","localhost","获取文章摘要失败,请访问 blog.cpen.top","insertBefore","文章摘要","appendChild",'<span class="blinking-cursor"></span>',"1185498KIzemH","tianliGPT-tag","tianliGPT-title"];return(_0x2c5a=function(){return t})()}function whenDOMReadyTianliGPT(){const t=_0xcf57;function n(n){const e=t;!function(){const n=t,e=document[n(295)](n(306));e&&e[n(299)][n(332)](e)}();const i=document[e(295)](n);if(!i)return;const o=document[e(325)](e(335));o[e(309)]="post-TianliGPT";const s=document[e(325)](e(335));s[e(309)]=e(345),o[e(341)](s);const a=document.createElement("i");a[e(309)]=e(270),s[e(341)](a),a.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48px" height="48px" viewBox="0 0 48 48">\n <title>机器人</title>\n <g id="&#x673A;&#x5668;&#x4EBA;" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <path d="M34.717885,5.03561087 C36.12744,5.27055371 37.079755,6.60373651 36.84481,8.0132786 L35.7944,14.3153359 L38.375,14.3153359 C43.138415,14.3153359 47,18.1768855 47,22.9402569 L47,34.4401516 C47,39.203523 43.138415,43.0650727 38.375,43.0650727 L9.625,43.0650727 C4.861585,43.0650727 1,39.203523 1,34.4401516 L1,22.9402569 C1,18.1768855 4.861585,14.3153359 9.625,14.3153359 L12.2056,14.3153359 L11.15519,8.0132786 C10.920245,6.60373651 11.87256,5.27055371 13.282115,5.03561087 C14.69167,4.80066802 16.024865,5.7529743 16.25981,7.16251639 L17.40981,14.0624532 C17.423955,14.1470924 17.43373,14.2315017 17.43948,14.3153359 L30.56052,14.3153359 C30.56627,14.2313867 30.576045,14.1470924 30.59019,14.0624532 L31.74019,7.16251639 C31.975135,5.7529743 33.30833,4.80066802 34.717885,5.03561087 Z M38.375,19.4902885 L9.625,19.4902885 C7.719565,19.4902885 6.175,21.0348394 6.175,22.9402569 L6.175,34.4401516 C6.175,36.3455692 7.719565,37.89012 9.625,37.89012 L38.375,37.89012 C40.280435,37.89012 41.825,36.3455692 41.825,34.4401516 L41.825,22.9402569 C41.825,21.0348394 40.280435,19.4902885 38.375,19.4902885 Z M14.8575,23.802749 C16.28649,23.802749 17.445,24.9612484 17.445,26.3902253 L17.445,28.6902043 C17.445,30.1191812 16.28649,31.2776806 14.8575,31.2776806 C13.42851,31.2776806 12.27,30.1191812 12.27,28.6902043 L12.27,26.3902253 C12.27,24.9612484 13.42851,23.802749 14.8575,23.802749 Z M33.1425,23.802749 C34.57149,23.802749 35.73,24.9612484 35.73,26.3902253 L35.73,28.6902043 C35.73,30.1191812 34.57149,31.2776806 33.1425,31.2776806 C31.71351,31.2776806 30.555,30.1191812 30.555,28.6902043 L30.555,26.3902253 C30.555,24.9612484 31.71351,23.802749 33.1425,23.802749 Z" id="&#x5F62;&#x72B6;&#x7ED3;&#x5408;" fill="#444444" fill-rule="nonzero"></path>\n </g>\n </svg>';const l=document[e(325)](e(335));l[e(309)]=e(263),l[e(271)]=e(340),s.appendChild(l);const r=document[e(325)](e(335));r[e(309)]=e(344),r.id="tianliGPT-tag",r[e(271)]=e(350),s[e(341)](r);const c=document[e(325)](e(335));c.className=e(302),c[e(268)]=e(289)+e(342),o[e(341)](c),i[e(339)](o,i[e(282)])}tianliGPT_postSelector="#post #article-container",tianliGPT_key_list=["6NnrHU4xKAPwwYxZr8WB",t(280),"PKgVCDRcgwtP4X7bIBBB",t(298),t(317)],tianliGPT_randomIndex=Math[t(304)](Math.random()*tianliGPT_key_list.length),tianliGPT_key=tianliGPT_key_list[tianliGPT_randomIndex],tianliGPTIsRunning=!1,tianliGPT_postURL=t(357),tianliGPT_typingAnimate=!1;var e={getTitleAndContent:function(){const n=t;try{const t=document.title,e=document.querySelector(tianliGPT_postSelector);if(!e)return console.warn(n(329)),"";const i=e[n(308)]("p"),o=e[n(321)](n(348));let s="";for(let t of o)s+=t[n(265)]+" ";for(let t of i){s+=t[n(265)][n(307)](/https?:\/\/[^\s]+/g,"")}let a=1e3;"undefined"!=typeof tianliGPT_wordLimit&&(a=tianliGPT_wordLimit);return(t+" "+s).slice(0,a)}catch(t){return console.error(n(316),t),""}},fetchTianliGPT:async function(n){const e=t;if(window[e(323)][e(276)]!==e(290))return e(338);if(!tianliGPT_key)return"没有获取到key,代码可能没有安装正确。如果你需要在tianli_gpt文件引用前定义tianliGPT_key变量。详细请查看文档。";if(tianliGPT_key===e(301))return e(262);var i=window[e(323)][e(354)];const o=document[e(274)],s=e(288)+encodeURIComponent(n)+e(331)+encodeURIComponent(tianliGPT_key)+e(266)+encodeURIComponent(i)+e(347)+encodeURIComponent(o);try{const t=new AbortController,n=(setTimeout((()=>t.abort()),2e4),await fetch(s,{signal:t[e(291)]}));if(n.ok){return(await n[e(311)]())[e(336)]}throw 402===n.status&&document.querySelectorAll(".post-TianliGPT")[e(303)]((t=>{const n=e;t.style[n(284)]="none"})),new Error("TianliGPT:余额不足,请充值后请求新的文章")}catch(t){return"AbortError"===t[e(352)]?window[e(323)].hostname===e(337)?(console[e(353)](e(356)),"获取文章摘要超时。请勿在本地主机上测试 API 密钥。"):(console[e(327)](e(296)),"获取文章摘要超时。当你出现这个问题时,可能是key或者绑定的域名不正确。也可能是因为文章过长导致的 AI 运算量过大,你可以稍等一下然后刷新页面重试。"):(console[e(327)](e(275),t),"获取文章摘要失败,请稍后再试。")}},aiShowAnimation:function(n){const e=t,i=document[e(295)](e(279));if(!i)return;if(tianliGPTIsRunning)return;if(typeof tianliGPT_typingAnimate!==e(305)&&!tianliGPT_typingAnimate)return void(i[e(268)]=n);tianliGPTIsRunning=!0;i[e(310)].display="block",i[e(268)]=e(289)+e(342);let o=!0,s=0,a=performance[e(269)]();const l=()=>{const t=e;if(s<n[t(322)]&&o){const e=performance[t(269)](),o=e-a,c=n.slice(s,s+1);o>=(/[,。!、?,.!?]/[t(292)](c)?150:25)&&(i[t(265)]=n.slice(0,s+1),a=e,s++,s<n[t(322)]?i[t(268)]=n[t(333)](0,s)+t(342):(i[t(268)]=n,i.style[t(284)]=t(315),tianliGPTIsRunning=!1,r.disconnect())),requestAnimationFrame(l)}},r=new IntersectionObserver((t=>{const n=e;let i=t[0][n(312)];o=i,o&&setTimeout((()=>{requestAnimationFrame(l)}),200)}),{threshold:0});let c=document[e(295)](".post-TianliGPT");r[e(294)](c)}};function i(){const i=t;n(tianliGPT_postSelector);const o=e[i(293)]();postUrlIsContained=null,tianligptJsonData&&(postHref=window[i(323)][i(354)],postRegex=/\/+posts\/+([\w-]+)(\.html)?/,postMatch=postHref[i(272)](postRegex),postFilteredValue=postMatch?postMatch[1]:null,postUrl=i(283)+"posts/"+postFilteredValue+i(297),postUrlIsContained=postsUrls[i(277)](postUrl)),postUrlIsContained?(postMatchedSummary=tianligptJsonData[i(320)].find((t=>t.url===postUrl)),postSummary=postMatchedSummary[i(336)],e[i(314)](postSummary)):e[i(285)](o).then((t=>{e[i(314)](t)}))}!function(){const n=t;if("undefined"!=typeof tianliGPT_postURL)try{const t=t=>{const n=_0xcf57;return new RegExp("^"+t[n(326)](/\*+/)[n(318)](e).join(".*")+"$")},e=t=>t[_0xcf57(307)](/[|\\{}()[\]^$+*?.]/g,"\\$&"),o=t(tianliGPT_postURL),s=window.location[n(354)];o[n(292)](s)&&i()}catch(t){console[n(327)](n(261),t)}else i()}()}function _0xcf57(t,n){const e=_0x2c5a();return(_0xcf57=function(t,n){return e[t-=260]})(t,n)}if(function(){const t=_0xcf57,n=_0x2c5a();for(;;)try{if(789723===parseInt(t(264))/1*(-parseInt(t(281))/2)+-parseInt(t(260))/3+parseInt(t(273))/4+parseInt(t(267))/5*(parseInt(t(343))/6)+-parseInt(t(319))/7+parseInt(t(334))/8+parseInt(t(346))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(),xhr=new XMLHttpRequest,xhr[_0x12d645(349)](_0x12d645(351),"https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/json/tianli_gpt.json",!1),xhr[_0x12d645(328)](),200===xhr[_0x12d645(287)])try{tianligptJsonData=JSON.parse(xhr[_0x12d645(286)]),postsUrls=tianligptJsonData.summaries[_0x12d645(318)]((t=>t[_0x12d645(330)]))}catch(t){console[_0x12d645(327)](_0x12d645(313),t),tianligptJsonData=null}else console[_0x12d645(327)](_0x12d645(324),xhr[_0x12d645(278)]),tianligptJsonData=null;whenDOMReadyTianliGPT(),document[_0x12d645(355)](_0x12d645(300),whenDOMReadyTianliGPT);
package/manifest.json CHANGED
@@ -1 +1 @@
1
- {"name":"Mycpen","short_name":"Mycpen","theme_color":"#ffffff","background_color":"#ffffff","display":"standalone","scope":"/","start_url":"/","icons":[{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/img/pwa/36.png","sizes":"36x36","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/img/pwa/48.png","sizes":"48x48","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/img/pwa/72.png","sizes":"72x72","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/img/pwa/96.png","sizes":"96x96","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/img/pwa/144.png","sizes":"144x144","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/img/pwa/192.png","sizes":"192x192","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/img/pwa/196.png","sizes":"196x196","type":"image/png","purpose":"any maskable"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/img/pwa/512.png","sizes":"512x512","type":"image/png"}]}
1
+ {"name":"Mycpen","short_name":"Mycpen","theme_color":"#ffffff","background_color":"#ffffff","display":"standalone","scope":"/","start_url":"/","icons":[{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/img/pwa/36.png","sizes":"36x36","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/img/pwa/48.png","sizes":"48x48","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/img/pwa/72.png","sizes":"72x72","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/img/pwa/96.png","sizes":"96x96","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/img/pwa/144.png","sizes":"144x144","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/img/pwa/192.png","sizes":"192x192","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/img/pwa/196.png","sizes":"196x196","type":"image/png","purpose":"any maskable"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/img/pwa/512.png","sizes":"512x512","type":"image/png"}]}
package/music1/main.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";:root{--heo-white:#fff;--heo-white-op:rgba(255, 255, 255, 0.2);--heo-black:#000;--heo-black-op:rgba(0, 0, 0, 0.2);--heo-none:#00000000;--heo-gray:#999999;--heo-gray-op:#9999992b;--heo-vip:#e5a80d;--heo-main:var(--heo-theme);--heo-main-op:var(--heo-theme-op);--heo-main-op-deep:var(--heo-theme-op-deep);--heo-main-none:var(--heo-theme-none);--heo-shadow-theme:0 8px 12px -3px var(--heo-theme-op);--heo-shadow-blackdeep:0 2px 16px -3px rgba(0, 0, 0, .15);--heo-shadow-main:0 8px 12px -3px var(--heo-main-op);--heo-shadow-blue:0 8px 12px -3px rgba(40, 109, 234, .20);--heo-shadow-white:0 8px 12px -3px rgba(255, 255, 255, .20);--heo-shadow-black:0 0 12px 4px rgba(0, 0, 0, .05);--heo-shadow-yellow:0px 38px 77px -26px rgba(255, 201, 62, .12);--heo-shadow-red:0 8px 12px -3px #ee7d7936;--heo-shadow-green:0 8px 12px -3px #87ee7936;--heo-logo-color:linear-gradient(215deg, #4584ff 0%, #cf0db9 100%);--heo-snackbar-time:5s}#page{border:0;box-shadow:none!important;padding:0!important;background:0 0!important}body{background:#0d0d0d;position:relative;overflow:hidden}#heoMusic-page meting-js .aplayer{display:flex;flex-direction:row-reverse;background:rgba(0,0,0,0);border:none;box-shadow:none;justify-content:space-between}#page{border:0;box-shadow:none!important;padding:0!important;background:0 0!important}#music_bg{display:none;position:fixed;z-index:-999;width:200%;height:200%;top:-50%;left:-50%;background-position:0 0;rotate:0;background-size:40%;transition:.6s;background-image:url(https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/music1/img/cover.webp)}#music_bg::before{content:'';transform:translateZ(0);background:rgba(0,0,0,.4);backdrop-filter:blur(200px);-webkit-backdrop-filter:blur(200px);transform:translateZ(0);position:fixed;z-index:-998;top:-50%;left:-50%;width:200%;height:200%}body #music_bg{display:block}body{background:#0d0d0d}#heoMusic-page{max-width:calc(1200px - 160px);margin:auto;margin-top:60px}#heoMusic-page meting-js .aplayer{display:flex;flex-direction:row-reverse;background:rgba(0,0,0,0);border:none;box-shadow:none}body #web_bg{filter:blur(63px);opacity:.6;background-repeat:no-repeat;background-size:cover}body #footer,body #nav-music{display:none}#heoMusic-page .aplayer-body{width:70%;height:75vh}#heoMusic-page ol>li:hover{background:var(--heo-black-op);border-radius:6px}#heoMusic-page .aplayer-pic{float:none;width:60px;height:60px;border-radius:12px;margin:auto;bottom:30px;left:90px;position:fixed;z-index:999;display:none}#heoMusic-page .aplayer-info{margin:0 20px 0 20px;border-bottom:none}#heoMusic-page .aplayer-info .aplayer-music{text-align:center;height:auto;margin:15px;display:none}#heoMusic-page .aplayer-info .aplayer-music .aplayer-author,#heoMusic-page .aplayer-info .aplayer-music .aplayer-title{font-size:2rem;font-weight:700;color:#fff}#heoMusic-page .aplayer-info .aplayer-lrc{padding-top:80px;height:var(--vh);mask-image:linear-gradient(to bottom,#000,#000,#000,#000,#000,#000,#000,#000,#000,#000,#0000,#0000)}#heoMusic-page .aplayer-info .aplayer-lrc p{font-size:36px;line-height:44px;height:44px;margin-bottom:36px;color:#fff;font-weight:700;text-align:left;filter:blur(2px);opacity:.3;transition:all .9s cubic-bezier(.56,.17,.22,.76);user-select:none;text-shadow:0 2px 0 #ffffff00}#heoMusic-page .aplayer-info .aplayer-lrc p.aplayer-lrc-current{filter:blur(0);opacity:1;transition:all .3s cubic-bezier(.56,.17,.22,.76),text-shadow 8s 4s ease-in;height:fit-content;text-shadow:0 2px 16px #ffffff94}#heoMusic-page .aplayer-info .aplayer-lrc p.aplayer-lrc-current:first-child{text-shadow:0 2px 16px #ffffff00}@media screen and (min-width:768px){#heoMusic-page .aplayer-info .aplayer-lrc:hover p{filter:blur(0)}}#heoMusic-page .aplayer .aplayer-lrc:after,#heoMusic-page .aplayer .aplayer-lrc:before{display:none}.aplayer .aplayer-lrc .aplayer-lrc-contents{width:90%;margin-left:auto;transition:all .5s cubic-bezier(.49,.21,.22,.84);position:relative}@media screen and (max-width:768px){.aplayer .aplayer-lrc .aplayer-lrc-contents{width:100%}}#heoMusic-page .aplayer-info .aplayer-controller{position:fixed;max-width:calc(1200px - 160px);margin:auto;left:0;right:0;bottom:50px;align-items:center}#heoMusic-page .aplayer-info .aplayer-controller .aplayer-bar-wrap{margin:0 160px 0 150px}#heoMusic-page .aplayer-info .aplayer-controller .aplayer-played{background:var(--heo-white)!important}#heoMusic-page .aplayer-info .aplayer-controller .aplayer-thumb{-webkit-transform:none;transform:none;background:#fff!important}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-back,#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-forward,#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-play{display:inline;position:fixed}#heoMusic-page .aplayer-info .aplayer-time{position:absolute;width:100%;bottom:24px;height:0;display:flex;justify-content:flex-end}#heoMusic-page .aplayer-info .aplayer-time .aplayer-time-inner{margin-right:18px;margin-top:-8px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-back{position:absolute;left:0}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-play{position:absolute;left:40px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-forward{position:absolute;left:80px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon{width:2rem;height:2rem;margin-left:15px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon::before{content:'';position:absolute;padding:8px;top:-6px;width:8px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-menu{display:none}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon path{fill:var(--heo-white);opacity:.8}#heoMusic-page .aplayer-list{width:40%;max-width:480px;max-height:none!important;height:100%;min-width:200px}#heoMusic-page ol{max-height:calc(var(--vh) - 170px)!important}#heoMusic-page ol::-webkit-scrollbar-thumb{background-color:var(--heo-white-op)}#heoMusic-page ol>li{font-size:14px;opacity:.6}#heoMusic-page ol>li.aplayer-list-light{background:var(--heo-black-op);border-radius:6px;height:60px;display:flex;flex-direction:column;opacity:1}#heoMusic-page ol>li.aplayer-list-light .aplayer-list-index{display:none}#heoMusic-page ol>li.aplayer-list-light .aplayer-list-title{font-size:20px;line-height:20px;margin-top:8px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#heoMusic-page ol>li span{color:var(--heo-white)}#heoMusic-page ol>li.aplayer-list-light .aplayer-list-cur{display:none}#heoMusic-page ol>li span.aplayer-list-title{line-height:32px}#heoMusic-page ol>li .aplayer-list-index{line-height:32px}#heoMusic-page ol>li span.aplayer-list-author{opacity:.6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:40%;line-height:32px}#heoMusic-page ol>li.aplayer-list-light span.aplayer-list-author{max-width:100%}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar{height:8px;border-radius:8px;background:var(--heo-white-op)}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded{background:var(--heo-white-op);height:8px;border-radius:8px}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played{height:8px;border-radius:8px}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{height:16px;width:16px}.page #nav{backdrop-filter:none!important;background:0 0!important;border-bottom:none!important}.page #page-header #nav .back-home-button,.page #page-header.not-top-img #nav a{color:var(--heo-white)}body .s-sticker div{color:var(--heo-white)!important}body .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-loop{margin-right:7px}.aplayer .aplayer-info .aplayer-controller .aplayer-time{color:var(--heo-white)}[data-theme=dark] .page #page-header:before{background-color:transparent}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap{height:120px;border-radius:40px;width:30px}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap{width:30px}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar{width:100%;height:100%;left:0}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume{width:100%;background:var(--heo-white)!important}@media screen and (max-width:768px){body #rightside{display:none}body #content-inner,body #page{z-index:auto}#heoMusic-page .aplayer-list{position:fixed;z-index:1002;width:100%;bottom:0;left:0;background:var(--heo-white);border-radius:16px 16px 0 0;padding:15px 0;max-width:100%;height:calc(var(--vh) - 200px)}#heoMusic-page .aplayer-list.aplayer-list-hide{bottom:-100%!important}#heoMusic-page ol{max-height:100%!important;padding-right:3px;padding-left:8px}#heoMusic-page ol>li{display:flex}#heoMusic-page ol>li span{color:var(--font-color)}#heoMusic-page ol>li span.aplayer-list-title{width:30%}#heoMusic-page ol>li.aplayer-list-light{background:#33a673;padding:5px 20px;border-radius:10px;height:52px;justify-content:center}#heoMusic-page ol>li.aplayer-list-light .aplayer-list-title{margin-top:4px}#heoMusic-page ol>li.aplayer-list-light span{color:#fff}#heoMusic-page ol>li span.aplayer-list-title{max-width:55%;width:auto;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;-webkit-box-orient:vertical}#heoMusic-page ol>li.aplayer-list-light .aplayer-list-title{max-width:unset;display:unset}#heoMusic-page ol>li span.aplayer-list-author{right:10px;width:auto;max-width:35%;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;-webkit-box-orient:vertical;margin-left:auto;white-space:normal}#heoMusic-page ol>li.aplayer-list-light span.aplayer-list-author{margin-left:0}#heoMusic-page ol>li.aplayer-list-light span.aplayer-list-author{right:15px}#heoMusic-page .aplayer-body{width:100%;overflow:hidden;position:fixed;margin:auto;left:0;right:0;top:0;height:calc(var(--vh) - 200px)}#heoMusic-page .aplayer-info .aplayer-lrc{margin-top:0;height:auto;min-height:100%;mask-image:linear-gradient(to bottom,#000,#000,#000,#000,#0000,#0000)}#heoMusic-page .aplayer-info .aplayer-controller{width:100%;bottom:120px}#heoMusic-page .aplayer-info .aplayer-controller .aplayer-bar-wrap{margin:0 32px}#heoMusic-page .aplayer-info .aplayer-time{bottom:-40px;align-items:center}#heoMusic-page .aplayer-info .aplayer-time .aplayer-time-inner{position:absolute;width:100%;margin-right:4px;margin-top:-60px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-time-inner .aplayer-dtime{position:absolute;right:30px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-time-inner .aplayer-ptime{position:absolute;left:44px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-back{margin:auto;right:110px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-play{margin:auto;right:0;left:0;width:56px;height:56px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-forward{margin:auto;left:110px;right:0}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-order{position:absolute;left:22px;width:24px;height:24px;opacity:.4}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-loop{position:absolute;right:25px;width:24px;height:24px;opacity:.4}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-menu{display:inline;position:absolute;right:30px;top:-100px;width:24px;height:24px;opacity:.4}#heoMusic-page .aplayer-volume-bar-wrap{bottom:0;right:7px}#heoMusic-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap{left:-66px;display:none}#heoMusic-page .aplayer-info .aplayer-lrc{padding-top:100px}#heoMusic-page .aplayer-info .aplayer-lrc p{font-size:32px;margin-bottom:38px;line-height:42px;height:42px}#heoMusic-page .aplayer-info .aplayer-music{display:flex;position:fixed;top:calc(var(--vh) - 178px);left:0;margin:0;margin-left:32px;height:21px;max-width:calc(100vw - 110px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.6;align-items:center;line-height:1}#heoMusic-page .aplayer-info .aplayer-music .aplayer-title{font-size:16px;font-weight:400;margin:0;line-height:1}#heoMusic-page .aplayer-info .aplayer-music .aplayer-author{margin-left:4px;font-size:16px;font-weight:400;line-height:1}#heoMusic-page .aplayer-info .aplayer-music .aplayer-author,#heoMusic-page .aplayer-info .aplayer-music .aplayer-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100vw - 176px)}.aplayer .aplayer-lrc{overflow:inherit}}
1
+ @charset "UTF-8";:root{--heo-white:#fff;--heo-white-op:rgba(255, 255, 255, 0.2);--heo-black:#000;--heo-black-op:rgba(0, 0, 0, 0.2);--heo-none:#00000000;--heo-gray:#999999;--heo-gray-op:#9999992b;--heo-vip:#e5a80d;--heo-main:var(--heo-theme);--heo-main-op:var(--heo-theme-op);--heo-main-op-deep:var(--heo-theme-op-deep);--heo-main-none:var(--heo-theme-none);--heo-shadow-theme:0 8px 12px -3px var(--heo-theme-op);--heo-shadow-blackdeep:0 2px 16px -3px rgba(0, 0, 0, .15);--heo-shadow-main:0 8px 12px -3px var(--heo-main-op);--heo-shadow-blue:0 8px 12px -3px rgba(40, 109, 234, .20);--heo-shadow-white:0 8px 12px -3px rgba(255, 255, 255, .20);--heo-shadow-black:0 0 12px 4px rgba(0, 0, 0, .05);--heo-shadow-yellow:0px 38px 77px -26px rgba(255, 201, 62, .12);--heo-shadow-red:0 8px 12px -3px #ee7d7936;--heo-shadow-green:0 8px 12px -3px #87ee7936;--heo-logo-color:linear-gradient(215deg, #4584ff 0%, #cf0db9 100%);--heo-snackbar-time:5s}#page{border:0;box-shadow:none!important;padding:0!important;background:0 0!important}body{background:#0d0d0d;position:relative;overflow:hidden}#heoMusic-page meting-js .aplayer{display:flex;flex-direction:row-reverse;background:rgba(0,0,0,0);border:none;box-shadow:none;justify-content:space-between}#page{border:0;box-shadow:none!important;padding:0!important;background:0 0!important}#music_bg{display:none;position:fixed;z-index:-999;width:200%;height:200%;top:-50%;left:-50%;background-position:0 0;rotate:0;background-size:40%;transition:.6s;background-image:url(https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/music1/img/cover.webp)}#music_bg::before{content:'';transform:translateZ(0);background:rgba(0,0,0,.4);backdrop-filter:blur(200px);-webkit-backdrop-filter:blur(200px);transform:translateZ(0);position:fixed;z-index:-998;top:-50%;left:-50%;width:200%;height:200%}body #music_bg{display:block}body{background:#0d0d0d}#heoMusic-page{max-width:calc(1200px - 160px);margin:auto;margin-top:60px}#heoMusic-page meting-js .aplayer{display:flex;flex-direction:row-reverse;background:rgba(0,0,0,0);border:none;box-shadow:none}body #web_bg{filter:blur(63px);opacity:.6;background-repeat:no-repeat;background-size:cover}body #footer,body #nav-music{display:none}#heoMusic-page .aplayer-body{width:70%;height:75vh}#heoMusic-page ol>li:hover{background:var(--heo-black-op);border-radius:6px}#heoMusic-page .aplayer-pic{float:none;width:60px;height:60px;border-radius:12px;margin:auto;bottom:30px;left:90px;position:fixed;z-index:999;display:none}#heoMusic-page .aplayer-info{margin:0 20px 0 20px;border-bottom:none}#heoMusic-page .aplayer-info .aplayer-music{text-align:center;height:auto;margin:15px;display:none}#heoMusic-page .aplayer-info .aplayer-music .aplayer-author,#heoMusic-page .aplayer-info .aplayer-music .aplayer-title{font-size:2rem;font-weight:700;color:#fff}#heoMusic-page .aplayer-info .aplayer-lrc{padding-top:80px;height:var(--vh);mask-image:linear-gradient(to bottom,#000,#000,#000,#000,#000,#000,#000,#000,#000,#000,#0000,#0000)}#heoMusic-page .aplayer-info .aplayer-lrc p{font-size:36px;line-height:44px;height:44px;margin-bottom:36px;color:#fff;font-weight:700;text-align:left;filter:blur(2px);opacity:.3;transition:all .9s cubic-bezier(.56,.17,.22,.76);user-select:none;text-shadow:0 2px 0 #ffffff00}#heoMusic-page .aplayer-info .aplayer-lrc p.aplayer-lrc-current{filter:blur(0);opacity:1;transition:all .3s cubic-bezier(.56,.17,.22,.76),text-shadow 8s 4s ease-in;height:fit-content;text-shadow:0 2px 16px #ffffff94}#heoMusic-page .aplayer-info .aplayer-lrc p.aplayer-lrc-current:first-child{text-shadow:0 2px 16px #ffffff00}@media screen and (min-width:768px){#heoMusic-page .aplayer-info .aplayer-lrc:hover p{filter:blur(0)}}#heoMusic-page .aplayer .aplayer-lrc:after,#heoMusic-page .aplayer .aplayer-lrc:before{display:none}.aplayer .aplayer-lrc .aplayer-lrc-contents{width:90%;margin-left:auto;transition:all .5s cubic-bezier(.49,.21,.22,.84);position:relative}@media screen and (max-width:768px){.aplayer .aplayer-lrc .aplayer-lrc-contents{width:100%}}#heoMusic-page .aplayer-info .aplayer-controller{position:fixed;max-width:calc(1200px - 160px);margin:auto;left:0;right:0;bottom:50px;align-items:center}#heoMusic-page .aplayer-info .aplayer-controller .aplayer-bar-wrap{margin:0 160px 0 150px}#heoMusic-page .aplayer-info .aplayer-controller .aplayer-played{background:var(--heo-white)!important}#heoMusic-page .aplayer-info .aplayer-controller .aplayer-thumb{-webkit-transform:none;transform:none;background:#fff!important}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-back,#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-forward,#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-play{display:inline;position:fixed}#heoMusic-page .aplayer-info .aplayer-time{position:absolute;width:100%;bottom:24px;height:0;display:flex;justify-content:flex-end}#heoMusic-page .aplayer-info .aplayer-time .aplayer-time-inner{margin-right:18px;margin-top:-8px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-back{position:absolute;left:0}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-play{position:absolute;left:40px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-forward{position:absolute;left:80px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon{width:2rem;height:2rem;margin-left:15px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon::before{content:'';position:absolute;padding:8px;top:-6px;width:8px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-menu{display:none}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon path{fill:var(--heo-white);opacity:.8}#heoMusic-page .aplayer-list{width:40%;max-width:480px;max-height:none!important;height:100%;min-width:200px}#heoMusic-page ol{max-height:calc(var(--vh) - 170px)!important}#heoMusic-page ol::-webkit-scrollbar-thumb{background-color:var(--heo-white-op)}#heoMusic-page ol>li{font-size:14px;opacity:.6}#heoMusic-page ol>li.aplayer-list-light{background:var(--heo-black-op);border-radius:6px;height:60px;display:flex;flex-direction:column;opacity:1}#heoMusic-page ol>li.aplayer-list-light .aplayer-list-index{display:none}#heoMusic-page ol>li.aplayer-list-light .aplayer-list-title{font-size:20px;line-height:20px;margin-top:8px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#heoMusic-page ol>li span{color:var(--heo-white)}#heoMusic-page ol>li.aplayer-list-light .aplayer-list-cur{display:none}#heoMusic-page ol>li span.aplayer-list-title{line-height:32px}#heoMusic-page ol>li .aplayer-list-index{line-height:32px}#heoMusic-page ol>li span.aplayer-list-author{opacity:.6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:40%;line-height:32px}#heoMusic-page ol>li.aplayer-list-light span.aplayer-list-author{max-width:100%}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar{height:8px;border-radius:8px;background:var(--heo-white-op)}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded{background:var(--heo-white-op);height:8px;border-radius:8px}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played{height:8px;border-radius:8px}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{height:16px;width:16px}.page #nav{backdrop-filter:none!important;background:0 0!important;border-bottom:none!important}.page #page-header #nav .back-home-button,.page #page-header.not-top-img #nav a{color:var(--heo-white)}body .s-sticker div{color:var(--heo-white)!important}body .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-loop{margin-right:7px}.aplayer .aplayer-info .aplayer-controller .aplayer-time{color:var(--heo-white)}[data-theme=dark] .page #page-header:before{background-color:transparent}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap{height:120px;border-radius:40px;width:30px}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap{width:30px}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar{width:100%;height:100%;left:0}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume{width:100%;background:var(--heo-white)!important}@media screen and (max-width:768px){body #rightside{display:none}body #content-inner,body #page{z-index:auto}#heoMusic-page .aplayer-list{position:fixed;z-index:1002;width:100%;bottom:0;left:0;background:var(--heo-white);border-radius:16px 16px 0 0;padding:15px 0;max-width:100%;height:calc(var(--vh) - 200px)}#heoMusic-page .aplayer-list.aplayer-list-hide{bottom:-100%!important}#heoMusic-page ol{max-height:100%!important;padding-right:3px;padding-left:8px}#heoMusic-page ol>li{display:flex}#heoMusic-page ol>li span{color:var(--font-color)}#heoMusic-page ol>li span.aplayer-list-title{width:30%}#heoMusic-page ol>li.aplayer-list-light{background:#33a673;padding:5px 20px;border-radius:10px;height:52px;justify-content:center}#heoMusic-page ol>li.aplayer-list-light .aplayer-list-title{margin-top:4px}#heoMusic-page ol>li.aplayer-list-light span{color:#fff}#heoMusic-page ol>li span.aplayer-list-title{max-width:55%;width:auto;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;-webkit-box-orient:vertical}#heoMusic-page ol>li.aplayer-list-light .aplayer-list-title{max-width:unset;display:unset}#heoMusic-page ol>li span.aplayer-list-author{right:10px;width:auto;max-width:35%;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;-webkit-box-orient:vertical;margin-left:auto;white-space:normal}#heoMusic-page ol>li.aplayer-list-light span.aplayer-list-author{margin-left:0}#heoMusic-page ol>li.aplayer-list-light span.aplayer-list-author{right:15px}#heoMusic-page .aplayer-body{width:100%;overflow:hidden;position:fixed;margin:auto;left:0;right:0;top:0;height:calc(var(--vh) - 200px)}#heoMusic-page .aplayer-info .aplayer-lrc{margin-top:0;height:auto;min-height:100%;mask-image:linear-gradient(to bottom,#000,#000,#000,#000,#0000,#0000)}#heoMusic-page .aplayer-info .aplayer-controller{width:100%;bottom:120px}#heoMusic-page .aplayer-info .aplayer-controller .aplayer-bar-wrap{margin:0 32px}#heoMusic-page .aplayer-info .aplayer-time{bottom:-40px;align-items:center}#heoMusic-page .aplayer-info .aplayer-time .aplayer-time-inner{position:absolute;width:100%;margin-right:4px;margin-top:-60px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-time-inner .aplayer-dtime{position:absolute;right:30px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-time-inner .aplayer-ptime{position:absolute;left:44px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-back{margin:auto;right:110px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-play{margin:auto;right:0;left:0;width:56px;height:56px}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-forward{margin:auto;left:110px;right:0}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-order{position:absolute;left:22px;width:24px;height:24px;opacity:.4}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-loop{position:absolute;right:25px;width:24px;height:24px;opacity:.4}#heoMusic-page .aplayer-info .aplayer-time .aplayer-icon-menu{display:inline;position:absolute;right:30px;top:-100px;width:24px;height:24px;opacity:.4}#heoMusic-page .aplayer-volume-bar-wrap{bottom:0;right:7px}#heoMusic-page .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap{left:-66px;display:none}#heoMusic-page .aplayer-info .aplayer-lrc{padding-top:100px}#heoMusic-page .aplayer-info .aplayer-lrc p{font-size:32px;margin-bottom:38px;line-height:42px;height:42px}#heoMusic-page .aplayer-info .aplayer-music{display:flex;position:fixed;top:calc(var(--vh) - 178px);left:0;margin:0;margin-left:32px;height:21px;max-width:calc(100vw - 110px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.6;align-items:center;line-height:1}#heoMusic-page .aplayer-info .aplayer-music .aplayer-title{font-size:16px;font-weight:400;margin:0;line-height:1}#heoMusic-page .aplayer-info .aplayer-music .aplayer-author{margin-left:4px;font-size:16px;font-weight:400;line-height:1}#heoMusic-page .aplayer-info .aplayer-music .aplayer-author,#heoMusic-page .aplayer-info .aplayer-music .aplayer-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100vw - 176px)}.aplayer .aplayer-lrc{overflow:inherit}}
@@ -8,12 +8,12 @@
8
8
  "start_url": "/music1/",
9
9
  "icons": [
10
10
  {
11
- "src": "https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/music1/img/192.png",
11
+ "src": "https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/music1/img/192.png",
12
12
  "sizes": "192x192",
13
13
  "type": "image/png"
14
14
  },
15
15
  {
16
- "src": "https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/music1/img/512.png",
16
+ "src": "https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/music1/img/512.png",
17
17
  "sizes": "512x512",
18
18
  "type": "image/png"
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mycpen-blog",
3
- "version": "0.0.0-wlaiuywbgz",
3
+ "version": "0.0.0-wlajbyecvg",
4
4
  "description": "mycpen blog static file",
5
5
  "main": "index.js",
6
6
  "directories": {
package/sitemap.xml CHANGED
@@ -164,7 +164,7 @@
164
164
  </url>
165
165
 
166
166
  <url>
167
- <loc>https://blog.cpen.top/categories/</loc>
167
+ <loc>https://blog.cpen.top/about/</loc>
168
168
 
169
169
  <lastmod>2023-01-01</lastmod>
170
170
 
@@ -173,7 +173,7 @@
173
173
  </url>
174
174
 
175
175
  <url>
176
- <loc>https://blog.cpen.top/about/</loc>
176
+ <loc>https://blog.cpen.top/categories/</loc>
177
177
 
178
178
  <lastmod>2023-01-01</lastmod>
179
179
 
@@ -290,7 +290,7 @@
290
290
  </url>
291
291
 
292
292
  <url>
293
- <loc>https://blog.cpen.top/notice/</loc>
293
+ <loc>https://blog.cpen.top/privacy/</loc>
294
294
 
295
295
  <lastmod>2023-01-01</lastmod>
296
296
 
@@ -299,7 +299,7 @@
299
299
  </url>
300
300
 
301
301
  <url>
302
- <loc>https://blog.cpen.top/privacy/</loc>
302
+ <loc>https://blog.cpen.top/notice/</loc>
303
303
 
304
304
  <lastmod>2023-01-01</lastmod>
305
305
 
@@ -317,7 +317,7 @@
317
317
  </url>
318
318
 
319
319
  <url>
320
- <loc>https://blog.cpen.top/stars/</loc>
320
+ <loc>https://blog.cpen.top/sentences/</loc>
321
321
 
322
322
  <lastmod>2023-01-01</lastmod>
323
323
 
@@ -326,7 +326,7 @@
326
326
  </url>
327
327
 
328
328
  <url>
329
- <loc>https://blog.cpen.top/sentences/</loc>
329
+ <loc>https://blog.cpen.top/stars/</loc>
330
330
 
331
331
  <lastmod>2023-01-01</lastmod>
332
332
 
@@ -362,7 +362,7 @@
362
362
  </url>
363
363
 
364
364
  <url>
365
- <loc>https://blog.cpen.top/wechat/</loc>
365
+ <loc>https://blog.cpen.top/update/</loc>
366
366
 
367
367
  <lastmod>2023-01-01</lastmod>
368
368
 
@@ -371,7 +371,7 @@
371
371
  </url>
372
372
 
373
373
  <url>
374
- <loc>https://blog.cpen.top/gallery/bj/</loc>
374
+ <loc>https://blog.cpen.top/wechat/</loc>
375
375
 
376
376
  <lastmod>2023-01-01</lastmod>
377
377
 
@@ -380,7 +380,7 @@
380
380
  </url>
381
381
 
382
382
  <url>
383
- <loc>https://blog.cpen.top/gallery/emo/</loc>
383
+ <loc>https://blog.cpen.top/gallery/bj/</loc>
384
384
 
385
385
  <lastmod>2023-01-01</lastmod>
386
386
 
@@ -389,7 +389,7 @@
389
389
  </url>
390
390
 
391
391
  <url>
392
- <loc>https://blog.cpen.top/gallery/fe32.top/</loc>
392
+ <loc>https://blog.cpen.top/gallery/emo/</loc>
393
393
 
394
394
  <lastmod>2023-01-01</lastmod>
395
395
 
@@ -398,7 +398,7 @@
398
398
  </url>
399
399
 
400
400
  <url>
401
- <loc>https://blog.cpen.top/gallery/nd/</loc>
401
+ <loc>https://blog.cpen.top/gallery/fe32.top/</loc>
402
402
 
403
403
  <lastmod>2023-01-01</lastmod>
404
404
 
@@ -407,7 +407,7 @@
407
407
  </url>
408
408
 
409
409
  <url>
410
- <loc>https://blog.cpen.top/gallery/wallpaper/</loc>
410
+ <loc>https://blog.cpen.top/gallery/nd/</loc>
411
411
 
412
412
  <lastmod>2023-01-01</lastmod>
413
413
 
@@ -416,7 +416,7 @@
416
416
  </url>
417
417
 
418
418
  <url>
419
- <loc>https://blog.cpen.top/gallery/fe32.top/4K%E4%B8%93%E5%8C%BA/</loc>
419
+ <loc>https://blog.cpen.top/gallery/wallpaper/</loc>
420
420
 
421
421
  <lastmod>2023-01-01</lastmod>
422
422
 
@@ -425,7 +425,7 @@
425
425
  </url>
426
426
 
427
427
  <url>
428
- <loc>https://blog.cpen.top/update/</loc>
428
+ <loc>https://blog.cpen.top/gallery/fe32.top/4K%E4%B8%93%E5%8C%BA/</loc>
429
429
 
430
430
  <lastmod>2023-01-01</lastmod>
431
431
 
@@ -1207,35 +1207,35 @@
1207
1207
  </url>
1208
1208
 
1209
1209
  <url>
1210
- <loc>https://blog.cpen.top/tags/Linux/</loc>
1210
+ <loc>https://blog.cpen.top/tags/%E8%BF%90%E7%AE%97%E7%AC%A6/</loc>
1211
1211
  <lastmod>2025-04-04</lastmod>
1212
1212
  <changefreq>weekly</changefreq>
1213
1213
  <priority>0.2</priority>
1214
1214
  </url>
1215
1215
 
1216
1216
  <url>
1217
- <loc>https://blog.cpen.top/tags/%E8%BF%90%E7%AE%97%E7%AC%A6/</loc>
1217
+ <loc>https://blog.cpen.top/tags/%E8%BF%9B%E5%88%B6/</loc>
1218
1218
  <lastmod>2025-04-04</lastmod>
1219
1219
  <changefreq>weekly</changefreq>
1220
1220
  <priority>0.2</priority>
1221
1221
  </url>
1222
1222
 
1223
1223
  <url>
1224
- <loc>https://blog.cpen.top/tags/%E8%BF%9B%E5%88%B6/</loc>
1224
+ <loc>https://blog.cpen.top/tags/Linux/</loc>
1225
1225
  <lastmod>2025-04-04</lastmod>
1226
1226
  <changefreq>weekly</changefreq>
1227
1227
  <priority>0.2</priority>
1228
1228
  </url>
1229
1229
 
1230
1230
  <url>
1231
- <loc>https://blog.cpen.top/tags/Vim/</loc>
1231
+ <loc>https://blog.cpen.top/tags/Crontab/</loc>
1232
1232
  <lastmod>2025-04-04</lastmod>
1233
1233
  <changefreq>weekly</changefreq>
1234
1234
  <priority>0.2</priority>
1235
1235
  </url>
1236
1236
 
1237
1237
  <url>
1238
- <loc>https://blog.cpen.top/tags/Crontab/</loc>
1238
+ <loc>https://blog.cpen.top/tags/Vim/</loc>
1239
1239
  <lastmod>2025-04-04</lastmod>
1240
1240
  <changefreq>weekly</changefreq>
1241
1241
  <priority>0.2</priority>
@@ -1312,14 +1312,14 @@
1312
1312
  </url>
1313
1313
 
1314
1314
  <url>
1315
- <loc>https://blog.cpen.top/tags/AList/</loc>
1315
+ <loc>https://blog.cpen.top/tags/Supervisor/</loc>
1316
1316
  <lastmod>2025-04-04</lastmod>
1317
1317
  <changefreq>weekly</changefreq>
1318
1318
  <priority>0.2</priority>
1319
1319
  </url>
1320
1320
 
1321
1321
  <url>
1322
- <loc>https://blog.cpen.top/tags/Supervisor/</loc>
1322
+ <loc>https://blog.cpen.top/tags/AList/</loc>
1323
1323
  <lastmod>2025-04-04</lastmod>
1324
1324
  <changefreq>weekly</changefreq>
1325
1325
  <priority>0.2</priority>
@@ -1347,14 +1347,14 @@
1347
1347
  </url>
1348
1348
 
1349
1349
  <url>
1350
- <loc>https://blog.cpen.top/tags/TinyPNG/</loc>
1350
+ <loc>https://blog.cpen.top/tags/Open/</loc>
1351
1351
  <lastmod>2025-04-04</lastmod>
1352
1352
  <changefreq>weekly</changefreq>
1353
1353
  <priority>0.2</priority>
1354
1354
  </url>
1355
1355
 
1356
1356
  <url>
1357
- <loc>https://blog.cpen.top/tags/Open/</loc>
1357
+ <loc>https://blog.cpen.top/tags/TinyPNG/</loc>
1358
1358
  <lastmod>2025-04-04</lastmod>
1359
1359
  <changefreq>weekly</changefreq>
1360
1360
  <priority>0.2</priority>
@@ -1452,14 +1452,14 @@
1452
1452
  </url>
1453
1453
 
1454
1454
  <url>
1455
- <loc>https://blog.cpen.top/tags/Memos/</loc>
1455
+ <loc>https://blog.cpen.top/tags/%E5%9B%BE%E5%BA%8A/</loc>
1456
1456
  <lastmod>2025-04-04</lastmod>
1457
1457
  <changefreq>weekly</changefreq>
1458
1458
  <priority>0.2</priority>
1459
1459
  </url>
1460
1460
 
1461
1461
  <url>
1462
- <loc>https://blog.cpen.top/tags/%E5%9B%BE%E5%BA%8A/</loc>
1462
+ <loc>https://blog.cpen.top/tags/Memos/</loc>
1463
1463
  <lastmod>2025-04-04</lastmod>
1464
1464
  <changefreq>weekly</changefreq>
1465
1465
  <priority>0.2</priority>
package/wechatOA/main.css CHANGED
@@ -1 +1 @@
1
- body{background:#f6f7f8;margin:0;padding:0}.wechatOA{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:var(--vh)}.wechat-card{background:#fff;max-width:428px;max-height:569px;border-radius:16px;padding:24px 36px 20px 36px;display:flex;flex-direction:column;margin:auto;align-items:center}.qrcode{width:256px;height:256px;display:flex}.tips{font-size:14px;color:#000;opacity:.5;margin-top:8px}.wechatOA-card{width:100%;display:flex;margin-top:16px;background:#f7f7f7;padding:18px;border-radius:16px;align-items:center}.wechatOA-head{width:48px;height:48px;background-image:url(https://cdn.cbd.int/mycpen-blog@0.0.0-wlaiuywbgz/wechatOA/img/icon.webp);border-radius:68px;background-size:contain;margin-right:16px}.wechatOA-name{font-weight:700}.wechatOA-description{font-size:12px;color:#000;opacity:.5}a.help{font-size:14px;color:#000;opacity:.5;text-decoration:none;margin:20px 0}a.help:visited{color:#000}
1
+ body{background:#f6f7f8;margin:0;padding:0}.wechatOA{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:var(--vh)}.wechat-card{background:#fff;max-width:428px;max-height:569px;border-radius:16px;padding:24px 36px 20px 36px;display:flex;flex-direction:column;margin:auto;align-items:center}.qrcode{width:256px;height:256px;display:flex}.tips{font-size:14px;color:#000;opacity:.5;margin-top:8px}.wechatOA-card{width:100%;display:flex;margin-top:16px;background:#f7f7f7;padding:18px;border-radius:16px;align-items:center}.wechatOA-head{width:48px;height:48px;background-image:url(https://cdn.cbd.int/mycpen-blog@0.0.0-wlajbyecvg/wechatOA/img/icon.webp);border-radius:68px;background-size:contain;margin-right:16px}.wechatOA-name{font-weight:700}.wechatOA-description{font-size:12px;color:#000;opacity:.5}a.help{font-size:14px;color:#000;opacity:.5;text-decoration:none;margin:20px 0}a.help:visited{color:#000}