mycpen-blog 0.0.0-ezbiurvnaj → 0.0.0-ezbjbqcouf

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-ezbiurvnaj/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-ezbjbqcouf/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/6f7759e0.html","posts/8b765f7a.html","posts/8d01af11.html","posts/db7b8b04.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","posts/3e42a4ef.html","posts/beb8baf2.html","posts/285c50ae.html","posts/85a8374a.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/51a9ee30.html","posts/9b5a2768.html","posts/4c16ee73.html","posts/38874.html","posts/df249111.html","posts/27addd89.html","posts/6f7759e0.html","posts/8b765f7a.html","posts/8d01af11.html","posts/db7b8b04.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","posts/3e42a4ef.html","posts/beb8baf2.html","posts/285c50ae.html","posts/85a8374a.html"];function toRandomPost(){pjax.loadUrl("/"+posts[Math.floor(Math.random()*posts.length)])}
@@ -1 +1 @@
1
- "use strict";var _0x4c6c9e=_0x3d6e;function _0x3d6e(e,c){var t=_0x1ea6();return(_0x3d6e=function(e,c){return t[e-=337]})(e,c)}!function(){for(var e=_0x3d6e,c=_0x1ea6();;)try{if(529284===-parseInt(e(422))/1+-parseInt(e(384))/2+parseInt(e(360))/3*(-parseInt(e(413))/4)+-parseInt(e(366))/5*(parseInt(e(368))/6)+-parseInt(e(374))/7*(-parseInt(e(355))/8)+parseInt(e(409))/9+parseInt(e(420))/10*(parseInt(e(389))/11))break;c.push(c.shift())}catch(e){c.push(c.shift())}}();var frdata={apiurl:_0x4c6c9e(373),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=[_0x4c6c9e(427),_0x4c6c9e(412),_0x4c6c9e(356),"你击败了巨龙,在巢穴中发现了",_0x4c6c9e(439),"在路边闲逛的时候随手买了一个","从学校班主任那拿来了孩子上课偷偷看的",_0x4c6c9e(347),"考古学家近日发现了",_0x4c6c9e(345),_0x4c6c9e(407),_0x4c6c9e(398),_0x4c6c9e(369),"隔壁家的孩子数学考了满分,都是因为看了",_0x4c6c9e(380),_0x4c6c9e(425),"修炼渡劫成功,还好提前看了",_0x4c6c9e(415),_0x4c6c9e(340),_0x4c6c9e(383),_0x4c6c9e(417),_0x4c6c9e(400),"历史上满写的仁义道德四个字,透过字缝里却全是",_0x4c6c9e(408),_0x4c6c9e(348),_0x4c6c9e(429),"今年的高考满分作文是","唐僧揭开了佛祖压在五指山上的",_0x4c6c9e(344),"英特尔发布了全新的至强处理器,其芯片的制造原理都是",_0x4c6c9e(343),_0x4c6c9e(396),"陆隐一统天上宗,在无数祖境高手的目光下宣读了","黑钻风跟白钻风说道,吃了唐僧肉能长生不老,他知道是因为看了","上卫生间没带纸,直接提裤跑路也不愿意玷污手中",_0x4c6c9e(351),"三十年河东,三十年河西,莫欺我没有看过",_0x4c6c9e(388),_0x4c6c9e(403),_0x4c6c9e(359),_0x4c6c9e(410),"在艺术大街上被贴满了相同的纸,走近一看是",_0x4c6c9e(385),_0x4c6c9e(395),_0x4c6c9e(361),_0x4c6c9e(426),"科学家解刨了第一个感染丧尸病毒的人,发现丧尸抗体存在于",_0x4c6c9e(358),"决定我们成为什么样人的,不是我们的能力,而是是否看过","有信心不一定会成功,没信心就去看",_0x4c6c9e(338),_0x4c6c9e(416),_0x4c6c9e(363),"这化仙池水乃上古真仙对后人的考校,要求熟读并背诵","庆氏三千年根基差点竟被你小子毁于一旦,能够被我拯救全是因为我看了",_0x4c6c9e(337),_0x4c6c9e(414),_0x4c6c9e(349),_0x4c6c9e(435),"上古遗迹中写道,只要习得此书,便得成功。你定睛一看,原来是","奶奶的,玩阴的是吧,我就是双料特工代号穿山甲,","你的背景太假了,我的就逼真多了,学到这个技术全是因为看了","我是云南的,云南怒江的,怒江芦水市,芦水市六库,六库傈僳族,傈僳族是",_0x4c6c9e(375),_0x4c6c9e(364),_0x4c6c9e(431),_0x4c6c9e(379),"你收到了稀有文章,它是",_0x4c6c9e(436),_0x4c6c9e(419),_0x4c6c9e(405),_0x4c6c9e(433),_0x4c6c9e(362),_0x4c6c9e(437),_0x4c6c9e(387),_0x4c6c9e(382),"纳兰嫣然掏出了退婚书,可是发现出门带错了,结果拿出了一本","你要尽全力保护你的梦想。那些嘲笑你的人,他们必定会失败,他们想把你变成和他们一样的人。如果你有梦想的话,就要努力去读","走人生的路就像爬山一样,看起来走了许多冤枉的路,崎岖的路,但终究需要读完",_0x4c6c9e(397)],randomPostClick=0;function fetchRandomPost(){var e,c,t,o,n=_0x4c6c9e;document[n(352)](n(434))&&(0==randomPostWorking&&document.getElementById(n(371))&&(randomPostWorking=!0,e=randomPostTips[Math[n(367)](Math.random()*randomPostTips.length)],"",c=1e4<randomPostTimes?n(394):1e3<randomPostTimes?n(378):1e3<randomPostTimes?n(341):100<randomPostTimes?n(370):75<randomPostTimes?"钓鱼王者":50<randomPostTimes?n(424):20<randomPostTimes?"钓鱼专家":n(5<randomPostTimes?357:372),document[n(352)]("random-post")[n(401)]=5<=randomPostTimes?"随机筛选... (Lv."+randomPostTimes+n(390)+c+")":n(354),t=randomNum(1e3,3e3),0==randomPostTimes&&(t=0),document[n(432)](".random-post-start").style[n(391)]=n(423),randomPostClick*frdata.hungryFish+frdata[n(381)]<randomPostTimes&&0==Math[n(421)](Math[n(353)]())?document[n(352)]("random-post")[n(401)]=n(428):(o=frdata.apiurl+n(438),fetch(o)[n(377)]((function(e){return e[n(411)]()}))[n(377)]((function(c){var o=n,a=c.title,r=c[o(342)],s=c[o(404)];document[o(432)](o(418))&&window[o(386)]((function(){var c=o;document[c(352)](c(371)).innerHTML=e+c(399)+s+'</b> 的文章:<a class="random-friends-post" onclick="randomClickLink()" target="_blank" href="'+r+'" rel="external nofollow">'+a+"</a>",randomPostTimes+=1,localStorage[c(350)](c(392),randomPostTimes),document[c(432)](c(402))[c(376)][c(391)]="1"}),t)}))),randomPostWorking=!1))}function initRandomPost(){var e=_0x4c6c9e;document[e(432)](e(402))&&localStorage[e(392)]&&(randomPostTimes=parseInt(localStorage[e(392)]),randomPostClick=parseInt(localStorage[e(393)]),document[e(432)](".random-post-start").style[e(346)]=e(430),document[e(432)](e(402))[e(376)].transform=e(339)+360*randomPostTimes+e(406)),fetchRandomPost()}function _0x1ea6(){var e=[".random-post-start","今日双色球中了两千万,预测全靠","author","你抽到了传说文章!它是","deg)","从图书馆顶层的隐秘角落里发现了闪着金光的","十几年前的录音机似乎还能够使用,插上电发现正在播的是","1475622ltMewy","为了抗议世间的不公,割破手指写下了","json","在河边打了个喷嚏,吓跑了","4pGDNeW","我就是神奇宝贝大师!我这只小火龙可是","库克坐上了苹果CEO的宝座,因为他面试的时候看了","玄天境重要的是锻体,为师赠你此书,好好修炼去吧,这是","科考队在南极大陆发现了被冰封的","#random-post","你抽到了金色稀有文章,它是","270650ktEtFe","round","958681eCcoZF","0.2","钓鱼宗师","小米研发了全新一代MIX手机,据说灵感","UZI一个走A拿下五杀,在事后采访时说他当时回想起了","钓到了绝世好文!","因为只钓鱼不吃鱼,过分饥饿导致本次钓鱼失败...(点击任意一篇钓鱼获得的文章即可恢复)","经调查,99%的受访者都没有背诵过","0.3s","人生无常大肠包小肠,小肠包住了","querySelector","哇!金色传说!你抽到了金色传说文章,它是","mycpen1-fcircle-page-tag","我就是神奇宝贝大师!我这只杰尼龟可是","你抽到了金色普通文章,它是","芷莲姑娘大摆擂台,谁若是能读完此书,便可娶了她。然后从背后掏出了","randompost","挖掘秦始皇坟时找到了","我就是神奇宝贝大师!我这只皮卡丘可是","你真正是谁并不重要,重要的是你看没看过","rotate(","阿里巴巴大喊芝麻开门,映入眼帘的就是","超越神了","link","新的iPhone产能很足,新的进货渠道是","科学家发现能够解决衰老的秘密,就是每日研读","外星人降临地球学习地球文化,落地时被你塞了","transitionDuration","你的同桌无情的从你的语文书中撕下了那篇你最喜欢的","新版语文书拟增加一篇熟读并背诵的","我就是神奇宝贝大师!我这只可达鸭可是","setItem","种下一篇文章就会产生很多很多文章,我种下了","getElementById","random","随机筛选...","18744QxxWEj","你和小伙伴抢夺着","钓鱼高手","如果你有梦想的话,就要努力去看","因为卷子上没写名字,老师罚抄","2191149awFnXj","你送给乞丐一个暴富秘籍,它是","报告!侦察兵说在前往300米有一个男子在偷偷看一本书,上面赫然写着","上百祖境高手在天威湖大战三天三夜为了抢夺","你已经习得退退退神功,接下来的心法已经被记录在","pjax:complete","60ufNvic","floor","98706LidHHE","在大山中唱山歌,隔壁的阿妹跑来了,带着","绝世渔夫","random-post","钓鱼新手","https://hexo-circle.cpen.top/","329ggEIza","我真的栓Q了,我真的会谢如果你看","style","then","俯览天下","你抽到了普通文章,它是","隔壁家的孩子英语考了满分,都是因为看了","defaultFish","读什么才能增智慧?当然是读","师傅说练武要先炼心,然后让我好生研读","858988xYsgRw","这区区迷阵岂能难得住我?其实能走出来多亏了","setTimeout","请问你的梦想是什么?我的梦想是能读到","踏破铁血无觅处,得来全靠","1045xAPCWH"," 当前称号:","opacity","randomPostTimes","randomPostClick","愿者上钩","今日被一篇文章顶上了微博热搜,它是","今年亩产突破了八千万斤,多亏了","游戏的规则就是这么的简单,你听懂了吗?管你听没听懂,快去看","徒弟修炼走火入魔,为师立刻掏出了","来自友链 <b>","飞机窗户似乎被一张纸糊上了,仔细一看是","innerHTML"];return(_0x1ea6=function(){return e})()}function randomClickLink(){randomPostClick+=1,localStorage.setItem("randomPostClick",randomPostClick)}function randomNum(e,c){var t=_0x4c6c9e;switch(arguments.length){case 1:return parseInt(Math[t(353)]()*e+1,10);case 2:return parseInt(Math.random()*(c-e+1)+e,10);default:return 0}}function whenDOMReadyRandomFriendsPostJS(){var e=_0x4c6c9e;document[e(352)](e(434))&&initRandomPost()}whenDOMReadyRandomFriendsPostJS(),document.addEventListener(_0x4c6c9e(365),whenDOMReadyRandomFriendsPostJS);
1
+ "use strict";var _0x575923=_0x441b;!function(){for(var t=_0x441b,o=_0x4c2e();;)try{if(604694===parseInt(t(384))/1+parseInt(t(357))/2+-parseInt(t(422))/3+-parseInt(t(387))/4*(-parseInt(t(419))/5)+parseInt(t(408))/6+-parseInt(t(396))/7+parseInt(t(399))/8*(-parseInt(t(355))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}();var frdata={apiurl:_0x575923(411),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=[_0x575923(385),_0x575923(458),_0x575923(352),_0x575923(374),"挖掘秦始皇坟时找到了",_0x575923(454),_0x575923(436),_0x575923(447),_0x575923(368),"外星人降临地球学习地球文化,落地时被你塞了",_0x575923(375),_0x575923(421),_0x575923(445),"隔壁家的孩子数学考了满分,都是因为看了","隔壁家的孩子英语考了满分,都是因为看了","小米研发了全新一代MIX手机,据说灵感",_0x575923(349),_0x575923(380),_0x575923(432),_0x575923(451),_0x575923(362),"飞机窗户似乎被一张纸糊上了,仔细一看是",_0x575923(394),_0x575923(395),"新版语文书拟增加一篇熟读并背诵的",_0x575923(406),"今年的高考满分作文是",_0x575923(347),"科学家发现能够解决衰老的秘密,就是每日研读",_0x575923(365),"新的iPhone产能很足,新的进货渠道是","今年亩产突破了八千万斤,多亏了",_0x575923(377),_0x575923(358),_0x575923(376),_0x575923(366),_0x575923(446),"踏破铁血无觅处,得来全靠",_0x575923(356),"因为卷子上没写名字,老师罚抄","为了抗议世间的不公,割破手指写下了",_0x575923(388),_0x575923(429),_0x575923(414),_0x575923(423),_0x575923(418),"科学家解刨了第一个感染丧尸病毒的人,发现丧尸抗体存在于",_0x575923(453),_0x575923(425),_0x575923(448),_0x575923(361),_0x575923(439),_0x575923(389),"这化仙池水乃上古真仙对后人的考校,要求熟读并背诵",_0x575923(393),_0x575923(404),_0x575923(354),_0x575923(398),_0x575923(383),_0x575923(359),_0x575923(405),"你的背景太假了,我的就逼真多了,学到这个技术全是因为看了",_0x575923(351),"我真的栓Q了,我真的会谢如果你看",_0x575923(369),_0x575923(386),_0x575923(417),_0x575923(410),_0x575923(372),_0x575923(431),_0x575923(413),_0x575923(428),_0x575923(434),_0x575923(353),_0x575923(435),"读什么才能增智慧?当然是读","纳兰嫣然掏出了退婚书,可是发现出门带错了,结果拿出了一本",_0x575923(363),_0x575923(443),"游戏的规则就是这么的简单,你听懂了吗?管你听没听懂,快去看"],randomPostClick=0;function fetchRandomPost(){var t,o,n,r,a=_0x575923;document[a(438)](a(442))&&(0==randomPostWorking&&document.getElementById("random-post")&&(randomPostWorking=!0,t=randomPostTips[Math[a(426)](Math[a(430)]()*randomPostTips[a(373)])],"",o=1e4<randomPostTimes?"愿者上钩":1e3<randomPostTimes?a(444):1e3<randomPostTimes?a(350):100<randomPostTimes?a(360):75<randomPostTimes?"钓鱼王者":a(50<randomPostTimes?397:20<randomPostTimes?390:5<randomPostTimes?416:440),document[a(438)](a(415))[a(382)]=5<=randomPostTimes?a(441)+randomPostTimes+a(378)+o+")":"随机筛选...",n=randomNum(1e3,3e3),0==randomPostTimes&&(n=0),document[a(412)](a(391))[a(364)].opacity=a(400),randomPostClick*frdata[a(450)]+frdata[a(367)]<randomPostTimes&&0==Math[a(381)](Math[a(430)]())?document.getElementById("random-post")[a(382)]=a(403):(r=frdata.apiurl+a(456),fetch(r)[a(371)]((function(t){return t[a(449)]()})).then((function(o){var r=a,e=o[r(433)],s=o[r(427)],d=o[r(407)];document[r(412)](r(452))&&window[r(392)]((function(){var o=r;document[o(438)]("random-post")[o(382)]=t+o(402)+d+o(437)+s+'" rel="external nofollow">'+e+o(409),randomPostTimes+=1,localStorage[o(370)]("randomPostTimes",randomPostTimes),document[o(412)](o(391)).style[o(379)]="1"}),n)}))),randomPostWorking=!1))}function initRandomPost(){var t=_0x575923;document[t(412)](t(391))&&localStorage[t(424)]&&(randomPostTimes=parseInt(localStorage[t(424)]),randomPostClick=parseInt(localStorage[t(455)]),document[t(412)](".random-post-start").style[t(401)]=t(348),document.querySelector(".random-post-start")[t(364)].transform="rotate("+360*randomPostTimes+t(420)),fetchRandomPost()}function _0x441b(t,o){var n=_0x4c2e();return(_0x441b=function(t,o){return n[t-=347]})(t,o)}function randomClickLink(){randomPostClick+=1,localStorage[_0x575923(370)]("randomPostClick",randomPostClick)}function randomNum(t,o){var n=_0x575923;switch(arguments[n(373)]){case 1:return parseInt(Math[n(430)]()*t+1,10);case 2:return parseInt(Math.random()*(o-t+1)+t,10);default:return 0}}function whenDOMReadyRandomFriendsPostJS(){document[_0x575923(438)]("mycpen1-fcircle-page-tag")&&initRandomPost()}function _0x4c2e(){var t=["俯览天下","在大山中唱山歌,隔壁的阿妹跑来了,带着","三十年河东,三十年河西,莫欺我没有看过","你的同桌无情的从你的语文书中撕下了那篇你最喜欢的","有信心不一定会成功,没信心就去看","json","hungryFish","师傅说练武要先炼心,然后让我好生研读","#random-post","如果你有梦想的话,就要努力去看","在路边闲逛的时候随手买了一个","randomPostClick","randompost","addEventListener","在河边打了个喷嚏,吓跑了","唐僧揭开了佛祖压在五指山上的","0.3s","修炼渡劫成功,还好提前看了","超越神了","我是云南的,云南怒江的,怒江芦水市,芦水市六库,六库傈僳族,傈僳族是","你和小伙伴抢夺着","芷莲姑娘大摆擂台,谁若是能读完此书,便可娶了她。然后从背后掏出了","我就是神奇宝贝大师!我这只小火龙可是","4322664OyJzBb","今日双色球中了两千万,预测全靠","1850134rvPuau","黑钻风跟白钻风说道,吃了唐僧肉能长生不老,他知道是因为看了","上古遗迹中写道,只要习得此书,便得成功。你定睛一看,原来是","绝世渔夫","你真正是谁并不重要,重要的是你看没看过","科考队在南极大陆发现了被冰封的","你要尽全力保护你的梦想。那些嘲笑你的人,他们必定会失败,他们想把你变成和他们一样的人。如果你有梦想的话,就要努力去读","style","英特尔发布了全新的至强处理器,其芯片的制造原理都是","种下一篇文章就会产生很多很多文章,我种下了","defaultFish","考古学家近日发现了","你已经习得退退退神功,接下来的心法已经被记录在","setItem","then","你抽到了金色普通文章,它是","length","你击败了巨龙,在巢穴中发现了","从图书馆顶层的隐秘角落里发现了闪着金光的","上卫生间没带纸,直接提裤跑路也不愿意玷污手中","陆隐一统天上宗,在无数祖境高手的目光下宣读了"," 当前称号:","opacity","库克坐上了苹果CEO的宝座,因为他面试的时候看了","round","innerHTML","我就是神奇宝贝大师!我这只杰尼龟可是","525666KoHBsW","钓到了绝世好文!","人生无常大肠包小肠,小肠包住了","104dLKnHw","在艺术大街上被贴满了相同的纸,走近一看是","上百祖境高手在天威湖大战三天三夜为了抢夺","钓鱼专家",".random-post-start","setTimeout","庆氏三千年根基差点竟被你小子毁于一旦,能够被我拯救全是因为我看了","历史上满写的仁义道德四个字,透过字缝里却全是","十几年前的录音机似乎还能够使用,插上电发现正在播的是","2591526VhgNLy","钓鱼宗师","我就是神奇宝贝大师!我这只可达鸭可是","40VSlCwv","0.2","transitionDuration","来自友链 <b>","因为只钓鱼不吃鱼,过分饥饿导致本次钓鱼失败...(点击任意一篇钓鱼获得的文章即可恢复)","我就是神奇宝贝大师!我这只皮卡丘可是","奶奶的,玩阴的是吧,我就是双料特工代号穿山甲,","经调查,99%的受访者都没有背诵过","author","5225358DkeSuB","</a>","你收到了稀有文章,它是","https://hexo-circle.cpen.top/","querySelector","你抽到了传说文章!它是","今日被一篇文章顶上了微博热搜,它是","random-post","钓鱼高手","你抽到了普通文章,它是","UZI一个走A拿下五杀,在事后采访时说他当时回想起了","226135UrDWxn","deg)","徒弟修炼走火入魔,为师立刻掏出了","363408dYVujS","你送给乞丐一个暴富秘籍,它是","randomPostTimes","决定我们成为什么样人的,不是我们的能力,而是是否看过","floor","link","哇!金色传说!你抽到了金色传说文章,它是","这区区迷阵岂能难得住我?其实能走出来多亏了","random","你抽到了金色稀有文章,它是","阿里巴巴大喊芝麻开门,映入眼帘的就是","title","报告!侦察兵说在前往300米有一个男子在偷偷看一本书,上面赫然写着","请问你的梦想是什么?我的梦想是能读到","从学校班主任那拿来了孩子上课偷偷看的",'</b> 的文章:<a class="random-friends-post" onclick="randomClickLink()" target="_blank" href="',"getElementById","玄天境重要的是锻体,为师赠你此书,好好修炼去吧,这是","钓鱼新手","随机筛选... (Lv.","mycpen1-fcircle-page-tag","走人生的路就像爬山一样,看起来走了许多冤枉的路,崎岖的路,但终究需要读完"];return(_0x4c2e=function(){return t})()}whenDOMReadyRandomFriendsPostJS(),document[_0x575923(457)]("pjax:complete",whenDOMReadyRandomFriendsPostJS);
package/js/tianli_gpt.js CHANGED
@@ -1 +1 @@
1
- const _0x3c4275=_0xf954;function _0xf954(t,n){const e=_0x32de();return(_0xf954=function(t,n){return e[t-=295]})(t,n)}function whenDOMReadyTianliGPT(){const t=_0xf954;function n(n){const e=t;!function(){const n=t,e=document[n(312)](n(402));e&&e[n(313)][n(341)](e)}();const i=document[e(312)](n);if(!i)return;const o=document.createElement(e(362));o[e(389)]=e(383);const s=document[e(303)](e(362));s[e(389)]=e(309),o.appendChild(s);const a=document[e(303)]("i");a[e(389)]=e(394),s[e(300)](a),a[e(311)]='<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.createElement(e(362));l.className=e(365),l[e(391)]=e(335),s[e(300)](l);const r=document[e(303)](e(362));r[e(389)]=e(363),r.id=e(363),r[e(391)]=e(331),s[e(300)](r);const c=document[e(303)](e(362));c[e(389)]="tianliGPT-explanation",c[e(311)]=e(328)+e(360),o[e(300)](c),i.insertBefore(o,i[e(316)])}tianliGPT_postSelector=t(354),tianliGPT_key_list=[t(340),t(314),t(348),t(384),t(395)],tianliGPT_randomIndex=Math[t(347)](Math[t(324)]()*tianliGPT_key_list[t(298)]),tianliGPT_key=tianliGPT_key_list[tianliGPT_randomIndex],tianliGPTIsRunning=!1,tianliGPT_postURL=t(361),tianliGPT_typingAnimate=!1;var e={getTitleAndContent:function(){const n=t;try{const t=document[n(339)],e=document[n(312)](tianliGPT_postSelector);if(!e)return console[n(358)]("TianliGPT:找不到文章容器。请尝试将引入的代码放入到文章容器之后。如果本身没有打算使用摘要功能可以忽略此提示。"),"";const i=e[n(387)]("p"),o=e[n(297)]("h1, h2, h3, h4, h5");let s="";for(let t of o)s+=t[n(359)]+" ";for(let t of i){s+=t[n(359)][n(295)](/https?:\/\/[^\s]+/g,"")}const a=t+" "+s;let l=1e3;typeof tianliGPT_wordLimit!==n(375)&&(l=tianliGPT_wordLimit);return a[n(376)](0,l)}catch(t){return console[n(315)](n(330),t),""}},fetchTianliGPT:async function(n){const e=t;if(window.location.host!==e(371))return e(296);if(!tianliGPT_key)return e(318);if("5Q5mpqRK5DkwT1X9Gi5e"===tianliGPT_key)return e(370);var i=window[e(393)][e(380)];const o=document[e(339)],s=e(305)+encodeURIComponent(n)+e(301)+encodeURIComponent(tianliGPT_key)+e(310)+encodeURIComponent(i)+e(377)+encodeURIComponent(o);try{const t=new AbortController,n=(setTimeout((()=>t[e(349)]()),2e4),await fetch(s,{signal:t[e(325)]}));if(n.ok){return(await n[e(399)]())[e(392)]}throw 402===n.status&&document[e(297)](e(402))[e(320)]((t=>{const n=e;t[n(353)][n(306)]=n(385)})),new Error(e(344))}catch(t){return t[e(378)]===e(323)?window.location[e(373)]===e(332)?(console[e(358)](e(382)),e(338)):(console[e(315)](e(319)),"获取文章摘要超时。当你出现这个问题时,可能是key或者绑定的域名不正确。也可能是因为文章过长导致的 AI 运算量过大,你可以稍等一下然后刷新页面重试。"):(console.error(e(308),t),e(379))}},aiShowAnimation:function(n){const e=t,i=document.querySelector(e(367));if(!i)return;if(tianliGPTIsRunning)return;if("undefined"!=typeof tianliGPT_typingAnimate&&!tianliGPT_typingAnimate)return void(i[e(311)]=n);tianliGPTIsRunning=!0;i[e(353)][e(306)]=e(326),i.innerHTML=e(328)+e(360);let o=!0,s=0,a=performance[e(329)]();const l=()=>{const t=e;if(s<n[t(298)]&&o){const e=performance[t(329)](),o=e-a,c=n[t(376)](s,s+1);o>=(/[,。!、?,.!?]/[t(336)](c)?150:25)&&(i[t(359)]=n.slice(0,s+1),a=e,s++,s<n.length?i[t(311)]=n.slice(0,s)+t(360):(i.innerHTML=n,i[t(353)][t(306)]=t(326),tianliGPTIsRunning=!1,r[t(351)]())),requestAnimationFrame(l)}},r=new IntersectionObserver((t=>{const n=e;let i=t[0][n(302)];o=i,o&&setTimeout((()=>{requestAnimationFrame(l)}),200)}),{threshold:0});let c=document.querySelector(e(402));r[e(333)](c)}};function i(){const i=t;n(tianliGPT_postSelector);const o=e[i(334)]();postUrlIsContained=null,tianligptJsonData&&(postHref=window.location[i(380)],postRegex=/\/+posts\/+([\w-]+)(\.html)?/,postMatch=postHref[i(299)](postRegex),postFilteredValue=postMatch?postMatch[1]:null,postUrl=i(403)+i(345)+postFilteredValue+i(346),postUrlIsContained=postsUrls[i(307)](postUrl)),postUrlIsContained?(postMatchedSummary=tianligptJsonData.summaries[i(401)]((t=>t[i(356)]===postUrl)),postSummary=postMatchedSummary[i(392)],e[i(343)](postSummary)):e.fetchTianliGPT(o)[i(397)]((t=>{e.aiShowAnimation(t)}))}!function(){const n=t;if(typeof tianliGPT_postURL!==n(375))try{const t=t=>{const i=n;return new RegExp("^"+t[i(337)](/\*+/)[i(398)](e)[i(321)](".*")+"$")},e=t=>{const e=n;return t.replace(/[|\\{}()[\]^$+*?.]/g,e(366))},o=t(tianliGPT_postURL),s=window.location[n(380)];o[n(336)](s)&&i()}catch(t){console[n(315)]("TianliGPT:我没有看懂你编写的自定义链接规则,所以我决定不执行摘要功能",t)}else i()}()}function _0x32de(){const t=["replace","获取文章摘要失败,请访问 blog.cpen.top","querySelectorAll","length","match","appendChild","&key=","isIntersecting","createElement","13379337pbvIRz","https://summary.tianli0.top/?content=","display","includes","请求失败:","tianliGPT-title","&url=","innerHTML","querySelector","parentElement","FbXpqokdh8qY61bdJEme","error","firstChild","11916408ziRFuo","没有获取到key,代码可能没有安装正确。如果你需要在tianli_gpt文件引用前定义tianliGPT_key变量。详细请查看文档。","请求超时","forEach","join","加载文件失败:","AbortError","random","signal","block","5453135JtQrmf","生成中...","now","TianliGPT错误:可能由于一个或多个错误导致没有正常运行,原因出在获取文章容器中的内容失败,或者可能是在文章转换过程中失败。","TianliGPT","localhost","observe","getTitleAndContent","文章摘要","test","split","获取文章摘要超时。请勿在本地主机上测试 API 密钥。","title","6NnrHU4xKAPwwYxZr8WB","removeChild","GET","aiShowAnimation","TianliGPT:余额不足,请充值后请求新的文章","posts/",".html","floor","PKgVCDRcgwtP4X7bIBBB","abort","statusText","disconnect","parse","style","#post #article-container","3896820DUtARc","url","status","warn","innerText",'<span class="blinking-cursor"></span>',"*/posts/*","div","tianliGPT-tag","1rzrVVp","tianliGPT-title-text","\\$&",".tianliGPT-explanation","responseText","4634301JrBSxV","请购买 key 使用,如果你能看到此条内容,则说明代码安装正确。","blog.cpen.top","4qiOxFX","hostname","open","undefined","slice","&title=","name","获取文章摘要失败,请稍后再试。","href","https://cdn.cbd.int/mycpen-blog@0.0.0-ezbiurvnaj/json/tianli_gpt.json","警告:请勿在本地主机上测试 API 密钥。","post-TianliGPT","OVWfZmDbf1jqsE0OXW4C","none","9053142zNNrjF","getElementsByTagName","addEventListener","className","pjax:complete","textContent","summary","location","tianliGPT-title-icon","WF6NSQdXy7nBmc6BaiFo","summaries","then","map","json","2256586eQjLnS","find",".post-TianliGPT","https://blog.cpen.top/"];return(_0x32de=function(){return t})()}if(function(){const t=_0xf954,n=_0x32de();for(;;)try{if(860307===parseInt(t(364))/1*(-parseInt(t(400))/2)+parseInt(t(369))/3+-parseInt(t(372))/4*(-parseInt(t(327))/5)+parseInt(t(355))/6+-parseInt(t(386))/7+-parseInt(t(317))/8+parseInt(t(304))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(),xhr=new XMLHttpRequest,xhr[_0x3c4275(374)](_0x3c4275(342),_0x3c4275(381),!1),xhr.send(),200===xhr[_0x3c4275(357)])try{tianligptJsonData=JSON[_0x3c4275(352)](xhr[_0x3c4275(368)]),postsUrls=tianligptJsonData[_0x3c4275(396)][_0x3c4275(398)]((t=>t[_0x3c4275(356)]))}catch(t){console[_0x3c4275(315)]("解析JSON数据出错:",t),tianligptJsonData=null}else console[_0x3c4275(315)](_0x3c4275(322),xhr[_0x3c4275(350)]),tianligptJsonData=null;whenDOMReadyTianliGPT(),document[_0x3c4275(388)](_0x3c4275(390),whenDOMReadyTianliGPT);
1
+ const _0x24a627=_0x44cf;function whenDOMReadyTianliGPT(){const t=_0x44cf;function n(n){const e=t;!function(){const n=t,e=document[n(307)](n(328));e&&e[n(332)][n(338)](e)}();const i=document[e(307)](n);if(!i)return;const o=document[e(294)](e(311));o[e(322)]=e(331);const a=document[e(294)]("div");a.className=e(312),o[e(333)](a);const s=document[e(294)]("i");s.className=e(325),a.appendChild(s),s[e(308)]='<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.createElement(e(311));l[e(322)]=e(320),l[e(277)]=e(360),a[e(333)](l);const r=document[e(294)]("div");r[e(322)]=e(271),r.id=e(271),r[e(277)]=e(316),a[e(333)](r);const c=document.createElement(e(311));c[e(322)]=e(367),c[e(308)]=e(348)+e(344),o[e(333)](c),i.insertBefore(o,i.firstChild)}tianliGPT_postSelector=t(369),tianliGPT_key_list=[t(273),"FbXpqokdh8qY61bdJEme","PKgVCDRcgwtP4X7bIBBB",t(285),"WF6NSQdXy7nBmc6BaiFo"],tianliGPT_randomIndex=Math.floor(Math[t(290)]()*tianliGPT_key_list[t(288)]),tianliGPT_key=tianliGPT_key_list[tianliGPT_randomIndex],tianliGPTIsRunning=!1,tianliGPT_postURL=t(284),tianliGPT_typingAnimate=!1;var e={getTitleAndContent:function(){const n=t;try{const t=document[n(346)],e=document[n(307)](tianliGPT_postSelector);if(!e)return console.warn(n(358)),"";const i=e[n(278)]("p"),o=e[n(335)]("h1, h2, h3, h4, h5");let a="";for(let t of o)a+=t[n(300)]+" ";for(let t of i){a+=t[n(300)][n(317)](/https?:\/\/[^\s]+/g,"")}const s=t+" "+a;let l=1e3;typeof tianliGPT_wordLimit!==n(351)&&(l=tianliGPT_wordLimit);return s[n(349)](0,l)}catch(t){return console.error(n(329),t),""}},fetchTianliGPT:async function(n){const e=t;if(window.location[e(314)]!==e(374))return e(347);if(!tianliGPT_key)return e(361);if(tianliGPT_key===e(340))return"请购买 key 使用,如果你能看到此条内容,则说明代码安装正确。";var i=window.location[e(354)];const o=document[e(346)],a=e(334)+encodeURIComponent(n)+e(339)+encodeURIComponent(tianliGPT_key)+e(301)+encodeURIComponent(i)+e(279)+encodeURIComponent(o);try{const t=new AbortController,n=(setTimeout((()=>t[e(363)]()),2e4),await fetch(a,{signal:t[e(359)]}));if(n.ok){return(await n[e(292)]())[e(315)]}throw 402===n[e(372)]&&document[e(335)](e(328))[e(319)]((t=>{const n=e;t[n(370)][n(356)]="none"})),new Error(e(313))}catch(t){return"AbortError"===t[e(303)]?window[e(352)].hostname===e(368)?(console[e(291)](e(287)),e(275)):(console[e(283)]("请求超时"),e(371)):(console[e(283)](e(318),t),e(304))}},aiShowAnimation:function(n){const e=t,i=document[e(307)](e(295));if(!i)return;if(tianliGPTIsRunning)return;if(typeof tianliGPT_typingAnimate!==e(351)&&!tianliGPT_typingAnimate)return void(i.innerHTML=n);tianliGPTIsRunning=!0;i[e(370)][e(356)]=e(341),i.innerHTML=e(348)+e(344);let o=!0,a=0,s=performance[e(310)]();const l=()=>{const t=e;if(a<n[t(288)]&&o){const e=performance[t(310)](),o=e-s,c=n[t(349)](a,a+1);o>=(/[,。!、?,.!?]/.test(c)?150:25)&&(i[t(300)]=n[t(349)](0,a+1),s=e,a++,a<n.length?i[t(308)]=n.slice(0,a)+t(344):(i[t(308)]=n,i[t(370)][t(356)]=t(341),tianliGPTIsRunning=!1,r[t(365)]())),requestAnimationFrame(l)}},r=new IntersectionObserver((t=>{const n=e;let i=t[0][n(355)];o=i,o&&setTimeout((()=>{requestAnimationFrame(l)}),200)}),{threshold:0});let c=document[e(307)](e(328));r[e(336)](c)}};function i(){const i=t;n(tianliGPT_postSelector);const o=e[i(375)]();postUrlIsContained=null,tianligptJsonData&&(postHref=window[i(352)][i(354)],postRegex=/\/+posts\/+([\w-]+)(\.html)?/,postMatch=postHref[i(337)](postRegex),postFilteredValue=postMatch?postMatch[1]:null,postUrl="https://blog.cpen.top/"+i(297)+postFilteredValue+i(357),postUrlIsContained=postsUrls[i(342)](postUrl)),postUrlIsContained?(postMatchedSummary=tianligptJsonData[i(353)][i(373)]((t=>t[i(281)]===postUrl)),postSummary=postMatchedSummary[i(315)],e.aiShowAnimation(postSummary)):e[i(326)](o)[i(274)]((t=>{e[i(366)](t)}))}!function(){const n=t;if(typeof tianliGPT_postURL!==n(351))try{const t=t=>{const i=n;return new RegExp("^"+t[i(302)](/\*+/)[i(309)](e)[i(305)](".*")+"$")},e=t=>{const e=n;return t[e(317)](/[|\\{}()[\]^$+*?.]/g,e(376))},o=t(tianliGPT_postURL),a=window.location.href;o[n(298)](a)&&i()}catch(t){console[n(283)](n(286),t)}else i()}()}function _0x44cf(t,n){const e=_0x2784();return(_0x44cf=function(t,n){return e[t-=271]})(t,n)}function _0x2784(){const t=["querySelectorAll","observe","match","removeChild","&key=","5Q5mpqRK5DkwT1X9Gi5e","block","includes","加载文件失败:",'<span class="blinking-cursor"></span>',"12ZFEboP","title","获取文章摘要失败,请访问 blog.cpen.top","生成中...","slice","parse","undefined","location","summaries","href","isIntersecting","display",".html","TianliGPT:找不到文章容器。请尝试将引入的代码放入到文章容器之后。如果本身没有打算使用摘要功能可以忽略此提示。","signal","文章摘要","没有获取到key,代码可能没有安装正确。如果你需要在tianli_gpt文件引用前定义tianliGPT_key变量。详细请查看文档。","4vKrpzN","abort","open","disconnect","aiShowAnimation","tianliGPT-explanation","localhost","#post #article-container","style","获取文章摘要超时。当你出现这个问题时,可能是key或者绑定的域名不正确。也可能是因为文章过长导致的 AI 运算量过大,你可以稍等一下然后刷新页面重试。","status","find","blog.cpen.top","getTitleAndContent","\\$&","tianliGPT-tag","responseText","6NnrHU4xKAPwwYxZr8WB","then","获取文章摘要超时。请勿在本地主机上测试 API 密钥。","914190eCtWKI","textContent","getElementsByTagName","&title=","GET","url","1791eMBDRq","error","*/posts/*","OVWfZmDbf1jqsE0OXW4C","TianliGPT:我没有看懂你编写的自定义链接规则,所以我决定不执行摘要功能","警告:请勿在本地主机上测试 API 密钥。","length","statusText","random","warn","json","408RqXQgF","createElement",".tianliGPT-explanation","5497272CAhfnv","posts/","test","解析JSON数据出错:","innerText","&url=","split","name","获取文章摘要失败,请稍后再试。","join","pjax:complete","querySelector","innerHTML","map","now","div","tianliGPT-title","TianliGPT:余额不足,请充值后请求新的文章","host","summary","TianliGPT","replace","请求失败:","forEach","tianliGPT-title-text","64265XTLSsU","className","18DtRVuG","847952wYHKsD","tianliGPT-title-icon","fetchTianliGPT","1569512pINWCg",".post-TianliGPT","TianliGPT错误:可能由于一个或多个错误导致没有正常运行,原因出在获取文章容器中的内容失败,或者可能是在文章转换过程中失败。","261071HgWmZk","post-TianliGPT","parentElement","appendChild","https://summary.tianli0.top/?content="];return(_0x2784=function(){return t})()}if(function(){const t=_0x44cf,n=_0x2784();for(;;)try{if(298319===parseInt(t(330))/1+parseInt(t(293))/2*(-parseInt(t(282))/3)+parseInt(t(362))/4*(-parseInt(t(321))/5)+parseInt(t(345))/6*(-parseInt(t(327))/7)+-parseInt(t(324))/8*(-parseInt(t(323))/9)+-parseInt(t(276))/10+parseInt(t(296))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(),xhr=new XMLHttpRequest,xhr[_0x24a627(364)](_0x24a627(280),"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbjbqcouf/json/tianli_gpt.json",!1),xhr.send(),200===xhr.status)try{tianligptJsonData=JSON[_0x24a627(350)](xhr[_0x24a627(272)]),postsUrls=tianligptJsonData[_0x24a627(353)][_0x24a627(309)]((t=>t[_0x24a627(281)]))}catch(t){console[_0x24a627(283)](_0x24a627(299),t),tianligptJsonData=null}else console[_0x24a627(283)](_0x24a627(343),xhr[_0x24a627(289)]),tianligptJsonData=null;whenDOMReadyTianliGPT(),document.addEventListener(_0x24a627(306),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-ezbiurvnaj/img/pwa/36.png","sizes":"36x36","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbiurvnaj/img/pwa/48.png","sizes":"48x48","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbiurvnaj/img/pwa/72.png","sizes":"72x72","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbiurvnaj/img/pwa/96.png","sizes":"96x96","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbiurvnaj/img/pwa/144.png","sizes":"144x144","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbiurvnaj/img/pwa/192.png","sizes":"192x192","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbiurvnaj/img/pwa/196.png","sizes":"196x196","type":"image/png","purpose":"any maskable"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbiurvnaj/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-ezbjbqcouf/img/pwa/36.png","sizes":"36x36","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbjbqcouf/img/pwa/48.png","sizes":"48x48","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbjbqcouf/img/pwa/72.png","sizes":"72x72","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbjbqcouf/img/pwa/96.png","sizes":"96x96","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbjbqcouf/img/pwa/144.png","sizes":"144x144","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbjbqcouf/img/pwa/192.png","sizes":"192x192","type":"image/png"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbjbqcouf/img/pwa/196.png","sizes":"196x196","type":"image/png","purpose":"any maskable"},{"src":"https://cdn.cbd.int/mycpen-blog@0.0.0-ezbjbqcouf/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-ezbiurvnaj/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-ezbjbqcouf/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-ezbiurvnaj/music1/img/192.png",
11
+ "src": "https://cdn.cbd.int/mycpen-blog@0.0.0-ezbjbqcouf/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-ezbiurvnaj/music1/img/512.png",
16
+ "src": "https://cdn.cbd.int/mycpen-blog@0.0.0-ezbjbqcouf/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-ezbiurvnaj",
3
+ "version": "0.0.0-ezbjbqcouf",
4
4
  "description": "mycpen blog static file",
5
5
  "main": "index.js",
6
6
  "directories": {
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-ezbiurvnaj/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-ezbjbqcouf/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}