mycpen-blog 0.0.0-fyvdazuhhw → 0.0.0-fzawurbncn

Sign up to get free protection for your applications and to get access to all the features.
package/js/utils.js CHANGED
@@ -1,203 +1 @@
1
- const btf={debounce:(e,t=0,n=!1)=>{let o;return(...i)=>{const a=n&&!o;clearTimeout(o),o=setTimeout((()=>{o=null,n||e(...i)}),t),a&&e(...i)}},throttle:function(e,t,n={}){let o,i,a,l=0;const s=()=>{l=!1===n.leading?0:(new Date).getTime(),o=null,e.apply(i,a),o||(i=a=null)};return(...d)=>{const r=(new Date).getTime();l||!1!==n.leading||(l=r);const c=t-(r-l);i=this,a=d,c<=0||c>t?(o&&(clearTimeout(o),o=null),l=r,e.apply(i,a),o||(i=a=null)):o||!1===n.trailing||(o=setTimeout(s,c))}},sidebarPaddingR:()=>{const e=window.innerWidth,t=document.body.clientWidth,n=e-t;e!==t&&(document.body.style.paddingRight=n+"px")},snackbarShow:(e,t=!1,n=2e3)=>{const{position:o,bgLight:i,bgDark:a}=GLOBAL_CONFIG.Snackbar,l="light"===document.documentElement.getAttribute("data-theme")?i:a;Snackbar.show({text:e,backgroundColor:l,showAction:t,duration:n,pos:o,customClass:"snackbar-css"})},diffDate:(e,t=!1)=>{const n=new Date,o=new Date(e),i=n.getTime()-o.getTime(),a=36e5,l=24*a,s=30*l,{dateSuffix:d}=GLOBAL_CONFIG;if(!t)return parseInt(i/l);const r=i/s,c=i/l,m=i/a,u=i/6e4;return r>12?o.toISOString().slice(0,10):r>=1?`${parseInt(r)} ${d.month}`:c>=1?`${parseInt(c)} ${d.day}`:m>=1?`${parseInt(m)} ${d.hour}`:u>=1?`${parseInt(u)} ${d.min}`:d.just},loadComment:(e,t)=>{if("IntersectionObserver"in window){const n=new IntersectionObserver((e=>{e[0].isIntersecting&&(t(),n.disconnect())}),{threshold:[0]});n.observe(e)}else t()},scrollToDest:(e,t=500)=>{const n=window.pageYOffset,o=document.getElementById("page-header").classList.contains("fixed");if((n>e||o)&&(e-=70),"scrollBehavior"in document.documentElement.style)return void window.scrollTo({top:e,behavior:"smooth"});let i=null;e=+e,window.requestAnimationFrame((function o(a){i=i||a;const l=a-i;n<e?window.scrollTo(0,(e-n)*l/t+n):window.scrollTo(0,n-(n-e)*l/t),l<t?window.requestAnimationFrame(o):window.scrollTo(0,e)}))},animateIn:(e,t)=>{e.style.display="block",e.style.animation=t},animateOut:(e,t)=>{e.addEventListener("animationend",(function t(){e.style.display="",e.style.animation="",e.removeEventListener("animationend",t)})),e.style.animation=t},wrap:(e,t,n)=>{const o=document.createElement(t);for(const[e,t]of Object.entries(n))o.setAttribute(e,t);e.parentNode.insertBefore(o,e),o.appendChild(e)},isHidden:e=>0===e.offsetHeight&&0===e.offsetWidth,getEleTop:e=>{let t=e.offsetTop,n=e.offsetParent;for(;null!==n;)t+=n.offsetTop,n=n.offsetParent;return t},loadLightbox:e=>{const t=GLOBAL_CONFIG.lightbox;"mediumZoom"===t&&mediumZoom(e,{background:"var(--zoom-bg)"}),"fancybox"===t&&(Array.from(e).forEach((e=>{if("A"!==e.parentNode.tagName){const t=e.dataset.lazySrc||e.src,n=e.title||e.alt||"";btf.wrap(e,"a",{href:t,"data-fancybox":"gallery","data-caption":n,"data-thumb":t})}})),window.fancyboxRun||(Fancybox.bind("[data-fancybox]",{Hash:!1,Thumbs:{showOnStart:!1},Images:{Panzoom:{maxScale:4}},Carousel:{transition:"slide"},Toolbar:{display:{left:["infobar"],middle:["zoomIn","zoomOut","toggle1to1","rotateCCW","rotateCW","flipX","flipY"],right:["slideshow","thumbs","close"]}}}),window.fancyboxRun=!0))},setLoading:{add:e=>{e.insertAdjacentHTML("afterend",'\n <div class="loading-container">\n <div class="loading-item">\n <div></div><div></div><div></div><div></div><div></div>\n </div>\n </div>\n ')},remove:e=>{e.nextElementSibling.remove()}},updateAnchor:e=>{if(e!==window.location.hash){e||(e=location.pathname);const t=GLOBAL_CONFIG_SITE.title;window.history.replaceState({url:location.href,title:t},t,e)}},getScrollPercent:(e,t)=>{const n=t.clientHeight,o=document.documentElement.clientHeight,i=(e-t.offsetTop)/(n>o?n-o:document.documentElement.scrollHeight-o),a=Math.round(100*i);return a>100?100:a<=0?0:a},addGlobalFn:(e,t,n=!1,o=window)=>{const i=o.globalFn||{},a=i[e]||{};n&&a[n]||(a[n=n||Object.keys(a).length]=t,i[e]=a,o.globalFn=i)},addEventListenerPjax:(e,t,n,o=!1)=>{e.addEventListener(t,n,o),btf.addGlobalFn("pjax",(()=>{e.removeEventListener(t,n,o)}))},removeGlobalFnEvent:(e,t=window)=>{const{globalFn:n={}}=t,o=n[e]||{},i=Object.keys(o);i.length&&(i.forEach((e=>{o[e]()})),delete t.globalFn[e])}};2c = () => {
2
- const _0x33df15 = _0x5a26;
3
- _0x30eb3b = _0x55f1ef[_0x33df15(0xc9)] === ![] ? 0x0 : new Date()[_0x33df15(0xc6)](), _0x459c05 = null, _0x39d8b4['apply'](_0x22ac49, _0x52a61f);
4
- if (!_0x459c05)
5
- _0x22ac49 = _0x52a61f = null;
6
- }, _0x41a0b4 = (..._0x57dba9) => {
7
- const _0x11b7e2 = _0x5a26, _0xb98c13 = new Date()[_0x11b7e2(0xc6)]();
8
- if (!_0x30eb3b && _0x55f1ef[_0x11b7e2(0xc9)] === ![])
9
- _0x30eb3b = _0xb98c13;
10
- const _0x12a35f = _0x37221b - (_0xb98c13 - _0x30eb3b);
11
- _0x22ac49 = this, _0x52a61f = _0x57dba9;
12
- if (_0x12a35f <= 0x0 || _0x12a35f > _0x37221b) {
13
- _0x459c05 && (clearTimeout(_0x459c05), _0x459c05 = null);
14
- _0x30eb3b = _0xb98c13, _0x39d8b4[_0x11b7e2(0xd1)](_0x22ac49, _0x52a61f);
15
- if (!_0x459c05)
16
- _0x22ac49 = _0x52a61f = null;
17
- } else
18
- !_0x459c05 && _0x55f1ef[_0x11b7e2(0xb1)] !== ![] && (_0x459c05 = setTimeout(_0x2a662c, _0x12a35f));
19
- };
20
- return _0x41a0b4;
21
- },
22
- 'sidebarPaddingR': () => {
23
- const _0x3ada5d = _0x5a26, _0x1886da = window[_0x3ada5d(0xeb)], _0x33f805 = document['body'][_0x3ada5d(0xb4)], _0x5eebab = _0x1886da - _0x33f805;
24
- _0x1886da !== _0x33f805 && (document[_0x3ada5d(0xdd)][_0x3ada5d(0xce)]['paddingRight'] = _0x5eebab + 'px');
25
- },
26
- 'snackbarShow': (_0x267760, _0x20d1e4 = ![], _0x2e5f7f = 0x7d0) => {
27
- const _0x184c93 = _0x5a26, {
28
- position: _0x7a8032,
29
- bgLight: _0x2f557e,
30
- bgDark: _0x194701
31
- } = GLOBAL_CONFIG[_0x184c93(0xaf)], _0xe3b9a6 = document[_0x184c93(0xcc)][_0x184c93(0xbf)](_0x184c93(0xd0)) === _0x184c93(0xac) ? _0x2f557e : _0x194701;
32
- Snackbar['show']({
33
- 'text': _0x267760,
34
- 'backgroundColor': _0xe3b9a6,
35
- 'showAction': _0x20d1e4,
36
- 'duration': _0x2e5f7f,
37
- 'pos': _0x7a8032,
38
- 'customClass': 'snackbar-css'
39
- });
40
- },
41
- 'diffDate': (_0x4cb516, _0x29f8e4 = ![]) => {
42
- const _0x259657 = _0x5a26, _0x54d63d = new Date(), _0x5e58bb = new Date(_0x4cb516), _0x1076e6 = _0x54d63d['getTime']() - _0x5e58bb[_0x259657(0xc6)](), _0x4bbf33 = 0x3e8 * 0x3c, _0x52daaa = _0x4bbf33 * 0x3c, _0x47e76b = _0x52daaa * 0x18, _0x45a6e1 = _0x47e76b * 0x1e, {dateSuffix: _0x4a0d7d} = GLOBAL_CONFIG;
43
- if (!_0x29f8e4)
44
- return parseInt(_0x1076e6 / _0x47e76b);
45
- const _0x355e9 = _0x1076e6 / _0x45a6e1, _0x2bb31f = _0x1076e6 / _0x47e76b, _0x4a2075 = _0x1076e6 / _0x52daaa, _0x231f98 = _0x1076e6 / _0x4bbf33;
46
- if (_0x355e9 > 0xc)
47
- return _0x5e58bb[_0x259657(0xcf)]()[_0x259657(0xa1)](0x0, 0xa);
48
- if (_0x355e9 >= 0x1)
49
- return parseInt(_0x355e9) + '\x20' + _0x4a0d7d[_0x259657(0xb3)];
50
- if (_0x2bb31f >= 0x1)
51
- return parseInt(_0x2bb31f) + '\x20' + _0x4a0d7d[_0x259657(0xa8)];
52
- if (_0x4a2075 >= 0x1)
53
- return parseInt(_0x4a2075) + '\x20' + _0x4a0d7d['hour'];
54
- if (_0x231f98 >= 0x1)
55
- return parseInt(_0x231f98) + '\x20' + _0x4a0d7d[_0x259657(0xd3)];
56
- return _0x4a0d7d[_0x259657(0xd9)];
57
- },
58
- 'loadComment': (_0x262e75, _0x502df8) => {
59
- const _0x52be47 = _0x5a26;
60
- if (_0x52be47(0xd5) in window) {
61
- const _0x16c767 = new IntersectionObserver(_0x1dacae => {
62
- const _0x32e157 = _0x52be47;
63
- _0x1dacae[0x0][_0x32e157(0xb8)] && (_0x502df8(), _0x16c767[_0x32e157(0xd4)]());
64
- }, { 'threshold': [0x0] });
65
- _0x16c767[_0x52be47(0xdc)](_0x262e75);
66
- } else
67
- _0x502df8();
68
- },
69
- 'scrollToDest': (_0x5486f4, _0x2fa8de = 0x1f4) => {
70
- const _0x59d189 = _0x5a26, _0x2ab415 = window['pageYOffset'], _0x3ff6bd = document[_0x59d189(0xef)](_0x59d189(0xa0))[_0x59d189(0xe9)]['contains']('fixed');
71
- if (_0x2ab415 > _0x5486f4 || _0x3ff6bd)
72
- _0x5486f4 = _0x5486f4 - 0x46;
73
- if (_0x59d189(0xb2) in document[_0x59d189(0xcc)][_0x59d189(0xce)]) {
74
- window[_0x59d189(0xa6)]({
75
- 'top': _0x5486f4,
76
- 'behavior': _0x59d189(0xd2)
77
- });
78
- return;
79
- }
80
- let _0x2e88a3 = null;
81
- _0x5486f4 = +_0x5486f4, window[_0x59d189(0xe2)](function _0x42e0b9(_0x1d053e) {
82
- const _0x3f510c = _0x59d189;
83
- _0x2e88a3 = !_0x2e88a3 ? _0x1d053e : _0x2e88a3;
84
- const _0x353359 = _0x1d053e - _0x2e88a3;
85
- _0x2ab415 < _0x5486f4 ? window[_0x3f510c(0xa6)](0x0, (_0x5486f4 - _0x2ab415) * _0x353359 / _0x2fa8de + _0x2ab415) : window[_0x3f510c(0xa6)](0x0, _0x2ab415 - (_0x2ab415 - _0x5486f4) * _0x353359 / _0x2fa8de), _0x353359 < _0x2fa8de ? window['requestAnimationFrame'](_0x42e0b9) : window['scrollTo'](0x0, _0x5486f4);
86
- });
87
- },
88
- 'animateIn': (_0x17cb3c, _0x2b25b7) => {
89
- const _0x97b69d = _0x5a26;
90
- _0x17cb3c[_0x97b69d(0xce)]['display'] = _0x97b69d(0xab), _0x17cb3c[_0x97b69d(0xce)][_0x97b69d(0xae)] = _0x2b25b7;
91
- },
92
- 'animateOut': (_0x4b4614, _0x3ac448) => {
93
- const _0x665610 = _0x5a26;
94
- _0x4b4614[_0x665610(0xe6)](_0x665610(0xec), function _0x530f95() {
95
- const _0x4fe4b6 = _0x665610;
96
- _0x4b4614[_0x4fe4b6(0xce)][_0x4fe4b6(0xf2)] = '', _0x4b4614['style'][_0x4fe4b6(0xae)] = '', _0x4b4614[_0x4fe4b6(0xc4)]('animationend', _0x530f95);
97
- }), _0x4b4614[_0x665610(0xce)][_0x665610(0xae)] = _0x3ac448;
98
- },
99
- 'wrap': (_0x33f3cd, _0x24a944, _0x77573f) => {
100
- const _0x5695a2 = _0x5a26, _0x519ab9 = document[_0x5695a2(0x9f)](_0x24a944);
101
- for (const [_0x3ddc93, _0x141e95] of Object['entries'](_0x77573f)) {
102
- _0x519ab9[_0x5695a2(0xba)](_0x3ddc93, _0x141e95);
103
- }
104
- _0x33f3cd[_0x5695a2(0xa3)]['insertBefore'](_0x519ab9, _0x33f3cd), _0x519ab9[_0x5695a2(0xc8)](_0x33f3cd);
105
- },
106
- 'isHidden': _0x39a41c => _0x39a41c[_0x24b517(0xb0)] === 0x0 && _0x39a41c['offsetWidth'] === 0x0,
107
- 'getEleTop': _0x5d5969 => {
108
- const _0x1acb2c = _0x24b517;
109
- let _0x33fceb = _0x5d5969['offsetTop'], _0x25177e = _0x5d5969['offsetParent'];
110
- while (_0x25177e !== null) {
111
- _0x33fceb += _0x25177e[_0x1acb2c(0xee)], _0x25177e = _0x25177e['offsetParent'];
112
- }
113
- return _0x33fceb;
114
- },
115
- 'loadLightbox': _0x337685 => {
116
- const _0x2bcf53 = _0x24b517, _0x1ed672 = GLOBAL_CONFIG[_0x2bcf53(0xa5)];
117
- _0x1ed672 === _0x2bcf53(0xca) && mediumZoom(_0x337685, { 'background': 'var(--zoom-bg)' }), _0x1ed672 === _0x2bcf53(0xa2) && (Array['from'](_0x337685)[_0x2bcf53(0x9e)](_0x5195b0 => {
118
- const _0x4b8d1d = _0x2bcf53;
119
- if (_0x5195b0[_0x4b8d1d(0xa3)][_0x4b8d1d(0xad)] !== 'A') {
120
- const _0x385511 = _0x5195b0[_0x4b8d1d(0xde)]['lazySrc'] || _0x5195b0[_0x4b8d1d(0xc7)], _0x4813ab = _0x5195b0['title'] || _0x5195b0['alt'] || '';
121
- btf[_0x4b8d1d(0xb6)](_0x5195b0, 'a', {
122
- 'href': _0x385511,
123
- 'data-fancybox': _0x4b8d1d(0xf5),
124
- 'data-caption': _0x4813ab,
125
- 'data-thumb': _0x385511
126
- });
127
- }
128
- }), !window[_0x2bcf53(0xea)] && (Fancybox[_0x2bcf53(0xb5)](_0x2bcf53(0xe0), {
129
- 'Hash': ![],
130
- 'Thumbs': { 'showOnStart': ![] },
131
- 'Images': { 'Panzoom': { 'maxScale': 0x4 } },
132
- 'Carousel': { 'transition': _0x2bcf53(0xd8) },
133
- 'Toolbar': {
134
- 'display': {
135
- 'left': [_0x2bcf53(0xf1)],
136
- 'middle': [
137
- _0x2bcf53(0xb7),
138
- _0x2bcf53(0xe3),
139
- _0x2bcf53(0xc1),
140
- _0x2bcf53(0xbc),
141
- _0x2bcf53(0xc3),
142
- 'flipX',
143
- _0x2bcf53(0xf0)
144
- ],
145
- 'right': [
146
- _0x2bcf53(0xe5),
147
- 'thumbs',
148
- _0x2bcf53(0xe1)
149
- ]
150
- }
151
- }
152
- }), window[_0x2bcf53(0xea)] = !![]));
153
- },
154
- 'setLoading': {
155
- 'add': _0xc93019 => {
156
- const _0x24cb87 = _0x24b517, _0x429795 = _0x24cb87(0xc5);
157
- _0xc93019['insertAdjacentHTML'](_0x24cb87(0xf3), _0x429795);
158
- },
159
- 'remove': _0x31beaf => {
160
- const _0x1cbf13 = _0x24b517;
161
- _0x31beaf[_0x1cbf13(0xc2)]['remove']();
162
- }
163
- },
164
- 'updateAnchor': _0x54b9e7 => {
165
- const _0x542f0c = _0x24b517;
166
- if (_0x54b9e7 !== window[_0x542f0c(0x9d)][_0x542f0c(0xa9)]) {
167
- if (!_0x54b9e7)
168
- _0x54b9e7 = location[_0x542f0c(0xf4)];
169
- const _0x35eefe = GLOBAL_CONFIG_SITE[_0x542f0c(0xed)];
170
- window[_0x542f0c(0xdb)]['replaceState']({
171
- 'url': location[_0x542f0c(0xa7)],
172
- 'title': _0x35eefe
173
- }, _0x35eefe, _0x54b9e7);
174
- }
175
- },
176
- 'getScrollPercent': (_0x52366c, _0x4bac43) => {
177
- const _0x158175 = _0x24b517, _0x1e88d0 = _0x4bac43[_0x158175(0xbe)], _0x41b4d7 = document[_0x158175(0xcc)][_0x158175(0xbe)], _0x1481fd = _0x4bac43[_0x158175(0xee)], _0x321051 = _0x1e88d0 > _0x41b4d7 ? _0x1e88d0 - _0x41b4d7 : document[_0x158175(0xcc)][_0x158175(0xb9)] - _0x41b4d7, _0x3727e8 = (_0x52366c - _0x1481fd) / _0x321051, _0x2c5839 = Math[_0x158175(0xbb)](_0x3727e8 * 0x64), _0x479764 = _0x2c5839 > 0x64 ? 0x64 : _0x2c5839 <= 0x0 ? 0x0 : _0x2c5839;
178
- return _0x479764;
179
- },
180
- 'addGlobalFn': (_0x498051, _0x3968c9, _0x430b99 = ![], _0x28b948 = window) => {
181
- const _0x147e04 = _0x24b517, _0x1bf45c = _0x28b948[_0x147e04(0xcd)] || {}, _0x2eb8a6 = _0x1bf45c[_0x498051] || {};
182
- if (_0x430b99 && _0x2eb8a6[_0x430b99])
183
- return;
184
- _0x430b99 = _0x430b99 || Object[_0x147e04(0xc0)](_0x2eb8a6)['length'], _0x2eb8a6[_0x430b99] = _0x3968c9, _0x1bf45c[_0x498051] = _0x2eb8a6, _0x28b948['globalFn'] = _0x1bf45c;
185
- },
186
- 'addEventListenerPjax': (_0x559f84, _0x8750ce, _0x469f15, _0xc1c69f = ![]) => {
187
- const _0x233a71 = _0x24b517;
188
- _0x559f84[_0x233a71(0xe6)](_0x8750ce, _0x469f15, _0xc1c69f), btf['addGlobalFn'](_0x233a71(0xcb), () => {
189
- const _0x26b904 = _0x233a71;
190
- _0x559f84[_0x26b904(0xc4)](_0x8750ce, _0x469f15, _0xc1c69f);
191
- });
192
- },
193
- 'removeGlobalFnEvent': (_0x106d19, _0x45c3c1 = window) => {
194
- const _0x50c083 = _0x24b517, {
195
- globalFn: globalFn = {}
196
- } = _0x45c3c1, _0x1f3eea = globalFn[_0x106d19] || {}, _0x50368a = Object[_0x50c083(0xc0)](_0x1f3eea);
197
- if (!_0x50368a['length'])
198
- return;
199
- _0x50368a[_0x50c083(0x9e)](_0x2666b6 => {
200
- _0x1f3eea[_0x2666b6]();
201
- }), delete _0x45c3c1[_0x50c083(0xcd)][_0x106d19];
202
- }
203
- };
1
+ const btf={debounce:(e,t=0,n=!1)=>{let o;return(...i)=>{const a=n&&!o;clearTimeout(o),o=setTimeout((()=>{o=null,n||e(...i)}),t),a&&e(...i)}},throttle:function(e,t,n={}){let o,i,a,l=0;const s=()=>{l=!1===n.leading?0:(new Date).getTime(),o=null,e.apply(i,a),o||(i=a=null)};return(...d)=>{const r=(new Date).getTime();l||!1!==n.leading||(l=r);const c=t-(r-l);i=this,a=d,c<=0||c>t?(o&&(clearTimeout(o),o=null),l=r,e.apply(i,a),o||(i=a=null)):o||!1===n.trailing||(o=setTimeout(s,c))}},sidebarPaddingR:()=>{const e=window.innerWidth,t=document.body.clientWidth,n=e-t;e!==t&&(document.body.style.paddingRight=n+"px")},snackbarShow:(e,t=!1,n=2e3)=>{const{position:o,bgLight:i,bgDark:a}=GLOBAL_CONFIG.Snackbar,l="light"===document.documentElement.getAttribute("data-theme")?i:a;Snackbar.show({text:e,backgroundColor:l,showAction:t,duration:n,pos:o,customClass:"snackbar-css"})},diffDate:(e,t=!1)=>{const n=new Date,o=new Date(e),i=n.getTime()-o.getTime(),a=36e5,l=24*a,s=30*l,{dateSuffix:d}=GLOBAL_CONFIG;if(!t)return parseInt(i/l);const r=i/s,c=i/l,m=i/a,u=i/6e4;return r>12?o.toISOString().slice(0,10):r>=1?`${parseInt(r)} ${d.month}`:c>=1?`${parseInt(c)} ${d.day}`:m>=1?`${parseInt(m)} ${d.hour}`:u>=1?`${parseInt(u)} ${d.min}`:d.just},loadComment:(e,t)=>{if("IntersectionObserver"in window){const n=new IntersectionObserver((e=>{e[0].isIntersecting&&(t(),n.disconnect())}),{threshold:[0]});n.observe(e)}else t()},scrollToDest:(e,t=500)=>{const n=window.pageYOffset,o=document.getElementById("page-header").classList.contains("fixed");if((n>e||o)&&(e-=70),"scrollBehavior"in document.documentElement.style)return void window.scrollTo({top:e,behavior:"smooth"});let i=null;e=+e,window.requestAnimationFrame((function o(a){i=i||a;const l=a-i;n<e?window.scrollTo(0,(e-n)*l/t+n):window.scrollTo(0,n-(n-e)*l/t),l<t?window.requestAnimationFrame(o):window.scrollTo(0,e)}))},animateIn:(e,t)=>{e.style.display="block",e.style.animation=t},animateOut:(e,t)=>{e.addEventListener("animationend",(function t(){e.style.display="",e.style.animation="",e.removeEventListener("animationend",t)})),e.style.animation=t},wrap:(e,t,n)=>{const o=document.createElement(t);for(const[e,t]of Object.entries(n))o.setAttribute(e,t);e.parentNode.insertBefore(o,e),o.appendChild(e)},isHidden:e=>0===e.offsetHeight&&0===e.offsetWidth,getEleTop:e=>{let t=e.offsetTop,n=e.offsetParent;for(;null!==n;)t+=n.offsetTop,n=n.offsetParent;return t},loadLightbox:e=>{const t=GLOBAL_CONFIG.lightbox;"mediumZoom"===t&&mediumZoom(e,{background:"var(--zoom-bg)"}),"fancybox"===t&&(Array.from(e).forEach((e=>{if("A"!==e.parentNode.tagName){const t=e.dataset.lazySrc||e.src,n=e.title||e.alt||"";btf.wrap(e,"a",{href:t,"data-fancybox":"gallery","data-caption":n,"data-thumb":t})}})),window.fancyboxRun||(Fancybox.bind("[data-fancybox]",{Hash:!1,Thumbs:{showOnStart:!1},Images:{Panzoom:{maxScale:4}},Carousel:{transition:"slide"},Toolbar:{display:{left:["infobar"],middle:["zoomIn","zoomOut","toggle1to1","rotateCCW","rotateCW","flipX","flipY"],right:["slideshow","thumbs","close"]}}}),window.fancyboxRun=!0))},setLoading:{add:e=>{e.insertAdjacentHTML("afterend",'\n <div class="loading-container">\n <div class="loading-item">\n <div></div><div></div><div></div><div></div><div></div>\n </div>\n </div>\n ')},remove:e=>{e.nextElementSibling.remove()}},updateAnchor:e=>{if(e!==window.location.hash){e||(e=location.pathname);const t=GLOBAL_CONFIG_SITE.title;window.history.replaceState({url:location.href,title:t},t,e)}},getScrollPercent:(e,t)=>{const n=t.clientHeight,o=document.documentElement.clientHeight,i=(e-t.offsetTop)/(n>o?n-o:document.documentElement.scrollHeight-o),a=Math.round(100*i);return a>100?100:a<=0?0:a},addGlobalFn:(e,t,n=!1,o=window)=>{const i=o.globalFn||{},a=i[e]||{};n&&a[n]||(a[n=n||Object.keys(a).length]=t,i[e]=a,o.globalFn=i)},addEventListenerPjax:(e,t,n,o=!1)=>{e.addEventListener(t,n,o),btf.addGlobalFn("pjax",(()=>{e.removeEventListener(t,n,o)}))},removeGlobalFnEvent:(e,t=window)=>{const{globalFn:n={}}=t,o=n[e]||{},i=Object.keys(o);i.length&&(i.forEach((e=>{o[e]()})),delete t.globalFn[e])}};
package/js/waterfall.js CHANGED
@@ -1,107 +1 @@
1
- function waterfall(t){function e(t,e){var n=window.getComputedStyle(e);return parseFloat(n["margin"+t])||0}function n(t){return t+"px"}function r(t){return parseFloat(t.style.left)}function o(t){return t.clientWidth}function l(t){return function(t){return parseFloat(t.style.top)}(t)+function(t){return t.clientHeight}(t)+e("Bottom",t)}function i(t){return r(t)+o(t)+e("Right",t)}function u(t){t=t.sort((function(t,e){return l(t)===l(e)?r(e)-r(t):l(e)-l(t)}))}function a(e){o(t)!=h&&(e.target.removeEventListener(e.type,arguments.callee),waterfall(t))}"string"==typeof t&&(t=document.querySelector(t));var s=[].map.call(t.children,(function(t){return t.style.position="absolute",t}));t.style.position="relative";var f=[];s.length&&(s[0].style.top="0px",s[0].style.left=n(e("Left",s[0])),f.push(s[0]));for(var p=1;p<s.length;p++){var c=s[p-1],y=s[p];if(!(i(c)+o(y)<=o(t)))break;y.style.top=c.style.top,y.style.left=n(i(c)+e("Left",y)),f.push(y)}for(;p<s.length;p++){u(f);y=s[p];var d=f.pop();y.style.top=n(l(d)+e("Top",y)),y.style.left=n(r(d)),f.push(y)}u(f);var v=f[0];t.style.height=n(l(v)+e("Bottom",v));var h=o(t);window.addEventListener?window.addEventListener("resize",a):document.body.onresize=a} 'querySelector',
2
- '836442LGvVEI',
3
- '18qHsJAI',
4
- 'children',
5
- 'pop',
6
- 'relative',
7
- '9684710EkdTgv',
8
- '595662CgKkgf',
9
- 'getComputedStyle',
10
- 'absolute',
11
- 'clientHeight',
12
- 'margin',
13
- '10ZExspy',
14
- 'Top',
15
- '31540180LWvOvc',
16
- 'clientWidth',
17
- 'style',
18
- 'top',
19
- 'callee',
20
- 'body',
21
- 'map',
22
- 'Right',
23
- 'left',
24
- '3432252drLlIg',
25
- 'type',
26
- 'height',
27
- 'length',
28
- 'Left',
29
- 'position',
30
- '723957bgVlDm',
31
- 'onresize',
32
- 'sort',
33
- 'Bottom'
34
- ];
35
- _0x4782 = function () {
36
- return _0x10e0ed;
37
- };
38
- return _0x4782();
39
- }
40
- function waterfall(_0x24ed31) {
41
- var _0x42722c = _0x5775;
42
- function _0x3866f2(_0x8770a4, _0x3672c1) {
43
- var _0x1e7d31 = _0x5775, _0x92788a = window[_0x1e7d31(0x8d)](_0x3672c1);
44
- return parseFloat(_0x92788a[_0x1e7d31(0x90) + _0x8770a4]) || 0x0;
45
- }
46
- function _0xf50353(_0x3fa45f) {
47
- return _0x3fa45f + 'px';
48
- }
49
- function _0x5037ec(_0x33c17b) {
50
- var _0x46e453 = _0x5775;
51
- return parseFloat(_0x33c17b[_0x46e453(0x6e)][_0x46e453(0x6f)]);
52
- }
53
- function _0x294331(_0x337724) {
54
- var _0x40bec6 = _0x5775;
55
- return parseFloat(_0x337724[_0x40bec6(0x6e)][_0x40bec6(0x74)]);
56
- }
57
- function _0x269772(_0x8d42fb) {
58
- var _0xc9190e = _0x5775;
59
- return _0x8d42fb[_0xc9190e(0x6d)];
60
- }
61
- function _0x435520(_0x15e061) {
62
- var _0x143bfe = _0x5775;
63
- return _0x15e061[_0x143bfe(0x8f)];
64
- }
65
- function _0x491c05(_0x5964cc) {
66
- var _0x205820 = _0x5775;
67
- return _0x5037ec(_0x5964cc) + _0x435520(_0x5964cc) + _0x3866f2(_0x205820(0x7e), _0x5964cc);
68
- }
69
- function _0x3c1d8d(_0x452386) {
70
- var _0x358c9a = _0x5775;
71
- return _0x294331(_0x452386) + _0x269772(_0x452386) + _0x3866f2(_0x358c9a(0x73), _0x452386);
72
- }
73
- function _0x328a98(_0x37609e) {
74
- var _0x251be9 = _0x5775;
75
- _0x37609e = _0x37609e[_0x251be9(0x7d)](function (_0x209fa1, _0x5d5cbb) {
76
- return _0x491c05(_0x209fa1) === _0x491c05(_0x5d5cbb) ? _0x294331(_0x5d5cbb) - _0x294331(_0x209fa1) : _0x491c05(_0x5d5cbb) - _0x491c05(_0x209fa1);
77
- });
78
- }
79
- function _0x1dbe87(_0x2cfddc) {
80
- var _0xa14b88 = _0x5775;
81
- _0x269772(_0x24ed31) != _0x20cd72 && (_0x2cfddc['target']['removeEventListener'](_0x2cfddc[_0xa14b88(0x76)], arguments[_0xa14b88(0x70)]), waterfall(_0x24ed31));
82
- }
83
- _0x42722c(0x81) == typeof _0x24ed31 && (_0x24ed31 = document[_0x42722c(0x85)](_0x24ed31));
84
- var _0xf64da7 = [][_0x42722c(0x72)]['call'](_0x24ed31[_0x42722c(0x88)], function (_0x1b10e3) {
85
- var _0x5d9dcc = _0x42722c;
86
- return _0x1b10e3['style']['position'] = _0x5d9dcc(0x8e), _0x1b10e3;
87
- });
88
- _0x24ed31[_0x42722c(0x6e)][_0x42722c(0x7a)] = _0x42722c(0x8a);
89
- var _0xb0fdd9 = [];
90
- _0xf64da7[_0x42722c(0x78)] && (_0xf64da7[0x0][_0x42722c(0x6e)]['top'] = '0px', _0xf64da7[0x0][_0x42722c(0x6e)]['left'] = _0xf50353(_0x3866f2(_0x42722c(0x79), _0xf64da7[0x0])), _0xb0fdd9['push'](_0xf64da7[0x0]));
91
- for (var _0x65cc69 = 0x1; _0x65cc69 < _0xf64da7['length']; _0x65cc69++) {
92
- var _0xa076ca = _0xf64da7[_0x65cc69 - 0x1], _0x2a597d = _0xf64da7[_0x65cc69], _0x34d021 = _0x3c1d8d(_0xa076ca) + _0x269772(_0x2a597d) <= _0x269772(_0x24ed31);
93
- if (!_0x34d021)
94
- break;
95
- _0x2a597d['style'][_0x42722c(0x6f)] = _0xa076ca[_0x42722c(0x6e)][_0x42722c(0x6f)], _0x2a597d[_0x42722c(0x6e)][_0x42722c(0x74)] = _0xf50353(_0x3c1d8d(_0xa076ca) + _0x3866f2(_0x42722c(0x79), _0x2a597d)), _0xb0fdd9[_0x42722c(0x84)](_0x2a597d);
96
- }
97
- for (; _0x65cc69 < _0xf64da7[_0x42722c(0x78)]; _0x65cc69++) {
98
- _0x328a98(_0xb0fdd9);
99
- var _0x2a597d = _0xf64da7[_0x65cc69], _0xfa7474 = _0xb0fdd9[_0x42722c(0x89)]();
100
- _0x2a597d[_0x42722c(0x6e)][_0x42722c(0x6f)] = _0xf50353(_0x491c05(_0xfa7474) + _0x3866f2(_0x42722c(0x92), _0x2a597d)), _0x2a597d[_0x42722c(0x6e)][_0x42722c(0x74)] = _0xf50353(_0x294331(_0xfa7474)), _0xb0fdd9[_0x42722c(0x84)](_0x2a597d);
101
- }
102
- _0x328a98(_0xb0fdd9);
103
- var _0x1c4515 = _0xb0fdd9[0x0];
104
- _0x24ed31[_0x42722c(0x6e)][_0x42722c(0x77)] = _0xf50353(_0x491c05(_0x1c4515) + _0x3866f2(_0x42722c(0x7e), _0x1c4515));
105
- var _0x20cd72 = _0x269772(_0x24ed31);
106
- window[_0x42722c(0x83)] ? window[_0x42722c(0x83)](_0x42722c(0x7f), _0x1dbe87) : document[_0x42722c(0x71)][_0x42722c(0x7c)] = _0x1dbe87;
107
- }
1
+ function waterfall(t){function e(t,e){var n=window.getComputedStyle(e);return parseFloat(n["margin"+t])||0}function n(t){return t+"px"}function r(t){return parseFloat(t.style.left)}function o(t){return t.clientWidth}function l(t){return function(t){return parseFloat(t.style.top)}(t)+function(t){return t.clientHeight}(t)+e("Bottom",t)}function i(t){return r(t)+o(t)+e("Right",t)}function u(t){t=t.sort((function(t,e){return l(t)===l(e)?r(e)-r(t):l(e)-l(t)}))}function a(e){o(t)!=h&&(e.target.removeEventListener(e.type,arguments.callee),waterfall(t))}"string"==typeof t&&(t=document.querySelector(t));var s=[].map.call(t.children,(function(t){return t.style.position="absolute",t}));t.style.position="relative";var f=[];s.length&&(s[0].style.top="0px",s[0].style.left=n(e("Left",s[0])),f.push(s[0]));for(var p=1;p<s.length;p++){var c=s[p-1],y=s[p];if(!(i(c)+o(y)<=o(t)))break;y.style.top=c.style.top,y.style.left=n(i(c)+e("Left",y)),f.push(y)}for(;p<s.length;p++){u(f);y=s[p];var d=f.pop();y.style.top=n(l(d)+e("Top",y)),y.style.left=n(r(d)),f.push(y)}u(f);var v=f[0];t.style.height=n(l(v)+e("Bottom",v));var h=o(t);window.addEventListener?window.addEventListener("resize",a):document.body.onresize=a}
package/json/friend.json CHANGED
@@ -1 +1 @@
1
- {"friends":[["Hexo","https://hexo.io/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201009938.png"],["Butterfly","https://butterfly.js.org/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201010102.jpg"],["Pure","https://github.com/cofess/hexo-theme-pure","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201011928.png","https://rsshub.rongrongbq.moe/github/issue/cofess/hexo-theme-pure"],["WebStack","https://github.com/HCLonely/hexo-theme-webstack","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201012608.png","https://rsshub.rongrongbq.moe/github/issue/HCLonely/hexo-theme-webstack"],["Mycpen","https://blog.cpen.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/blog/link/cpen.top/avatar.jpg","https://dlvr.cpen.top/gh/mycpen/blog/atom.xml"],["CrazyWong","https://blog.crazywong.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202304251906870.jpg"],["Cofess","https://blog.cofess.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201013706.jpg"],["HCLonely","https://blog.hclonely.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201014463.jpg"],["落羽日记","https://www.junluoyu.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201014019.jpg"],["安知鱼`Blog","https://blog.anheyu.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306111555379.jpg"],["Ethan.Tzy","https://fe32.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305191736687.jpg"],["Akilarの糖果屋","https://akilar.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201015484.jpg"],["张洪Heo","https://blog.zhheo.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201016505.jpg"],["MJ's Blog","https://blog.justlovesmile.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201017936.jpg"],["Eurkon","https://blog.eurkon.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201018884.jpg"],["七鳄の学习格","https://blog.gmcj0816.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201019269.jpg"],["Guo Le's Blog","https://blog.guole.fun/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306021533632.jpg"],["小康博客","https://www.antmoe.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201020960.jpg"],["Harris’s Blog","https://blog.harriswong.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201020065.jpg"],["轻笑Chuckle","https://www.qcqx.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202304251908666.jpg"],["Ariasakaの小窝","https://blog.yaria.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202411030917198.jpg"],["iMaeGoo’s Blog","https://www.imaegoo.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201021812.jpg"],["Leonus","https://blog.leonus.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307031140714.jpg"],["Xhofe's Blog","https://blog.nn.ci/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306070010662.png"],["枫叶","https://blog.aqcoder.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404011225506.jpg"],["SeerSu","https://seersu.me","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201022530.jpg"],["不知鱼","https://www.buzhiyu.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201023944.jpg"],["Jayhrn","https://blog.lvhrn.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312180009155.jpg"],["Echo’s blog","https://www.liveout.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202304251911393.jpg"],["方糖","https://www.iftft.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202304211051756.png"],["Fomalhaut🥝","https://www.fomal.cc/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201023444.jpg"],["鹿啵包の小窝","https://pochacco.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201026443.jpg"],["CC康纳百川","https://blog.ccknbc.cc","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201027717.jpg"],["Black Flies","https://www.yyyzyyyz.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201028401.jpg"],["刺客导航","https://www.cike.cc","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201028344.png"],["百里飞洋の博客","https://blog.meta-code.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201029757.jpg"],["Sulv’s Blog","https://www.sulvblog.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201030406.jpg"],["兼一书虫","https://study.hycbook.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307021053900.jpg"],["Menter博客","https://www.lcoo.cc/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305132319555.jpg"],["西瓜撞地球","https://www.bio-w.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305041339673.png","https://www.bio-w.cn/feed/"],["米粒个人博客","https://luomengguo.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305230049162.jpg"],["张时贰","https://zhsher.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305251222031.jpg"],["努力搬砖的小易","http://xiaoyiblog.fun","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201033189.jpg"],["山岳库博","https://kmar.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305041357760.png"],["呆鱼","https://daiyu.fun/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307052019321.png"],["小华同学927のBlog","https://blog.xiaohua927.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201034087.jpg"],["HAOの小破站","https://haobk.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201035207.jpg"],["8:9社区","https://www.8b9.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201035743.jpg"],["夜法之书的Blog","https://blog.17lai.site","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201036485.png"],["醉里","https://202271.xyz","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201037612.png"],["P3ter’s Blog","https://p3ter.me/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201039492.jpg"],["小城故事","https://webxc.eu.org","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201039471.jpg"],["故人随笔","https://ifwww.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202411030909715.jpg"],["小飞博客","https://www.xffjs.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202303201132682.png"],["博客录(boke.lu)","https://boke.lu","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202304201713295.png"],["阮一峰的网络日志","https://www.ruanyifeng.com/blog/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305050741914.jpg","https://www.ruanyifeng.com/blog/atom.xml"],["LoungeXi","https://loungexi.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305112217641.jpg"],["美团技术团队","https://tech.meituan.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305140124461.jpg"],["铭心石刻","https://blog.kouseki.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305290945339.png"],["DQY&WYの小窝","https://www.dqywy.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306111824984.png"],["REAI","https://blogcn.ml/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307021049622.png"],["别亦难","https://lazyingman.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307032128087.jpg"],["酷酷哒の窝","https://kukuda.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307081616075.png"],["哒哒啦","https://www.dadala.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307081549682.png"],["Cisyam","https://manamn.space/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307162027958.jpg"],["Mhare","http://www.mingzib.xyz/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307281356502.jpg"],["博友圈","https://www.boyouquan.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202309051712736.png"],["寒烟志","https://yanyuplus.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202309210002167.jpg"],["Liyanwen","https://www.liyanwen.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202311011807066.jpg"],["xiaoger","https://xiaoger.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202311032144498.jpg"],["Naokuo","https://www.naokuo.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202401141905341.png"],["Pzai","https://blog.pzai.cloud/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202402121641883.jpg"],["sam🌸小窝","https://xx.6669998.xyz/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202402190044705.jpg"],["Joker2Yue","https://blog.joker2yue.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404252221931.jpg"],["XingJiのBlog","https://love.xingji.fun/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202411041151041.jpg"],["鹿斯白","https://space.bilibili.com/26439953","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403291031897.jpg","https://rsshub.rongrongbq.moe/bilibili/user/dynamic/26439953/directLink=1"],["hexo-theme-butterfly","https://github.com/jerryc127/hexo-theme-butterfly","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403291358054.png","https://rsshub.rongrongbq.moe/github/issue/jerryc127/hexo-theme-butterfly"],["保罗的小宇宙","https://paugram.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403311116798.jpg","https://paugram.com/feed/"],["大大的小蜗牛","https://www.eallion.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403311119198.jpg","https://www.eallion.com/index.xml"],["小嘉的部落格","https://blog.imzjw.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404230455480.jpg","https://blog.imzjw.cn/atom.xml"],["June's Blog","https://blog.june-pj.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404230512611.jpg"],["且听书吟","https://yufan.me/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404272323938.jpg"],["伍十七","https://blog.everfu.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202411040616553.png"],["鴻塵","https://hwame.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201042517.jpg","https://hwame.top/atom.xml"],["小冰博客","https://zfe.space/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202310081008837.jpg"],["贰猹的小窝","https://noionion.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201044283.jpg"],["云游君","https://www.yunyoujun.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201044983.jpg"],["Nick Xu","https://nickxu.me/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202310021840691.jpg"],["One star","https://blog.onestarg.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202401141926444.jpg"],["Shine","https://blog.shineyu.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201045068.jpg"],["Andreo Y.","https://andreoy.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305040724836.jpg"],["Hsu Yeung 的博客","https://www.hsuyeung.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305050747874.jpg"],["宇阳","https://liuyuyang.net/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305050907621.png","https://liuyuyang.net/api/rss"],["赵阿卷","https://blog.zwying.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305050917381.jpg"],["SkyWT","https://blog.skywt.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305051146703.png"],["ZigZagK的博客","https://zigzagk.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305051319774.png"],["熊孝兵","https://wispx.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305071317272.png"],["oldwu","https://blog.oldwu.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305071522346.jpg"],["廖雪峰的官方网站","https://www.liaoxuefeng.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305101231501.png"],["流年轻迹","https://www.olive-r.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403291126553.jpg"],["丘卡饮品店","https://blog.zerolacqua.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305132225372.jpg"],["CWorld’s Blog","https://blog.cworld.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305132235743.jpg"],["喵喵小窝","https://blog.kifuan.me/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305151112704.jpg"],["Felix Chen","https://blog.snowflake.zone/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305151138396.jpg"],["超逸の博客","https://yangchaoyi.vip/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307071535672.jpg"],["ConstOwn","https://blog.juanertu.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305251233002.jpg"],["Spencer Woo","https://spencerwoo.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305302140600.png"],["This Cute World","https://thiscute.world/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306021050969.jpg"],["爱吃肉的猫","https://meuicat.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306021053529.jpg"],["新一","https://a-wing.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306021140088.png","https://a-wing.top/feed.xml"],["苏易困","https://www.yichkhun.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306021155398.png"],["彧曦博客","https://yuxiko.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307021537473.jpg"],["朱某的小窝","https://blog.zhuxu.xyz/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202310051816873.jpg"],["ThinkTV的博客","https://www.lizhiqiangblog.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307060834912.png"],["青灯暮雨","https://www.blatr.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307071338758.jpg"],["秋的第367天","https://blog.lyneee.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307071950589.jpg"],["Rootlex","https://blog.nalex.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307072314280.jpg"],["CyanFalse's Weblog","https://blog.eurekac.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403080008646.jpg"],["Mare_Infinitus","https://lab.imgb.space","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307100115640.png"],["Ray's Blog","https://blog.mk1.io","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307102129743.jpg"],["青桔气球","https://blog.qjqq.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202310110203625.jpg"],["鹰瑶の Blog","https://www.ayao.ltd","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312201439063.jpg"],["BeaCox","https://blog.beacox.space/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312301458021.jpg"],["神奇的妙妙屋","https://blog.ttiee.tech/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312301508754.jpg"],["Cascade","https://cascade.moe/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312301515262.jpg"],["默烦","https://mofan212.github.io/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312301520195.jpg"],["FloatSheep","https://blog.hesiy.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202401011800996.jpg","https://blog.hesiy.cn/index.xml"],["jsdelivr镜像站","https://cdn.jsdmirror.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403101309349.jpg"],["南方嘉木","https://blog.cancin.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403131430828.jpg"],["空巷","https://www.kxyr.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403131446126.jpg"],["無名小栈","https://blog.imsyy.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403250710063.jpg"],["廿壴博客","https://blog.ganxb2.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403260713347.jpg"],["清羽飞扬","https://blog.liushen.fun/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202411041131645.png"],["积薪","https://darmau.co/zh","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202403250525927.jpg","https://darmau.co/zh/article/rss.xml"],["Tianli","https://tianli-blog.club","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-fyvcuicfgn/image/202404201046903.png"],["MAKE / MUSIC","https://www.makemusic.sg/blog/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306011407429.jpg"]]}
1
+ {"friends":[["Hexo","https://hexo.io/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201009938.png"],["Butterfly","https://butterfly.js.org/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201010102.jpg"],["Pure","https://github.com/cofess/hexo-theme-pure","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201011928.png","https://rsshub.rongrongbq.moe/github/issue/cofess/hexo-theme-pure"],["WebStack","https://github.com/HCLonely/hexo-theme-webstack","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201012608.png","https://rsshub.rongrongbq.moe/github/issue/HCLonely/hexo-theme-webstack"],["Mycpen","https://blog.cpen.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-ekbeuqadxn/image/blog/link/cpen.top/avatar.jpg","https://dlvr.cpen.top/gh/mycpen/blog/atom.xml"],["CrazyWong","https://blog.crazywong.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202304251906870.jpg"],["Cofess","https://blog.cofess.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201013706.jpg"],["HCLonely","https://blog.hclonely.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201014463.jpg"],["落羽日记","https://www.junluoyu.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201014019.jpg"],["安知鱼`Blog","https://blog.anheyu.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306111555379.jpg"],["Ethan.Tzy","https://fe32.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305191736687.jpg"],["Akilarの糖果屋","https://akilar.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201015484.jpg"],["张洪Heo","https://blog.zhheo.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201016505.jpg"],["MJ's Blog","https://blog.justlovesmile.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201017936.jpg"],["Eurkon","https://blog.eurkon.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201018884.jpg"],["七鳄の学习格","https://blog.gmcj0816.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201019269.jpg"],["Guo Le's Blog","https://blog.guole.fun/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306021533632.jpg"],["小康博客","https://www.antmoe.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201020960.jpg"],["Harris’s Blog","https://blog.harriswong.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201020065.jpg"],["轻笑Chuckle","https://www.qcqx.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202304251908666.jpg"],["Ariasakaの小窝","https://blog.yaria.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202411030917198.jpg"],["iMaeGoo’s Blog","https://www.imaegoo.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201021812.jpg"],["Leonus","https://blog.leonus.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307031140714.jpg"],["Xhofe's Blog","https://blog.nn.ci/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306070010662.png"],["枫叶","https://blog.aqcoder.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404011225506.jpg"],["SeerSu","https://seersu.me","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201022530.jpg"],["不知鱼","https://www.buzhiyu.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201023944.jpg"],["Jayhrn","https://blog.lvhrn.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312180009155.jpg"],["Echo’s blog","https://www.liveout.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202304251911393.jpg"],["方糖","https://www.iftft.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202304211051756.png"],["Fomalhaut🥝","https://www.fomal.cc/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201023444.jpg"],["鹿啵包の小窝","https://pochacco.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201026443.jpg"],["CC康纳百川","https://blog.ccknbc.cc","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201027717.jpg"],["Black Flies","https://www.yyyzyyyz.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201028401.jpg"],["刺客导航","https://www.cike.cc","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201028344.png"],["百里飞洋の博客","https://blog.meta-code.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201029757.jpg"],["Sulv’s Blog","https://www.sulvblog.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201030406.jpg"],["兼一书虫","https://study.hycbook.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307021053900.jpg"],["Menter博客","https://www.lcoo.cc/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305132319555.jpg"],["西瓜撞地球","https://www.bio-w.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305041339673.png","https://www.bio-w.cn/feed/"],["米粒个人博客","https://luomengguo.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305230049162.jpg"],["张时贰","https://zhsher.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305251222031.jpg"],["努力搬砖的小易","http://xiaoyiblog.fun","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201033189.jpg"],["山岳库博","https://kmar.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305041357760.png"],["呆鱼","https://daiyu.fun/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307052019321.png"],["小华同学927のBlog","https://blog.xiaohua927.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201034087.jpg"],["HAOの小破站","https://haobk.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201035207.jpg"],["8:9社区","https://www.8b9.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201035743.jpg"],["夜法之书的Blog","https://blog.17lai.site","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201036485.png"],["醉里","https://202271.xyz","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201037612.png"],["P3ter’s Blog","https://p3ter.me/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201039492.jpg"],["小城故事","https://webxc.eu.org","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201039471.jpg"],["故人随笔","https://ifwww.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202411030909715.jpg"],["小飞博客","https://www.xffjs.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202303201132682.png"],["博客录(boke.lu)","https://boke.lu","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202304201713295.png"],["阮一峰的网络日志","https://www.ruanyifeng.com/blog/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305050741914.jpg","https://feeds.feedburner.com/ruanyifeng"],["LoungeXi","https://loungexi.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305112217641.jpg"],["美团技术团队","https://tech.meituan.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305140124461.jpg"],["铭心石刻","https://blog.kouseki.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305290945339.png"],["DQY&WYの小窝","https://www.dqywy.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306111824984.png"],["REAI","https://blogcn.ml/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307021049622.png"],["别亦难","https://lazyingman.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307032128087.jpg"],["酷酷哒の窝","https://kukuda.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307081616075.png"],["哒哒啦","https://www.dadala.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307081549682.png"],["Cisyam","https://manamn.space/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307162027958.jpg"],["Mhare","http://www.mingzib.xyz/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307281356502.jpg"],["博友圈","https://www.boyouquan.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202309051712736.png"],["寒烟志","https://yanyuplus.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202309210002167.jpg"],["Liyanwen","https://www.liyanwen.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202311011807066.jpg"],["xiaoger","https://xiaoger.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202311032144498.jpg"],["Naokuo","https://www.naokuo.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202401141905341.png"],["汐塔魔法屋","https://blog.storical.space/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202412111223543.png"],["Pzai","https://blog.pzai.cloud/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202402121641883.jpg"],["sam🌸小窝","https://xx.6669998.xyz/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202402190044705.jpg"],["Joker2Yue","https://blog.joker2yue.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404252221931.jpg"],["XingJiのBlog","https://love.xingji.fun/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202411041151041.jpg"],["鹿斯白","https://space.bilibili.com/26439953","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202403291031897.jpg","https://rsshub.rongrongbq.moe/bilibili/user/dynamic/26439953/directLink=1"],["保罗的小宇宙","https://paugram.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202403311116798.jpg","https://paugram.com/feed/"],["大大的小蜗牛","https://www.eallion.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202403311119198.jpg","https://www.eallion.com/index.xml"],["小嘉的部落格","https://blog.imzjw.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404230455480.jpg","https://blog.imzjw.cn/atom.xml"],["June's Blog","https://blog.june-pj.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404230512611.jpg"],["且听书吟","https://yufan.me/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404272323938.jpg"],["伍十七","https://blog.everfu.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202411040616553.png"],["鴻塵","https://hwame.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201042517.jpg","https://hwame.top/atom.xml"],["小冰博客","https://zfe.space/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202310081008837.jpg"],["贰猹的小窝","https://noionion.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201044283.jpg"],["云游君","https://www.yunyoujun.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201044983.jpg"],["Nick Xu","https://nickxu.me/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202310021840691.jpg"],["One star","https://blog.onestarg.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202401141926444.jpg"],["Shine","https://blog.shineyu.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201045068.jpg"],["Andreo Y.","https://andreoy.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305040724836.jpg"],["Hsu Yeung 的博客","https://www.hsuyeung.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305050747874.jpg"],["宇阳","https://liuyuyang.net/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305050907621.png","https://liuyuyang.net/api/rss"],["赵阿卷","https://blog.zwying.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305050917381.jpg"],["SkyWT","https://blog.skywt.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305051146703.png"],["ZigZagK的博客","https://zigzagk.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305051319774.png"],["熊孝兵","https://wispx.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305071317272.png"],["oldwu","https://blog.oldwu.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305071522346.jpg"],["廖雪峰的官方网站","https://www.liaoxuefeng.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305101231501.png"],["流年轻迹","https://www.olive-r.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202403291126553.jpg"],["丘卡饮品店","https://blog.zerolacqua.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305132225372.jpg"],["CWorld’s Blog","https://blog.cworld.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305132235743.jpg"],["喵喵小窝","https://blog.kifuan.me/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305151112704.jpg"],["Felix Chen","https://blog.snowflake.zone/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305151138396.jpg"],["超逸の博客","https://yangchaoyi.vip/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307071535672.jpg"],["ConstOwn","https://blog.juanertu.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305251233002.jpg"],["Spencer Woo","https://spencerwoo.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202305302140600.png"],["This Cute World","https://thiscute.world/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306021050969.jpg"],["爱吃肉的猫","https://meuicat.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306021053529.jpg"],["新一","https://a-wing.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306021140088.png","https://a-wing.top/feed.xml"],["苏易困","https://www.yichkhun.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306021155398.png"],["彧曦博客","https://yuxiko.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307021537473.jpg"],["朱某的小窝","https://blog.zhuxu.xyz/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202310051816873.jpg"],["ThinkTV的博客","https://www.lizhiqiangblog.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307060834912.png"],["青灯暮雨","https://www.blatr.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307071338758.jpg"],["秋的第367天","https://blog.lyneee.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307071950589.jpg"],["Rootlex","https://blog.nalex.top","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307072314280.jpg"],["CyanFalse's Weblog","https://blog.eurekac.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202403080008646.jpg"],["Mare_Infinitus","https://lab.imgb.space","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307100115640.png"],["Ray's Blog","https://blog.mk1.io","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202307102129743.jpg"],["青桔气球","https://blog.qjqq.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202310110203625.jpg"],["鹰瑶の Blog","https://www.ayao.ltd","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312201439063.jpg"],["BeaCox","https://blog.beacox.space/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312301458021.jpg"],["神奇的妙妙屋","https://blog.ttiee.tech/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312301508754.jpg"],["Cascade","https://cascade.moe/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312301515262.jpg"],["默烦","https://mofan212.github.io/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202312301520195.jpg"],["FloatSheep","https://blog.hesiy.cn","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202401011800996.jpg","https://blog.hesiy.cn/index.xml"],["jsdelivr镜像站","https://cdn.jsdmirror.com","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202403101309349.jpg"],["南方嘉木","https://blog.cancin.cn/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202403131430828.jpg"],["空巷","https://www.kxyr.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202403131446126.jpg"],["無名小栈","https://blog.imsyy.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202403250710063.jpg"],["廿壴博客","https://blog.ganxb2.com/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202403260713347.jpg"],["清羽飞扬","https://blog.liushen.fun/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202411041131645.png"],["积薪","https://darmau.co/zh","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202403250525927.jpg","https://darmau.co/zh/article/rss.xml"],["Tianli","https://blog.tianli0.top/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2024/image/202404201046903.png"],["MAKE / MUSIC","https://www.makemusic.sg/blog/","https://open.lightxi.com/unpkg/mycpen-image-bed@0.0.0-2023/image/202306011407429.jpg"]]}