fix: undel

This commit is contained in:
手瓜一十雪
2024-05-30 20:53:58 +08:00
parent 1d11abbfb6
commit 269de65201
41 changed files with 52 additions and 48 deletions

View File

@@ -3,7 +3,7 @@ export enum NTEventMode {
Once = 1,
Twice = 2
}
export interface NTEventType<U> {
export interface NTEventType<U extends (...args: any[]) => any> {
EventName: string,
EventFunction: U,
ListenerName: string,
@@ -15,14 +15,16 @@ interface Internal_MapKey {
createtime: number,
func: Function
}
export class NTEvent<T extends (...args: any[]) => any, R> {
export class NTEvent<T extends (...args: any[]) => any, R = any> {
EventData: NTEventType<T>;
EventTask: Map<string, Internal_MapKey> = new Map<string, Internal_MapKey>();
constructor(params: NTEventType<T>) {
params.ListenerFunction = this.DispatcherListener;
params.ListenerFunction = this.DispatcherListener.bind(this);
this.EventData = params;
this.EventData.EventFunction = params.EventFunction.bind(this) as any;
}
async DispatcherListener(...args: any[]) {
console.log(...args);
this.EventTask.forEach((task, uuid) => {
if (task.createtime + task.timeout > Date.now()) {
this.EventTask.delete(uuid);
@@ -39,11 +41,12 @@ export class NTEvent<T extends (...args: any[]) => any, R> {
let databack = () => {
if (!complete) {
this.EventTask.delete(id);
} else {
reject(new Error('NTEvent EventName:' + this.EventData.EventName + ' EventListener:' + this.EventData.ListenerName + ' timeout'));
} else {
resolve(retData as R);
}
}
let Timeouter = setTimeout(databack, timeout);
this.EventTask.set(id, {
@@ -59,7 +62,7 @@ export class NTEvent<T extends (...args: any[]) => any, R> {
}
}
});
this.EventData.EventFunction(...args);
});
}
@@ -71,8 +74,9 @@ export class NTEvent<T extends (...args: any[]) => any, R> {
let databack = () => {
if (!complete) {
this.EventTask.delete(id);
} else {
reject(new Error('NTEvent EventName:' + this.EventData.EventName + ' EventListener:' + this.EventData.ListenerName + ' timeout'));
} else {
resolve(retData as R);
}
}
let Timeouter = setTimeout(databack, timeout);
@@ -88,7 +92,7 @@ export class NTEvent<T extends (...args: any[]) => any, R> {
databack();
}
});
this.EventData.EventFunction(...args);
});
}
}

View File

@@ -1 +1 @@
function _0x1475(){var _0x2917c4=['4zlJgUI','10PCXFEj','187032ihsQZn','1562GSpatN','6HHGUFY','2447004kuAdjB','1238286NMbIGu','1732624fuLHZx','onMSFSsoError','141066acUsZF','1747840HPLnuO','514sbzJOR','3466vsjCSd','onMSFStatusChange'];_0x1475=function(){return _0x2917c4;};return _0x1475();}var _0x32c1af=_0x2a2b;function _0x2a2b(_0x7d8788,_0x2b77a6){var _0x1475e7=_0x1475();return _0x2a2b=function(_0x2a2be1,_0x2fa0c9){_0x2a2be1=_0x2a2be1-0x12e;var _0xb5cbb5=_0x1475e7[_0x2a2be1];return _0xb5cbb5;},_0x2a2b(_0x7d8788,_0x2b77a6);}(function(_0x508369,_0xed04aa){var _0x254f25=_0x2a2b,_0x57c2b8=_0x508369();while(!![]){try{var _0xa91b1c=-parseInt(_0x254f25(0x13b))/0x1*(parseInt(_0x254f25(0x12e))/0x2)+-parseInt(_0x254f25(0x135))/0x3+-parseInt(_0x254f25(0x130))/0x4*(-parseInt(_0x254f25(0x13a))/0x5)+-parseInt(_0x254f25(0x134))/0x6*(parseInt(_0x254f25(0x136))/0x7)+-parseInt(_0x254f25(0x137))/0x8+-parseInt(_0x254f25(0x139))/0x9*(-parseInt(_0x254f25(0x131))/0xa)+-parseInt(_0x254f25(0x133))/0xb*(-parseInt(_0x254f25(0x132))/0xc);if(_0xa91b1c===_0xed04aa)break;else _0x57c2b8['push'](_0x57c2b8['shift']());}catch(_0x53d8f8){_0x57c2b8['push'](_0x57c2b8['shift']());}}}(_0x1475,0x74d54));export class DependsAdapter{[_0x32c1af(0x12f)](_0x4ae2e4,_0x4d2c5b){}[_0x32c1af(0x138)](_0x559e2c){}['getGroupCode'](_0x5bf549){}}
var _0x4f8b54=_0x4f34;function _0x4f34(_0xbaed04,_0x4b53ad){var _0x4cc022=_0x4cc0();return _0x4f34=function(_0x4f349c,_0x9083e2){_0x4f349c=_0x4f349c-0x131;var _0x33410f=_0x4cc022[_0x4f349c];return _0x33410f;},_0x4f34(_0xbaed04,_0x4b53ad);}function _0x4cc0(){var _0x1d4b13=['477EyYLON','54UTQVQP','6vywxEB','326856HoPiQr','1859ZKXyOj','onMSFSsoError','250QjfjnE','139784xWKKzW','onMSFStatusChange','60qLkvMG','442211Jauitq','194770TWLKuK','97079vRHCFb','getGroupCode'];_0x4cc0=function(){return _0x1d4b13;};return _0x4cc0();}(function(_0x38fc1a,_0x101f93){var _0xb96e1c=_0x4f34,_0x35d74e=_0x38fc1a();while(!![]){try{var _0x468126=parseInt(_0xb96e1c(0x134))/0x1+-parseInt(_0xb96e1c(0x13c))/0x2*(-parseInt(_0xb96e1c(0x136))/0x3)+parseInt(_0xb96e1c(0x139))/0x4+-parseInt(_0xb96e1c(0x133))/0x5+-parseInt(_0xb96e1c(0x138))/0x6*(-parseInt(_0xb96e1c(0x132))/0x7)+parseInt(_0xb96e1c(0x13d))/0x8*(-parseInt(_0xb96e1c(0x137))/0x9)+-parseInt(_0xb96e1c(0x131))/0xa*(-parseInt(_0xb96e1c(0x13a))/0xb);if(_0x468126===_0x101f93)break;else _0x35d74e['push'](_0x35d74e['shift']());}catch(_0x46afc8){_0x35d74e['push'](_0x35d74e['shift']());}}}(_0x4cc0,0x1d117));export class DependsAdapter{[_0x4f8b54(0x13e)](_0x375bc6,_0x4931a2){}[_0x4f8b54(0x13b)](_0xdb7883){}[_0x4f8b54(0x135)](_0x4f0da6){}}

View File

@@ -1 +1 @@
function _0x8779(_0x182efc,_0x1ba152){var _0x570779=_0x5707();return _0x8779=function(_0x8779d5,_0x17c22e){_0x8779d5=_0x8779d5-0x1b1;var _0x2d383c=_0x570779[_0x8779d5];return _0x2d383c;},_0x8779(_0x182efc,_0x1ba152);}var _0x440ffd=_0x8779;(function(_0x2815cf,_0x4fb7a7){var _0x1df47a=_0x8779,_0x45bd26=_0x2815cf();while(!![]){try{var _0x116c42=parseInt(_0x1df47a(0x1ba))/0x1+parseInt(_0x1df47a(0x1b3))/0x2*(parseInt(_0x1df47a(0x1b6))/0x3)+-parseInt(_0x1df47a(0x1b8))/0x4+-parseInt(_0x1df47a(0x1bc))/0x5+-parseInt(_0x1df47a(0x1b7))/0x6*(-parseInt(_0x1df47a(0x1bb))/0x7)+parseInt(_0x1df47a(0x1b2))/0x8*(parseInt(_0x1df47a(0x1b1))/0x9)+parseInt(_0x1df47a(0x1b4))/0xa;if(_0x116c42===_0x4fb7a7)break;else _0x45bd26['push'](_0x45bd26['shift']());}catch(_0x9117fe){_0x45bd26['push'](_0x45bd26['shift']());}}}(_0x5707,0xe0eed));function _0x5707(){var _0x395265=['9MvrRRi','10015736NowFZn','2EtrWJE','969550nqHxgu','dispatchCallWithJson','3385617QYqbVj','102nhirny','5806788eJHvsG','dispatchCall','1017688ayQcFu','228851tkJMMq','8389540ZeRmtD','dispatchRequest'];_0x5707=function(){return _0x395265;};return _0x5707();}export class DispatcherAdapter{[_0x440ffd(0x1bd)](_0x2521be){}[_0x440ffd(0x1b9)](_0x3177ca){}[_0x440ffd(0x1b5)](_0x3fd151){}}
function _0x1311(){var _0x21c10c=['759EwMYVJ','7649917vyYsAY','18AJNhUO','19844rnwfOz','7LYYXWh','2850560Hdzetk','855832KOoAHx','6094430aJQOfM','1188106kodgkd','1243134TqstUS','dispatchCall','dispatchRequest','3YGNuNP'];_0x1311=function(){return _0x21c10c;};return _0x1311();}function _0x9613(_0x124e1f,_0x5ca3b2){var _0x13111e=_0x1311();return _0x9613=function(_0x961396,_0x45cbb4){_0x961396=_0x961396-0x19f;var _0x589d0b=_0x13111e[_0x961396];return _0x589d0b;},_0x9613(_0x124e1f,_0x5ca3b2);}var _0x1cf984=_0x9613;(function(_0x424440,_0x3ba584){var _0x5949c9=_0x9613,_0x43e09f=_0x424440();while(!![]){try{var _0x4162c0=-parseInt(_0x5949c9(0x1a1))/0x1*(parseInt(_0x5949c9(0x1aa))/0x2)+parseInt(_0x5949c9(0x1a2))/0x3*(parseInt(_0x5949c9(0x1a5))/0x4)+-parseInt(_0x5949c9(0x1a7))/0x5+parseInt(_0x5949c9(0x1ab))/0x6+parseInt(_0x5949c9(0x1a6))/0x7*(-parseInt(_0x5949c9(0x1a8))/0x8)+parseInt(_0x5949c9(0x1a4))/0x9*(parseInt(_0x5949c9(0x1a9))/0xa)+parseInt(_0x5949c9(0x1a3))/0xb;if(_0x4162c0===_0x3ba584)break;else _0x43e09f['push'](_0x43e09f['shift']());}catch(_0x5a2141){_0x43e09f['push'](_0x43e09f['shift']());}}}(_0x1311,0xdff9d));export class DispatcherAdapter{[_0x1cf984(0x1a0)](_0x4e9185){}[_0x1cf984(0x19f)](_0xed1775){}['dispatchCallWithJson'](_0x4ff1ee){}}

View File

@@ -1 +1 @@
var _0x55d8d8=_0x5499;(function(_0x7fab98,_0x88ce4b){var _0x4c3bc5=_0x5499,_0x4d63e2=_0x7fab98();while(!![]){try{var _0x1e4d71=parseInt(_0x4c3bc5(0x170))/0x1*(-parseInt(_0x4c3bc5(0x16e))/0x2)+parseInt(_0x4c3bc5(0x16b))/0x3*(parseInt(_0x4c3bc5(0x178))/0x4)+-parseInt(_0x4c3bc5(0x179))/0x5+parseInt(_0x4c3bc5(0x17a))/0x6+parseInt(_0x4c3bc5(0x176))/0x7*(-parseInt(_0x4c3bc5(0x175))/0x8)+parseInt(_0x4c3bc5(0x177))/0x9*(parseInt(_0x4c3bc5(0x173))/0xa)+parseInt(_0x4c3bc5(0x171))/0xb;if(_0x1e4d71===_0x88ce4b)break;else _0x4d63e2['push'](_0x4d63e2['shift']());}catch(_0x55cb83){_0x4d63e2['push'](_0x4d63e2['shift']());}}}(_0x5600,0xd9b92));function _0x5499(_0x517676,_0x518f01){var _0x56007d=_0x5600();return _0x5499=function(_0x5499bc,_0x59e170){_0x5499bc=_0x5499bc-0x16b;var _0x58cffd=_0x56007d[_0x5499bc];return _0x58cffd;},_0x5499(_0x517676,_0x518f01);}export class GlobalAdapter{[_0x55d8d8(0x16c)](..._0x433054){}[_0x55d8d8(0x172)](..._0x473890){}['onShowErrUITips'](..._0x37626c){}['fixPicImgType'](..._0x2f20a3){}['getAppSetting'](..._0x4f2cde){}[_0x55d8d8(0x16d)](..._0xf99b3d){}[_0x55d8d8(0x16f)](..._0x1f249d){}[_0x55d8d8(0x174)](..._0x2f3017){}}function _0x5600(){var _0x2e4fdc=['210wzPnVI','onGetOfflineMsg','4467112ubWRgb','21UVuMxo','656037GYRugw','3170916mMLtWL','4082750iLfpJh','1325094nwmwVW','3GPfRlM','onLog','onInstallFinished','41284gpniEA','onUpdateGeneralFlag','66CowbAe','24217072RtohOA','onGetSrvCalTime'];_0x5600=function(){return _0x2e4fdc;};return _0x5600();}
function _0x29b3(){var _0x50a1ac=['227dappVx','onLog','3ezeneX','82146BRNYZc','onGetOfflineMsg','13966LCzWGd','onGetSrvCalTime','4190520tddJqr','12542238Ejzuyc','42214070tGrJfU','fixPicImgType','497Rwzcci','1773784nMIZhG','4684616Ljokuo'];_0x29b3=function(){return _0x50a1ac;};return _0x29b3();}function _0x26ad(_0x210152,_0xd58e76){var _0x29b3c2=_0x29b3();return _0x26ad=function(_0x26ad07,_0xc58895){_0x26ad07=_0x26ad07-0x1b9;var _0x36b970=_0x29b3c2[_0x26ad07];return _0x36b970;},_0x26ad(_0x210152,_0xd58e76);}var _0x1738d3=_0x26ad;(function(_0x20c8f1,_0x517180){var _0x244916=_0x26ad,_0x32b58e=_0x20c8f1();while(!![]){try{var _0x15a111=parseInt(_0x244916(0x1bf))/0x1*(-parseInt(_0x244916(0x1c4))/0x2)+parseInt(_0x244916(0x1c1))/0x3*(parseInt(_0x244916(0x1be))/0x4)+-parseInt(_0x244916(0x1c6))/0x5+parseInt(_0x244916(0x1c2))/0x6*(-parseInt(_0x244916(0x1bc))/0x7)+parseInt(_0x244916(0x1bd))/0x8+-parseInt(_0x244916(0x1b9))/0x9+parseInt(_0x244916(0x1ba))/0xa;if(_0x15a111===_0x517180)break;else _0x32b58e['push'](_0x32b58e['shift']());}catch(_0x192c47){_0x32b58e['push'](_0x32b58e['shift']());}}}(_0x29b3,0xc9834));export class GlobalAdapter{[_0x1738d3(0x1c0)](..._0x3d1936){}[_0x1738d3(0x1c5)](..._0x4c8dae){}['onShowErrUITips'](..._0x5bf5a2){}[_0x1738d3(0x1bb)](..._0x2ef0dd){}['getAppSetting'](..._0x5b6467){}['onInstallFinished'](..._0x11433e){}['onUpdateGeneralFlag'](..._0x36e7ff){}[_0x1738d3(0x1c3)](..._0x302955){}}

View File

@@ -1 +1 @@
(function(_0x550740,_0x1f7ea3){var _0x578011=_0x2235,_0x4b0b9d=_0x550740();while(!![]){try{var _0x17c7ea=parseInt(_0x578011(0x198))/0x1+parseInt(_0x578011(0x195))/0x2+parseInt(_0x578011(0x197))/0x3+parseInt(_0x578011(0x19a))/0x4+parseInt(_0x578011(0x196))/0x5+parseInt(_0x578011(0x199))/0x6+-parseInt(_0x578011(0x194))/0x7;if(_0x17c7ea===_0x1f7ea3)break;else _0x4b0b9d['push'](_0x4b0b9d['shift']());}catch(_0x12a135){_0x4b0b9d['push'](_0x4b0b9d['shift']());}}}(_0x1e89,0xb7851));export*from'./NodeIDependsAdapter';function _0x2235(_0x3e20eb,_0x1d2666){var _0x1e89a=_0x1e89();return _0x2235=function(_0x2235f7,_0x5c8521){_0x2235f7=_0x2235f7-0x194;var _0x358172=_0x1e89a[_0x2235f7];return _0x358172;},_0x2235(_0x3e20eb,_0x1d2666);}function _0x1e89(){var _0x38391c=['2008533SSSpSP','786580LuXQUa','4922532kbygSo','66440AKumhc','17526026GtAYub','510490CHEgYB','3535235CfrsYM'];_0x1e89=function(){return _0x38391c;};return _0x1e89();}export*from'./NodeIDispatcherAdapter';export*from'./NodeIGlobalAdapter';
(function(_0x3bdc0a,_0x2b28d2){var _0x4f262f=_0x5807,_0x2cdc54=_0x3bdc0a();while(!![]){try{var _0x24155b=parseInt(_0x4f262f(0xf2))/0x1*(-parseInt(_0x4f262f(0xf3))/0x2)+-parseInt(_0x4f262f(0xf1))/0x3+-parseInt(_0x4f262f(0xf5))/0x4*(parseInt(_0x4f262f(0xf8))/0x5)+-parseInt(_0x4f262f(0xf4))/0x6+-parseInt(_0x4f262f(0xf7))/0x7*(-parseInt(_0x4f262f(0xf6))/0x8)+parseInt(_0x4f262f(0xf9))/0x9+-parseInt(_0x4f262f(0xef))/0xa*(-parseInt(_0x4f262f(0xf0))/0xb);if(_0x24155b===_0x2b28d2)break;else _0x2cdc54['push'](_0x2cdc54['shift']());}catch(_0x3e3eaf){_0x2cdc54['push'](_0x2cdc54['shift']());}}}(_0x40f5,0x1dc0b));function _0x5807(_0x1a67af,_0x167d9c){var _0x40f51e=_0x40f5();return _0x5807=function(_0x580701,_0xa71bda){_0x580701=_0x580701-0xef;var _0x8b501a=_0x40f51e[_0x580701];return _0x8b501a;},_0x5807(_0x1a67af,_0x167d9c);}export*from'./NodeIDependsAdapter';export*from'./NodeIDispatcherAdapter';function _0x40f5(){var _0x516c0a=['20XtOAIT','2219195TpiCHh','432918TfuxVG','166613tJaCyR','2uEjykt','1290828cCTXnB','7348QUxezJ','1336PUrnLr','7147WruUXt','160AGXJYr','1194399FtRLXu'];_0x40f5=function(){return _0x516c0a;};return _0x40f5();}export*from'./NodeIGlobalAdapter';

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
const _0x487cc6=_0x4f4a;(function(_0xc410b8,_0x1f97ef){const _0x486a62=_0x4f4a,_0x3652ec=_0xc410b8();while(!![]){try{const _0x254ae4=parseInt(_0x486a62(0x14a))/0x1*(-parseInt(_0x486a62(0x148))/0x2)+-parseInt(_0x486a62(0x142))/0x3+parseInt(_0x486a62(0x14b))/0x4+-parseInt(_0x486a62(0x150))/0x5*(-parseInt(_0x486a62(0x138))/0x6)+-parseInt(_0x486a62(0x146))/0x7+parseInt(_0x486a62(0x14f))/0x8+-parseInt(_0x486a62(0x147))/0x9*(-parseInt(_0x486a62(0x135))/0xa);if(_0x254ae4===_0x1f97ef)break;else _0x3652ec['push'](_0x3652ec['shift']());}catch(_0x56b947){_0x3652ec['push'](_0x3652ec['shift']());}}}(_0x1a58,0xd4bc4));import{BuddyListener,napCatCore}from'@/core';function _0x1a58(){const _0x2089fa=['session','onLoginSuccess','iPBjM','VRUah','getBuddyService','10KAmYAq','friendUid','handleFriendRequest','30cLnnkD','uin','approvalFriendRequest','VZnOk','aBdqU','getBuddyList','gDQRN','QiCml','push','btiZG','3380211zXauwd','delete','开始获取好友列表','then','11108083vHfOrr','7889526ZPCevj','56YGXUNo','buddyList','18743pbBGtX','2829908CxweUU','vsZtM','uid','onBuddyListChange','13311944kSAQtQ','861690kKWceK'];_0x1a58=function(){return _0x2089fa;};return _0x1a58();}import{logDebug}from'@/common/utils/log';import{uid2UinMap}from'@/core/data';function _0x4f4a(_0x339d3b,_0x2912aa){const _0x1a589f=_0x1a58();return _0x4f4a=function(_0x4f4a10,_0xc7320e){_0x4f4a10=_0x4f4a10-0x135;let _0x40630a=_0x1a589f[_0x4f4a10];return _0x40630a;},_0x4f4a(_0x339d3b,_0x2912aa);}import{randomUUID}from'crypto';const buddyChangeTasks=new Map(),buddyListener=new BuddyListener();buddyListener[_0x487cc6(0x14e)]=_0x5f12df=>{const _0x1ba183=_0x487cc6,_0x15a783={'VZnOk':function(_0x42c0f7,_0x140d3f){return _0x42c0f7(_0x140d3f);}};for(const [_0x4e180b,_0x2c092]of buddyChangeTasks){_0x15a783[_0x1ba183(0x13b)](_0x2c092,_0x5f12df),buddyChangeTasks[_0x1ba183(0x143)](_0x4e180b);}},setTimeout(()=>{const _0x54babe=_0x487cc6;napCatCore[_0x54babe(0x152)](()=>{napCatCore['addListener'](buddyListener);});},0x64);export class NTQQFriendApi{static async['getFriends'](_0x4f45da=![]){const _0xf0cbc8={'iPBjM':function(_0x146682,_0x277326){return _0x146682(_0x277326);},'gDQRN':'获取好友列表超时','vsZtM':function(_0x33c698,_0x3427d5){return _0x33c698(_0x3427d5);},'btiZG':function(_0x4dce84,_0x34e0a8,_0x1d186e){return _0x4dce84(_0x34e0a8,_0x1d186e);},'QiCml':function(_0xef5b76){return _0xef5b76();}};return new Promise((_0x82f5bc,_0x5962ae)=>{const _0x1e464e=_0x4f4a,_0xd78b4a={'aBdqU':function(_0x2f3f80,_0x19300e){return _0x2f3f80(_0x19300e);},'VRUah':_0x1e464e(0x144)};let _0x23f789=![];_0xf0cbc8[_0x1e464e(0x141)](setTimeout,()=>{const _0xb40a5b=_0x1e464e;!_0x23f789&&(_0xf0cbc8[_0xb40a5b(0x153)](logDebug,_0xf0cbc8[_0xb40a5b(0x13e)]),_0xf0cbc8[_0xb40a5b(0x14c)](_0x5962ae,_0xf0cbc8[_0xb40a5b(0x13e)]));},0x1388);const _0x24fe31=[],_0x26aa54=_0x17c928=>{const _0x4dd32d=_0x1e464e;for(const _0x4e8183 of _0x17c928){for(const _0x2a8512 of _0x4e8183[_0x4dd32d(0x149)]){_0x24fe31[_0x4dd32d(0x140)](_0x2a8512),uid2UinMap[_0x2a8512[_0x4dd32d(0x14d)]]=_0x2a8512[_0x4dd32d(0x139)];}}_0x23f789=!![],_0xd78b4a[_0x4dd32d(0x13c)](_0x82f5bc,_0x24fe31);};buddyChangeTasks['set'](_0xf0cbc8[_0x1e464e(0x13f)](randomUUID),_0x26aa54),napCatCore[_0x1e464e(0x151)][_0x1e464e(0x155)]()[_0x1e464e(0x13d)](_0x4f45da)[_0x1e464e(0x145)](_0x2c3333=>{const _0x15994a=_0x1e464e;logDebug(_0xd78b4a[_0x15994a(0x154)],_0x2c3333);});});}static async[_0x487cc6(0x137)](_0x1d16b1,_0x537388){const _0x12c7df=_0x487cc6;napCatCore['session']['getBuddyService']()?.[_0x12c7df(0x13a)]({'friendUid':_0x1d16b1[_0x12c7df(0x136)],'reqTime':_0x1d16b1['reqTime'],'accept':_0x537388});}}
const _0x3757d1=_0x17b2;(function(_0x2f62ad,_0x5963b4){const _0x5f29cb=_0x17b2,_0x543a5b=_0x2f62ad();while(!![]){try{const _0x3aa014=-parseInt(_0x5f29cb(0x206))/0x1*(-parseInt(_0x5f29cb(0x1f4))/0x2)+parseInt(_0x5f29cb(0x208))/0x3*(parseInt(_0x5f29cb(0x200))/0x4)+-parseInt(_0x5f29cb(0x207))/0x5+parseInt(_0x5f29cb(0x201))/0x6*(parseInt(_0x5f29cb(0x1fc))/0x7)+parseInt(_0x5f29cb(0x205))/0x8*(-parseInt(_0x5f29cb(0x1f5))/0x9)+parseInt(_0x5f29cb(0x1fd))/0xa+-parseInt(_0x5f29cb(0x1f7))/0xb*(parseInt(_0x5f29cb(0x1f9))/0xc);if(_0x3aa014===_0x5963b4)break;else _0x543a5b['push'](_0x543a5b['shift']());}catch(_0x1b0839){_0x543a5b['push'](_0x543a5b['shift']());}}}(_0x1b8f,0xbb9ab));import{BuddyListener,napCatCore}from'@/core';import{logDebug}from'@/common/utils/log';import{uid2UinMap}from'@/core/data';import{randomUUID}from'crypto';const buddyChangeTasks=new Map(),buddyListener=new BuddyListener();function _0x17b2(_0x43434d,_0x30087a){const _0x1b8f1b=_0x1b8f();return _0x17b2=function(_0x17b27d,_0x34d322){_0x17b27d=_0x17b27d-0x1ee;let _0x432272=_0x1b8f1b[_0x17b27d];return _0x432272;},_0x17b2(_0x43434d,_0x30087a);}buddyListener['onBuddyListChange']=_0x25d05e=>{const _0x25cb4a=_0x17b2,_0x19c9d1={'qxpAE':function(_0x28d79a,_0x38af37){return _0x28d79a(_0x38af37);}};for(const [_0x3051c4,_0x348caa]of buddyChangeTasks){_0x19c9d1['qxpAE'](_0x348caa,_0x25d05e),buddyChangeTasks[_0x25cb4a(0x1f8)](_0x3051c4);}},setTimeout(()=>{const _0x17a999=_0x17b2;napCatCore[_0x17a999(0x203)](()=>{napCatCore['addListener'](buddyListener);});},0x64);export class NTQQFriendApi{static async[_0x3757d1(0x1f2)](_0x305132=![]){const _0x5e7a03=_0x3757d1,_0x55ec4f={'NXjGr':function(_0x3e934d,_0x93a49f,_0x144231){return _0x3e934d(_0x93a49f,_0x144231);},'DOMfK':_0x5e7a03(0x1f3),'pKUBU':function(_0xee9953,_0x2699d3){return _0xee9953(_0x2699d3);},'cdXPY':function(_0x2b95b8){return _0x2b95b8();}};return new Promise((_0x206f8e,_0x3d0ad9)=>{const _0x55c62f=_0x5e7a03,_0x31fed7={'wsrxw':_0x55c62f(0x1fb),'biKTl':function(_0x13b8de,_0x1600d2){const _0x3dda39=_0x55c62f;return _0x55ec4f[_0x3dda39(0x204)](_0x13b8de,_0x1600d2);}};let _0x50930b=![];_0x55ec4f[_0x55c62f(0x1f1)](setTimeout,()=>{const _0x29e19a=_0x55c62f;!_0x50930b&&(logDebug(_0x31fed7[_0x29e19a(0x1f0)]),_0x31fed7['biKTl'](_0x3d0ad9,'获取好友列表超时'));},0x1388);const _0x48e6f9=[],_0x3ef8a3=_0x6a8c50=>{const _0x2f25c0=_0x55c62f;for(const _0x103d42 of _0x6a8c50){for(const _0x71e37d of _0x103d42['buddyList']){_0x48e6f9['push'](_0x71e37d),uid2UinMap[_0x71e37d[_0x2f25c0(0x1fe)]]=_0x71e37d[_0x2f25c0(0x1fa)];}}_0x50930b=!![],_0x206f8e(_0x48e6f9);};buddyChangeTasks['set'](_0x55ec4f[_0x55c62f(0x20b)](randomUUID),_0x3ef8a3),napCatCore[_0x55c62f(0x209)][_0x55c62f(0x1ef)]()[_0x55c62f(0x20a)](_0x305132)[_0x55c62f(0x1ee)](_0xd52f69=>{const _0x4815f5=_0x55c62f;_0x55ec4f[_0x4815f5(0x1f1)](logDebug,_0x55ec4f['DOMfK'],_0xd52f69);});});}static async[_0x3757d1(0x1f6)](_0x44c874,_0x1011f3){const _0x480210=_0x3757d1;napCatCore[_0x480210(0x209)][_0x480210(0x1ef)]()?.['approvalFriendRequest']({'friendUid':_0x44c874[_0x480210(0x1ff)],'reqTime':_0x44c874[_0x480210(0x202)],'accept':_0x1011f3});}}function _0x1b8f(){const _0x287fa9=['2515681RzhBmA','11916620TZDGtc','uid','friendUid','68GAznyh','6bgSrBX','reqTime','onLoginSuccess','pKUBU','16LLgVDZ','4073mrGVbD','2275770jHpktY','170229pUvcbe','session','getBuddyList','cdXPY','then','getBuddyService','wsrxw','NXjGr','getFriends','开始获取好友列表','428jkhBfD','343377JzsWJk','handleFriendRequest','21241MJZZLX','delete','12972VCGNYp','uin','获取好友列表超时'];_0x1b8f=function(){return _0x287fa9;};return _0x1b8f();}

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
(function(_0x580cd6,_0x3ebf6d){var _0x3fbcaa=_0x2b7f,_0x1b2a7c=_0x580cd6();while(!![]){try{var _0x5b9bbe=parseInt(_0x3fbcaa(0x1f2))/0x1*(parseInt(_0x3fbcaa(0x1f4))/0x2)+parseInt(_0x3fbcaa(0x1f0))/0x3*(parseInt(_0x3fbcaa(0x1f7))/0x4)+-parseInt(_0x3fbcaa(0x1ee))/0x5+-parseInt(_0x3fbcaa(0x1f5))/0x6+parseInt(_0x3fbcaa(0x1f1))/0x7+parseInt(_0x3fbcaa(0x1f3))/0x8*(-parseInt(_0x3fbcaa(0x1ef))/0x9)+parseInt(_0x3fbcaa(0x1f6))/0xa;if(_0x5b9bbe===_0x3ebf6d)break;else _0x1b2a7c['push'](_0x1b2a7c['shift']());}catch(_0x21c0d3){_0x1b2a7c['push'](_0x1b2a7c['shift']());}}}(_0x26e7,0xd385f));export*from'./file';export*from'./friend';export*from'./group';function _0x26e7(){var _0x48ac22=['3536106AlLryp','276228NhNMry','64mXqEGr','10zSTfuG','8934222CfoXgG','5934300dyzDpq','3160CQpGyG','1550760QXOGTh','791640FYQved','3378glVGbR'];_0x26e7=function(){return _0x48ac22;};return _0x26e7();}export*from'./msg';function _0x2b7f(_0x1463de,_0x5a40a3){var _0x26e79c=_0x26e7();return _0x2b7f=function(_0x2b7ff1,_0x3e747d){_0x2b7ff1=_0x2b7ff1-0x1ee;var _0x3c04ba=_0x26e79c[_0x2b7ff1];return _0x3c04ba;},_0x2b7f(_0x1463de,_0x5a40a3);}export*from'./user';export*from'./webapi';export*from'./sign';export*from'./system';
(function(_0x2b9964,_0x4eba63){var _0x4caa76=_0x2542,_0x3940bf=_0x2b9964();while(!![]){try{var _0x1f0dca=-parseInt(_0x4caa76(0x121))/0x1+parseInt(_0x4caa76(0x124))/0x2*(parseInt(_0x4caa76(0x125))/0x3)+-parseInt(_0x4caa76(0x122))/0x4*(parseInt(_0x4caa76(0x11f))/0x5)+-parseInt(_0x4caa76(0x11c))/0x6+-parseInt(_0x4caa76(0x120))/0x7+-parseInt(_0x4caa76(0x123))/0x8*(parseInt(_0x4caa76(0x11d))/0x9)+parseInt(_0x4caa76(0x11e))/0xa;if(_0x1f0dca===_0x4eba63)break;else _0x3940bf['push'](_0x3940bf['shift']());}catch(_0x593be0){_0x3940bf['push'](_0x3940bf['shift']());}}}(_0x10d0,0x77b98));export*from'./file';export*from'./friend';export*from'./group';export*from'./msg';function _0x10d0(){var _0x5c19c9=['2688byUJPe','24fNPKLC','1850920DilIYg','3SoExQj','2440320iyYTIh','2246337HtHaCZ','23950550BvRgcD','2175obSxxW','4141102TAvKfE','790718yJjEha'];_0x10d0=function(){return _0x5c19c9;};return _0x10d0();}export*from'./user';export*from'./webapi';export*from'./sign';function _0x2542(_0x1a1a6b,_0x335d30){var _0x10d077=_0x10d0();return _0x2542=function(_0x25429d,_0x6243a6){_0x25429d=_0x25429d-0x11c;var _0x25d3af=_0x10d077[_0x25429d];return _0x25d3af;},_0x2542(_0x1a1a6b,_0x335d30);}export*from'./system';

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
(function(_0x551c6a,_0xd6fa87){const _0x266538=_0x34ce,_0x415085=_0x551c6a();while(!![]){try{const _0x41eb81=-parseInt(_0x266538(0x15e))/0x1*(parseInt(_0x266538(0x16b))/0x2)+-parseInt(_0x266538(0x150))/0x3*(parseInt(_0x266538(0x160))/0x4)+-parseInt(_0x266538(0x164))/0x5*(-parseInt(_0x266538(0x172))/0x6)+parseInt(_0x266538(0x14f))/0x7+parseInt(_0x266538(0x16c))/0x8+parseInt(_0x266538(0x158))/0x9+parseInt(_0x266538(0x17b))/0xa*(-parseInt(_0x266538(0x159))/0xb);if(_0x41eb81===_0xd6fa87)break;else _0x415085['push'](_0x415085['shift']());}catch(_0x31729a){_0x415085['push'](_0x415085['shift']());}}}(_0x184e,0x99319));import{logDebug}from'@/common/utils/log';import{NTQQUserApi}from'./user';import{selfInfo}from'../data';function _0x34ce(_0x22bc44,_0x49f9fb){const _0x184e54=_0x184e();return _0x34ce=function(_0x34ce39,_0xbf897f){_0x34ce39=_0x34ce39-0x14d;let _0x9805f1=_0x184e54[_0x34ce39];return _0x9805f1;},_0x34ce(_0x22bc44,_0x49f9fb);}import{RequestUtil}from'@/common/utils/request';import{WebApi}from'./webapi';export async function SignMiniApp(_0x43d7b8){const _0x218a52=_0x34ce,_0x32cc32={'EAFFL':_0x218a52(0x166),'LehQf':_0x218a52(0x179),'feQFl':_0x218a52(0x151),'CDNXM':function(_0x394bbb,_0x459556){return _0x394bbb+_0x459556;},'GqXau':function(_0x18233d,_0x3834ad){return _0x18233d+_0x3834ad;},'hVtJB':_0x218a52(0x157),'gAUpd':_0x218a52(0x15d),'WvQRk':_0x218a52(0x161),'Nouvy':function(_0x10bba9,_0x3e79e7){return _0x10bba9+_0x3e79e7;},'hRbfk':function(_0x30f50b,_0x2829e9){return _0x30f50b+_0x2829e9;},'XmZjf':_0x218a52(0x17a),'cMpqr':'&ark=','JjyEW':function(_0x10d149,_0x4ba2a4){return _0x10d149(_0x4ba2a4);},'VFQmA':_0x218a52(0x15c)};let _0x44d38b={'app':_0x218a52(0x15b),'bizsrc':_0x32cc32[_0x218a52(0x169)],'view':_0x32cc32['LehQf'],'prompt':_0x43d7b8[_0x218a52(0x173)],'config':{'type':'normal','forward':0x1,'autosize':0x0},'meta':{'miniapp':{'title':_0x43d7b8[_0x218a52(0x156)],'preview':_0x43d7b8[_0x218a52(0x178)]['replace'](/\\/g,_0x32cc32[_0x218a52(0x170)]),'jumpUrl':_0x43d7b8['jumpUrl'][_0x218a52(0x16d)](/\\/g,_0x32cc32['feQFl']),'tag':_0x43d7b8[_0x218a52(0x14d)],'tagIcon':_0x43d7b8['tagIcon'][_0x218a52(0x16d)](/\\/g,'\x5c/\x5c/'),'source':_0x43d7b8['source'],'sourcelogo':_0x43d7b8[_0x218a52(0x15f)][_0x218a52(0x16d)](/\\/g,_0x32cc32[_0x218a52(0x170)])}}};const _0x629034=await NTQQUserApi[_0x218a52(0x14e)]();let _0x29312a=await NTQQUserApi[_0x218a52(0x162)]();const _0x7145c9=WebApi[_0x218a52(0x16f)](_0x29312a[_0x218a52(0x154)]),_0x976c1=_0x32cc32[_0x218a52(0x15a)](_0x32cc32[_0x218a52(0x15a)](_0x32cc32[_0x218a52(0x152)](_0x218a52(0x153),_0x29312a[_0x218a52(0x154)])+_0x32cc32['hVtJB']+_0x29312a[_0x218a52(0x155)]+_0x32cc32[_0x218a52(0x165)],selfInfo[_0x218a52(0x176)]),_0x32cc32[_0x218a52(0x167)])+selfInfo['uin'];let _0x1dcacb=_0x32cc32[_0x218a52(0x171)](_0x32cc32[_0x218a52(0x152)](_0x32cc32[_0x218a52(0x16e)](_0x32cc32['XmZjf'],_0x7145c9),_0x32cc32[_0x218a52(0x175)]),_0x32cc32[_0x218a52(0x177)](encodeURIComponent,JSON[_0x218a52(0x174)](_0x44d38b))),_0xa0286f='';try{let _0x401d09=await RequestUtil[_0x218a52(0x163)](_0x1dcacb,_0x32cc32[_0x218a52(0x168)],undefined,{'Cookie':_0x976c1});_0xa0286f=_0x401d09['data']['signed_ark'];}catch(_0x26b23e){logDebug(_0x218a52(0x16a),_0x26b23e);}return _0xa0286f;}function _0x184e(){const _0xd1eb9d=['3476445hPxjpO','9esYsJa','\x5c/\x5c/','GqXau','p_skey=','p_skey','skey','title',';\x20skey=','8468028wkJJqG','22pRnRkv','CDNXM','com.tencent.miniapp.lua','GET',';\x20p_uin=o','28991jezjnu','sourcelogo','996388FpWxQx',';\x20uin=o','getQzoneCookies','HttpGetJson','942285soetoY','gAUpd','tianxuan.imgJumpArk','WvQRk','VFQmA','EAFFL','MiniApp\x20JSON\x20消息生成失败','4yhXdUA','4726760ngwOgH','replace','hRbfk','genBkn','feQFl','Nouvy','36mEIYud','prompt','stringify','cMpqr','uin','JjyEW','preview','miniapp','https://h5.qzone.qq.com/v2/vip/tx/trpc/ark-share/GenNewSignedArk?g_tk=','8631800bxDahe','tag','getSkey'];_0x184e=function(){return _0xd1eb9d;};return _0x184e();}
(function(_0xf184e2,_0x353f05){const _0x360916=_0x1217,_0x51f1aa=_0xf184e2();while(!![]){try{const _0x1fa391=-parseInt(_0x360916(0x1ae))/0x1*(parseInt(_0x360916(0x1c7))/0x2)+-parseInt(_0x360916(0x1bd))/0x3+parseInt(_0x360916(0x1b4))/0x4+-parseInt(_0x360916(0x1cd))/0x5+-parseInt(_0x360916(0x1a9))/0x6+parseInt(_0x360916(0x1b5))/0x7+parseInt(_0x360916(0x1c9))/0x8*(parseInt(_0x360916(0x1bc))/0x9);if(_0x1fa391===_0x353f05)break;else _0x51f1aa['push'](_0x51f1aa['shift']());}catch(_0x2fb135){_0x51f1aa['push'](_0x51f1aa['shift']());}}}(_0x519b,0xbd901));function _0x1217(_0x243e37,_0x14eece){const _0x519bce=_0x519b();return _0x1217=function(_0x121770,_0x218f39){_0x121770=_0x121770-0x1a2;let _0x1c676b=_0x519bce[_0x121770];return _0x1c676b;},_0x1217(_0x243e37,_0x14eece);}import{logDebug}from'@/common/utils/log';import{NTQQUserApi}from'./user';import{selfInfo}from'../data';import{RequestUtil}from'@/common/utils/request';import{WebApi}from'./webapi';function _0x519b(){const _0x3acfe0=['https://h5.qzone.qq.com/v2/vip/tx/trpc/ark-share/GenNewSignedArk?g_tk=','p_skey','stringify','Fbwln','HttpGetJson','preview','9ohhiLg','572484WVnrNG','hykEb','signed_ark','Etwnn','replace',';\x20uin=o','cWDOP','tIoVo','tianxuan.imgJumpArk','tag','1082FCzudd',';\x20skey=','4267680nAfGHu','trInk','miniapp','MiniApp\x20JSON\x20消息生成失败','2060540eLrksV',';\x20p_uin=o','\x5c/\x5c/','tagIcon','com.tencent.miniapp.lua','rlerq','p_skey=','skey','2568414VIIckq','getQzoneCookies','IFxkW','jumpUrl','uin','1483bLAqSf','iovEi','data','normal','prompt','GET','3147876iymtOz','9025296wVgeQQ'];_0x519b=function(){return _0x3acfe0;};return _0x519b();}export async function SignMiniApp(_0x2e61d0){const _0x5cdd20=_0x1217,_0x3ec84b={'rlerq':_0x5cdd20(0x1cb),'IFxkW':_0x5cdd20(0x1b1),'Fbwln':'\x5c/\x5c/','qthrA':function(_0x38a6e8,_0x141303){return _0x38a6e8+_0x141303;},'Etwnn':function(_0x5b92aa,_0x213e63){return _0x5b92aa+_0x213e63;},'cWDOP':function(_0x1d0dc9,_0x5a06c0){return _0x1d0dc9+_0x5a06c0;},'trInk':_0x5cdd20(0x1a7),'hykEb':_0x5cdd20(0x1c8),'tIoVo':_0x5cdd20(0x1a2),'iovEi':_0x5cdd20(0x1c2),'PvXyV':function(_0x2d534b,_0x441eed){return _0x2d534b+_0x441eed;}};let _0x275de2={'app':_0x5cdd20(0x1a5),'bizsrc':_0x5cdd20(0x1c5),'view':_0x3ec84b[_0x5cdd20(0x1a6)],'prompt':_0x2e61d0[_0x5cdd20(0x1b2)],'config':{'type':_0x3ec84b[_0x5cdd20(0x1ab)],'forward':0x1,'autosize':0x0},'meta':{'miniapp':{'title':_0x2e61d0['title'],'preview':_0x2e61d0[_0x5cdd20(0x1bb)]['replace'](/\\/g,_0x5cdd20(0x1a3)),'jumpUrl':_0x2e61d0[_0x5cdd20(0x1ac)]['replace'](/\\/g,_0x3ec84b[_0x5cdd20(0x1b9)]),'tag':_0x2e61d0[_0x5cdd20(0x1c6)],'tagIcon':_0x2e61d0[_0x5cdd20(0x1a4)][_0x5cdd20(0x1c1)](/\\/g,_0x3ec84b[_0x5cdd20(0x1b9)]),'source':_0x2e61d0['source'],'sourcelogo':_0x2e61d0['sourcelogo'][_0x5cdd20(0x1c1)](/\\/g,_0x3ec84b['Fbwln'])}}};const _0x590261=await NTQQUserApi['getSkey']();let _0x3697ae=await NTQQUserApi[_0x5cdd20(0x1aa)]();const _0x20bcb8=WebApi['genBkn'](_0x3697ae[_0x5cdd20(0x1b7)]),_0x8c35b5=_0x3ec84b['qthrA'](_0x3ec84b[_0x5cdd20(0x1c0)](_0x3ec84b['cWDOP'](_0x3ec84b[_0x5cdd20(0x1c3)](_0x3ec84b[_0x5cdd20(0x1c0)](_0x3ec84b[_0x5cdd20(0x1ca)],_0x3697ae[_0x5cdd20(0x1b7)])+_0x3ec84b[_0x5cdd20(0x1be)],_0x3697ae[_0x5cdd20(0x1a8)])+_0x3ec84b[_0x5cdd20(0x1c4)],selfInfo[_0x5cdd20(0x1ad)]),_0x3ec84b[_0x5cdd20(0x1af)]),selfInfo[_0x5cdd20(0x1ad)]);let _0x3bbda1=_0x3ec84b['PvXyV'](_0x3ec84b[_0x5cdd20(0x1c0)](_0x3ec84b[_0x5cdd20(0x1c3)](_0x5cdd20(0x1b6),_0x20bcb8),'&ark='),encodeURIComponent(JSON[_0x5cdd20(0x1b8)](_0x275de2))),_0x35a841='';try{let _0x100935=await RequestUtil[_0x5cdd20(0x1ba)](_0x3bbda1,_0x5cdd20(0x1b3),undefined,{'Cookie':_0x8c35b5});_0x35a841=_0x100935[_0x5cdd20(0x1b0)][_0x5cdd20(0x1bf)];}catch(_0x3c6532){logDebug(_0x5cdd20(0x1cc),_0x3c6532);}return _0x35a841;}

View File

@@ -1 +1 @@
var _0x4fadcf=_0x3900;function _0x1ade(){var _0x58f903=['wantWinScreenOCR','33ADGQYn','935591xgmJjQ','2739730UIQhmr','hasOtherRunningQQProcess','translateEnWordToZn','1161738HoIdDq','37200ugttoO','1448554aVuBob','8sODGyK','ORCImage','session','getRichMediaService','util','6sXocNg','1447005lSMGBB','getNodeMiscService','195165DKfvXa','12ufOsPo'];_0x1ade=function(){return _0x58f903;};return _0x1ade();}function _0x3900(_0x18fceb,_0x5ebcfa){var _0x1ade64=_0x1ade();return _0x3900=function(_0x3900d6,_0x34ed96){_0x3900d6=_0x3900d6-0x98;var _0x464e59=_0x1ade64[_0x3900d6];return _0x464e59;},_0x3900(_0x18fceb,_0x5ebcfa);}(function(_0x3eb466,_0x12acb9){var _0x478060=_0x3900,_0xb04809=_0x3eb466();while(!![]){try{var _0x374a3f=-parseInt(_0x478060(0xa1))/0x1+parseInt(_0x478060(0xa7))/0x2+-parseInt(_0x478060(0x9d))/0x3*(parseInt(_0x478060(0x9e))/0x4)+-parseInt(_0x478060(0xa6))/0x5+parseInt(_0x478060(0x9a))/0x6*(parseInt(_0x478060(0x9b))/0x7)+parseInt(_0x478060(0xa8))/0x8*(-parseInt(_0x478060(0xa5))/0x9)+-parseInt(_0x478060(0xa2))/0xa*(-parseInt(_0x478060(0xa0))/0xb);if(_0x374a3f===_0x12acb9)break;else _0xb04809['push'](_0xb04809['shift']());}catch(_0x4d317c){_0xb04809['push'](_0xb04809['shift']());}}}(_0x1ade,0x76901));import{napCatCore}from'@/core';export class NTQQSystemApi{static async[_0x4fadcf(0xa3)](){var _0x98d724=_0x4fadcf;return napCatCore[_0x98d724(0x99)][_0x98d724(0xa3)]();}static async[_0x4fadcf(0xa9)](_0x4fbc6b){var _0x102095=_0x4fadcf;return napCatCore[_0x102095(0xaa)][_0x102095(0x9c)]()[_0x102095(0x9f)](_0x4fbc6b);}static async[_0x4fadcf(0xa4)](_0x1363f4){var _0x36056d=_0x4fadcf;return napCatCore[_0x36056d(0xaa)][_0x36056d(0x98)]()[_0x36056d(0xa4)](_0x1363f4);}}
var _0x58874f=_0x499f;function _0x5bf6(){var _0x338222=['getRichMediaService','hasOtherRunningQQProcess','translateEnWordToZn','7812650SpaTIF','5IdOQKP','197463EOJGfS','getNodeMiscService','292KwunWF','24707826yYbHNa','1bDqocx','9245007XIPlWy','1503434WQmtZG','819GtruOw','wantWinScreenOCR','96fYPIaM','4578870IcAIKN','ORCImage'];_0x5bf6=function(){return _0x338222;};return _0x5bf6();}(function(_0x3c1b48,_0x4d0fc0){var _0x179f54=_0x499f,_0x240c82=_0x3c1b48();while(!![]){try{var _0x2dcffb=parseInt(_0x179f54(0xed))/0x1*(-parseInt(_0x179f54(0xef))/0x2)+-parseInt(_0x179f54(0xf0))/0x3*(-parseInt(_0x179f54(0xeb))/0x4)+-parseInt(_0x179f54(0xe8))/0x5*(parseInt(_0x179f54(0xf3))/0x6)+-parseInt(_0x179f54(0xe9))/0x7*(parseInt(_0x179f54(0xf2))/0x8)+parseInt(_0x179f54(0xee))/0x9+-parseInt(_0x179f54(0xe7))/0xa+parseInt(_0x179f54(0xec))/0xb;if(_0x2dcffb===_0x4d0fc0)break;else _0x240c82['push'](_0x240c82['shift']());}catch(_0x1ce6ea){_0x240c82['push'](_0x240c82['shift']());}}}(_0x5bf6,0xa0cfb));import{napCatCore}from'@/core';function _0x499f(_0x40b4d5,_0x1dd6b5){var _0x5bf6d3=_0x5bf6();return _0x499f=function(_0x499f35,_0x359f9a){_0x499f35=_0x499f35-0xe6;var _0x210e1c=_0x5bf6d3[_0x499f35];return _0x210e1c;},_0x499f(_0x40b4d5,_0x1dd6b5);}export class NTQQSystemApi{static async[_0x58874f(0xf6)](){var _0x2d3916=_0x58874f;return napCatCore['util'][_0x2d3916(0xf6)]();}static async[_0x58874f(0xf4)](_0x20b49c){var _0x20ca46=_0x58874f;return napCatCore['session'][_0x20ca46(0xea)]()[_0x20ca46(0xf1)](_0x20b49c);}static async['translateEnWordToZn'](_0x441891){var _0x815a7e=_0x58874f;return napCatCore['session'][_0x815a7e(0xf5)]()[_0x815a7e(0xe6)](_0x441891);}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
(function(_0x446591,_0x5d404e){const _0x2ca88e=_0x3c07,_0x93bb35=_0x446591();while(!![]){try{const _0x1af2ba=parseInt(_0x2ca88e(0x10d))/0x1*(-parseInt(_0x2ca88e(0x116))/0x2)+-parseInt(_0x2ca88e(0x114))/0x3*(parseInt(_0x2ca88e(0x11c))/0x4)+parseInt(_0x2ca88e(0x11a))/0x5*(-parseInt(_0x2ca88e(0x110))/0x6)+parseInt(_0x2ca88e(0x10a))/0x7*(parseInt(_0x2ca88e(0x10f))/0x8)+parseInt(_0x2ca88e(0x117))/0x9*(parseInt(_0x2ca88e(0x107))/0xa)+-parseInt(_0x2ca88e(0x105))/0xb+-parseInt(_0x2ca88e(0x113))/0xc*(-parseInt(_0x2ca88e(0x10e))/0xd);if(_0x1af2ba===_0x5d404e)break;else _0x93bb35['push'](_0x93bb35['shift']());}catch(_0x1e5948){_0x93bb35['push'](_0x93bb35['shift']());}}}(_0x1f6a,0x7fac9));import{isNumeric}from'@/common/utils/helper';import{NTQQGroupApi}from'@/core/apis';export const Credentials={'Skey':'','CreatTime':0x0,'Cookies':new Map(),'ClientKey':'','KeyIndex':'','PskeyData':new Map(),'PskeyTime':new Map()};export const WebGroupData={'GroupData':new Map(),'GroupTime':new Map()};function _0x3c07(_0x132f72,_0x2617f1){const _0x1f6a5d=_0x1f6a();return _0x3c07=function(_0x3c074c,_0x4da471){_0x3c074c=_0x3c074c-0x102;let _0x41ff1c=_0x1f6a5d[_0x3c074c];return _0x41ff1c;},_0x3c07(_0x132f72,_0x2617f1);}export const selfInfo={'uid':'','uin':'','nick':'','online':!![]};function _0x1f6a(){const _0x2813d0=['62440GYWVKR','2410806gbtMrK','delete','groupCode','18449292GGVBZx','423keXMOB','length','4aHwBSj','9QvoLbL','from','values','10axTSzo','UGaNP','19016WSXAwg','set','forEach','NrlJX','find','5465779ypKeNo','get','1840010uZrUUK','getGroupMembers','PoiMT','798lXnkHo','toString','uin','58727qOYmqz','13hbdxik'];_0x1f6a=function(){return _0x2813d0;};return _0x1f6a();}export const groups=new Map();export function deleteGroup(_0x438a5d){const _0xd78ab9=_0x3c07;groups['delete'](_0x438a5d),groupMembers[_0xd78ab9(0x111)](_0x438a5d);}export const groupMembers=new Map();export const friends=new Map();export const friendRequests={};export const groupNotifies={};export const napCatError={'ffmpegError':'','httpServerError':'','wsServerError':'','otherError':'NapCat未能正常启动请检查日志查看错误'};export async function getFriend(_0x464a19){const _0x3fe95c=_0x3c07,_0x2a7ec5={'NrlJX':function(_0x372f59,_0xb312c3){return _0x372f59(_0xb312c3);}};_0x464a19=_0x464a19[_0x3fe95c(0x10b)]();if(_0x2a7ec5[_0x3fe95c(0x103)](isNumeric,_0x464a19)){const _0x3bd93e=Array['from'](friends[_0x3fe95c(0x119)]());return _0x3bd93e['find'](_0x27577d=>_0x27577d['uin']===_0x464a19);}else return friends[_0x3fe95c(0x106)](_0x464a19);}export async function getGroup(_0x481a3f){const _0x55eef0=_0x3c07;let _0xd34e40=groups[_0x55eef0(0x106)](_0x481a3f[_0x55eef0(0x10b)]());if(!_0xd34e40)try{const _0x167ff4=await NTQQGroupApi['getGroups']();_0x167ff4[_0x55eef0(0x115)]&&_0x167ff4[_0x55eef0(0x102)](_0x5451b1=>{const _0x482400=_0x55eef0;groups[_0x482400(0x11d)](_0x5451b1[_0x482400(0x112)],_0x5451b1);});}catch(_0x57a059){return undefined;}return _0xd34e40=groups[_0x55eef0(0x106)](_0x481a3f[_0x55eef0(0x10b)]()),_0xd34e40;}export async function getGroupMember(_0x5db336,_0x546b73){const _0x18f524=_0x3c07,_0x4cf117={'nwFNw':function(_0x56cb86,_0x2e5b63){return _0x56cb86(_0x2e5b63);},'PoiMT':function(_0x51d416){return _0x51d416();}};_0x5db336=_0x5db336[_0x18f524(0x10b)](),_0x546b73=_0x546b73[_0x18f524(0x10b)]();let _0x513b1a=groupMembers[_0x18f524(0x106)](_0x5db336);if(!_0x513b1a)try{_0x513b1a=await NTQQGroupApi[_0x18f524(0x108)](_0x5db336),groupMembers[_0x18f524(0x11d)](_0x5db336,_0x513b1a);}catch(_0x121162){return null;}const _0x1a0778=()=>{const _0x394b43=_0x18f524;let _0x25b156=undefined;return _0x4cf117['nwFNw'](isNumeric,_0x546b73)?_0x25b156=Array[_0x394b43(0x118)](_0x513b1a['values']())[_0x394b43(0x104)](_0x4f9c1f=>_0x4f9c1f[_0x394b43(0x10c)]===_0x546b73):_0x25b156=_0x513b1a[_0x394b43(0x106)](_0x546b73),_0x25b156;};let _0x6f3a81=_0x1a0778();return!_0x6f3a81&&(_0x513b1a=await NTQQGroupApi[_0x18f524(0x108)](_0x5db336),_0x6f3a81=_0x4cf117[_0x18f524(0x109)](_0x1a0778)),_0x6f3a81;}export const uid2UinMap={};export function getUidByUin(_0x5a3290){const _0x1c7353=_0x3c07,_0x2789cc={'UGaNP':function(_0x3930bf,_0x218a1a){return _0x3930bf===_0x218a1a;}};for(const _0x21ea61 in uid2UinMap){if(_0x2789cc[_0x1c7353(0x11b)](uid2UinMap[_0x21ea61],_0x5a3290))return _0x21ea61;}}export const tempGroupCodeMap={};export const rawFriends=[];export const stat={'packet_received':0x0,'packet_sent':0x0,'message_received':0x0,'message_sent':0x0,'last_message_time':0x0,'disconnect_times':0x0,'lost_times':0x0,'packet_lost':0x0};
const _0x2f143c=_0x4db3;(function(_0x6dcd91,_0x29429b){const _0x4a8a26=_0x4db3,_0x4fb3fa=_0x6dcd91();while(!![]){try{const _0x464690=parseInt(_0x4a8a26(0x180))/0x1*(-parseInt(_0x4a8a26(0x17f))/0x2)+parseInt(_0x4a8a26(0x18f))/0x3+-parseInt(_0x4a8a26(0x196))/0x4+parseInt(_0x4a8a26(0x184))/0x5*(-parseInt(_0x4a8a26(0x19a))/0x6)+-parseInt(_0x4a8a26(0x18d))/0x7+-parseInt(_0x4a8a26(0x190))/0x8*(-parseInt(_0x4a8a26(0x188))/0x9)+parseInt(_0x4a8a26(0x18b))/0xa*(parseInt(_0x4a8a26(0x187))/0xb);if(_0x464690===_0x29429b)break;else _0x4fb3fa['push'](_0x4fb3fa['shift']());}catch(_0x337e37){_0x4fb3fa['push'](_0x4fb3fa['shift']());}}}(_0x5784,0x5eba8));import{isNumeric}from'@/common/utils/helper';function _0x4db3(_0x48cfa0,_0x3a59e5){const _0x578412=_0x5784();return _0x4db3=function(_0x4db31f,_0x27eebd){_0x4db31f=_0x4db31f-0x17f;let _0x4f003c=_0x578412[_0x4db31f];return _0x4f003c;},_0x4db3(_0x48cfa0,_0x3a59e5);}import{NTQQGroupApi}from'@/core/apis';export const Credentials={'Skey':'','CreatTime':0x0,'Cookies':new Map(),'ClientKey':'','KeyIndex':'','PskeyData':new Map(),'PskeyTime':new Map()};export const WebGroupData={'GroupData':new Map(),'GroupTime':new Map()};export const selfInfo={'uid':'','uin':'','nick':'','online':!![]};function _0x5784(){const _0x42541c=['getGroups','groupCode','set','15765qlBhPu','get','delete','418RUuFVk','2107962BErqQv','forEach','length','459870rTLZoE','RJZnh','5085563AexJrI','uin','1060161rqBOtm','16ARissP','NapCat未能正常启动请检查日志查看错误','from','zdmFc','getGroupMembers','find','2468796ZDIKVR','values','BqMqQ','gEpWX','846MopRqQ','toString','9248sSCRwC','85WiAhpP'];_0x5784=function(){return _0x42541c;};return _0x5784();}export const groups=new Map();export function deleteGroup(_0x429f1e){const _0x4ef735=_0x4db3;groups['delete'](_0x429f1e),groupMembers[_0x4ef735(0x186)](_0x429f1e);}export const groupMembers=new Map();export const friends=new Map();export const friendRequests={};export const groupNotifies={};export const napCatError={'ffmpegError':'','httpServerError':'','wsServerError':'','otherError':_0x2f143c(0x191)};export async function getFriend(_0x2b2ada){const _0x568b3d=_0x2f143c,_0x376f2c={'BqMqQ':function(_0x29fa15,_0x4472a5){return _0x29fa15(_0x4472a5);}};_0x2b2ada=_0x2b2ada['toString']();if(_0x376f2c[_0x568b3d(0x198)](isNumeric,_0x2b2ada)){const _0x1614c3=Array[_0x568b3d(0x192)](friends[_0x568b3d(0x197)]());return _0x1614c3[_0x568b3d(0x195)](_0x372792=>_0x372792[_0x568b3d(0x18e)]===_0x2b2ada);}else return friends[_0x568b3d(0x185)](_0x2b2ada);}export async function getGroup(_0x308df6){const _0xb82bdc=_0x2f143c;let _0x482e6e=groups[_0xb82bdc(0x185)](_0x308df6[_0xb82bdc(0x19b)]());if(!_0x482e6e)try{const _0x3de901=await NTQQGroupApi[_0xb82bdc(0x181)]();_0x3de901[_0xb82bdc(0x18a)]&&_0x3de901[_0xb82bdc(0x189)](_0x3e0e1c=>{const _0x3933f4=_0xb82bdc;groups[_0x3933f4(0x183)](_0x3e0e1c[_0x3933f4(0x182)],_0x3e0e1c);});}catch(_0x52729b){return undefined;}return _0x482e6e=groups['get'](_0x308df6[_0xb82bdc(0x19b)]()),_0x482e6e;}export async function getGroupMember(_0x5dab24,_0x158535){const _0x33cfc0=_0x2f143c,_0x922ff7={'RJZnh':function(_0x3db2aa,_0x38db5b){return _0x3db2aa(_0x38db5b);},'zdmFc':function(_0x4a96cd){return _0x4a96cd();}};_0x5dab24=_0x5dab24['toString'](),_0x158535=_0x158535[_0x33cfc0(0x19b)]();let _0x34f961=groupMembers[_0x33cfc0(0x185)](_0x5dab24);if(!_0x34f961)try{_0x34f961=await NTQQGroupApi[_0x33cfc0(0x194)](_0x5dab24),groupMembers[_0x33cfc0(0x183)](_0x5dab24,_0x34f961);}catch(_0x4bd608){return null;}const _0x42a152=()=>{const _0x3790ee=_0x33cfc0;let _0x33f1de=undefined;return _0x922ff7[_0x3790ee(0x18c)](isNumeric,_0x158535)?_0x33f1de=Array[_0x3790ee(0x192)](_0x34f961[_0x3790ee(0x197)]())['find'](_0x91b924=>_0x91b924[_0x3790ee(0x18e)]===_0x158535):_0x33f1de=_0x34f961[_0x3790ee(0x185)](_0x158535),_0x33f1de;};let _0x5d9468=_0x42a152();return!_0x5d9468&&(_0x34f961=await NTQQGroupApi['getGroupMembers'](_0x5dab24),_0x5d9468=_0x922ff7[_0x33cfc0(0x193)](_0x42a152)),_0x5d9468;}export const uid2UinMap={};export function getUidByUin(_0x27ee8c){const _0x5cc43c=_0x2f143c,_0x1d3f59={'gEpWX':function(_0x3ceb76,_0xb8a37a){return _0x3ceb76===_0xb8a37a;}};for(const _0x1d348e in uid2UinMap){if(_0x1d3f59[_0x5cc43c(0x199)](uid2UinMap[_0x1d348e],_0x27ee8c))return _0x1d348e;}}export const tempGroupCodeMap={};export const rawFriends=[];export const stat={'packet_received':0x0,'packet_sent':0x0,'message_received':0x0,'message_sent':0x0,'last_message_time':0x0,'disconnect_times':0x0,'lost_times':0x0,'packet_lost':0x0};

View File

@@ -1 +1 @@
(function(_0xbedce4,_0x2a3470){var _0x5a0747=_0x1410,_0x21b856=_0xbedce4();while(!![]){try{var _0x17ac79=parseInt(_0x5a0747(0xce))/0x1+parseInt(_0x5a0747(0xd7))/0x2+parseInt(_0x5a0747(0xdb))/0x3+parseInt(_0x5a0747(0xd9))/0x4+parseInt(_0x5a0747(0xdd))/0x5*(-parseInt(_0x5a0747(0xd0))/0x6)+-parseInt(_0x5a0747(0xd3))/0x7*(-parseInt(_0x5a0747(0xd2))/0x8)+-parseInt(_0x5a0747(0xd4))/0x9*(parseInt(_0x5a0747(0xd1))/0xa);if(_0x17ac79===_0x2a3470)break;else _0x21b856['push'](_0x21b856['shift']());}catch(_0x51cf1b){_0x21b856['push'](_0x21b856['shift']());}}}(_0x5bce,0x5216b));;function _0x5bce(){var _0xbdecfb=['Gvqla','946340VDtFQP','SdQpS','1811972bwCEKl','DOCUMENT','1790004JpvOxy','VIDEO','5gYCmjU','GEqsc','AUDIO','278440ZAQauz','ghWZa','5466ZRjqrk','90locihK','4873784IEKehW','7uZYzHc','2073348LDRqzc','OTHER'];_0x5bce=function(){return _0xbdecfb;};return _0x5bce();}function _0x1410(_0x190c4e,_0x5aa5ce){var _0x5bce52=_0x5bce();return _0x1410=function(_0x1410f9,_0x4e2499){_0x1410f9=_0x1410f9-0xcc;var _0x4e4f76=_0x5bce52[_0x1410f9];return _0x4e4f76;},_0x1410(_0x190c4e,_0x5aa5ce);}export var CacheFileType;(function(_0x2da895){var _0x23ce21=_0x1410,_0x233021={'ghWZa':'IMAGE','GEqsc':_0x23ce21(0xdc),'Gvqla':_0x23ce21(0xcd),'SdQpS':_0x23ce21(0xda),'sRkkS':_0x23ce21(0xd5)};_0x2da895[_0x2da895[_0x233021['ghWZa']]=0x0]=_0x233021[_0x23ce21(0xcf)],_0x2da895[_0x2da895['VIDEO']=0x1]=_0x233021[_0x23ce21(0xcc)],_0x2da895[_0x2da895[_0x233021[_0x23ce21(0xd6)]]=0x2]=_0x233021[_0x23ce21(0xd6)],_0x2da895[_0x2da895[_0x23ce21(0xda)]=0x3]=_0x233021[_0x23ce21(0xd8)],_0x2da895[_0x2da895[_0x233021['sRkkS']]=0x4]=_0x233021['sRkkS'];}(CacheFileType||(CacheFileType={})));
(function(_0x4b175e,_0x452713){var _0x404486=_0x35b6,_0x4481cc=_0x4b175e();while(!![]){try{var _0x40b0ac=parseInt(_0x404486(0x1c9))/0x1+-parseInt(_0x404486(0x1ce))/0x2*(parseInt(_0x404486(0x1cb))/0x3)+-parseInt(_0x404486(0x1c5))/0x4+parseInt(_0x404486(0x1c3))/0x5*(parseInt(_0x404486(0x1ca))/0x6)+parseInt(_0x404486(0x1c7))/0x7*(parseInt(_0x404486(0x1bf))/0x8)+parseInt(_0x404486(0x1bb))/0x9*(-parseInt(_0x404486(0x1cf))/0xa)+parseInt(_0x404486(0x1bd))/0xb*(parseInt(_0x404486(0x1cd))/0xc);if(_0x40b0ac===_0x452713)break;else _0x4481cc['push'](_0x4481cc['shift']());}catch(_0x1e1964){_0x4481cc['push'](_0x4481cc['shift']());}}}(_0x1730,0x4cfc6));;function _0x1730(){var _0x386f4a=['27hhgRWY','sITvM','967087wLIDnb','split','8Auensn','qfLgq','AUDIO','VIDEO','10MCZkne','IMAGE','1574844WDzRid','DOCUMENT','349937NbFSsB','OTHER','386302HKiqRN','838368fymGmy','3fwpTnC','RjXbr','132AufSvg','737076fvznmL','2017510uDaNMA'];_0x1730=function(){return _0x386f4a;};return _0x1730();}function _0x35b6(_0x377741,_0x6f7eb5){var _0x1730f1=_0x1730();return _0x35b6=function(_0x35b67e,_0x23361f){_0x35b67e=_0x35b67e-0x1bb;var _0x427dc3=_0x1730f1[_0x35b67e];return _0x427dc3;},_0x35b6(_0x377741,_0x6f7eb5);}export var CacheFileType;(function(_0x4459eb){var _0xc5079e=_0x35b6,_0x1e9f17={'RjXbr':'1|2|4|3|0','qfLgq':_0xc5079e(0x1c8),'VHPiP':_0xc5079e(0x1c4),'sITvM':_0xc5079e(0x1c2),'ioWiG':_0xc5079e(0x1c6),'ytjzY':_0xc5079e(0x1c1)},_0x2549df=_0x1e9f17[_0xc5079e(0x1cc)][_0xc5079e(0x1be)]('|'),_0x5eedeb=0x0;while(!![]){switch(_0x2549df[_0x5eedeb++]){case'0':_0x4459eb[_0x4459eb[_0x1e9f17[_0xc5079e(0x1c0)]]=0x4]=_0x1e9f17['qfLgq'];continue;case'1':_0x4459eb[_0x4459eb[_0xc5079e(0x1c4)]=0x0]=_0x1e9f17['VHPiP'];continue;case'2':_0x4459eb[_0x4459eb[_0x1e9f17[_0xc5079e(0x1bc)]]=0x1]=_0x1e9f17[_0xc5079e(0x1bc)];continue;case'3':_0x4459eb[_0x4459eb[_0x1e9f17['ioWiG']]=0x3]=_0xc5079e(0x1c6);continue;case'4':_0x4459eb[_0x4459eb[_0x1e9f17['ytjzY']]=0x2]=_0x1e9f17['ytjzY'];continue;}break;}}(CacheFileType||(CacheFileType={})));

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
(function(_0x28f620,_0x2ac53f){var _0x5e31fb=_0x3459,_0x3ffa6e=_0x28f620();while(!![]){try{var _0x18ff29=-parseInt(_0x5e31fb(0xef))/0x1*(parseInt(_0x5e31fb(0xe6))/0x2)+parseInt(_0x5e31fb(0xea))/0x3+parseInt(_0x5e31fb(0xf1))/0x4+-parseInt(_0x5e31fb(0xec))/0x5+-parseInt(_0x5e31fb(0xee))/0x6+-parseInt(_0x5e31fb(0xf0))/0x7*(-parseInt(_0x5e31fb(0xe9))/0x8)+parseInt(_0x5e31fb(0xeb))/0x9;if(_0x18ff29===_0x2ac53f)break;else _0x3ffa6e['push'](_0x3ffa6e['shift']());}catch(_0x2c7f71){_0x3ffa6e['push'](_0x3ffa6e['shift']());}}}(_0x104f,0xd7874));export var GroupMemberRole;function _0x104f(){var _0x45b890=['21902076siBzSE','3176075IzeEfB','lkTzd','10210230QtqtTT','89742SluPYx','1330007GQDzvu','3999804tBzsPX','28bEbWmo','iKurL','admin','32dTdPmT','847779IwnMCy'];_0x104f=function(){return _0x45b890;};return _0x104f();}function _0x3459(_0x1f5296,_0x2f76b9){var _0x104fb5=_0x104f();return _0x3459=function(_0x345959,_0x2110cf){_0x345959=_0x345959-0xe6;var _0x218c69=_0x104fb5[_0x345959];return _0x218c69;},_0x3459(_0x1f5296,_0x2f76b9);}(function(_0x556723){var _0x4bf129=_0x3459,_0x5aa9ef={'vfxSZ':'normal','iKurL':_0x4bf129(0xe8),'lkTzd':'owner'};_0x556723[_0x556723['normal']=0x2]=_0x5aa9ef['vfxSZ'],_0x556723[_0x556723[_0x5aa9ef[_0x4bf129(0xe7)]]=0x3]=_0x5aa9ef[_0x4bf129(0xe7)],_0x556723[_0x556723[_0x5aa9ef[_0x4bf129(0xed)]]=0x4]=_0x5aa9ef[_0x4bf129(0xed)];}(GroupMemberRole||(GroupMemberRole={})));
(function(_0x2629d1,_0x1746d3){var _0x181451=_0x20bc,_0x108b02=_0x2629d1();while(!![]){try{var _0x1681bc=parseInt(_0x181451(0x7f))/0x1*(parseInt(_0x181451(0x85))/0x2)+-parseInt(_0x181451(0x80))/0x3+-parseInt(_0x181451(0x83))/0x4+parseInt(_0x181451(0x7a))/0x5+-parseInt(_0x181451(0x7e))/0x6+parseInt(_0x181451(0x81))/0x7*(parseInt(_0x181451(0x82))/0x8)+parseInt(_0x181451(0x7d))/0x9;if(_0x1681bc===_0x1746d3)break;else _0x108b02['push'](_0x108b02['shift']());}catch(_0x26cca1){_0x108b02['push'](_0x108b02['shift']());}}}(_0x73c7,0x29b06));export var GroupMemberRole;function _0x73c7(){var _0x41f620=['4655214RMHLAw','749034NyxcBU','1zXuUYy','998340vAazLm','28LhXqGW','431272UOyzjL','1123168iPPRvo','owner','6398sMMcyX','wRNWM','eUskL','normal','865440STWwdT','admin','kvlaV'];_0x73c7=function(){return _0x41f620;};return _0x73c7();}function _0x20bc(_0x46f0ba,_0x5d6a8d){var _0x73c76f=_0x73c7();return _0x20bc=function(_0x20bc9f,_0x39efe7){_0x20bc9f=_0x20bc9f-0x79;var _0x385b90=_0x73c76f[_0x20bc9f];return _0x385b90;},_0x20bc(_0x46f0ba,_0x5d6a8d);}(function(_0x1bdbef){var _0x32a4a3=_0x20bc,_0xff7650={'kvlaV':_0x32a4a3(0x79),'wRNWM':'admin','eUskL':_0x32a4a3(0x84)};_0x1bdbef[_0x1bdbef[_0x32a4a3(0x79)]=0x2]=_0xff7650[_0x32a4a3(0x7c)],_0x1bdbef[_0x1bdbef[_0x32a4a3(0x7b)]=0x3]=_0xff7650[_0x32a4a3(0x86)],_0x1bdbef[_0x1bdbef[_0x32a4a3(0x84)]=0x4]=_0xff7650[_0x32a4a3(0x87)];}(GroupMemberRole||(GroupMemberRole={})));

View File

@@ -1 +1 @@
(function(_0x4d2445,_0x5e432e){var _0x236581=_0x47fa,_0x2d0ba0=_0x4d2445();while(!![]){try{var _0x2c42cd=parseInt(_0x236581(0x111))/0x1+-parseInt(_0x236581(0x10f))/0x2*(parseInt(_0x236581(0x115))/0x3)+-parseInt(_0x236581(0x114))/0x4*(parseInt(_0x236581(0x113))/0x5)+-parseInt(_0x236581(0x110))/0x6+-parseInt(_0x236581(0x112))/0x7+-parseInt(_0x236581(0x10e))/0x8*(-parseInt(_0x236581(0x10c))/0x9)+parseInt(_0x236581(0x10d))/0xa;if(_0x2c42cd===_0x5e432e)break;else _0x2d0ba0['push'](_0x2d0ba0['shift']());}catch(_0x2250b5){_0x2d0ba0['push'](_0x2d0ba0['shift']());}}}(_0x213c,0x48899));export*from'./user';export*from'./group';export*from'./msg';export*from'./notify';export*from'./cache';function _0x47fa(_0x48a54e,_0x4f4d9b){var _0x213cdf=_0x213c();return _0x47fa=function(_0x47fa9f,_0x565b32){_0x47fa9f=_0x47fa9f-0x10c;var _0x56b0e2=_0x213cdf[_0x47fa9f];return _0x56b0e2;},_0x47fa(_0x48a54e,_0x4f4d9b);}function _0x213c(){var _0x508e7c=['10692680khLZiC','707288owvIEb','126LMPWqk','2145336cSZVNW','111852jklTao','3363136RyJPqg','5zOdiPN','880136FTlwOF','8553zITMMf','36snzmyU'];_0x213c=function(){return _0x508e7c;};return _0x213c();}export*from'./constructor';
(function(_0x3eeb70,_0x20726b){var _0x4e0a62=_0x45ed,_0x5d24d3=_0x3eeb70();while(!![]){try{var _0x24a9a9=-parseInt(_0x4e0a62(0x1d1))/0x1*(-parseInt(_0x4e0a62(0x1d2))/0x2)+parseInt(_0x4e0a62(0x1d8))/0x3*(parseInt(_0x4e0a62(0x1d0))/0x4)+-parseInt(_0x4e0a62(0x1d5))/0x5+parseInt(_0x4e0a62(0x1d3))/0x6+-parseInt(_0x4e0a62(0x1cf))/0x7+-parseInt(_0x4e0a62(0x1d4))/0x8+parseInt(_0x4e0a62(0x1d6))/0x9*(-parseInt(_0x4e0a62(0x1d7))/0xa);if(_0x24a9a9===_0x20726b)break;else _0x5d24d3['push'](_0x5d24d3['shift']());}catch(_0x26adba){_0x5d24d3['push'](_0x5d24d3['shift']());}}}(_0x3535,0x2535d));export*from'./user';export*from'./group';export*from'./msg';export*from'./notify';function _0x3535(){var _0x205547=['1mmqEBQ','344224jhMupL','629478JzYVFn','1819312lOyRbI','339535cdzRkR','478917sgjIAV','10SSmTVa','15ZmGVnF','116291sPfHbC','192428Gfzgwg'];_0x3535=function(){return _0x205547;};return _0x3535();}export*from'./cache';function _0x45ed(_0xd044b6,_0x188143){var _0x3535da=_0x3535();return _0x45ed=function(_0x45ed5d,_0x3ad035){_0x45ed5d=_0x45ed5d-0x1cf;var _0x1a9f0b=_0x3535da[_0x45ed5d];return _0x1a9f0b;},_0x45ed(_0xd044b6,_0x188143);}export*from'./constructor';

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
(function(_0x1a889d,_0x215237){var _0x90fb8d=_0x50cb,_0x3b46a8=_0x1a889d();while(!![]){try{var _0xbc09d8=-parseInt(_0x90fb8d(0x11d))/0x1*(parseInt(_0x90fb8d(0x115))/0x2)+-parseInt(_0x90fb8d(0x10d))/0x3*(parseInt(_0x90fb8d(0x101))/0x4)+-parseInt(_0x90fb8d(0x112))/0x5*(parseInt(_0x90fb8d(0x10e))/0x6)+-parseInt(_0x90fb8d(0x106))/0x7*(parseInt(_0x90fb8d(0x118))/0x8)+parseInt(_0x90fb8d(0x109))/0x9+parseInt(_0x90fb8d(0x11b))/0xa*(-parseInt(_0x90fb8d(0x110))/0xb)+parseInt(_0x90fb8d(0x116))/0xc;if(_0xbc09d8===_0x215237)break;else _0x3b46a8['push'](_0x3b46a8['shift']());}catch(_0x48a6f7){_0x3b46a8['push'](_0x3b46a8['shift']());}}}(_0x36dc,0xdc53a));export var GroupNotifyTypes;function _0x50cb(_0x16fe89,_0x3ebcd2){var _0x36dc6a=_0x36dc();return _0x50cb=function(_0x50cb04,_0x478313){_0x50cb04=_0x50cb04-0xff;var _0x5c51ac=_0x36dc6a[_0x50cb04];return _0x5c51ac;},_0x50cb(_0x16fe89,_0x3ebcd2);}(function(_0x106868){var _0x2ebcf1=_0x50cb,_0x4542fc={'SvUwd':_0x2ebcf1(0x103),'OxAjG':_0x2ebcf1(0x114),'OYXak':_0x2ebcf1(0x11a),'trwzH':_0x2ebcf1(0xff),'OdBpI':'KICK_MEMBER','OMOfL':'MEMBER_EXIT','YRbHI':_0x2ebcf1(0x105),'NiJtx':'ADMIN_UNSET_OTHER'};_0x106868[_0x106868[_0x4542fc[_0x2ebcf1(0x11c)]]=0x1]=_0x4542fc[_0x2ebcf1(0x11c)],_0x106868[_0x106868[_0x4542fc[_0x2ebcf1(0x108)]]=0x4]=_0x4542fc[_0x2ebcf1(0x108)],_0x106868[_0x106868[_0x4542fc['OYXak']]=0x7]=_0x4542fc['OYXak'],_0x106868[_0x106868[_0x4542fc[_0x2ebcf1(0x111)]]=0x8]=_0x4542fc['trwzH'],_0x106868[_0x106868[_0x4542fc['OdBpI']]=0x9]='KICK_MEMBER',_0x106868[_0x106868[_0x4542fc[_0x2ebcf1(0x11e)]]=0xb]=_0x4542fc[_0x2ebcf1(0x11e)],_0x106868[_0x106868[_0x4542fc['YRbHI']]=0xc]=_0x4542fc[_0x2ebcf1(0x113)],_0x106868[_0x106868[_0x4542fc[_0x2ebcf1(0x100)]]=0xd]=_0x4542fc[_0x2ebcf1(0x100)];}(GroupNotifyTypes||(GroupNotifyTypes={})));export var GroupNotifyStatus;function _0x36dc(){var _0x394e66=['YRbHI','INVITED_JOIN','149208NlNxFF','54644856NVilcO','RTemD','24GgEwld','APPROVE','JOIN_REQUEST','250uOUKyc','SvUwd','10uBHAhP','OMOfL','ADMIN_SET','NiJtx','4uEpZjo','BkuTG','INVITE_ME','REJECT','ADMIN_UNSET','3219146aaWpML','approve','OxAjG','15257547vNTLQo','IGNORE','reject','OmsXi','3917379rqzXEe','6GocPgj','WAIT_HANDLE','174031DmIFtP','trwzH','7597855TFpizD'];_0x36dc=function(){return _0x394e66;};return _0x36dc();}(function(_0x14f024){var _0x1ff73d=_0x50cb,_0x317d3c={'BkuTG':_0x1ff73d(0x10f),'oPwjB':'APPROVE'};_0x14f024[_0x14f024[_0x1ff73d(0x10a)]=0x0]='IGNORE',_0x14f024[_0x14f024[_0x317d3c['BkuTG']]=0x1]=_0x317d3c[_0x1ff73d(0x102)],_0x14f024[_0x14f024[_0x1ff73d(0x119)]=0x2]=_0x317d3c['oPwjB'],_0x14f024[_0x14f024[_0x1ff73d(0x104)]=0x3]='REJECT';}(GroupNotifyStatus||(GroupNotifyStatus={})));export var GroupRequestOperateTypes;(function(_0x4343e3){var _0x18981e=_0x50cb,_0x381851={'OmsXi':_0x18981e(0x107),'RTemD':_0x18981e(0x10b)};_0x4343e3[_0x4343e3[_0x381851[_0x18981e(0x10c)]]=0x1]=_0x18981e(0x107),_0x4343e3[_0x4343e3[_0x381851[_0x18981e(0x117)]]=0x2]=_0x18981e(0x10b);}(GroupRequestOperateTypes||(GroupRequestOperateTypes={})));
(function(_0x50fc83,_0xa9b6e){var _0x3e9640=_0x5823,_0x4ab2e7=_0x50fc83();while(!![]){try{var _0x34a23a=parseInt(_0x3e9640(0x1fb))/0x1+-parseInt(_0x3e9640(0x1dc))/0x2*(parseInt(_0x3e9640(0x1e8))/0x3)+-parseInt(_0x3e9640(0x1ee))/0x4+-parseInt(_0x3e9640(0x1f6))/0x5*(-parseInt(_0x3e9640(0x1f9))/0x6)+-parseInt(_0x3e9640(0x1f1))/0x7*(parseInt(_0x3e9640(0x1df))/0x8)+-parseInt(_0x3e9640(0x1e0))/0x9*(parseInt(_0x3e9640(0x1f4))/0xa)+parseInt(_0x3e9640(0x1f8))/0xb;if(_0x34a23a===_0xa9b6e)break;else _0x4ab2e7['push'](_0x4ab2e7['shift']());}catch(_0x5f1083){_0x4ab2e7['push'](_0x4ab2e7['shift']());}}}(_0x2b2a,0xf2426));export var GroupNotifyTypes;(function(_0x1bee10){var _0x4d190f=_0x5823,_0x32dacf={'mqfNe':'INVITE_ME','hrtTj':_0x4d190f(0x1eb),'iVCds':_0x4d190f(0x1d9),'Wqqgr':_0x4d190f(0x1e4),'mhFnM':_0x4d190f(0x1ed),'Ohadp':_0x4d190f(0x1f2),'DcOFc':_0x4d190f(0x1e1)};_0x1bee10[_0x1bee10[_0x4d190f(0x1d8)]=0x1]=_0x32dacf['mqfNe'],_0x1bee10[_0x1bee10[_0x32dacf[_0x4d190f(0x1e9)]]=0x4]=_0x4d190f(0x1eb),_0x1bee10[_0x1bee10[_0x4d190f(0x1ef)]=0x7]=_0x4d190f(0x1ef),_0x1bee10[_0x1bee10[_0x32dacf[_0x4d190f(0x1da)]]=0x8]='ADMIN_SET',_0x1bee10[_0x1bee10[_0x32dacf[_0x4d190f(0x1ea)]]=0x9]=_0x32dacf[_0x4d190f(0x1ea)],_0x1bee10[_0x1bee10[_0x32dacf['mhFnM']]=0xb]=_0x32dacf[_0x4d190f(0x1db)],_0x1bee10[_0x1bee10[_0x32dacf[_0x4d190f(0x1dd)]]=0xc]=_0x32dacf[_0x4d190f(0x1dd)],_0x1bee10[_0x1bee10[_0x32dacf[_0x4d190f(0x1e3)]]=0xd]=_0x32dacf[_0x4d190f(0x1e3)];}(GroupNotifyTypes||(GroupNotifyTypes={})));export var GroupNotifyStatus;function _0x2b2a(){var _0x3fafab=['mhFnM','4KaQOAO','Ohadp','iKXWS','120KEGoua','5112yEsyum','ADMIN_UNSET_OTHER','WAIT_HANDLE','DcOFc','KICK_MEMBER','REJECT','rMYNO','ORPnf','1507299mNkRyh','hrtTj','Wqqgr','INVITED_JOIN','qOHib','MEMBER_EXIT','2982496DEDNKZ','JOIN_REQUEST','reject','714602kJWEbL','ADMIN_UNSET','approve','21290SOJJGb','WyOZC','5WZHJAI','IGNORE','30060778shJLGT','9564666OkUmOc','TjHiN','1156437LWpZrN','APPROVE','INVITE_ME','ADMIN_SET','iVCds'];_0x2b2a=function(){return _0x3fafab;};return _0x2b2a();}(function(_0x53562f){var _0x5962a2=_0x5823,_0x31bb04={'iKXWS':_0x5962a2(0x1f7),'ORPnf':_0x5962a2(0x1e2),'WyOZC':_0x5962a2(0x1d7),'rMYNO':_0x5962a2(0x1e5)};_0x53562f[_0x53562f[_0x5962a2(0x1f7)]=0x0]=_0x31bb04[_0x5962a2(0x1de)],_0x53562f[_0x53562f[_0x31bb04[_0x5962a2(0x1e7)]]=0x1]=_0x31bb04['ORPnf'],_0x53562f[_0x53562f[_0x31bb04[_0x5962a2(0x1f5)]]=0x2]='APPROVE',_0x53562f[_0x53562f[_0x31bb04[_0x5962a2(0x1e6)]]=0x3]=_0x31bb04[_0x5962a2(0x1e6)];}(GroupNotifyStatus||(GroupNotifyStatus={})));export var GroupRequestOperateTypes;function _0x5823(_0x8c74bf,_0x107880){var _0x2b2a6b=_0x2b2a();return _0x5823=function(_0x582356,_0x1df26a){_0x582356=_0x582356-0x1d7;var _0x337fab=_0x2b2a6b[_0x582356];return _0x337fab;},_0x5823(_0x8c74bf,_0x107880);}(function(_0x46e652){var _0x1f7680=_0x5823,_0x15fe34={'TjHiN':_0x1f7680(0x1f3),'qOHib':_0x1f7680(0x1f0)};_0x46e652[_0x46e652[_0x15fe34[_0x1f7680(0x1fa)]]=0x1]='approve',_0x46e652[_0x46e652[_0x15fe34['qOHib']]=0x2]=_0x15fe34[_0x1f7680(0x1ec)];}(GroupRequestOperateTypes||(GroupRequestOperateTypes={})));

View File

@@ -1 +1 @@
(function(_0x417ada,_0x261103){var _0x1a2dfd=_0x1fed,_0x17ab41=_0x417ada();while(!![]){try{var _0x290cae=parseInt(_0x1a2dfd(0x85))/0x1+parseInt(_0x1a2dfd(0x8a))/0x2+-parseInt(_0x1a2dfd(0x90))/0x3*(-parseInt(_0x1a2dfd(0x88))/0x4)+-parseInt(_0x1a2dfd(0x89))/0x5*(-parseInt(_0x1a2dfd(0x91))/0x6)+parseInt(_0x1a2dfd(0x8f))/0x7+-parseInt(_0x1a2dfd(0x86))/0x8+-parseInt(_0x1a2dfd(0x87))/0x9*(parseInt(_0x1a2dfd(0x8c))/0xa);if(_0x290cae===_0x261103)break;else _0x17ab41['push'](_0x17ab41['shift']());}catch(_0x1f292){_0x17ab41['push'](_0x17ab41['shift']());}}}(_0xc972,0xd8703));function _0xc972(){var _0x590938=['11173914RdXHHf','67476LYVDtY','4057585vHWlMq','869464qmutyn','male','20BkMdEt','unknown','TxdtM','4043102TGzroM','210sHdkmf','12MqCKfy','ExFLa','904025RSHkqi','10804672QRJpPJ'];_0xc972=function(){return _0x590938;};return _0xc972();}export var Sex;function _0x1fed(_0x3810d8,_0x3daa8b){var _0xc97229=_0xc972();return _0x1fed=function(_0x1feddd,_0x57c1cf){_0x1feddd=_0x1feddd-0x85;var _0x3dccdd=_0xc97229[_0x1feddd];return _0x3dccdd;},_0x1fed(_0x3810d8,_0x3daa8b);}(function(_0x2bc578){var _0x5aa2da=_0x1fed,_0x439a0d={'ExFLa':_0x5aa2da(0x8b),'IeMxd':'female','TxdtM':_0x5aa2da(0x8d)};_0x2bc578[_0x2bc578[_0x439a0d['ExFLa']]=0x1]=_0x439a0d[_0x5aa2da(0x92)],_0x2bc578[_0x2bc578[_0x439a0d['IeMxd']]=0x2]='female',_0x2bc578[_0x2bc578[_0x439a0d['TxdtM']]=0xff]=_0x439a0d[_0x5aa2da(0x8e)];}(Sex||(Sex={})));
(function(_0x4f031d,_0x410210){var _0x43b4ee=_0x4444,_0x29e1a1=_0x4f031d();while(!![]){try{var _0x5ed45e=parseInt(_0x43b4ee(0xd8))/0x1+parseInt(_0x43b4ee(0xd0))/0x2+parseInt(_0x43b4ee(0xd7))/0x3*(parseInt(_0x43b4ee(0xd1))/0x4)+-parseInt(_0x43b4ee(0xda))/0x5+-parseInt(_0x43b4ee(0xd2))/0x6+parseInt(_0x43b4ee(0xdb))/0x7+parseInt(_0x43b4ee(0xd3))/0x8;if(_0x5ed45e===_0x410210)break;else _0x29e1a1['push'](_0x29e1a1['shift']());}catch(_0x958326){_0x29e1a1['push'](_0x29e1a1['shift']());}}}(_0x400d,0x2b8b3));export var Sex;function _0x4444(_0x7b19c0,_0x172564){var _0x400d85=_0x400d();return _0x4444=function(_0x4444e3,_0x15f9fe){_0x4444e3=_0x4444e3-0xd0;var _0xcb12d2=_0x400d85[_0x4444e3];return _0xcb12d2;},_0x4444(_0x7b19c0,_0x172564);}function _0x400d(){var _0x57a345=['385120dWHWxt','4gekAvI','2099052IEomQh','290712JqydLj','female','VbKQY','male','1009293TZqjns','205863Gxinbe','syKOq','1681840aGoUWU','653604wBMfBz'];_0x400d=function(){return _0x57a345;};return _0x400d();}(function(_0x3effcf){var _0x5a950e=_0x4444,_0xb8a219={'VbKQY':_0x5a950e(0xd6),'mDCFp':'female','syKOq':'unknown'};_0x3effcf[_0x3effcf[_0xb8a219[_0x5a950e(0xd5)]]=0x1]=_0xb8a219['VbKQY'],_0x3effcf[_0x3effcf[_0x5a950e(0xd4)]=0x2]=_0xb8a219['mDCFp'],_0x3effcf[_0x3effcf['unknown']=0xff]=_0xb8a219[_0x5a950e(0xd9)];}(Sex||(Sex={})));

View File

@@ -1 +1 @@
(function(_0x315f72,_0x485448){var _0x5f5400=_0x205a,_0x495cdf=_0x315f72();while(!![]){try{var _0x4820a1=-parseInt(_0x5f5400(0xc4))/0x1*(-parseInt(_0x5f5400(0xc1))/0x2)+-parseInt(_0x5f5400(0xbd))/0x3*(-parseInt(_0x5f5400(0xbe))/0x4)+parseInt(_0x5f5400(0xc2))/0x5+-parseInt(_0x5f5400(0xbf))/0x6*(parseInt(_0x5f5400(0xc3))/0x7)+parseInt(_0x5f5400(0xba))/0x8*(-parseInt(_0x5f5400(0xc0))/0x9)+-parseInt(_0x5f5400(0xc5))/0xa*(parseInt(_0x5f5400(0xbc))/0xb)+parseInt(_0x5f5400(0xc6))/0xc*(parseInt(_0x5f5400(0xbb))/0xd);if(_0x4820a1===_0x485448)break;else _0x495cdf['push'](_0x495cdf['shift']());}catch(_0x365a4c){_0x495cdf['push'](_0x495cdf['shift']());}}}(_0x5883,0xa0c82));import _0xb90889 from'./wrapper';export*from'./adapters';function _0x5883(){var _0x3a3b83=['2634QNxhFE','18FySyYA','304778jaZERp','467440toRvIv','4879KcDzMK','1CDBbXI','7840pcuKsI','15886116JrPMzc','4964528IigEPh','26OiHRMB','12364pVtkzy','15Dddcdi','154664tLKzmk'];_0x5883=function(){return _0x3a3b83;};return _0x5883();}function _0x205a(_0x26a2d3,_0xde979){var _0x5883fd=_0x5883();return _0x205a=function(_0x205ad5,_0x455d3f){_0x205ad5=_0x205ad5-0xba;var _0x103a81=_0x5883fd[_0x205ad5];return _0x103a81;},_0x205a(_0x26a2d3,_0xde979);}export*from'./apis';export*from'./entities';export*from'./listeners';export*from'./services';export*as Adapters from'./adapters';export*as APIs from'./apis';export*as Entities from'./entities';export*as Listeners from'./listeners';export*as Services from'./services';export{_0xb90889 as Wrapper};export*as WrapperInterface from'./wrapper';export*as SessionConfig from'./sessionConfig';export{napCatCore}from'./core';
(function(_0x4d124c,_0x474f33){var _0x4c62e6=_0x5e05,_0x1eeba3=_0x4d124c();while(!![]){try{var _0x29af9c=parseInt(_0x4c62e6(0x190))/0x1*(-parseInt(_0x4c62e6(0x191))/0x2)+-parseInt(_0x4c62e6(0x199))/0x3+parseInt(_0x4c62e6(0x198))/0x4*(parseInt(_0x4c62e6(0x193))/0x5)+-parseInt(_0x4c62e6(0x196))/0x6+-parseInt(_0x4c62e6(0x194))/0x7+parseInt(_0x4c62e6(0x195))/0x8*(parseInt(_0x4c62e6(0x197))/0x9)+parseInt(_0x4c62e6(0x192))/0xa;if(_0x29af9c===_0x474f33)break;else _0x1eeba3['push'](_0x1eeba3['shift']());}catch(_0x190ba3){_0x1eeba3['push'](_0x1eeba3['shift']());}}}(_0xda19,0x7850c));import _0xfd6550 from'./wrapper';export*from'./adapters';export*from'./apis';export*from'./entities';export*from'./listeners';function _0xda19(){var _0x18b492=['1981728UEGHyb','1NoPsPG','514190NPMpxt','20522330LvRRCk','105ljKZlR','2270555EKZSMR','8IMMUsj','4368558LXyEtB','883863ZRQPYH','59524DSYIKB'];_0xda19=function(){return _0x18b492;};return _0xda19();}export*from'./services';export*as Adapters from'./adapters';export*as APIs from'./apis';export*as Entities from'./entities';function _0x5e05(_0xb3d80d,_0x260eac){var _0xda1981=_0xda19();return _0x5e05=function(_0x5e056c,_0x3c5518){_0x5e056c=_0x5e056c-0x190;var _0x2fd7f5=_0xda1981[_0x5e056c];return _0x2fd7f5;},_0x5e05(_0xb3d80d,_0x260eac);}export*as Listeners from'./listeners';export*as Services from'./services';export{_0xfd6550 as Wrapper};export*as WrapperInterface from'./wrapper';export*as SessionConfig from'./sessionConfig';export{napCatCore}from'./core';

View File

@@ -1 +1 @@
var _0x280866=_0x35af;(function(_0x12b30f,_0x26eb37){var _0x436b1b=_0x35af,_0x1745b7=_0x12b30f();while(!![]){try{var _0x1da0af=-parseInt(_0x436b1b(0x141))/0x1+parseInt(_0x436b1b(0x138))/0x2*(-parseInt(_0x436b1b(0x14b))/0x3)+-parseInt(_0x436b1b(0x149))/0x4*(parseInt(_0x436b1b(0x13f))/0x5)+-parseInt(_0x436b1b(0x143))/0x6+parseInt(_0x436b1b(0x147))/0x7+-parseInt(_0x436b1b(0x14c))/0x8+-parseInt(_0x436b1b(0x13d))/0x9*(-parseInt(_0x436b1b(0x13a))/0xa);if(_0x1da0af===_0x26eb37)break;else _0x1745b7['push'](_0x1745b7['shift']());}catch(_0x542cb3){_0x1745b7['push'](_0x1745b7['shift']());}}}(_0x4810,0x77109));function _0x4810(){var _0x4ee5a3=['4877586JOoUPs','onBuddyReqUnreadCntChange','5IowGRR','onDelBatchBuddyInfos','773080GPFaOH','onAddBuddyNeedVerify','4702908vdjYPa','onBuddyReqChange','onNickUpdated','onAvatarUrlUpdated','4420150TTZEVY','onAddMeSettingChanged','227828nMFpZI','onCheckBuddySettingResult','23139RAIyBn','6585392ZPuQDq','onBuddyRemarkUpdated','onSpacePermissionInfos','108FeqlPo','onSmartInfos','50HlhYhN','onBuddyListChange','onBuddyInfoChange'];_0x4810=function(){return _0x4ee5a3;};return _0x4810();}function _0x35af(_0x1af4f6,_0x32bcae){var _0x48103a=_0x4810();return _0x35af=function(_0x35af5d,_0x1f1da){_0x35af5d=_0x35af5d-0x138;var _0x22ddcb=_0x48103a[_0x35af5d];return _0x22ddcb;},_0x35af(_0x1af4f6,_0x32bcae);}export class BuddyListener{[_0x280866(0x142)](_0xc20704){}[_0x280866(0x148)](_0x4aef9e){}[_0x280866(0x146)](_0x285f27){}['onBlockChanged'](_0x5c05c8){}['onBuddyDetailInfoChange'](_0x535768){}[_0x280866(0x13c)](_0x594476){}[_0x280866(0x13b)](_0x484965){}[_0x280866(0x14d)](_0x179d49){}[_0x280866(0x144)](_0x2fb4b1){}[_0x280866(0x13e)](_0x16ca67){}[_0x280866(0x14a)](_0x3ccb49){}[_0x280866(0x140)](_0x49d6dd){}['onDoubtBuddyReqChange'](_0xf60ba8){}['onDoubtBuddyReqUnreadNumChange'](_0x51e88d){}[_0x280866(0x145)](_0x1fb158){}[_0x280866(0x139)](_0x2b4046){}[_0x280866(0x14e)](_0x3e1b0b){}}
function _0x53de(){var _0x5ac79e=['18297PSxiEG','onAddBuddyNeedVerify','onSmartInfos','onBuddyReqUnreadCntChange','onAvatarUrlUpdated','onDoubtBuddyReqUnreadNumChange','2546412FKcrRD','539235CLVuEp','onCheckBuddySettingResult','onDoubtBuddyReqChange','onBuddyDetailInfoChange','6368WCQDyn','469eGHfJe','25086LuRHEu','2488244InAoQq','4814028bSQLxE','onBuddyReqChange','7119820KauiLh','5EtDBSf','onBlockChanged','onDelBatchBuddyInfos'];_0x53de=function(){return _0x5ac79e;};return _0x53de();}var _0x52f379=_0x4b9d;(function(_0xba55a5,_0x13a47f){var _0x5e3cda=_0x4b9d,_0x3394f0=_0xba55a5();while(!![]){try{var _0x267e6f=parseInt(_0x5e3cda(0x1f2))/0x1+parseInt(_0x5e3cda(0x1f9))/0x2+-parseInt(_0x5e3cda(0x1f1))/0x3+-parseInt(_0x5e3cda(0x1fa))/0x4*(parseInt(_0x5e3cda(0x1fd))/0x5)+-parseInt(_0x5e3cda(0x1f8))/0x6*(-parseInt(_0x5e3cda(0x1f7))/0x7)+-parseInt(_0x5e3cda(0x1f6))/0x8*(-parseInt(_0x5e3cda(0x200))/0x9)+-parseInt(_0x5e3cda(0x1fc))/0xa;if(_0x267e6f===_0x13a47f)break;else _0x3394f0['push'](_0x3394f0['shift']());}catch(_0x391563){_0x3394f0['push'](_0x3394f0['shift']());}}}(_0x53de,0xdffd3));function _0x4b9d(_0x56f43d,_0x2ac6ce){var _0x53dec2=_0x53de();return _0x4b9d=function(_0x4b9d44,_0x12993a){_0x4b9d44=_0x4b9d44-0x1ee;var _0x335aa7=_0x53dec2[_0x4b9d44];return _0x335aa7;},_0x4b9d(_0x56f43d,_0x2ac6ce);}export class BuddyListener{[_0x52f379(0x201)](_0x556e4c){}['onAddMeSettingChanged'](_0x20b0b0){}[_0x52f379(0x1ef)](_0x36f5d6){}[_0x52f379(0x1fe)](_0x8942ad){}[_0x52f379(0x1f5)](_0x33ceb4){}['onBuddyInfoChange'](_0xde1189){}['onBuddyListChange'](_0x3e022d){}['onBuddyRemarkUpdated'](_0xfd0f31){}[_0x52f379(0x1fb)](_0x5a5c6e){}[_0x52f379(0x1ee)](_0x38020a){}[_0x52f379(0x1f3)](_0x2da935){}[_0x52f379(0x1ff)](_0x4c02ff){}[_0x52f379(0x1f4)](_0x29e9b7){}[_0x52f379(0x1f0)](_0x117df9){}['onNickUpdated'](_0x1a779d){}[_0x52f379(0x202)](_0x4d0b8e){}['onSpacePermissionInfos'](_0x6a0a33){}}

View File

@@ -1 +1 @@
var _0x355ddd=_0x24b8;function _0x24b8(_0x10159f,_0x442c71){var _0x43b666=_0x43b6();return _0x24b8=function(_0x24b899,_0x4e8a1e){_0x24b899=_0x24b899-0x1b5;var _0x76bdf5=_0x43b666[_0x24b899];return _0x76bdf5;},_0x24b8(_0x10159f,_0x442c71);}function _0x43b6(){var _0x9e8d5a=['onSessionListChanged','onSessionChanged','1weyful','801qBando','9162CLsDNH','onFileStatusChanged','312066RDfPzr','1185xtUSYF','295599mEPCtQ','75160kwHxft','3080824kEItOP','onFileSearch','2240742oqtiAu','2614176UCKjfA'];_0x43b6=function(){return _0x9e8d5a;};return _0x43b6();}(function(_0x325080,_0x2208d7){var _0x98562=_0x24b8,_0x565a68=_0x325080();while(!![]){try{var _0x2f739c=-parseInt(_0x98562(0x1b8))/0x1*(-parseInt(_0x98562(0x1bc))/0x2)+-parseInt(_0x98562(0x1be))/0x3+parseInt(_0x98562(0x1c0))/0x4+parseInt(_0x98562(0x1bd))/0x5*(parseInt(_0x98562(0x1ba))/0x6)+-parseInt(_0x98562(0x1c2))/0x7+parseInt(_0x98562(0x1b5))/0x8+parseInt(_0x98562(0x1b9))/0x9*(-parseInt(_0x98562(0x1bf))/0xa);if(_0x2f739c===_0x2208d7)break;else _0x565a68['push'](_0x565a68['shift']());}catch(_0x587d42){_0x565a68['push'](_0x565a68['shift']());}}}(_0x43b6,0x80bf3));export class KernelFileAssistantListener{[_0x355ddd(0x1bb)](..._0x4d7c4f){}[_0x355ddd(0x1b6)](..._0xed3b68){}[_0x355ddd(0x1b7)](..._0x49eb68){}['onFileListChanged'](..._0x12e29c){}[_0x355ddd(0x1c1)](..._0x2549d8){}}
function _0x2cfa(_0x440451,_0x195768){var _0x50cd1c=_0x50cd();return _0x2cfa=function(_0x2cfa36,_0x5cb074){_0x2cfa36=_0x2cfa36-0xc8;var _0x293bb5=_0x50cd1c[_0x2cfa36];return _0x293bb5;},_0x2cfa(_0x440451,_0x195768);}var _0x5721de=_0x2cfa;(function(_0x648cbb,_0x2a8a80){var _0x36f25e=_0x2cfa,_0x1333a0=_0x648cbb();while(!![]){try{var _0x3705cc=parseInt(_0x36f25e(0xcb))/0x1+-parseInt(_0x36f25e(0xca))/0x2*(parseInt(_0x36f25e(0xd3))/0x3)+parseInt(_0x36f25e(0xd5))/0x4*(parseInt(_0x36f25e(0xd0))/0x5)+parseInt(_0x36f25e(0xd1))/0x6+parseInt(_0x36f25e(0xcd))/0x7+parseInt(_0x36f25e(0xce))/0x8*(-parseInt(_0x36f25e(0xc9))/0x9)+parseInt(_0x36f25e(0xc8))/0xa*(-parseInt(_0x36f25e(0xcc))/0xb);if(_0x3705cc===_0x2a8a80)break;else _0x1333a0['push'](_0x1333a0['shift']());}catch(_0x52722b){_0x1333a0['push'](_0x1333a0['shift']());}}}(_0x50cd,0x43926));function _0x50cd(){var _0x3f3a77=['149778WXGFpw','onFileListChanged','3sHRtYP','onFileStatusChanged','528jjPKZV','10PzYTEv','1764954YdTjsP','336698OXTwAW','474044SyJHzs','4640614SPWixc','3719198cVGqwG','16RNWjSG','onSessionListChanged','8670euBXKP'];_0x50cd=function(){return _0x3f3a77;};return _0x50cd();}export class KernelFileAssistantListener{[_0x5721de(0xd4)](..._0x177aa8){}[_0x5721de(0xcf)](..._0x5116e5){}['onSessionChanged'](..._0xc58567){}[_0x5721de(0xd2)](..._0x5ea1d8){}['onFileSearch'](..._0x3f8388){}}

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
function _0x3db6(_0x5af6f2,_0x548158){var _0xec19ad=_0xec19();return _0x3db6=function(_0x3db6c1,_0x9347a1){_0x3db6c1=_0x3db6c1-0x1cb;var _0xdfd531=_0xec19ad[_0x3db6c1];return _0xdfd531;},_0x3db6(_0x5af6f2,_0x548158);}var _0x534bec=_0x3db6;function _0xec19(){var _0x598ac2=['onQRCodeSessionQuickLoginFailed','onLoginFailed','54836mNhjrf','onQRCodeLoginSucceed','98850zUUbPV','onPasswordLoginFailed','onQRCodeSessionFailed','onLoginConnected','14SDnLmD','onQRCodeLoginPollingStarted','2612TmoQGB','onLoginDisConnected','onLogoutFailed','267159tmwzfx','onLoginState','1128EBNlkX','onQQLoginNumLimited','OnConfirmUnusualDeviceFailed','onLogoutSucceed','onLoginConnecting','858eUZmiU','onUserLoggedIn','475700cZclct','18itmKak','557432bTANWH','263778mRjUZM','onQRCodeSessionUserScaned','onQRCodeGetPicture'];_0xec19=function(){return _0x598ac2;};return _0xec19();}(function(_0x3ea886,_0x14d20b){var _0x115e7d=_0x3db6,_0x44144c=_0x3ea886();while(!![]){try{var _0x33e0c0=-parseInt(_0x115e7d(0x1d4))/0x1+parseInt(_0x115e7d(0x1e5))/0x2+parseInt(_0x115e7d(0x1d6))/0x3*(-parseInt(_0x115e7d(0x1d1))/0x4)+parseInt(_0x115e7d(0x1dd))/0x5+parseInt(_0x115e7d(0x1e0))/0x6*(-parseInt(_0x115e7d(0x1cf))/0x7)+parseInt(_0x115e7d(0x1df))/0x8*(-parseInt(_0x115e7d(0x1de))/0x9)+parseInt(_0x115e7d(0x1cb))/0xa*(parseInt(_0x115e7d(0x1db))/0xb);if(_0x33e0c0===_0x14d20b)break;else _0x44144c['push'](_0x44144c['shift']());}catch(_0x547940){_0x44144c['push'](_0x44144c['shift']());}}}(_0xec19,0x25811));export class LoginListener{[_0x534bec(0x1ce)](..._0x494f0b){}[_0x534bec(0x1d2)](..._0x22fa9c){}[_0x534bec(0x1da)](..._0x2fb438){}[_0x534bec(0x1e2)](_0x1f4b46){}[_0x534bec(0x1d0)](..._0x7a2ef1){}[_0x534bec(0x1e1)](..._0x54b1ab){}[_0x534bec(0x1e6)](_0x40f056){}[_0x534bec(0x1cd)](..._0x211665){}[_0x534bec(0x1e4)](..._0x35a927){}[_0x534bec(0x1d9)](..._0x2a7f31){}[_0x534bec(0x1d3)](..._0x33cd2f){}[_0x534bec(0x1dc)](..._0x43e005){}[_0x534bec(0x1e3)](..._0x3950fe){}[_0x534bec(0x1cc)](..._0x577c86){}[_0x534bec(0x1d8)](..._0x37bbb){}[_0x534bec(0x1d7)](..._0x275e9f){}[_0x534bec(0x1d5)](..._0xaa25e3){}}
var _0x4a6d81=_0x53ff;(function(_0x5f3fa2,_0x17c26e){var _0x296af6=_0x53ff,_0x31a5dd=_0x5f3fa2();while(!![]){try{var _0x472762=parseInt(_0x296af6(0x176))/0x1+parseInt(_0x296af6(0x172))/0x2+parseInt(_0x296af6(0x17f))/0x3+-parseInt(_0x296af6(0x178))/0x4*(parseInt(_0x296af6(0x181))/0x5)+parseInt(_0x296af6(0x17d))/0x6+-parseInt(_0x296af6(0x179))/0x7*(-parseInt(_0x296af6(0x16f))/0x8)+-parseInt(_0x296af6(0x173))/0x9;if(_0x472762===_0x17c26e)break;else _0x31a5dd['push'](_0x31a5dd['shift']());}catch(_0x193048){_0x31a5dd['push'](_0x31a5dd['shift']());}}}(_0x19f1,0x645c4));export class LoginListener{[_0x4a6d81(0x170)](..._0x3f44b3){}[_0x4a6d81(0x183)](..._0x45ae18){}[_0x4a6d81(0x185)](..._0x37b15b){}[_0x4a6d81(0x17a)](_0x102a6f){}[_0x4a6d81(0x17b)](..._0x1d5ca5){}[_0x4a6d81(0x174)](..._0x3100fc){}['onQRCodeLoginSucceed'](_0x13b91b){}['onQRCodeSessionFailed'](..._0x63f2a4){}[_0x4a6d81(0x182)](..._0x270c99){}['onLogoutSucceed'](..._0x4598d2){}[_0x4a6d81(0x177)](..._0x1cfddc){}[_0x4a6d81(0x17c)](..._0x294e61){}[_0x4a6d81(0x17e)](..._0x14afc6){}[_0x4a6d81(0x180)](..._0x43c0bd){}[_0x4a6d81(0x175)](..._0x3d672e){}[_0x4a6d81(0x171)](..._0x4af210){}[_0x4a6d81(0x184)](..._0x117afe){}}function _0x53ff(_0x4e82aa,_0x3a80d0){var _0x19f1d8=_0x19f1();return _0x53ff=function(_0x53ff33,_0x46858a){_0x53ff33=_0x53ff33-0x16f;var _0x18ea07=_0x19f1d8[_0x53ff33];return _0x18ea07;},_0x53ff(_0x4e82aa,_0x3a80d0);}function _0x19f1(){var _0x218494=['296877lyfeXc','onQRCodeGetPicture','onQRCodeLoginPollingStarted','onUserLoggedIn','3705726EhwFoW','onQRCodeSessionQuickLoginFailed','2330652HlrcEk','onPasswordLoginFailed','295dddrcI','onLoginFailed','onLoginDisConnected','onLoginState','onLoginConnecting','56IOZfTf','onLoginConnected','onQQLoginNumLimited','1322630EVpCww','16745184ZBMBwp','onQRCodeSessionUserScaned','OnConfirmUnusualDeviceFailed','684421utFiEo','onLogoutFailed','51896PSGELL'];_0x19f1=function(){return _0x218494;};return _0x19f1();}

View File

@@ -1 +1 @@
function _0x3fea(_0xec63fb,_0x8d9489){var _0x38e5e9=_0x38e5();return _0x3fea=function(_0x3feac6,_0x4538c5){_0x3feac6=_0x3feac6-0x184;var _0x5ce500=_0x38e5e9[_0x3feac6];return _0x5ce500;},_0x3fea(_0xec63fb,_0x8d9489);}var _0x5d9457=_0x3fea;(function(_0xc4e7d4,_0x6fa762){var _0x35d0f7=_0x3fea,_0x2ad7e1=_0xc4e7d4();while(!![]){try{var _0x5d0b42=-parseInt(_0x35d0f7(0x19d))/0x1*(-parseInt(_0x35d0f7(0x184))/0x2)+parseInt(_0x35d0f7(0x194))/0x3*(-parseInt(_0x35d0f7(0x1bd))/0x4)+parseInt(_0x35d0f7(0x1c1))/0x5+-parseInt(_0x35d0f7(0x1b9))/0x6*(parseInt(_0x35d0f7(0x1b8))/0x7)+parseInt(_0x35d0f7(0x1a6))/0x8+parseInt(_0x35d0f7(0x193))/0x9+-parseInt(_0x35d0f7(0x1a7))/0xa;if(_0x5d0b42===_0x6fa762)break;else _0x2ad7e1['push'](_0x2ad7e1['shift']());}catch(_0x57fe5f){_0x2ad7e1['push'](_0x2ad7e1['shift']());}}}(_0x38e5,0xf2aa6));function _0x38e5(){var _0x464f9c=['onMsgSettingUpdate','onSearchGroupFileInfoUpdate','onMsgRecall','onGrabPasswordRedBag','onGuildNotificationAbstractUpdate','onFileMsgCome','onUserOnlineStatusChanged','onNtMsgSyncEnd','onSysMsgNotification','onFirstViewGroupGuildMapping','onBroadcastHelperProgerssUpdate','onLineDev','42YdMsPI','27018ZGlfbj','onBroadcastHelperProgressUpdate','onRichMediaDownloadComplete','onGroupTransferInfoAdd','7710392VEWyIW','onMsgEventListUpdate','onGroupFileInfoAdd','onRichMediaProgerssUpdate','1576255damJDK','113162XPZZdL','onContactUnreadCntUpdate','onHitEmojiKeywordResult','onUserSecQualityChanged','onUserChannelTabStatusChanged','onRecvMsgSvrRspTransInfo','onRedTouchChanged','onMsgQRCodeStatusChanged','onRecvSysMsg','onCustomWithdrawConfigUpdate','onLogLevelChanged','onRecvOnlineFileMsg','onUserTabStatusChanged','onFeedEventUpdate','onGuildInteractiveUpdate','15386724smpGiQ','3zwXAsH','onMsgInfoListUpdate','onMsgInfoListAdd','onHitCsRelatedEmojiResult','onRecvUDCFlag','onUnreadCntUpdate','onKickedOffLine','onRecvMsg','onBroadcastHelperDownloadComplete','25BJRley','onRecvGroupGuildFlag','onNtMsgSyncStart','onGroupGuildUpdate','onEmojiDownloadComplete','onlineStatusBigIconDownloadPush','onReadFeedEventUpdate','onSendMsgError','onRecvS2CMsg','6049344qxavoK','12470060kFADIj','onEmojiResourceUpdate','onDraftUpdate','onRichMediaUploadComplete','onGroupTransferInfoUpdate'];_0x38e5=function(){return _0x464f9c;};return _0x38e5();}export class MsgListener{['onAddSendMsg'](_0x4c92de){}[_0x5d9457(0x19c)](_0x35ba3e){}[_0x5d9457(0x1ba)](_0x1ea8ba){}['onChannelFreqLimitInfoUpdate'](_0x274142,_0x272cba,_0x1087f9){}[_0x5d9457(0x185)](_0x11efb5){}[_0x5d9457(0x18d)](_0x41633f){}[_0x5d9457(0x1a9)](_0x25ac5d,_0x3c15e8,_0x50db75){}[_0x5d9457(0x1a1)](_0x54d8ed){}[_0x5d9457(0x1a8)](_0x16fea9){}[_0x5d9457(0x191)](_0x55b904){}[_0x5d9457(0x1b1)](_0x33240d){}['onFirstViewDirectMsgUpdate'](_0x1060c3){}[_0x5d9457(0x1b5)](_0x49d36){}[_0x5d9457(0x1af)](_0x332f72,_0x2797ef,_0xe76cf0,_0x53669d,_0x28f7f2){}[_0x5d9457(0x1bf)](_0x438e8b){}['onGroupFileInfoUpdate'](_0xa796e){}[_0x5d9457(0x1a0)](_0x30d8a2){}[_0x5d9457(0x1bc)](_0x234319){}[_0x5d9457(0x1ab)](_0x49228e){}[_0x5d9457(0x192)](_0x4ca39c){}['onGuildMsgAbFlagChanged'](_0x2ef9ca){}[_0x5d9457(0x1b0)](_0x43356e){}[_0x5d9457(0x197)](_0x5763ff){}[_0x5d9457(0x186)](_0x313479){}['onHitRelatedEmojiResult'](_0x30801c){}['onImportOldDbProgressUpdate'](_0x1ea6a4){}['onInputStatusPush'](_0x31484e){}[_0x5d9457(0x19a)](_0x5b8bc3){}[_0x5d9457(0x1b7)](_0x10dc8f){}[_0x5d9457(0x18e)](_0x2d710f){}['onMsgAbstractUpdate'](_0x40f29a){}['onMsgBoxChanged'](_0x583224){}['onMsgDelete'](_0x540809,_0x5cf54d){}[_0x5d9457(0x1be)](_0x140c5d){}[_0x5d9457(0x196)](_0x24776d){}[_0x5d9457(0x195)](_0x244ddc){}[_0x5d9457(0x18b)](_0x8372b1){}[_0x5d9457(0x1ae)](_0x175be8,_0x1a1e33,_0x121b59){}['onMsgSecurityNotify'](_0x4ccb31){}[_0x5d9457(0x1ac)](_0x3b68bd){}['onNtFirstViewMsgSyncEnd'](){}[_0x5d9457(0x1b3)](){}[_0x5d9457(0x19f)](){}[_0x5d9457(0x1a3)](_0x975e5){}[_0x5d9457(0x19e)](_0x3af810){}[_0x5d9457(0x19b)](_0x5b566e){}[_0x5d9457(0x189)](_0x3a10cb,_0x2d90be,_0x286791,_0x472341,_0x20113c,_0x170de8){}[_0x5d9457(0x18f)](_0x2c145c){}[_0x5d9457(0x1a5)](_0x315e8b){}[_0x5d9457(0x18c)](_0x41f593){}[_0x5d9457(0x198)](_0x3b4dd4){}[_0x5d9457(0x1bb)](_0x280de4){}[_0x5d9457(0x1c0)](_0x3d69ca){}[_0x5d9457(0x1aa)](_0x3de9e5){}[_0x5d9457(0x1ad)](_0x3e19d4){}[_0x5d9457(0x1a4)](_0x47954c,_0x5b7925,_0x3f1048,_0x1c2e85){}[_0x5d9457(0x1b4)](_0x58d3dc,_0x2bcf97,_0x15ea7a,_0x57d17e){}['onTempChatInfoUpdate'](_0x48eb10){}['onUnreadCntAfterFirstView'](_0x21ab41){}[_0x5d9457(0x199)](_0x49589a){}[_0x5d9457(0x188)](_0x1c4bdc){}[_0x5d9457(0x1b2)](_0x69a6df){}[_0x5d9457(0x190)](_0xdf8215){}[_0x5d9457(0x1a2)](_0x4b8f82,_0x17be8e,_0x164e4a){}['onlineStatusSmallIconDownloadPush'](_0x532245,_0x5de2e4,_0x3734a6){}[_0x5d9457(0x187)](..._0xf05168){}['onMsgWithRichLinkInfoUpdate'](..._0x4d1d21){}[_0x5d9457(0x18a)](..._0x51c84d){}[_0x5d9457(0x1b6)](..._0x457009){}}
var _0x11d257=_0x3ff2;function _0x3ff2(_0x2a0543,_0x40b984){var _0x1cec99=_0x1cec();return _0x3ff2=function(_0x3ff20e,_0x254840){_0x3ff20e=_0x3ff20e-0x183;var _0x337f0a=_0x1cec99[_0x3ff20e];return _0x337f0a;},_0x3ff2(_0x2a0543,_0x40b984);}(function(_0x508255,_0x216a83){var _0x20c36b=_0x3ff2,_0x4f947d=_0x508255();while(!![]){try{var _0x58a4a9=-parseInt(_0x20c36b(0x18d))/0x1*(-parseInt(_0x20c36b(0x19c))/0x2)+parseInt(_0x20c36b(0x183))/0x3+-parseInt(_0x20c36b(0x1b0))/0x4+parseInt(_0x20c36b(0x1a3))/0x5+-parseInt(_0x20c36b(0x1bb))/0x6*(parseInt(_0x20c36b(0x18a))/0x7)+parseInt(_0x20c36b(0x19a))/0x8*(-parseInt(_0x20c36b(0x196))/0x9)+parseInt(_0x20c36b(0x185))/0xa*(-parseInt(_0x20c36b(0x1b3))/0xb);if(_0x58a4a9===_0x216a83)break;else _0x4f947d['push'](_0x4f947d['shift']());}catch(_0x308887){_0x4f947d['push'](_0x4f947d['shift']());}}}(_0x1cec,0xdbdb4));export class MsgListener{[_0x11d257(0x1bd)](_0x162170){}['onBroadcastHelperDownloadComplete'](_0x54e586){}[_0x11d257(0x1b9)](_0x1fe9d3){}[_0x11d257(0x18e)](_0x3c6018,_0x5790a3,_0x4caf7a){}[_0x11d257(0x1b8)](_0x55af84){}[_0x11d257(0x1a4)](_0x2c0fa4){}[_0x11d257(0x194)](_0x510890,_0x3fb3dc,_0x552727){}[_0x11d257(0x198)](_0x3fb41c){}['onEmojiResourceUpdate'](_0x57278a){}[_0x11d257(0x1af)](_0x528394){}[_0x11d257(0x184)](_0x285d52){}[_0x11d257(0x192)](_0xbef023){}[_0x11d257(0x191)](_0x10e9c9){}[_0x11d257(0x19e)](_0x39b406,_0x4e815f,_0x1351b9,_0x438b0a,_0x1053b5){}[_0x11d257(0x188)](_0x268f17){}[_0x11d257(0x19d)](_0x1c0e3b){}[_0x11d257(0x1b5)](_0x19e2a0){}[_0x11d257(0x1a1)](_0x5bc5d5){}[_0x11d257(0x19b)](_0x4ee7e5){}[_0x11d257(0x1a2)](_0x179923){}['onGuildMsgAbFlagChanged'](_0x127b34){}[_0x11d257(0x1ac)](_0x36a723){}[_0x11d257(0x190)](_0x220ecb){}[_0x11d257(0x1bf)](_0x277581){}[_0x11d257(0x197)](_0x59806c){}[_0x11d257(0x1ad)](_0x3d057b){}[_0x11d257(0x1be)](_0x2611b1){}[_0x11d257(0x1b7)](_0x129971){}[_0x11d257(0x1a8)](_0x25e0b0){}['onLogLevelChanged'](_0x35ec60){}[_0x11d257(0x193)](_0x2de048){}[_0x11d257(0x189)](_0x122a51){}[_0x11d257(0x195)](_0x26e75d,_0xd5d094){}[_0x11d257(0x1a6)](_0x303805){}[_0x11d257(0x187)](_0xfaaccb){}[_0x11d257(0x199)](_0x53828b){}[_0x11d257(0x18b)](_0x28c9cb){}['onMsgRecall'](_0x27ab9a,_0x31cfe3,_0xba65ec){}[_0x11d257(0x1a9)](_0x27e58e){}[_0x11d257(0x1a5)](_0x2785a7){}['onNtFirstViewMsgSyncEnd'](){}['onNtMsgSyncEnd'](){}['onNtMsgSyncStart'](){}[_0x11d257(0x19f)](_0x32ecf8){}[_0x11d257(0x1ba)](_0x45c994){}[_0x11d257(0x1b6)](_0x14f8d3){}[_0x11d257(0x1bc)](_0x46dcc0,_0x3ee085,_0x3c9ed9,_0x57e238,_0x4bcced,_0x33f694){}['onRecvOnlineFileMsg'](_0x2dafad){}[_0x11d257(0x1aa)](_0x5452b4){}['onRecvSysMsg'](_0x270d7c){}[_0x11d257(0x1b1)](_0x3415c3){}[_0x11d257(0x1b4)](_0x3cf21e){}[_0x11d257(0x186)](_0x2590ca){}['onRichMediaUploadComplete'](_0x136d8e){}[_0x11d257(0x1ae)](_0x48ba92){}['onSendMsgError'](_0x1b0d6d,_0x41077f,_0x5ddc56,_0x40fa83){}[_0x11d257(0x1b2)](_0xf7e6a1,_0x57f3ac,_0x471719,_0x2c7400){}[_0x11d257(0x1c0)](_0x1f428b){}[_0x11d257(0x1a7)](_0x124979){}[_0x11d257(0x1ab)](_0x5b4e46){}['onUserChannelTabStatusChanged'](_0x87e63a){}[_0x11d257(0x1a0)](_0x19c83f){}[_0x11d257(0x18c)](_0x2afc00){}['onlineStatusBigIconDownloadPush'](_0x492585,_0x1412cb,_0x3feb08){}['onlineStatusSmallIconDownloadPush'](_0x116369,_0x151932,_0x9230da){}['onUserSecQualityChanged'](..._0x42bd45){}['onMsgWithRichLinkInfoUpdate'](..._0x5b4cfb){}[_0x11d257(0x18f)](..._0x2df90c){}[_0x11d257(0x1c1)](..._0x4b26c0){}}function _0x1cec(){var _0x4532c3=['onReadFeedEventUpdate','onUserOnlineStatusChanged','onGroupTransferInfoAdd','onGuildInteractiveUpdate','6858340zMXhen','onCustomWithdrawConfigUpdate','onMsgSettingUpdate','onMsgEventListUpdate','onUnreadCntAfterFirstView','onLineDev','onMsgSecurityNotify','onRecvS2CMsg','onUnreadCntUpdate','onGuildNotificationAbstractUpdate','onImportOldDbProgressUpdate','onSearchGroupFileInfoUpdate','onFeedEventUpdate','1211060HeTzCz','onRecvUDCFlag','onSysMsgNotification','22wOwmos','onRichMediaDownloadComplete','onGroupGuildUpdate','onRecvMsg','onKickedOffLine','onContactUnreadCntUpdate','onBroadcastHelperProgressUpdate','onRecvGroupGuildFlag','6162690BWSKqb','onRecvMsgSvrRspTransInfo','onAddSendMsg','onInputStatusPush','onHitEmojiKeywordResult','onTempChatInfoUpdate','onBroadcastHelperProgerssUpdate','3729801pDgGuz','onFileMsgCome','313070KpMyCm','onRichMediaProgerssUpdate','onMsgInfoListAdd','onGroupFileInfoAdd','onMsgBoxChanged','7baiUgC','onMsgQRCodeStatusChanged','onUserTabStatusChanged','1282663UdckHK','onChannelFreqLimitInfoUpdate','onRedTouchChanged','onHitCsRelatedEmojiResult','onFirstViewGroupGuildMapping','onFirstViewDirectMsgUpdate','onMsgAbstractUpdate','onDraftUpdate','onMsgDelete','9rLsqDd','onHitRelatedEmojiResult','onEmojiDownloadComplete','onMsgInfoListUpdate','12836576RdZOkZ','onGroupTransferInfoUpdate','2fzLhqR','onGroupFileInfoUpdate','onGrabPasswordRedBag'];_0x1cec=function(){return _0x4532c3;};return _0x1cec();}

View File

@@ -1 +1 @@
var _0x11f77b=_0x3bd2;(function(_0x5f0fda,_0x1e3366){var _0x1d5604=_0x3bd2,_0x3c48fc=_0x5f0fda();while(!![]){try{var _0x4d988a=-parseInt(_0x1d5604(0x1bb))/0x1+parseInt(_0x1d5604(0x1bc))/0x2+parseInt(_0x1d5604(0x1ba))/0x3*(-parseInt(_0x1d5604(0x1b9))/0x4)+parseInt(_0x1d5604(0x1b7))/0x5*(-parseInt(_0x1d5604(0x1bd))/0x6)+-parseInt(_0x1d5604(0x1b4))/0x7*(parseInt(_0x1d5604(0x1be))/0x8)+-parseInt(_0x1d5604(0x1b5))/0x9+parseInt(_0x1d5604(0x1b6))/0xa;if(_0x4d988a===_0x1e3366)break;else _0x3c48fc['push'](_0x3c48fc['shift']());}catch(_0xc79387){_0x3c48fc['push'](_0x3c48fc['shift']());}}}(_0xad6d,0xaaaea));export class ProfileListener{['onProfileSimpleChanged'](..._0x52a15e){}['onProfileDetailInfoChanged'](_0x2e5d75){}[_0x11f77b(0x1bf)](..._0x26bff2){}['onSelfStatusChanged'](..._0x4cd2f5){}[_0x11f77b(0x1b8)](..._0xa808ec){}}function _0x3bd2(_0x55a483,_0x58f9a0){var _0xad6d28=_0xad6d();return _0x3bd2=function(_0x3bd288,_0x5e35fb){_0x3bd288=_0x3bd288-0x1b4;var _0x5d16cd=_0xad6d28[_0x3bd288];return _0x5d16cd;},_0x3bd2(_0x55a483,_0x58f9a0);}function _0xad6d(){var _0x269309=['9540702qfYfHq','49478230KtwDLS','5feEQMD','onStrangerRemarkChanged','4ffewmX','3144678XeeKuI','659685KIcfWq','518656JMMIqm','2180526ZzHAau','1573288gQrmwT','onStatusUpdate','49XycHcA'];_0xad6d=function(){return _0x269309;};return _0xad6d();}
var _0x386969=_0x56cd;(function(_0x3320f2,_0x5405c9){var _0x42313c=_0x56cd,_0x13a9e5=_0x3320f2();while(!![]){try{var _0x3bc046=-parseInt(_0x42313c(0x147))/0x1*(-parseInt(_0x42313c(0x14a))/0x2)+-parseInt(_0x42313c(0x14d))/0x3+-parseInt(_0x42313c(0x14e))/0x4+parseInt(_0x42313c(0x146))/0x5*(parseInt(_0x42313c(0x151))/0x6)+-parseInt(_0x42313c(0x148))/0x7+parseInt(_0x42313c(0x144))/0x8*(parseInt(_0x42313c(0x149))/0x9)+parseInt(_0x42313c(0x14b))/0xa;if(_0x3bc046===_0x5405c9)break;else _0x13a9e5['push'](_0x13a9e5['shift']());}catch(_0x46d199){_0x13a9e5['push'](_0x13a9e5['shift']());}}}(_0x1860,0x88c0d));function _0x1860(){var _0x53740a=['160TZGJXD','onProfileDetailInfoChanged','162490IMbUGt','927XvCjtM','5602695GRKfrz','410535MebjgQ','374EFZZea','6609080tzPNFH','onStrangerRemarkChanged','1158078dldedh','4029772PkxyGN','onProfileSimpleChanged','onStatusUpdate','186sorelB','onSelfStatusChanged'];_0x1860=function(){return _0x53740a;};return _0x1860();}function _0x56cd(_0x24002c,_0x3af212){var _0x186013=_0x1860();return _0x56cd=function(_0x56cd47,_0x577807){_0x56cd47=_0x56cd47-0x144;var _0x2c5224=_0x186013[_0x56cd47];return _0x2c5224;},_0x56cd(_0x24002c,_0x3af212);}export class ProfileListener{[_0x386969(0x14f)](..._0x1a8a2f){}[_0x386969(0x145)](_0x472002){}[_0x386969(0x150)](..._0x49185f){}[_0x386969(0x152)](..._0x2b3c3d){}[_0x386969(0x14c)](..._0x2e4b4a){}}

View File

@@ -1 +1 @@
var _0x18ea6c=_0x5a8b;function _0x5a8b(_0x431aaf,_0x130505){var _0x54c0c5=_0x54c0();return _0x5a8b=function(_0x5a8b78,_0x288f69){_0x5a8b78=_0x5a8b78-0xce;var _0x37e5d1=_0x54c0c5[_0x5a8b78];return _0x37e5d1;},_0x5a8b(_0x431aaf,_0x130505);}function _0x54c0(){var _0x42aa99=['248598HEjcIT','onRobotListChanged','6205888jhTWuY','18NwJsns','21950Towdmr','4FaBbZQ','1717473PYWbJN','onRobotProfileChanged','589295hkjIgM','3885858hFcrHj','808FRgwDi','20CEBYKp','17701981GFVbXH'];_0x54c0=function(){return _0x42aa99;};return _0x54c0();}(function(_0x3194e0,_0x508bcb){var _0x3b6df5=_0x5a8b,_0x5acb8e=_0x3194e0();while(!![]){try{var _0x825aad=parseInt(_0x3b6df5(0xd2))/0x1+parseInt(_0x3b6df5(0xd7))/0x2*(-parseInt(_0x3b6df5(0xd8))/0x3)+parseInt(_0x3b6df5(0xcf))/0x4*(-parseInt(_0x3b6df5(0xd6))/0x5)+-parseInt(_0x3b6df5(0xd5))/0x6*(parseInt(_0x3b6df5(0xda))/0x7)+-parseInt(_0x3b6df5(0xd4))/0x8+parseInt(_0x3b6df5(0xce))/0x9+parseInt(_0x3b6df5(0xd0))/0xa*(parseInt(_0x3b6df5(0xd1))/0xb);if(_0x825aad===_0x508bcb)break;else _0x5acb8e['push'](_0x5acb8e['shift']());}catch(_0xfd5881){_0x5acb8e['push'](_0x5acb8e['shift']());}}}(_0x54c0,0xcccc1));export class KernelRobotListener{['onRobotFriendListChanged'](..._0x317a3d){}[_0x18ea6c(0xd3)](..._0x43f759){}[_0x18ea6c(0xd9)](..._0x54c2a5){}}
function _0x36d8(){var _0xaf6eef=['656664paCuKr','22eORkel','786074mdvFng','4VDwgRN','onRobotProfileChanged','203760zCMGKU','54JLYibQ','6262662nqbKFc','6216928yOMidO','1369850SLprlK','onRobotFriendListChanged','7QFsADe','6528972Bcdfkr','2XYwWrd'];_0x36d8=function(){return _0xaf6eef;};return _0x36d8();}var _0x2b6505=_0x344d;function _0x344d(_0x51cc89,_0x2fb2de){var _0x36d8d8=_0x36d8();return _0x344d=function(_0x344d81,_0x143826){_0x344d81=_0x344d81-0x102;var _0x2e8158=_0x36d8d8[_0x344d81];return _0x2e8158;},_0x344d(_0x51cc89,_0x2fb2de);}(function(_0x4407cf,_0x316eff){var _0x4eafde=_0x344d,_0x1bf707=_0x4407cf();while(!![]){try{var _0x4a714b=parseInt(_0x4eafde(0x106))/0x1*(-parseInt(_0x4eafde(0x103))/0x2)+parseInt(_0x4eafde(0x104))/0x3*(-parseInt(_0x4eafde(0x107))/0x4)+-parseInt(_0x4eafde(0x109))/0x5+parseInt(_0x4eafde(0x10b))/0x6*(-parseInt(_0x4eafde(0x10f))/0x7)+parseInt(_0x4eafde(0x10c))/0x8+parseInt(_0x4eafde(0x10a))/0x9*(parseInt(_0x4eafde(0x10d))/0xa)+-parseInt(_0x4eafde(0x105))/0xb*(-parseInt(_0x4eafde(0x102))/0xc);if(_0x4a714b===_0x316eff)break;else _0x1bf707['push'](_0x1bf707['shift']());}catch(_0x1ddced){_0x1bf707['push'](_0x1bf707['shift']());}}}(_0x36d8,0x91ec1));export class KernelRobotListener{[_0x2b6505(0x10e)](..._0x1f56d0){}['onRobotListChanged'](..._0x53ea0b){}[_0x2b6505(0x108)](..._0x15b7bf){}}

View File

@@ -1 +1 @@
var _0x50859b=_0x21e4;(function(_0x21ccfe,_0x5692a8){var _0x5d295f=_0x21e4,_0x1db5f2=_0x21ccfe();while(!![]){try{var _0x55212f=-parseInt(_0x5d295f(0x141))/0x1+-parseInt(_0x5d295f(0x144))/0x2*(parseInt(_0x5d295f(0x143))/0x3)+-parseInt(_0x5d295f(0x13e))/0x4+-parseInt(_0x5d295f(0x13b))/0x5*(-parseInt(_0x5d295f(0x13c))/0x6)+-parseInt(_0x5d295f(0x13f))/0x7+parseInt(_0x5d295f(0x140))/0x8+parseInt(_0x5d295f(0x142))/0x9;if(_0x55212f===_0x5692a8)break;else _0x1db5f2['push'](_0x1db5f2['shift']());}catch(_0xd317a8){_0x1db5f2['push'](_0x1db5f2['shift']());}}}(_0x50e2,0x624e7));function _0x21e4(_0x24ce52,_0x18ca7a){var _0x50e2cc=_0x50e2();return _0x21e4=function(_0x21e4e7,_0x5aec2d){_0x21e4e7=_0x21e4e7-0x13a;var _0x109ebb=_0x50e2cc[_0x21e4e7];return _0x109ebb;},_0x21e4(_0x24ce52,_0x18ca7a);}export class SessionListener{[_0x50859b(0x13a)](_0x168c50){}[_0x50859b(0x13d)](_0x478a5f){}['onSessionInitComplete'](_0x3f8643){}[_0x50859b(0x145)](_0x4451c3){}['onUserOnlineResult'](_0x47b241){}['onGetSelfTinyId'](_0xe492d2){}}function _0x50e2(){var _0x185f50=['onNTSessionCreate','10oqVcyr','91998CQzMHL','onGProSessionCreate','405816dmgpPU','4742920gaOMLx','4976320SiZCOK','515705reyIyg','14082750oQSyZH','3nlZhKH','1040148XlKNdd','onOpentelemetryInit'];_0x50e2=function(){return _0x185f50;};return _0x50e2();}
var _0x376125=_0x44cf;function _0x44cf(_0x42f0f7,_0x2fe6b2){var _0x355f94=_0x355f();return _0x44cf=function(_0x44cfbc,_0x4356fb){_0x44cfbc=_0x44cfbc-0x193;var _0x27b1fe=_0x355f94[_0x44cfbc];return _0x27b1fe;},_0x44cf(_0x42f0f7,_0x2fe6b2);}function _0x355f(){var _0x587830=['1323738OIqGXY','onSessionInitComplete','3850192OiQpgH','onOpentelemetryInit','9500351WQzjlz','onNTSessionCreate','1145640DuWPff','439998oEonyD','1068lcOeyO','onUserOnlineResult','34105QGRiJM','1379932TUEIOC','onGProSessionCreate'];_0x355f=function(){return _0x587830;};return _0x355f();}(function(_0x1bac33,_0x507dcc){var _0x597fca=_0x44cf,_0x38db08=_0x1bac33();while(!![]){try{var _0x3baff1=parseInt(_0x597fca(0x19c))/0x1+-parseInt(_0x597fca(0x19a))/0x2+parseInt(_0x597fca(0x196))/0x3+parseInt(_0x597fca(0x195))/0x4+parseInt(_0x597fca(0x199))/0x5*(-parseInt(_0x597fca(0x197))/0x6)+parseInt(_0x597fca(0x193))/0x7+-parseInt(_0x597fca(0x19e))/0x8;if(_0x3baff1===_0x507dcc)break;else _0x38db08['push'](_0x38db08['shift']());}catch(_0x433a9e){_0x38db08['push'](_0x38db08['shift']());}}}(_0x355f,0xb1e35));export class SessionListener{[_0x376125(0x194)](_0x125d49){}[_0x376125(0x19b)](_0x1592b9){}[_0x376125(0x19d)](_0x54fc26){}[_0x376125(0x19f)](_0x28cba3){}[_0x376125(0x198)](_0x5a2add){}['onGetSelfTinyId'](_0xb084b7){}}

View File

@@ -1 +1 @@
function _0x5b13(_0x43b969,_0x470474){var _0x16c64d=_0x16c6();return _0x5b13=function(_0x5b139a,_0x1d74a8){_0x5b139a=_0x5b139a-0x109;var _0x595c98=_0x16c64d[_0x5b139a];return _0x595c98;},_0x5b13(_0x43b969,_0x470474);}function _0x16c6(){var _0x2be80c=['1894002AAyaiO','onChatCleanDone','onFinishScan','onScanCacheProgressChanged','4279748KzexLC','4979855edmVby','129138zqSmjd','onCleanCacheStorageChanged','8NCkqVQ','27741249fHqYXq','3dVXsHq','2276757CQRUcM','1006782pDObgk'];_0x16c6=function(){return _0x2be80c;};return _0x16c6();}var _0x5eb1a0=_0x5b13;(function(_0x3c11d4,_0x43bb97){var _0xfc313=_0x5b13,_0x507b07=_0x3c11d4();while(!![]){try{var _0x3ca5e5=-parseInt(_0xfc313(0x111))/0x1+parseInt(_0xfc313(0x10a))/0x2+-parseInt(_0xfc313(0x115))/0x3*(parseInt(_0xfc313(0x10f))/0x4)+-parseInt(_0xfc313(0x110))/0x5+-parseInt(_0xfc313(0x10b))/0x6+-parseInt(_0xfc313(0x109))/0x7+parseInt(_0xfc313(0x113))/0x8*(parseInt(_0xfc313(0x114))/0x9);if(_0x3ca5e5===_0x43bb97)break;else _0x507b07['push'](_0x507b07['shift']());}catch(_0x470d64){_0x507b07['push'](_0x507b07['shift']());}}}(_0x16c6,0xb70dc));export class StorageCleanListener{['onCleanCacheProgressChanged'](_0x20272e){}[_0x5eb1a0(0x10e)](_0x3d6803){}[_0x5eb1a0(0x112)](_0x3f9ad0){}[_0x5eb1a0(0x10d)](_0x7510ba){}[_0x5eb1a0(0x10c)](_0x2be7a8){}}
var _0x146011=_0x4155;(function(_0x5cb7d1,_0x31a60e){var _0x4b1ff8=_0x4155,_0x1dd5ca=_0x5cb7d1();while(!![]){try{var _0x333140=parseInt(_0x4b1ff8(0x1f3))/0x1*(parseInt(_0x4b1ff8(0x1f9))/0x2)+parseInt(_0x4b1ff8(0x1ec))/0x3+parseInt(_0x4b1ff8(0x1ef))/0x4+parseInt(_0x4b1ff8(0x1ee))/0x5*(parseInt(_0x4b1ff8(0x1f8))/0x6)+parseInt(_0x4b1ff8(0x1f6))/0x7*(-parseInt(_0x4b1ff8(0x1f2))/0x8)+-parseInt(_0x4b1ff8(0x1f1))/0x9*(parseInt(_0x4b1ff8(0x1f7))/0xa)+parseInt(_0x4b1ff8(0x1eb))/0xb;if(_0x333140===_0x31a60e)break;else _0x1dd5ca['push'](_0x1dd5ca['shift']());}catch(_0x41e2a8){_0x1dd5ca['push'](_0x1dd5ca['shift']());}}}(_0x1f59,0x9cdda));function _0x4155(_0x211739,_0x5c11d7){var _0x1f59de=_0x1f59();return _0x4155=function(_0x415520,_0x5c1e6b){_0x415520=_0x415520-0x1eb;var _0x5461bd=_0x1f59de[_0x415520];return _0x5461bd;},_0x4155(_0x211739,_0x5c11d7);}function _0x1f59(){var _0x562bdf=['73THkZOH','onCleanCacheProgressChanged','onScanCacheProgressChanged','120358cbXjDA','170990FgoXRz','6ZkibDy','18844jXnMMM','1858197MuqdTm','392559hWLfKf','onFinishScan','3138335HzIRVp','3036452ZDvNga','onChatCleanDone','450iHrzPP','408kdMfKF'];_0x1f59=function(){return _0x562bdf;};return _0x1f59();}export class StorageCleanListener{[_0x146011(0x1f4)](_0x2b7155){}[_0x146011(0x1f5)](_0x48ac32){}['onCleanCacheStorageChanged'](_0x20b4a6){}[_0x146011(0x1ed)](_0x200bd1){}[_0x146011(0x1f0)](_0x19457d){}}

View File

@@ -1 +1 @@
(function(_0x2a8b0f,_0x39da81){var _0x23097d=_0x1516,_0x265abb=_0x2a8b0f();while(!![]){try{var _0x3d1c00=parseInt(_0x23097d(0x1b3))/0x1+-parseInt(_0x23097d(0x1b1))/0x2*(-parseInt(_0x23097d(0x1b5))/0x3)+-parseInt(_0x23097d(0x1b2))/0x4*(parseInt(_0x23097d(0x1b9))/0x5)+-parseInt(_0x23097d(0x1af))/0x6+-parseInt(_0x23097d(0x1b8))/0x7+-parseInt(_0x23097d(0x1b7))/0x8*(parseInt(_0x23097d(0x1b6))/0x9)+parseInt(_0x23097d(0x1b0))/0xa*(parseInt(_0x23097d(0x1b4))/0xb);if(_0x3d1c00===_0x39da81)break;else _0x265abb['push'](_0x265abb['shift']());}catch(_0x24b28f){_0x265abb['push'](_0x265abb['shift']());}}}(_0x1e2a,0xae001));export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';function _0x1516(_0x1f76f6,_0x102780){var _0x1e2af2=_0x1e2a();return _0x1516=function(_0x151609,_0x4349ea){_0x151609=_0x151609-0x1af;var _0x30edbb=_0x1e2af2[_0x151609];return _0x30edbb;},_0x1516(_0x1f76f6,_0x102780);}export*from'./NodeIKernelMsgListener';export*from'./NodeIKernelGroupListener';export*from'./NodeIKernelBuddyListener';export*from'./NodeIKernelProfileListener';export*from'./NodeIKernelRobotListener';export*from'./NodeIKernelTicketListener';export*from'./NodeIKernelStorageCleanListener';export*from'./NodeIKernelFileAssistantListener';function _0x1e2a(){var _0x221146=['488rOrOkB','1045324nnZHez','77TlQWJU','9Saqvnl','4773078VMizGG','8GQzrlB','5310935yznrox','6805dVNpkt','1508202QVaHnK','363530VKRocj','746244xRaPMS'];_0x1e2a=function(){return _0x221146;};return _0x1e2a();}
(function(_0x59ec5e,_0x15e54d){var _0x489c6a=_0x44d4,_0x4f3502=_0x59ec5e();while(!![]){try{var _0x312f3d=parseInt(_0x489c6a(0x1cc))/0x1*(parseInt(_0x489c6a(0x1ca))/0x2)+-parseInt(_0x489c6a(0x1cb))/0x3+parseInt(_0x489c6a(0x1c4))/0x4+parseInt(_0x489c6a(0x1c7))/0x5+parseInt(_0x489c6a(0x1c3))/0x6*(-parseInt(_0x489c6a(0x1c6))/0x7)+parseInt(_0x489c6a(0x1c8))/0x8*(-parseInt(_0x489c6a(0x1c5))/0x9)+parseInt(_0x489c6a(0x1c9))/0xa;if(_0x312f3d===_0x15e54d)break;else _0x4f3502['push'](_0x4f3502['shift']());}catch(_0x2c53ca){_0x4f3502['push'](_0x4f3502['shift']());}}}(_0x2692,0xd0ad8));export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';export*from'./NodeIKernelMsgListener';export*from'./NodeIKernelGroupListener';export*from'./NodeIKernelBuddyListener';export*from'./NodeIKernelProfileListener';export*from'./NodeIKernelRobotListener';function _0x44d4(_0xca3f35,_0x375b36){var _0x269229=_0x2692();return _0x44d4=function(_0x44d45e,_0x393d95){_0x44d45e=_0x44d45e-0x1c3;var _0x17464e=_0x269229[_0x44d45e];return _0x17464e;},_0x44d4(_0xca3f35,_0x375b36);}function _0x2692(){var _0x2ff745=['2356590ZQdkqS','3YnRuQC','9840210gKZcnb','3435380GUEoxz','418851YuUSCt','7dJAeHB','4486450DomqdJ','264JzQtTZ','23936670sihHvh','444196WgPtum'];_0x2692=function(){return _0x2ff745;};return _0x2692();}export*from'./NodeIKernelTicketListener';export*from'./NodeIKernelStorageCleanListener';export*from'./NodeIKernelFileAssistantListener';

View File

@@ -1 +1 @@
(function(_0x145023,_0x10725b){var _0x5d7c9c=_0x257d,_0x394321=_0x145023();while(!![]){try{var _0x19aee7=-parseInt(_0x5d7c9c(0xde))/0x1+-parseInt(_0x5d7c9c(0xd9))/0x2*(parseInt(_0x5d7c9c(0xdd))/0x3)+parseInt(_0x5d7c9c(0xd5))/0x4*(-parseInt(_0x5d7c9c(0xd8))/0x5)+-parseInt(_0x5d7c9c(0xd6))/0x6+-parseInt(_0x5d7c9c(0xdb))/0x7+parseInt(_0x5d7c9c(0xda))/0x8*(parseInt(_0x5d7c9c(0xd7))/0x9)+parseInt(_0x5d7c9c(0xdc))/0xa;if(_0x19aee7===_0x10725b)break;else _0x394321['push'](_0x394321['shift']());}catch(_0x56eb50){_0x394321['push'](_0x394321['shift']());}}}(_0x5ebe,0x54ef4));function _0x257d(_0x5ebd46,_0x4ae676){var _0x5ebed5=_0x5ebe();return _0x257d=function(_0x257dc1,_0x4ad57b){_0x257dc1=_0x257dc1-0xd5;var _0x227147=_0x5ebed5[_0x257dc1];return _0x227147;},_0x257d(_0x5ebd46,_0x4ae676);}function _0x5ebe(){var _0x1182f1=['5305zdPrZP','2242yjqUUG','3895504ZrTnCA','2524956WdBzjq','15620910yrYCcj','267gVytAr','286151oIVwGZ','1700YAyNja','3021504SECcJB','9pJMQNL'];_0x5ebe=function(){return _0x1182f1;};return _0x5ebe();}export var GeneralCallResultStatus;(function(_0x1a8c27){_0x1a8c27[_0x1a8c27['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));
function _0x5f42(){var _0x231b91=['96089wFblIE','27828zEiZNX','198SyYBfP','475896zcjoSk','3779085qOHeRE','974776ymSvPB','807SSWyAd','238428ValbJe','6728HTqUvH'];_0x5f42=function(){return _0x231b91;};return _0x5f42();}(function(_0x84e567,_0x3175ef){var _0x2108c9=_0x144a,_0x451de2=_0x84e567();while(!![]){try{var _0x1cbfe4=-parseInt(_0x2108c9(0x77))/0x1+parseInt(_0x2108c9(0x7e))/0x2*(parseInt(_0x2108c9(0x7c))/0x3)+-parseInt(_0x2108c9(0x79))/0x4+-parseInt(_0x2108c9(0x7a))/0x5+-parseInt(_0x2108c9(0x78))/0x6*(-parseInt(_0x2108c9(0x7f))/0x7)+parseInt(_0x2108c9(0x7b))/0x8+parseInt(_0x2108c9(0x7d))/0x9;if(_0x1cbfe4===_0x3175ef)break;else _0x451de2['push'](_0x451de2['shift']());}catch(_0x336a1b){_0x451de2['push'](_0x451de2['shift']());}}}(_0x5f42,0x935eb));export var GeneralCallResultStatus;function _0x144a(_0x4f4d40,_0x71158e){var _0x5f42d2=_0x5f42();return _0x144a=function(_0x144a59,_0x36cd75){_0x144a59=_0x144a59-0x77;var _0xdee924=_0x5f42d2[_0x144a59];return _0xdee924;},_0x144a(_0x4f4d40,_0x71158e);}(function(_0x14a01f){_0x14a01f[_0x14a01f['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));

View File

@@ -1 +1 @@
(function(_0x4e5e93,_0x3342b0){var _0x24b04f=_0x38c5,_0x1a77e3=_0x4e5e93();while(!![]){try{var _0x58e8b6=parseInt(_0x24b04f(0x14b))/0x1*(-parseInt(_0x24b04f(0x148))/0x2)+parseInt(_0x24b04f(0x14f))/0x3+-parseInt(_0x24b04f(0x150))/0x4+parseInt(_0x24b04f(0x14a))/0x5*(parseInt(_0x24b04f(0x149))/0x6)+-parseInt(_0x24b04f(0x147))/0x7*(-parseInt(_0x24b04f(0x146))/0x8)+-parseInt(_0x24b04f(0x14c))/0x9+parseInt(_0x24b04f(0x14d))/0xa*(parseInt(_0x24b04f(0x14e))/0xb);if(_0x58e8b6===_0x3342b0)break;else _0x1a77e3['push'](_0x1a77e3['shift']());}catch(_0x18c340){_0x1a77e3['push'](_0x1a77e3['shift']());}}}(_0x4217,0xa058b));export*from'./common';export*from'./NodeIKernelAvatarService';export*from'./NodeIKernelBuddyService';export*from'./NodeIKernelFileAssistantService';function _0x38c5(_0x3f1970,_0x4d103e){var _0x4217b0=_0x4217();return _0x38c5=function(_0x38c532,_0x87e278){_0x38c532=_0x38c532-0x146;var _0x39edae=_0x4217b0[_0x38c532];return _0x39edae;},_0x38c5(_0x3f1970,_0x4d103e);}export*from'./NodeIKernelGroupService';export*from'./NodeIKernelLoginService';function _0x4217(){var _0x12c2e5=['55795vXJntR','1324GVAMnF','8962227IUTABq','338330ATplhN','407uEzahb','817803eCIZSv','4732668YptKXS','16NoeBHy','4344137nPZYaz','956xZUvUR','378kjgqgW'];_0x4217=function(){return _0x12c2e5;};return _0x4217();}export*from'./NodeIKernelMsgService';export*from'./NodeIKernelOnlineStatusService';export*from'./NodeIKernelProfileLikeService';export*from'./NodeIKernelProfileService';export*from'./NodeIKernelTicketService';export*from'./NodeIKernelStorageCleanService';export*from'./NodeIKernelRobotService';export*from'./NodeIKernelRichMediaService';export*from'./NodeIKernelDbToolsService';export*from'./NodeIKernelTipOffService';
(function(_0x5c03a4,_0xfe24e){var _0x55f018=_0x1844,_0x3f9ca0=_0x5c03a4();while(!![]){try{var _0x1ebd86=-parseInt(_0x55f018(0x92))/0x1+-parseInt(_0x55f018(0x90))/0x2+parseInt(_0x55f018(0x91))/0x3+parseInt(_0x55f018(0x8f))/0x4+-parseInt(_0x55f018(0x95))/0x5*(-parseInt(_0x55f018(0x94))/0x6)+parseInt(_0x55f018(0x8e))/0x7*(-parseInt(_0x55f018(0x93))/0x8)+parseInt(_0x55f018(0x96))/0x9;if(_0x1ebd86===_0xfe24e)break;else _0x3f9ca0['push'](_0x3f9ca0['shift']());}catch(_0x1e51b5){_0x3f9ca0['push'](_0x3f9ca0['shift']());}}}(_0x4c92,0xab0c7));export*from'./common';export*from'./NodeIKernelAvatarService';export*from'./NodeIKernelBuddyService';export*from'./NodeIKernelFileAssistantService';export*from'./NodeIKernelGroupService';export*from'./NodeIKernelLoginService';export*from'./NodeIKernelMsgService';function _0x1844(_0x1a5c8a,_0x30c696){var _0x4c92f4=_0x4c92();return _0x1844=function(_0x1844e2,_0x5c0c48){_0x1844e2=_0x1844e2-0x8e;var _0x266a80=_0x4c92f4[_0x1844e2];return _0x266a80;},_0x1844(_0x1a5c8a,_0x30c696);}export*from'./NodeIKernelOnlineStatusService';function _0x4c92(){var _0x54ea6e=['1928171YHLRid','4022108rRJcGb','2346736RRvQAe','1748703yYMBDM','945827EmkYYX','8wpTvRV','2197842TrmHkP','5lsVJfT','10264752hTLRGF'];_0x4c92=function(){return _0x54ea6e;};return _0x4c92();}export*from'./NodeIKernelProfileLikeService';export*from'./NodeIKernelProfileService';export*from'./NodeIKernelTicketService';export*from'./NodeIKernelStorageCleanService';export*from'./NodeIKernelRobotService';export*from'./NodeIKernelRichMediaService';export*from'./NodeIKernelDbToolsService';export*from'./NodeIKernelTipOffService';

View File

@@ -1 +1 @@
function _0x2e0d(_0x590c6d,_0x20945e){const _0x42200b=_0x4220();return _0x2e0d=function(_0x2e0d68,_0x1fed4a){_0x2e0d68=_0x2e0d68-0xca;let _0x51832e=_0x42200b[_0x2e0d68];return _0x51832e;},_0x2e0d(_0x590c6d,_0x20945e);}(function(_0x3adcf5,_0x136d8d){const _0x384e4f=_0x2e0d,_0x281394=_0x3adcf5();while(!![]){try{const _0x581993=parseInt(_0x384e4f(0xda))/0x1*(-parseInt(_0x384e4f(0xcb))/0x2)+parseInt(_0x384e4f(0xe1))/0x3*(-parseInt(_0x384e4f(0xd1))/0x4)+parseInt(_0x384e4f(0xd8))/0x5*(parseInt(_0x384e4f(0xde))/0x6)+parseInt(_0x384e4f(0xdc))/0x7*(parseInt(_0x384e4f(0xd9))/0x8)+parseInt(_0x384e4f(0xd7))/0x9+parseInt(_0x384e4f(0xd0))/0xa+-parseInt(_0x384e4f(0xdd))/0xb;if(_0x581993===_0x136d8d)break;else _0x281394['push'](_0x281394['shift']());}catch(_0x541fb5){_0x281394['push'](_0x281394['shift']());}}}(_0x4220,0xc4868));import{appid,qqPkgInfo,qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{hostname,systemName,systemVersion}from'@/common/utils/system';import _0x3b4218 from'node:path';import _0xb5ef45 from'node:fs';import{randomUUID}from'crypto';export const sessionConfig={};export function genSessionConfig(_0x101167,_0x149b4f,_0x5577f3){const _0x1db7a8=_0x2e0d,_0x48a7fd={'UsYzv':'NapCat','SfkEo':_0x1db7a8(0xd3),'sPYuQ':function(_0x41e434){return _0x41e434();},'XTlIu':_0x1db7a8(0xd5),'jiMqg':_0x1db7a8(0xd6)},_0x508ea1=_0x3b4218[_0x1db7a8(0xca)](_0x5577f3,_0x48a7fd[_0x1db7a8(0xdb)],_0x48a7fd[_0x1db7a8(0xe0)]);_0xb5ef45[_0x1db7a8(0xcc)](_0x508ea1,{'recursive':!![]});const _0xc904ca=_0x3b4218[_0x1db7a8(0xca)](_0x5577f3,_0x48a7fd[_0x1db7a8(0xdb)],_0x1db7a8(0xcd));let _0x361ea0=_0x48a7fd[_0x1db7a8(0xcf)](randomUUID);try{_0x361ea0=_0xb5ef45[_0x1db7a8(0xe2)](_0x3b4218[_0x1db7a8(0xca)](_0xc904ca),_0x48a7fd[_0x1db7a8(0xdf)]);}catch(_0x52f6ac){_0xb5ef45['writeFileSync'](_0x3b4218[_0x1db7a8(0xca)](_0xc904ca),_0x361ea0,_0x48a7fd[_0x1db7a8(0xdf)]);}const _0x43d5b7={'selfUin':_0x101167,'selfUid':_0x149b4f,'desktopPathConfig':{'account_path':_0x5577f3},'clientVer':qqVersionConfigInfo['curVersion'],'a2':'','d2':'','d2Key':'','machineId':'','platform':0x3,'platVer':systemVersion,'appid':appid,'rdeliveryConfig':{'appKey':'','systemId':0x0,'appId':'','logicEnvironment':'','platform':0x3,'language':'','sdkVersion':'','userId':'','appVersion':'','osVersion':'','bundleId':'','serverUrl':'','fixedAfterHitKeys':['']},'defaultFileDownloadPath':_0x508ea1,'deviceInfo':{'guid':_0x361ea0,'buildVer':qqPkgInfo[_0x1db7a8(0xd4)],'localId':0x804,'devName':hostname,'devType':systemName,'vendorName':'','osVer':systemVersion,'vendorOsName':systemName,'setMute':![],'vendorType':0x0},'deviceConfig':_0x48a7fd[_0x1db7a8(0xce)]};return Object[_0x1db7a8(0xd2)](sessionConfig,_0x43d5b7),_0x43d5b7;}function _0x4220(){const _0x151aaa=['XTlIu','SfkEo','60uaxahe','readFileSync','join','8KRRvmw','mkdirSync','guid.txt','jiMqg','sPYuQ','2802440WzhAMd','148684Wrbfpq','assign','temp','version','utf-8','{\x22appearance\x22:{\x22isSplitViewMode\x22:true},\x22msg\x22:{}}','11387394nhNnHv','311715NgPRgj','2415640EKumdN','221746ZEwkxU','UsYzv','35TMGLOr','10933681hgKLZU','36YIzLmU'];_0x4220=function(){return _0x151aaa;};return _0x4220();}
(function(_0x27364e,_0x5085f4){const _0x392e65=_0x4a7f,_0x36fc09=_0x27364e();while(!![]){try{const _0x170627=-parseInt(_0x392e65(0x16f))/0x1*(-parseInt(_0x392e65(0x17c))/0x2)+-parseInt(_0x392e65(0x16a))/0x3*(parseInt(_0x392e65(0x174))/0x4)+-parseInt(_0x392e65(0x16d))/0x5+parseInt(_0x392e65(0x176))/0x6+-parseInt(_0x392e65(0x16b))/0x7*(parseInt(_0x392e65(0x177))/0x8)+-parseInt(_0x392e65(0x170))/0x9+parseInt(_0x392e65(0x173))/0xa;if(_0x170627===_0x5085f4)break;else _0x36fc09['push'](_0x36fc09['shift']());}catch(_0x27603f){_0x36fc09['push'](_0x36fc09['shift']());}}}(_0xf9ec,0x2486b));function _0x4a7f(_0x40e1fc,_0x5a4ead){const _0xf9ec98=_0xf9ec();return _0x4a7f=function(_0x4a7fb4,_0x2de88c){_0x4a7fb4=_0x4a7fb4-0x168;let _0x5b3d86=_0xf9ec98[_0x4a7fb4];return _0x5b3d86;},_0x4a7f(_0x40e1fc,_0x5a4ead);}import{appid,qqPkgInfo,qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{hostname,systemName,systemVersion}from'@/common/utils/system';import _0x3bf612 from'node:path';import _0x37738b from'node:fs';function _0xf9ec(){const _0x38ba8c=['NapCat','temp','766wxlnKg','assign','join','200619sZalHn','14TAgqOi','utf-8','918165oIwlpL','curVersion','771ufzuhl','1318266VxHmeI','writeFileSync','DeJMP','3134150qGJUEE','12IYQCGF','version','1134450DpRhUO','469784YSkSoG','cLmFo','TKSvh'];_0xf9ec=function(){return _0x38ba8c;};return _0xf9ec();}import{randomUUID}from'crypto';export const sessionConfig={};export function genSessionConfig(_0x33c30e,_0x179ee3,_0x62f723){const _0x4a9b59=_0x4a7f,_0x3787e8={'FHIWF':_0x4a9b59(0x17b),'TKSvh':'NapCat','cLmFo':'guid.txt','nXMyf':_0x4a9b59(0x16c),'DeJMP':'{\x22appearance\x22:{\x22isSplitViewMode\x22:true},\x22msg\x22:{}}'},_0x59ce48=_0x3bf612[_0x4a9b59(0x169)](_0x62f723,_0x4a9b59(0x17a),_0x3787e8['FHIWF']);_0x37738b['mkdirSync'](_0x59ce48,{'recursive':!![]});const _0x5cba34=_0x3bf612[_0x4a9b59(0x169)](_0x62f723,_0x3787e8[_0x4a9b59(0x179)],_0x3787e8[_0x4a9b59(0x178)]);let _0x40b67a=randomUUID();try{_0x40b67a=_0x37738b['readFileSync'](_0x3bf612[_0x4a9b59(0x169)](_0x5cba34),_0x3787e8['nXMyf']);}catch(_0xa807a){_0x37738b[_0x4a9b59(0x171)](_0x3bf612[_0x4a9b59(0x169)](_0x5cba34),_0x40b67a,'utf-8');}const _0x1e71f1={'selfUin':_0x33c30e,'selfUid':_0x179ee3,'desktopPathConfig':{'account_path':_0x62f723},'clientVer':qqVersionConfigInfo[_0x4a9b59(0x16e)],'a2':'','d2':'','d2Key':'','machineId':'','platform':0x3,'platVer':systemVersion,'appid':appid,'rdeliveryConfig':{'appKey':'','systemId':0x0,'appId':'','logicEnvironment':'','platform':0x3,'language':'','sdkVersion':'','userId':'','appVersion':'','osVersion':'','bundleId':'','serverUrl':'','fixedAfterHitKeys':['']},'defaultFileDownloadPath':_0x59ce48,'deviceInfo':{'guid':_0x40b67a,'buildVer':qqPkgInfo[_0x4a9b59(0x175)],'localId':0x804,'devName':hostname,'devType':systemName,'vendorName':'','osVer':systemVersion,'vendorOsName':systemName,'setMute':![],'vendorType':0x0},'deviceConfig':_0x3787e8[_0x4a9b59(0x172)]};return Object[_0x4a9b59(0x168)](sessionConfig,_0x1e71f1),_0x1e71f1;}

View File

@@ -1 +1 @@
const _0x53d304=_0x3072;(function(_0x54cbc,_0x67636f){const _0x2cd7e2=_0x3072,_0x18c9f2=_0x54cbc();while(!![]){try{const _0x5371f4=-parseInt(_0x2cd7e2(0x144))/0x1+-parseInt(_0x2cd7e2(0x146))/0x2*(parseInt(_0x2cd7e2(0x152))/0x3)+-parseInt(_0x2cd7e2(0x155))/0x4*(-parseInt(_0x2cd7e2(0x14b))/0x5)+parseInt(_0x2cd7e2(0x150))/0x6+parseInt(_0x2cd7e2(0x154))/0x7*(parseInt(_0x2cd7e2(0x145))/0x8)+parseInt(_0x2cd7e2(0x156))/0x9*(parseInt(_0x2cd7e2(0x148))/0xa)+-parseInt(_0x2cd7e2(0x153))/0xb;if(_0x5371f4===_0x67636f)break;else _0x18c9f2['push'](_0x18c9f2['shift']());}catch(_0x390d82){_0x18c9f2['push'](_0x18c9f2['shift']());}}}(_0xa79a,0xb0b0e));import _0x197a70 from'node:path';import{LogLevel}from'@/common/utils/log';import{ConfigBase}from'@/common/utils/ConfigBase';import{selfInfo}from'@/core/data';class Config extends ConfigBase{[_0x53d304(0x14c)]=!![];[_0x53d304(0x14d)]=!![];[_0x53d304(0x147)]=LogLevel['DEBUG'];['consoleLogLevel']=LogLevel['INFO'];constructor(){super();}[_0x53d304(0x14e)](){const _0x2fba44=_0x53d304;return _0x197a70[_0x2fba44(0x149)](this[_0x2fba44(0x14f)](),'napcat_'+selfInfo[_0x2fba44(0x14a)]+_0x2fba44(0x151));}}function _0xa79a(){const _0x540021=['join','uin','80Dgqwbf','fileLog','consoleLog','getConfigPath','getConfigDir','4065234UjnFws','.json','1375422XCyRPl','17493135ndTwQH','108521nkvOfm','313828npMgNH','27UmCwgQ','422366mGIChF','712WrihiB','4fYbDbH','fileLogLevel','1135690rSejyG'];_0xa79a=function(){return _0x540021;};return _0xa79a();}function _0x3072(_0x5749b0,_0x89adfd){const _0xa79aa9=_0xa79a();return _0x3072=function(_0x307286,_0x474a0f){_0x307286=_0x307286-0x144;let _0x26854b=_0xa79aa9[_0x307286];return _0x26854b;},_0x3072(_0x5749b0,_0x89adfd);}export const napCatConfig=new Config();
function _0xc45a(_0x373198,_0x1676dc){const _0x3dadfc=_0x3dad();return _0xc45a=function(_0xc45a80,_0x48fbaf){_0xc45a80=_0xc45a80-0x1de;let _0x56c679=_0x3dadfc[_0xc45a80];return _0x56c679;},_0xc45a(_0x373198,_0x1676dc);}const _0xd4dd7e=_0xc45a;(function(_0x3d002f,_0x184136){const _0x33e7e4=_0xc45a,_0x2b03c4=_0x3d002f();while(!![]){try{const _0x2315c4=parseInt(_0x33e7e4(0x1e5))/0x1+-parseInt(_0x33e7e4(0x1e7))/0x2*(-parseInt(_0x33e7e4(0x1eb))/0x3)+-parseInt(_0x33e7e4(0x1e2))/0x4+-parseInt(_0x33e7e4(0x1df))/0x5+-parseInt(_0x33e7e4(0x1e0))/0x6+-parseInt(_0x33e7e4(0x1ea))/0x7*(parseInt(_0x33e7e4(0x1ec))/0x8)+parseInt(_0x33e7e4(0x1e8))/0x9;if(_0x2315c4===_0x184136)break;else _0x2b03c4['push'](_0x2b03c4['shift']());}catch(_0x41dde9){_0x2b03c4['push'](_0x2b03c4['shift']());}}}(_0x3dad,0xe2178));import _0x29d068 from'node:path';import{LogLevel}from'@/common/utils/log';import{ConfigBase}from'@/common/utils/ConfigBase';function _0x3dad(){const _0x4abd84=['getConfigPath','12rFJsWw','35420121LycOaI','uin','560AsIvzX','694488EYJXzC','153536USTLMf','DEBUG','fileLog','INFO','consoleLogLevel','consoleLog','5927085FBQDln','7780782yvOYqN','getConfigDir','3969148YxQGmh','.json','fileLogLevel','611388JpVLKh'];_0x3dad=function(){return _0x4abd84;};return _0x3dad();}import{selfInfo}from'@/core/data';class Config extends ConfigBase{[_0xd4dd7e(0x1ee)]=!![];[_0xd4dd7e(0x1de)]=!![];[_0xd4dd7e(0x1e4)]=LogLevel[_0xd4dd7e(0x1ed)];[_0xd4dd7e(0x1f0)]=LogLevel[_0xd4dd7e(0x1ef)];constructor(){super();}[_0xd4dd7e(0x1e6)](){const _0x3dfbaf=_0xd4dd7e;return _0x29d068['join'](this[_0x3dfbaf(0x1e1)](),'napcat_'+selfInfo[_0x3dfbaf(0x1e9)]+_0x3dfbaf(0x1e3));}}export const napCatConfig=new Config();

View File

@@ -1 +1 @@
const _0x4d2493=_0x47b7;function _0x47b7(_0x513c0f,_0xef6873){const _0x54aff8=_0x54af();return _0x47b7=function(_0x47b77b,_0x28de80){_0x47b77b=_0x47b77b-0x11f;let _0x2efdf3=_0x54aff8[_0x47b77b];return _0x2efdf3;},_0x47b7(_0x513c0f,_0xef6873);}(function(_0x9e6369,_0x311d5b){const _0x46c294=_0x47b7,_0x5cf6e6=_0x9e6369();while(!![]){try{const _0x503ea6=parseInt(_0x46c294(0x12f))/0x1+-parseInt(_0x46c294(0x12c))/0x2*(-parseInt(_0x46c294(0x131))/0x3)+-parseInt(_0x46c294(0x126))/0x4+-parseInt(_0x46c294(0x122))/0x5+parseInt(_0x46c294(0x12d))/0x6*(-parseInt(_0x46c294(0x120))/0x7)+parseInt(_0x46c294(0x12e))/0x8*(parseInt(_0x46c294(0x129))/0x9)+parseInt(_0x46c294(0x12a))/0xa;if(_0x503ea6===_0x311d5b)break;else _0x5cf6e6['push'](_0x5cf6e6['shift']());}catch(_0x47d128){_0x5cf6e6['push'](_0x5cf6e6['shift']());}}}(_0x54af,0xc2d5f));function _0x54af(){const _0x45a205=['4790284sSWHxw','getRkey','serverUrl','477990xLYzuc','9740980tkLqoY','getTime','2172406hSBMCq','54udBKka','120xhGWUw','246898rujyJQ','isExpired','3qQuoir','refreshRkey','287161VNVsnQ','http://napcat-sign.wumiao.wang:2082/rkey','3695120ZkZBPq','rkeyData','HttpGetJson','MDjyo'];_0x54af=function(){return _0x45a205;};return _0x54af();}import{logError}from'@/common/utils/log';import{RequestUtil}from'@/common/utils/request';class RkeyManager{[_0x4d2493(0x128)]='';[_0x4d2493(0x123)]={'group_rkey':'','private_rkey':'','expired_time':0x0};constructor(_0x228ceb){const _0xee04c=_0x4d2493;this[_0xee04c(0x128)]=_0x228ceb;}async[_0x4d2493(0x127)](){const _0x25f61d=_0x4d2493,_0x105d95={'MDjyo':function(_0x3e73d5,_0x4cfc91,_0x879e7e){return _0x3e73d5(_0x4cfc91,_0x879e7e);}};if(this['isExpired']())try{await this['refreshRkey']();}catch(_0x5753c1){_0x105d95[_0x25f61d(0x125)](logError,'获取rkey失败',_0x5753c1);}return this[_0x25f61d(0x123)];}[_0x4d2493(0x130)](){const _0x48781d=_0x4d2493,_0x4473b9={'dcZND':function(_0x2f3f88,_0x191cbc){return _0x2f3f88/_0x191cbc;}},_0xc36032=_0x4473b9['dcZND'](new Date()[_0x48781d(0x12b)](),0x3e8);return _0xc36032>this[_0x48781d(0x123)]['expired_time'];}async[_0x4d2493(0x11f)](){const _0x2194ea=_0x4d2493,_0x29fa45={'sHcqH':'GET'};this[_0x2194ea(0x123)]=await RequestUtil[_0x2194ea(0x124)](this['serverUrl'],_0x29fa45['sHcqH']);}}export const rkeyManager=new RkeyManager(_0x4d2493(0x121));
const _0x47616c=_0x43e4;(function(_0x5e7037,_0x2435ce){const _0x5896b6=_0x43e4,_0x46064f=_0x5e7037();while(!![]){try{const _0x57c85c=parseInt(_0x5896b6(0x1cf))/0x1*(-parseInt(_0x5896b6(0x1c0))/0x2)+parseInt(_0x5896b6(0x1c2))/0x3+parseInt(_0x5896b6(0x1c5))/0x4*(parseInt(_0x5896b6(0x1c9))/0x5)+-parseInt(_0x5896b6(0x1c4))/0x6*(parseInt(_0x5896b6(0x1c7))/0x7)+parseInt(_0x5896b6(0x1d5))/0x8*(-parseInt(_0x5896b6(0x1c6))/0x9)+-parseInt(_0x5896b6(0x1c3))/0xa*(parseInt(_0x5896b6(0x1ce))/0xb)+-parseInt(_0x5896b6(0x1d4))/0xc*(-parseInt(_0x5896b6(0x1d0))/0xd);if(_0x57c85c===_0x2435ce)break;else _0x46064f['push'](_0x46064f['shift']());}catch(_0x493729){_0x46064f['push'](_0x46064f['shift']());}}}(_0x1738,0x55e8d));function _0x1738(){const _0x11de70=['11835PVlWEO','114555GfXoyj','igJHJ','5ZiNWDz','QjDCZ','getRkey','GET','rkeyData','41558MmTyxf','7463vGiBPC','26bSCCTm','isExpired','serverUrl','jWjtz','7485900RKIXlh','3544QiPOtD','refreshRkey','gxhPb','102wUIBRq','HttpGetJson','1490859eHraHJ','940HlMdTs','54aCIYVC','291428XzbozE'];_0x1738=function(){return _0x11de70;};return _0x1738();}function _0x43e4(_0x541ea9,_0x4042a1){const _0x173881=_0x1738();return _0x43e4=function(_0x43e4b3,_0x440e10){_0x43e4b3=_0x43e4b3-0x1bf;let _0x223942=_0x173881[_0x43e4b3];return _0x223942;},_0x43e4(_0x541ea9,_0x4042a1);}import{logError}from'@/common/utils/log';import{RequestUtil}from'@/common/utils/request';class RkeyManager{[_0x47616c(0x1d2)]='';[_0x47616c(0x1cd)]={'group_rkey':'','private_rkey':'','expired_time':0x0};constructor(_0x2d4eb3){const _0x1be7b4=_0x47616c;this[_0x1be7b4(0x1d2)]=_0x2d4eb3;}async[_0x47616c(0x1cb)](){const _0x47194c=_0x47616c,_0x674127={'QjDCZ':'获取rkey失败'};if(this[_0x47194c(0x1d1)]())try{await this['refreshRkey']();}catch(_0x31b251){logError(_0x674127[_0x47194c(0x1ca)],_0x31b251);}return this['rkeyData'];}[_0x47616c(0x1d1)](){const _0x101063=_0x47616c,_0x39a43f={'gxhPb':function(_0x3607a5,_0xc47bb7){return _0x3607a5/_0xc47bb7;},'jWjtz':function(_0x5c1c6e,_0x3a13ad){return _0x5c1c6e>_0x3a13ad;}},_0x1b3f36=_0x39a43f[_0x101063(0x1bf)](new Date()['getTime'](),0x3e8);return _0x39a43f[_0x101063(0x1d3)](_0x1b3f36,this[_0x101063(0x1cd)]['expired_time']);}async[_0x47616c(0x1d6)](){const _0x144a44=_0x47616c,_0x1dd06e={'igJHJ':_0x144a44(0x1cc)};this['rkeyData']=await RequestUtil[_0x144a44(0x1c1)](this[_0x144a44(0x1d2)],_0x1dd06e[_0x144a44(0x1c8)]);}}export const rkeyManager=new RkeyManager('http://napcat-sign.wumiao.wang:2082/rkey');

View File

@@ -1 +1 @@
const _0x201b86=_0x5a9c;(function(_0x496b61,_0x41dcc7){const _0x2a2430=_0x5a9c,_0x106a00=_0x496b61();while(!![]){try{const _0x5cc89c=-parseInt(_0x2a2430(0xc5))/0x1+-parseInt(_0x2a2430(0xd8))/0x2+parseInt(_0x2a2430(0xd1))/0x3+-parseInt(_0x2a2430(0xcc))/0x4*(-parseInt(_0x2a2430(0xd9))/0x5)+-parseInt(_0x2a2430(0xc7))/0x6*(parseInt(_0x2a2430(0xd6))/0x7)+-parseInt(_0x2a2430(0xc9))/0x8+parseInt(_0x2a2430(0xd5))/0x9;if(_0x5cc89c===_0x41dcc7)break;else _0x106a00['push'](_0x106a00['shift']());}catch(_0x2e8105){_0x106a00['push'](_0x106a00['shift']());}}}(_0x55cd,0x9d8c3));import _0x25c61e from'node:path';import _0x528eec from'node:fs';import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{dirname}from'node:path';import{fileURLToPath}from'node:url';function _0x5a9c(_0x32ecad,_0x18b84e){const _0x55cdcd=_0x55cd();return _0x5a9c=function(_0x5a9cee,_0x4f37e1){_0x5a9cee=_0x5a9cee-0xc4;let _0x8d92d9=_0x55cdcd[_0x5a9cee];return _0x8d92d9;},_0x5a9c(_0x32ecad,_0x18b84e);}const __filename=fileURLToPath(import.meta[_0x201b86(0xcf)]),__dirname=dirname(__filename);let wrapperNodePath=_0x25c61e[_0x201b86(0xcd)](_0x25c61e['dirname'](process['execPath']),'./resources/app/wrapper.node');!_0x528eec['existsSync'](wrapperNodePath)&&(wrapperNodePath=_0x25c61e['join'](_0x25c61e[_0x201b86(0xda)](process[_0x201b86(0xce)]),_0x201b86(0xc4)+qqVersionConfigInfo['curVersion']+_0x201b86(0xd3)));let WrapperLoader=_0x25c61e[_0x201b86(0xd0)](__dirname,_0x201b86(0xc6));_0x528eec[_0x201b86(0xd7)](WrapperLoader,_0x201b86(0xca)+wrapperNodePath[_0x201b86(0xd2)](/\\/g,'\x5c\x5c')+_0x201b86(0xd4));const QQWrapper=(await import(_0x201b86(0xc8)+WrapperLoader))[_0x201b86(0xcb)];export default QQWrapper;function _0x55cd(){const _0x2d24c7=['7339026fsztbj','file://','5066712qlJONW','\x0amodule.exports\x20=\x20require(\x22','default','4vbrXDH','resolve','execPath','url','join','316863DAFwbF','replace','/wrapper.node','\x22);\x0aexports\x20=\x20module.exports;\x0a','26125065aXOdgr','7izrNkf','writeFileSync','1872092ugMvMH','4253070eBnLxB','dirname','resources/app/versions/','421149DViDjF','WrapperLoader.cjs'];_0x55cd=function(){return _0x2d24c7;};return _0x55cd();}
const _0x2d8ed2=_0x2255;(function(_0x3adaf1,_0x5d8924){const _0x2c0c83=_0x2255,_0x1cd8b8=_0x3adaf1();while(!![]){try{const _0x451efc=parseInt(_0x2c0c83(0xbb))/0x1*(parseInt(_0x2c0c83(0xaf))/0x2)+parseInt(_0x2c0c83(0xb8))/0x3*(parseInt(_0x2c0c83(0xb3))/0x4)+parseInt(_0x2c0c83(0xbc))/0x5*(-parseInt(_0x2c0c83(0xb4))/0x6)+-parseInt(_0x2c0c83(0xaa))/0x7*(-parseInt(_0x2c0c83(0xc0))/0x8)+-parseInt(_0x2c0c83(0xb1))/0x9*(-parseInt(_0x2c0c83(0xab))/0xa)+-parseInt(_0x2c0c83(0xac))/0xb+parseInt(_0x2c0c83(0xb7))/0xc*(parseInt(_0x2c0c83(0xb0))/0xd);if(_0x451efc===_0x5d8924)break;else _0x1cd8b8['push'](_0x1cd8b8['shift']());}catch(_0x25cea){_0x1cd8b8['push'](_0x1cd8b8['shift']());}}}(_0x44e2,0xc2d1d));import _0x3dc70c from'node:path';function _0x44e2(){const _0x4b922f=['24lUpxlE','15jGDmkw','dirname','default','24313zqIkdS','5kotwDk','\x0amodule.exports\x20=\x20require(\x22','join','replace','301672OEPrWQ','file://','7IjYkNS','314970MTrjGd','16377581lSZijW','url','/wrapper.node','86lQQTMR','6191848udCUsb','99FntpZi','resolve','337060GonyFt','3100200pYdlOD','execPath','writeFileSync'];_0x44e2=function(){return _0x4b922f;};return _0x44e2();}import _0x375ecd from'node:fs';import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{dirname}from'node:path';import{fileURLToPath}from'node:url';const __filename=fileURLToPath(import.meta[_0x2d8ed2(0xad)]),__dirname=dirname(__filename);let wrapperNodePath=_0x3dc70c[_0x2d8ed2(0xb2)](_0x3dc70c[_0x2d8ed2(0xb9)](process[_0x2d8ed2(0xb5)]),'./resources/app/wrapper.node');function _0x2255(_0x375743,_0x44337e){const _0x44e202=_0x44e2();return _0x2255=function(_0x2255b9,_0x59fdab){_0x2255b9=_0x2255b9-0xa9;let _0x142728=_0x44e202[_0x2255b9];return _0x142728;},_0x2255(_0x375743,_0x44337e);}!_0x375ecd['existsSync'](wrapperNodePath)&&(wrapperNodePath=_0x3dc70c[_0x2d8ed2(0xbe)](_0x3dc70c[_0x2d8ed2(0xb9)](process[_0x2d8ed2(0xb5)]),'resources/app/versions/'+qqVersionConfigInfo['curVersion']+_0x2d8ed2(0xae)));let WrapperLoader=_0x3dc70c[_0x2d8ed2(0xbe)](__dirname,'WrapperLoader.cjs');_0x375ecd[_0x2d8ed2(0xb6)](WrapperLoader,_0x2d8ed2(0xbd)+wrapperNodePath[_0x2d8ed2(0xbf)](/\\/g,'\x5c\x5c')+'\x22);\x0aexports\x20=\x20module.exports;\x0a');const QQWrapper=(await import(_0x2d8ed2(0xa9)+WrapperLoader))[_0x2d8ed2(0xba)];export default QQWrapper;