refactor: guid

This commit is contained in:
手瓜一十雪 2024-06-02 13:38:33 +08:00
parent 0499ebbea3
commit bdf5159be1
42 changed files with 99 additions and 43 deletions

View File

@ -1,17 +1,73 @@
import os from 'node:os';
import path from 'node:path';
import { networkInterfaces } from 'os';
import { v4 as uuidv4 } from 'uuid';
// 缓解Win7设备兼容性问题
let osName: string;
// 设备ID
let machineId: Promise<string>;
try {
osName = os.hostname();
} catch (e) {
osName = 'NapCat'; // + crypto.randomUUID().substring(0, 4);
}
const invalidMacAddresses = new Set([
'00:00:00:00:00:00',
'ff:ff:ff:ff:ff:ff',
'ac:de:48:00:11:22'
]);
function validateMacAddress(candidate: string): boolean {
const tempCandidate = candidate.replace(/\-/g, ':').toLowerCase();
return !invalidMacAddresses.has(tempCandidate);
}
export async function getMachineId(): Promise<string> {
if (!machineId) {
machineId = (async () => {
const id = await getMacMachineId();
return id || uuidv4(); // fallback, generate a UUID
})();
}
return machineId;
}
export function getMac(): string {
const ifaces = networkInterfaces();
for (const name in ifaces) {
const networkInterface = ifaces[name];
if (networkInterface) {
for (const { mac } of networkInterface) {
if (validateMacAddress(mac)) {
return mac;
}
}
}
}
throw new Error('Unable to retrieve mac address (unexpected format)');
}
async function getMacMachineId(): Promise<string | undefined> {
try {
const crypto = await import('crypto');
const macAddress = getMac();
return crypto.createHash('sha256').update(macAddress, 'utf8').digest('hex');
} catch (err) {
return undefined;
}
}
const homeDir = os.homedir();
export const systemPlatform = os.platform();
export const cpuArch = os.arch();
export const systemVersion = os.release();
export const hostname = osName;
const homeDir = os.homedir();
export const downloadsPath = path.join(homeDir, 'Downloads');
export const systemName = os.type();
export const systemName = os.type();

@ -1 +1 @@
Subproject commit f2cbf64f5534aede6c16ba4dc53cdb28f6d5bb3d
Subproject commit 7843d818efd4df7f709b37f8c9ec0c07a3b6b002

View File

@ -1 +1 @@
function _0x306c(){var _0x7679f0=['180DZdtcA','370398HwYoej','1704332sseMAv','20XNtBxl','onMSFSsoError','477474CPGixQ','onMSFStatusChange','735147lANjQo','5774385sCSDMr','2557268dtzRmb','1770728tCyhsC','77UTtlTM'];_0x306c=function(){return _0x7679f0;};return _0x306c();}var _0x4d077f=_0x1cf9;function _0x1cf9(_0x5e14dc,_0x4a63cd){var _0x306c0f=_0x306c();return _0x1cf9=function(_0x1cf9c3,_0x5f0a2a){_0x1cf9c3=_0x1cf9c3-0x1d3;var _0x327af3=_0x306c0f[_0x1cf9c3];return _0x327af3;},_0x1cf9(_0x5e14dc,_0x4a63cd);}(function(_0xbbb421,_0x3a9ebe){var _0x20df64=_0x1cf9,_0x4d2ca4=_0xbbb421();while(!![]){try{var _0x1eab6f=parseInt(_0x20df64(0x1dd))/0x1+-parseInt(_0x20df64(0x1de))/0x2*(-parseInt(_0x20df64(0x1dc))/0x3)+-parseInt(_0x20df64(0x1d8))/0x4+parseInt(_0x20df64(0x1d7))/0x5+-parseInt(_0x20df64(0x1d4))/0x6*(parseInt(_0x20df64(0x1da))/0x7)+-parseInt(_0x20df64(0x1d9))/0x8+-parseInt(_0x20df64(0x1d6))/0x9*(parseInt(_0x20df64(0x1db))/0xa);if(_0x1eab6f===_0x3a9ebe)break;else _0x4d2ca4['push'](_0x4d2ca4['shift']());}catch(_0xa7166){_0x4d2ca4['push'](_0x4d2ca4['shift']());}}}(_0x306c,0xd8afc));export class DependsAdapter{[_0x4d077f(0x1d5)](_0x6e3797,_0x249111){}[_0x4d077f(0x1d3)](_0x2b2d4c){}['getGroupCode'](_0xe52cb){}}
var _0xa693df=_0x1a34;(function(_0x1dede1,_0x43bb7f){var _0xc9fc58=_0x1a34,_0x26082f=_0x1dede1();while(!![]){try{var _0x1d90ae=-parseInt(_0xc9fc58(0x11b))/0x1*(parseInt(_0xc9fc58(0x118))/0x2)+-parseInt(_0xc9fc58(0x119))/0x3+parseInt(_0xc9fc58(0x115))/0x4+-parseInt(_0xc9fc58(0x116))/0x5*(-parseInt(_0xc9fc58(0x113))/0x6)+parseInt(_0xc9fc58(0x11c))/0x7+-parseInt(_0xc9fc58(0x11a))/0x8+parseInt(_0xc9fc58(0x11d))/0x9;if(_0x1d90ae===_0x43bb7f)break;else _0x26082f['push'](_0x26082f['shift']());}catch(_0x4dba99){_0x26082f['push'](_0x26082f['shift']());}}}(_0x7016,0xb32c2));function _0x1a34(_0x38af2e,_0x433ca7){var _0x7016ae=_0x7016();return _0x1a34=function(_0x1a34cd,_0x31c3e1){_0x1a34cd=_0x1a34cd-0x112;var _0x4fb9d6=_0x7016ae[_0x1a34cd];return _0x4fb9d6;},_0x1a34(_0x38af2e,_0x433ca7);}export class DependsAdapter{[_0xa693df(0x114)](_0x1aca82,_0x2d19d6){}[_0xa693df(0x112)](_0xf261ac){}[_0xa693df(0x117)](_0x19c88b){}}function _0x7016(){var _0x1ae6c4=['2676009gDYVfo','4587570JOgKoL','onMSFSsoError','24MHkgcU','onMSFStatusChange','3817552IEcBWK','968530DLKgqJ','getGroupCode','2jcKbrz','1815156ePVNky','6578368zGdmiM','459991miPKEH'];_0x7016=function(){return _0x1ae6c4;};return _0x7016();}

View File

@ -1 +1 @@
function _0x26eb(){var _0x99e3f=['745448sNyCLr','5464725ajHdmW','2FiSzyt','271516ALkXyM','dispatchCall','3897360vynQvX','740700roGmfZ','66bBDKdS','dispatchRequest','20422629BZFQKJ','10SXWAKc','dispatchCallWithJson','1397349nbQLVf'];_0x26eb=function(){return _0x99e3f;};return _0x26eb();}var _0x8b89f6=_0x2efb;function _0x2efb(_0x737b26,_0x346947){var _0x26eb9b=_0x26eb();return _0x2efb=function(_0x2efbc9,_0x1b8205){_0x2efbc9=_0x2efbc9-0xba;var _0xce63f5=_0x26eb9b[_0x2efbc9];return _0xce63f5;},_0x2efb(_0x737b26,_0x346947);}(function(_0x59524a,_0x460e99){var _0x1dcfe4=_0x2efb,_0x5d34ac=_0x59524a();while(!![]){try{var _0x24ac2d=parseInt(_0x1dcfe4(0xc1))/0x1+-parseInt(_0x1dcfe4(0xbd))/0x2*(parseInt(_0x1dcfe4(0xba))/0x3)+parseInt(_0x1dcfe4(0xc0))/0x4+parseInt(_0x1dcfe4(0xbc))/0x5+parseInt(_0x1dcfe4(0xc2))/0x6*(parseInt(_0x1dcfe4(0xbe))/0x7)+parseInt(_0x1dcfe4(0xbb))/0x8+parseInt(_0x1dcfe4(0xc4))/0x9*(-parseInt(_0x1dcfe4(0xc5))/0xa);if(_0x24ac2d===_0x460e99)break;else _0x5d34ac['push'](_0x5d34ac['shift']());}catch(_0x49e242){_0x5d34ac['push'](_0x5d34ac['shift']());}}}(_0x26eb,0x90be6));export class DispatcherAdapter{[_0x8b89f6(0xc3)](_0x45f5b2){}[_0x8b89f6(0xbf)](_0x297f98){}[_0x8b89f6(0xc6)](_0x47a4b7){}}
function _0x29e4(_0x328f85,_0x237684){var _0x2e7960=_0x2e79();return _0x29e4=function(_0x29e46d,_0x3962ff){_0x29e46d=_0x29e46d-0xdf;var _0x47a1e1=_0x2e7960[_0x29e46d];return _0x47a1e1;},_0x29e4(_0x328f85,_0x237684);}var _0x4cda14=_0x29e4;function _0x2e79(){var _0x1eba73=['dispatchCallWithJson','802782fkbeXA','77416qKXIhD','115prumGV','dispatchCall','2091720ZQiExY','5847gxuZDw','2307732gNsABm','150pTMvRi','10659483DtPXFP','8454GNFRQh'];_0x2e79=function(){return _0x1eba73;};return _0x2e79();}(function(_0xa31e71,_0x41a69e){var _0x378dd4=_0x29e4,_0x56e38d=_0xa31e71();while(!![]){try{var _0x2d0389=-parseInt(_0x378dd4(0xe4))/0x1*(parseInt(_0x378dd4(0xe6))/0x2)+parseInt(_0x378dd4(0xe8))/0x3+parseInt(_0x378dd4(0xe0))/0x4*(-parseInt(_0x378dd4(0xe1))/0x5)+-parseInt(_0x378dd4(0xdf))/0x6+parseInt(_0x378dd4(0xe5))/0x7+-parseInt(_0x378dd4(0xe3))/0x8+parseInt(_0x378dd4(0xe7))/0x9;if(_0x2d0389===_0x41a69e)break;else _0x56e38d['push'](_0x56e38d['shift']());}catch(_0x31c2af){_0x56e38d['push'](_0x56e38d['shift']());}}}(_0x2e79,0x3a180));export class DispatcherAdapter{['dispatchRequest'](_0x50cefe){}[_0x4cda14(0xe2)](_0x1eaae0){}[_0x4cda14(0xe9)](_0x2af1d7){}}

View File

@ -1 +1 @@
function _0x5265(_0x1008b3,_0x5139f9){var _0x5d6b94=_0x5d6b();return _0x5265=function(_0x5265a8,_0x1e5c85){_0x5265a8=_0x5265a8-0x78;var _0x34e54e=_0x5d6b94[_0x5265a8];return _0x34e54e;},_0x5265(_0x1008b3,_0x5139f9);}var _0x426564=_0x5265;(function(_0x571f61,_0x5de1ab){var _0x4b96a8=_0x5265,_0x2d503e=_0x571f61();while(!![]){try{var _0x2222ee=-parseInt(_0x4b96a8(0x79))/0x1*(parseInt(_0x4b96a8(0x7a))/0x2)+-parseInt(_0x4b96a8(0x84))/0x3+parseInt(_0x4b96a8(0x83))/0x4*(-parseInt(_0x4b96a8(0x86))/0x5)+-parseInt(_0x4b96a8(0x80))/0x6*(-parseInt(_0x4b96a8(0x87))/0x7)+-parseInt(_0x4b96a8(0x81))/0x8+parseInt(_0x4b96a8(0x7d))/0x9*(-parseInt(_0x4b96a8(0x7b))/0xa)+parseInt(_0x4b96a8(0x7f))/0xb;if(_0x2222ee===_0x5de1ab)break;else _0x2d503e['push'](_0x2d503e['shift']());}catch(_0xce7f99){_0x2d503e['push'](_0x2d503e['shift']());}}}(_0x5d6b,0xd6ed7));function _0x5d6b(){var _0x586afa=['5201292NAqMYF','onLog','5trgjvd','82243ZONDXp','onGetSrvCalTime','115040YPfARC','4DpaOfq','151190IOXrNM','onGetOfflineMsg','711fsTCTL','onInstallFinished','57800182ezqHrI','594VklOUm','11788088xUcKFT','onUpdateGeneralFlag','3622456XMOdNd'];_0x5d6b=function(){return _0x586afa;};return _0x5d6b();}export class GlobalAdapter{[_0x426564(0x85)](..._0x4e577d){}[_0x426564(0x78)](..._0x1e9f22){}['onShowErrUITips'](..._0x48bb03){}['fixPicImgType'](..._0x3cd2af){}['getAppSetting'](..._0x18e8aa){}[_0x426564(0x7e)](..._0x5459c0){}[_0x426564(0x82)](..._0x3a930f){}[_0x426564(0x7c)](..._0x47ae6d){}}
function _0x4d85(_0x209774,_0x354ec7){var _0x5cc6f7=_0x5cc6();return _0x4d85=function(_0x4d85a8,_0x529002){_0x4d85a8=_0x4d85a8-0x1ae;var _0x38799f=_0x5cc6f7[_0x4d85a8];return _0x38799f;},_0x4d85(_0x209774,_0x354ec7);}var _0x241a1a=_0x4d85;(function(_0x33b866,_0x3a9e82){var _0x42656f=_0x4d85,_0x12b7fc=_0x33b866();while(!![]){try{var _0x2c5d23=parseInt(_0x42656f(0x1b9))/0x1*(-parseInt(_0x42656f(0x1b1))/0x2)+parseInt(_0x42656f(0x1b4))/0x3+-parseInt(_0x42656f(0x1b2))/0x4*(-parseInt(_0x42656f(0x1bf))/0x5)+parseInt(_0x42656f(0x1af))/0x6+parseInt(_0x42656f(0x1b0))/0x7*(-parseInt(_0x42656f(0x1ba))/0x8)+-parseInt(_0x42656f(0x1b8))/0x9*(parseInt(_0x42656f(0x1ae))/0xa)+-parseInt(_0x42656f(0x1bb))/0xb*(-parseInt(_0x42656f(0x1b5))/0xc);if(_0x2c5d23===_0x3a9e82)break;else _0x12b7fc['push'](_0x12b7fc['shift']());}catch(_0x1fe68f){_0x12b7fc['push'](_0x12b7fc['shift']());}}}(_0x5cc6,0x521d4));function _0x5cc6(){var _0x10dc02=['onInstallFinished','9PaFaNH','631329SbwyaM','4544nbMPhr','22wDufar','onLog','fixPicImgType','onUpdateGeneralFlag','14335qYxvya','648710HBSGRk','1482828tUrYhA','595YvOkSi','2ydlAJm','92ndpTCR','getAppSetting','1751451NlLvBH','1103544WCGQde','onGetOfflineMsg'];_0x5cc6=function(){return _0x10dc02;};return _0x5cc6();}export class GlobalAdapter{[_0x241a1a(0x1bc)](..._0x165e62){}['onGetSrvCalTime'](..._0x2764f4){}['onShowErrUITips'](..._0x46018a){}[_0x241a1a(0x1bd)](..._0xd1922c){}[_0x241a1a(0x1b3)](..._0x37f54d){}[_0x241a1a(0x1b7)](..._0x5932c0){}[_0x241a1a(0x1be)](..._0x506854){}[_0x241a1a(0x1b6)](..._0x4c6643){}}

View File

@ -1 +1 @@
(function(_0x5836a4,_0x522d85){var _0x3c656=_0x1c60,_0x19a43e=_0x5836a4();while(!![]){try{var _0x402fd9=parseInt(_0x3c656(0x1ce))/0x1*(parseInt(_0x3c656(0x1ca))/0x2)+-parseInt(_0x3c656(0x1cc))/0x3+parseInt(_0x3c656(0x1d0))/0x4+-parseInt(_0x3c656(0x1d1))/0x5*(-parseInt(_0x3c656(0x1d3))/0x6)+-parseInt(_0x3c656(0x1cd))/0x7*(parseInt(_0x3c656(0x1d4))/0x8)+-parseInt(_0x3c656(0x1cb))/0x9+parseInt(_0x3c656(0x1d2))/0xa*(parseInt(_0x3c656(0x1cf))/0xb);if(_0x402fd9===_0x522d85)break;else _0x19a43e['push'](_0x19a43e['shift']());}catch(_0x495d6a){_0x19a43e['push'](_0x19a43e['shift']());}}}(_0x4f42,0xd6037));export*from'./NodeIDependsAdapter';export*from'./NodeIDispatcherAdapter';function _0x1c60(_0x3e2811,_0x258d02){var _0x4f4251=_0x4f42();return _0x1c60=function(_0x1c607e,_0x2abc5f){_0x1c607e=_0x1c607e-0x1ca;var _0x1c6507=_0x4f4251[_0x1c607e];return _0x1c6507;},_0x1c60(_0x3e2811,_0x258d02);}export*from'./NodeIGlobalAdapter';function _0x4f42(){var _0x276740=['721oDaKpY','1293127qvLdEf','22FGNuem','4284156ktwEqi','25hEsrke','9416230hMWHXB','453342YEDUwJ','103736bxwfRR','2nExwgn','6395949PUmcdB','5107008yPDxAq'];_0x4f42=function(){return _0x276740;};return _0x4f42();}
function _0x58f4(_0x2fdf6a,_0x33d4eb){var _0x29276f=_0x2927();return _0x58f4=function(_0x58f4c5,_0x239135){_0x58f4c5=_0x58f4c5-0xa5;var _0x294c=_0x29276f[_0x58f4c5];return _0x294c;},_0x58f4(_0x2fdf6a,_0x33d4eb);}(function(_0x1bda1c,_0xa727ad){var _0xe801d3=_0x58f4,_0x56ea6e=_0x1bda1c();while(!![]){try{var _0x4e455e=parseInt(_0xe801d3(0xa7))/0x1*(parseInt(_0xe801d3(0xac))/0x2)+parseInt(_0xe801d3(0xaf))/0x3*(parseInt(_0xe801d3(0xa9))/0x4)+parseInt(_0xe801d3(0xab))/0x5*(-parseInt(_0xe801d3(0xa5))/0x6)+-parseInt(_0xe801d3(0xa6))/0x7+parseInt(_0xe801d3(0xa8))/0x8*(-parseInt(_0xe801d3(0xaa))/0x9)+-parseInt(_0xe801d3(0xad))/0xa*(-parseInt(_0xe801d3(0xb1))/0xb)+-parseInt(_0xe801d3(0xae))/0xc*(-parseInt(_0xe801d3(0xb0))/0xd);if(_0x4e455e===_0xa727ad)break;else _0x56ea6e['push'](_0x56ea6e['shift']());}catch(_0x33696e){_0x56ea6e['push'](_0x56ea6e['shift']());}}}(_0x2927,0x72398));export*from'./NodeIDependsAdapter';function _0x2927(){var _0x45ab2e=['6jSfwdn','680qzbQxg','84YaCwqu','21PjxXqS','730366eyWXXx','73733RTyjDB','2178534tcblcP','1580831tRHklg','64459FQOdAi','40wEeREy','273620JWifXZ','182547UmBYUE','10KzBVLg'];_0x2927=function(){return _0x45ab2e;};return _0x2927();}export*from'./NodeIDispatcherAdapter';export*from'./NodeIGlobalAdapter';

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
(function(_0x40b4f2,_0x12d44a){const _0x551b96=_0x15f8,_0x52b13a=_0x40b4f2();while(!![]){try{const _0x1017f1=parseInt(_0x551b96(0xd5))/0x1*(-parseInt(_0x551b96(0xdc))/0x2)+-parseInt(_0x551b96(0xe6))/0x3*(-parseInt(_0x551b96(0xd4))/0x4)+-parseInt(_0x551b96(0xe3))/0x5*(parseInt(_0x551b96(0xe5))/0x6)+-parseInt(_0x551b96(0xd9))/0x7+-parseInt(_0x551b96(0xe0))/0x8*(parseInt(_0x551b96(0xdf))/0x9)+parseInt(_0x551b96(0xe4))/0xa+parseInt(_0x551b96(0xdd))/0xb;if(_0x1017f1===_0x12d44a)break;else _0x52b13a['push'](_0x52b13a['shift']());}catch(_0x3064c8){_0x52b13a['push'](_0x52b13a['shift']());}}}(_0x5b64,0x7c7b4));import{napCatCore}from'@/core';import{uid2UinMap}from'@/core/data';function _0x15f8(_0x440988,_0x3edceb){const _0x5b6422=_0x5b64();return _0x15f8=function(_0x15f872,_0x529f81){_0x15f872=_0x15f872-0xd3;let _0x28aaf8=_0x5b6422[_0x15f872];return _0x28aaf8;},_0x15f8(_0x440988,_0x3edceb);}function _0x5b64(){const _0x3de48c=['4541243elRICd','NodeIKernelBuddyService/getBuddyList','approvalFriendRequest','46vjRQre','9137722RzXxbY','push','3456801gfZvEJ','16IAnaJn','friendUid','uid','3156280TfCLqq','8553520LHEMmK','6kYKhdr','47163PquTMA','reqTime','getBuddyService','232CgpLJc','1731afuUwN','ixXzl','NodeIKernelBuddyListener/onBuddyListChange','uin'];_0x5b64=function(){return _0x3de48c;};return _0x5b64();}import{NTEventDispatch}from'@/common/utils/EventTask';export class NTQQFriendApi{static async['getFriends'](_0x14bc2b=![]){const _0x57c4c3=_0x15f8,_0x422091={'ixXzl':_0x57c4c3(0xda),'poYKO':_0x57c4c3(0xd7)};let [_0x2d2a11,_0x1737a7]=await NTEventDispatch['CallNormalEvent'](_0x422091[_0x57c4c3(0xd6)],_0x422091['poYKO'],0x1,0x1388,_0x14bc2b);const _0x41ef71=[];for(const _0x21b22f of _0x1737a7){for(const _0x1bd0cb of _0x21b22f['buddyList']){_0x41ef71[_0x57c4c3(0xde)](_0x1bd0cb),uid2UinMap[_0x1bd0cb[_0x57c4c3(0xe2)]]=_0x1bd0cb[_0x57c4c3(0xd8)];}}return _0x41ef71;}static async['handleFriendRequest'](_0xd0a158,_0x391250){const _0x6bf9c5=_0x15f8;napCatCore['session'][_0x6bf9c5(0xd3)]()?.[_0x6bf9c5(0xdb)]({'friendUid':_0xd0a158[_0x6bf9c5(0xe1)],'reqTime':_0xd0a158[_0x6bf9c5(0xe7)],'accept':_0x391250});}}
const _0x54308b=_0x2027;(function(_0x3938ba,_0x3664da){const _0x12c3e8=_0x2027,_0x2c1019=_0x3938ba();while(!![]){try{const _0x2fc59b=parseInt(_0x12c3e8(0x170))/0x1*(-parseInt(_0x12c3e8(0x174))/0x2)+parseInt(_0x12c3e8(0x17f))/0x3+-parseInt(_0x12c3e8(0x175))/0x4*(-parseInt(_0x12c3e8(0x171))/0x5)+parseInt(_0x12c3e8(0x17d))/0x6+parseInt(_0x12c3e8(0x16c))/0x7+-parseInt(_0x12c3e8(0x176))/0x8+-parseInt(_0x12c3e8(0x17e))/0x9;if(_0x2fc59b===_0x3664da)break;else _0x2c1019['push'](_0x2c1019['shift']());}catch(_0x382fe9){_0x2c1019['push'](_0x2c1019['shift']());}}}(_0x18fe,0x3f490));function _0x18fe(){const _0x17cab4=['2644698cwaRIg','NodeIKernelBuddyService/getBuddyList','push','uid','1DKdPgx','10265orwozN','getBuddyService','session','433934PPoqnF','676QzmubI','3136064QuLBNf','CallNormalEvent','NodeIKernelBuddyListener/onBuddyListChange','handleFriendRequest','uin','friendUid','reqTime','2657202GNINGF','6500007FlWXem','1268328akACBX','CCtgM','buddyList'];_0x18fe=function(){return _0x17cab4;};return _0x18fe();}import{napCatCore}from'@/core';import{uid2UinMap}from'@/core/data';function _0x2027(_0x37d829,_0x306944){const _0x18fe65=_0x18fe();return _0x2027=function(_0x202798,_0x4b18fb){_0x202798=_0x202798-0x16a;let _0x346a1f=_0x18fe65[_0x202798];return _0x346a1f;},_0x2027(_0x37d829,_0x306944);}import{NTEventDispatch}from'@/common/utils/EventTask';export class NTQQFriendApi{static async['getFriends'](_0x5829ad=![]){const _0x5daa15=_0x2027,_0x893f0a={'CCtgM':_0x5daa15(0x16d)};let [_0x4f3279,_0x3bacac]=await NTEventDispatch[_0x5daa15(0x177)](_0x893f0a[_0x5daa15(0x16a)],_0x5daa15(0x178),0x1,0x1388,_0x5829ad);const _0x24a08f=[];for(const _0x32e15d of _0x3bacac){for(const _0x423444 of _0x32e15d[_0x5daa15(0x16b)]){_0x24a08f[_0x5daa15(0x16e)](_0x423444),uid2UinMap[_0x423444[_0x5daa15(0x16f)]]=_0x423444[_0x5daa15(0x17a)];}}return _0x24a08f;}static async[_0x54308b(0x179)](_0x54bc41,_0x1803b7){const _0x1230ab=_0x54308b;napCatCore[_0x1230ab(0x173)][_0x1230ab(0x172)]()?.['approvalFriendRequest']({'friendUid':_0x54bc41[_0x1230ab(0x17b)],'reqTime':_0x54bc41[_0x1230ab(0x17c)],'accept':_0x1803b7});}}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
(function(_0x12ad52,_0x10827f){var _0x43949a=_0x1d7b,_0x2bdf48=_0x12ad52();while(!![]){try{var _0x52e8ac=-parseInt(_0x43949a(0x1aa))/0x1+-parseInt(_0x43949a(0x1a2))/0x2*(-parseInt(_0x43949a(0x1a4))/0x3)+-parseInt(_0x43949a(0x1a9))/0x4*(parseInt(_0x43949a(0x1a0))/0x5)+-parseInt(_0x43949a(0x1a7))/0x6+-parseInt(_0x43949a(0x1a6))/0x7+-parseInt(_0x43949a(0x1a8))/0x8*(parseInt(_0x43949a(0x1a3))/0x9)+-parseInt(_0x43949a(0x1a1))/0xa*(-parseInt(_0x43949a(0x1a5))/0xb);if(_0x52e8ac===_0x10827f)break;else _0x2bdf48['push'](_0x2bdf48['shift']());}catch(_0x3a614d){_0x2bdf48['push'](_0x2bdf48['shift']());}}}(_0xed69,0x2dc95));export*from'./file';export*from'./friend';export*from'./group';export*from'./msg';function _0xed69(){var _0x5b2059=['1339888TLUuiT','721910lrRsxQ','1233648PQobIC','1660168FwCQqX','252QUUgVP','95615bVihYR','7195WWTyCO','50fDRFxy','8inAMwf','9kLYyjv','210774MvXbzw'];_0xed69=function(){return _0x5b2059;};return _0xed69();}export*from'./user';export*from'./webapi';export*from'./sign';function _0x1d7b(_0x115d4f,_0x239f32){var _0xed69ee=_0xed69();return _0x1d7b=function(_0x1d7b96,_0x4d3436){_0x1d7b96=_0x1d7b96-0x1a0;var _0x16b7f5=_0xed69ee[_0x1d7b96];return _0x16b7f5;},_0x1d7b(_0x115d4f,_0x239f32);}export*from'./system';
(function(_0x38832a,_0x9c3a88){var _0x4e58d6=_0x1216,_0x3d9f2b=_0x38832a();while(!![]){try{var _0x81959=parseInt(_0x4e58d6(0x139))/0x1*(parseInt(_0x4e58d6(0x137))/0x2)+parseInt(_0x4e58d6(0x13f))/0x3*(-parseInt(_0x4e58d6(0x13a))/0x4)+parseInt(_0x4e58d6(0x13e))/0x5+-parseInt(_0x4e58d6(0x13d))/0x6+-parseInt(_0x4e58d6(0x13b))/0x7*(-parseInt(_0x4e58d6(0x138))/0x8)+parseInt(_0x4e58d6(0x13c))/0x9+-parseInt(_0x4e58d6(0x136))/0xa;if(_0x81959===_0x9c3a88)break;else _0x3d9f2b['push'](_0x3d9f2b['shift']());}catch(_0x360067){_0x3d9f2b['push'](_0x3d9f2b['shift']());}}}(_0x22bd,0xddc21));export*from'./file';export*from'./friend';export*from'./group';export*from'./msg';function _0x1216(_0x1969fa,_0x289052){var _0x22bdf6=_0x22bd();return _0x1216=function(_0x1216d1,_0x8c7505){_0x1216d1=_0x1216d1-0x136;var _0x505569=_0x22bdf6[_0x1216d1];return _0x505569;},_0x1216(_0x1969fa,_0x289052);}export*from'./user';function _0x22bd(){var _0x52928c=['13270797kKvEbK','10786422OqzJGZ','7837465nOdLFu','103173nhmQjf','14154920wJcvTR','17590nQvKTo','392MQjecs','109IwxUiK','132OPXEGz','179396JvCOgj'];_0x22bd=function(){return _0x52928c;};return _0x22bd();}export*from'./webapi';export*from'./sign';export*from'./system';

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
function _0xfc35(){const _0x5dbc93=['400840LDcQkC','prompt','BAuXV','HttpGetJson','GRWzC',';\x20skey=','miniapp','23584cIggMF','signed_ark','xwBsu','jumpUrl','wpFrQ','7754nJTdqP','https://h5.qzone.qq.com/v2/vip/tx/trpc/ark-share/GenNewSignedArk?g_tk=','title','tag','7810NTYqyf','uin','7971012POGCAz','nZybw','259810JGIVtb','yonqn','GET','replace','preview','88Evvnre','skey','63EMoZDU','p_skey','\x5c/\x5c/','uWJgm','tagIcon','4mWMTqz','dxsHQ','528792yMDwJD','edVFA','AFikB','genBkn','source','tianxuan.imgJumpArk',';\x20p_uin=o',';\x20uin=o','data','sourcelogo','p_skey=','503839nqiwLI','NUGlB','Ndbda'];_0xfc35=function(){return _0x5dbc93;};return _0xfc35();}(function(_0x2eb5ba,_0x55a43d){const _0x5be0b9=_0x4bc1,_0x4c6747=_0x2eb5ba();while(!![]){try{const _0x2d1705=parseInt(_0x5be0b9(0xad))/0x1+-parseInt(_0x5be0b9(0xb9))/0x2*(-parseInt(_0x5be0b9(0x98))/0x3)+parseInt(_0x5be0b9(0x9d))/0x4*(parseInt(_0x5be0b9(0x91))/0x5)+-parseInt(_0x5be0b9(0x9f))/0x6+parseInt(_0x5be0b9(0xaa))/0x7*(-parseInt(_0x5be0b9(0x96))/0x8)+-parseInt(_0x5be0b9(0xbf))/0x9+-parseInt(_0x5be0b9(0xbd))/0xa*(-parseInt(_0x5be0b9(0xb4))/0xb);if(_0x2d1705===_0x55a43d)break;else _0x4c6747['push'](_0x4c6747['shift']());}catch(_0x260370){_0x4c6747['push'](_0x4c6747['shift']());}}}(_0xfc35,0x6c300));function _0x4bc1(_0x4ed444,_0x2ef58e){const _0xfc35ae=_0xfc35();return _0x4bc1=function(_0x4bc1e7,_0x156ee1){_0x4bc1e7=_0x4bc1e7-0x90;let _0x1e5798=_0xfc35ae[_0x4bc1e7];return _0x1e5798;},_0x4bc1(_0x4ed444,_0x2ef58e);}import{logDebug}from'@/common/utils/log';import{NTQQUserApi}from'./user';import{selfInfo}from'../data';import{RequestUtil}from'@/common/utils/request';import{WebApi}from'./webapi';export async function SignMiniApp(_0x8f6b4a){const _0x5e9168=_0x4bc1,_0x3f2867={'BAuXV':'com.tencent.miniapp.lua','Ndbda':_0x5e9168(0xa4),'VkXKz':_0x5e9168(0xb3),'uWJgm':'normal','AFikB':_0x5e9168(0x9a),'NUGlB':function(_0x43ab82,_0xcfd849){return _0x43ab82+_0xcfd849;},'wpFrQ':function(_0x4bb822,_0x46fd09){return _0x4bb822+_0x46fd09;},'Mtjmx':function(_0x88dc84,_0x571558){return _0x88dc84+_0x571558;},'dxsHQ':_0x5e9168(0xa9),'yonqn':_0x5e9168(0xb2),'VDbLA':_0x5e9168(0xa5),'xwBsu':_0x5e9168(0xa6),'nZybw':function(_0x5eb851,_0x3b7e33){return _0x5eb851+_0x3b7e33;},'edVFA':_0x5e9168(0xba),'VGYYO':'&ark=','sGRmg':_0x5e9168(0x93),'kbsfC':function(_0x500a15,_0x54ed58,_0x52939b){return _0x500a15(_0x54ed58,_0x52939b);},'GRWzC':'MiniApp\x20JSON\x20消息生成失败'};let _0x16d176={'app':_0x3f2867[_0x5e9168(0xaf)],'bizsrc':_0x3f2867[_0x5e9168(0xac)],'view':_0x3f2867['VkXKz'],'prompt':_0x8f6b4a[_0x5e9168(0xae)],'config':{'type':_0x3f2867[_0x5e9168(0x9b)],'forward':0x1,'autosize':0x0},'meta':{'miniapp':{'title':_0x8f6b4a[_0x5e9168(0xbb)],'preview':_0x8f6b4a[_0x5e9168(0x95)]['replace'](/\\/g,_0x3f2867[_0x5e9168(0xa1)]),'jumpUrl':_0x8f6b4a[_0x5e9168(0xb7)][_0x5e9168(0x94)](/\\/g,_0x3f2867[_0x5e9168(0xa1)]),'tag':_0x8f6b4a[_0x5e9168(0xbc)],'tagIcon':_0x8f6b4a[_0x5e9168(0x9c)][_0x5e9168(0x94)](/\\/g,_0x5e9168(0x9a)),'source':_0x8f6b4a[_0x5e9168(0xa3)],'sourcelogo':_0x8f6b4a[_0x5e9168(0xa8)]['replace'](/\\/g,_0x5e9168(0x9a))}}};const _0x47ca78=await NTQQUserApi['getSkey']();let _0x3cef92=await NTQQUserApi['getQzoneCookies']();const _0x253d74=WebApi[_0x5e9168(0xa2)](_0x3cef92['p_skey']),_0x8984da=_0x3f2867[_0x5e9168(0xab)](_0x3f2867['wpFrQ'](_0x3f2867['NUGlB'](_0x3f2867[_0x5e9168(0xb8)](_0x3f2867['Mtjmx'](_0x3f2867[_0x5e9168(0x9e)],_0x3cef92[_0x5e9168(0x99)])+_0x3f2867[_0x5e9168(0x92)],_0x3cef92[_0x5e9168(0x97)]),_0x3f2867['VDbLA']),selfInfo[_0x5e9168(0xbe)]),_0x3f2867[_0x5e9168(0xb6)])+selfInfo[_0x5e9168(0xbe)];let _0x5f335f=_0x3f2867['nZybw'](_0x3f2867[_0x5e9168(0xb8)](_0x3f2867[_0x5e9168(0x90)](_0x3f2867[_0x5e9168(0xa0)],_0x253d74),_0x3f2867['VGYYO']),encodeURIComponent(JSON['stringify'](_0x16d176))),_0x3092bf='';try{let _0x442f83=await RequestUtil[_0x5e9168(0xb0)](_0x5f335f,_0x3f2867['sGRmg'],undefined,{'Cookie':_0x8984da});_0x3092bf=_0x442f83[_0x5e9168(0xa7)][_0x5e9168(0xb5)];}catch(_0x4ba607){_0x3f2867['kbsfC'](logDebug,_0x3f2867[_0x5e9168(0xb1)],_0x4ba607);}return _0x3092bf;}
function _0x5e3d(){const _0x425242=['getSkey','com.tencent.miniapp.lua','p_skey','GCwIH','4835835flkUVS','2065738uGbUiY','jumpUrl','ARbfh','tianxuan.imgJumpArk','pYNqY','miniapp','4374856MPkqYg','\x5c/\x5c/','IZRUd','replace','1760019CkIhhd','stringify','yWuwz','prompt','667582uBgKtV','Calyl','oXKHL','sourcelogo','dZCLr','skey','genBkn','gwAPV','lxcMN',';\x20skey=','getQzoneCookies','uin','IbStf','6057849fbIFEQ','p_skey=','HttpGetJson','gIaBb','tag','source',';\x20p_uin=o',';\x20uin=o','cjopf','signed_ark','1265394InGAqs'];_0x5e3d=function(){return _0x425242;};return _0x5e3d();}function _0x20e4(_0xc47d9d,_0x42baea){const _0x5e3d5c=_0x5e3d();return _0x20e4=function(_0x20e428,_0x66ca1){_0x20e428=_0x20e428-0xa7;let _0x5d9c83=_0x5e3d5c[_0x20e428];return _0x5d9c83;},_0x20e4(_0xc47d9d,_0x42baea);}(function(_0x1669f9,_0x477e15){const _0xef7b5a=_0x20e4,_0x513443=_0x1669f9();while(!![]){try{const _0x35aeea=parseInt(_0xef7b5a(0xaa))/0x1+parseInt(_0xef7b5a(0xc7))/0x2+-parseInt(_0xef7b5a(0xd1))/0x3+parseInt(_0xef7b5a(0xcd))/0x4+-parseInt(_0xef7b5a(0xc6))/0x5+parseInt(_0xef7b5a(0xc1))/0x6+-parseInt(_0xef7b5a(0xb7))/0x7;if(_0x35aeea===_0x477e15)break;else _0x513443['push'](_0x513443['shift']());}catch(_0x2e7e6c){_0x513443['push'](_0x513443['shift']());}}}(_0x5e3d,0x8f059));import{logDebug}from'@/common/utils/log';import{NTQQUserApi}from'./user';import{selfInfo}from'../data';import{RequestUtil}from'@/common/utils/request';import{WebApi}from'./webapi';export async function SignMiniApp(_0x20e6b6){const _0x1480cb=_0x20e4,_0x47d20c={'dZCLr':_0x1480cb(0xca),'xduyF':'normal','ARbfh':_0x1480cb(0xce),'IbStf':function(_0x1dea02,_0x1179d6){return _0x1dea02+_0x1179d6;},'lxcMN':function(_0x219f6a,_0x1c9623){return _0x219f6a+_0x1c9623;},'SVczK':function(_0x3589eb,_0x3882bd){return _0x3589eb+_0x3882bd;},'gIaBb':function(_0x3813f8,_0x46e1f8){return _0x3813f8+_0x46e1f8;},'cjopf':_0x1480cb(0xb3),'IZRUd':_0x1480cb(0xbd),'oXKHL':_0x1480cb(0xbe),'yWuwz':function(_0x52f2f6,_0x4b41c5){return _0x52f2f6+_0x4b41c5;},'Calyl':'https://h5.qzone.qq.com/v2/vip/tx/trpc/ark-share/GenNewSignedArk?g_tk=','pYNqY':'&ark=','GCwIH':'GET','Mgnqn':function(_0x6d568c,_0x4c21c1,_0x951c93){return _0x6d568c(_0x4c21c1,_0x951c93);},'gwAPV':'MiniApp\x20JSON\x20消息生成失败'};let _0x31f788={'app':_0x1480cb(0xc3),'bizsrc':_0x47d20c[_0x1480cb(0xae)],'view':_0x1480cb(0xcc),'prompt':_0x20e6b6[_0x1480cb(0xa9)],'config':{'type':_0x47d20c['xduyF'],'forward':0x1,'autosize':0x0},'meta':{'miniapp':{'title':_0x20e6b6['title'],'preview':_0x20e6b6['preview'][_0x1480cb(0xd0)](/\\/g,_0x47d20c[_0x1480cb(0xc9)]),'jumpUrl':_0x20e6b6[_0x1480cb(0xc8)][_0x1480cb(0xd0)](/\\/g,_0x47d20c[_0x1480cb(0xc9)]),'tag':_0x20e6b6[_0x1480cb(0xbb)],'tagIcon':_0x20e6b6['tagIcon']['replace'](/\\/g,_0x1480cb(0xce)),'source':_0x20e6b6[_0x1480cb(0xbc)],'sourcelogo':_0x20e6b6[_0x1480cb(0xad)][_0x1480cb(0xd0)](/\\/g,_0x47d20c[_0x1480cb(0xc9)])}}};const _0x57bd58=await NTQQUserApi[_0x1480cb(0xc2)]();let _0x395ad6=await NTQQUserApi[_0x1480cb(0xb4)]();const _0x3f7de4=WebApi[_0x1480cb(0xb0)](_0x395ad6[_0x1480cb(0xc4)]),_0x2c713b=_0x47d20c['IbStf'](_0x47d20c[_0x1480cb(0xb6)](_0x47d20c[_0x1480cb(0xb6)](_0x47d20c[_0x1480cb(0xb2)](_0x47d20c['SVczK'](_0x47d20c[_0x1480cb(0xb6)](_0x47d20c[_0x1480cb(0xba)](_0x1480cb(0xb8),_0x395ad6[_0x1480cb(0xc4)]),_0x47d20c[_0x1480cb(0xbf)]),_0x395ad6[_0x1480cb(0xaf)]),_0x47d20c[_0x1480cb(0xcf)]),selfInfo[_0x1480cb(0xb5)]),_0x47d20c[_0x1480cb(0xac)]),selfInfo['uin']);let _0x28dd62=_0x47d20c[_0x1480cb(0xb2)](_0x47d20c[_0x1480cb(0xa8)](_0x47d20c[_0x1480cb(0xab)],_0x3f7de4)+_0x47d20c[_0x1480cb(0xcb)],encodeURIComponent(JSON[_0x1480cb(0xa7)](_0x31f788))),_0x4e30b1='';try{let _0xeef550=await RequestUtil[_0x1480cb(0xb9)](_0x28dd62,_0x47d20c[_0x1480cb(0xc5)],undefined,{'Cookie':_0x2c713b});_0x4e30b1=_0xeef550['data'][_0x1480cb(0xc0)];}catch(_0x3bcc3e){_0x47d20c['Mgnqn'](logDebug,_0x47d20c[_0x1480cb(0xb1)],_0x3bcc3e);}return _0x4e30b1;}

View File

@ -1 +1 @@
function _0x4298(_0x1442f8,_0x4ae6f6){var _0x4431ac=_0x4431();return _0x4298=function(_0x4298bb,_0xf78d3b){_0x4298bb=_0x4298bb-0x171;var _0x5cb965=_0x4431ac[_0x4298bb];return _0x5cb965;},_0x4298(_0x1442f8,_0x4ae6f6);}function _0x4431(){var _0x5f13c6=['3JkOwQq','844yQfgPK','wantWinScreenOCR','7bDuzzA','translateEnWordToZn','1597158DjErsG','22090Lrzlor','567rbtsSV','util','session','hasOtherRunningQQProcess','74564dfAreA','1286241VCXoCW','128202bLomWy','3125GMTZfZ','1241544ffcDdb','getNodeMiscService'];_0x4431=function(){return _0x5f13c6;};return _0x4431();}var _0xb712ca=_0x4298;(function(_0x3b5575,_0x455b27){var _0xb69683=_0x4298,_0x449e7c=_0x3b5575();while(!![]){try{var _0x5f2194=parseInt(_0xb69683(0x17e))/0x1+parseInt(_0xb69683(0x17c))/0x2*(parseInt(_0xb69683(0x171))/0x3)+-parseInt(_0xb69683(0x172))/0x4*(-parseInt(_0xb69683(0x17f))/0x5)+parseInt(_0xb69683(0x176))/0x6*(parseInt(_0xb69683(0x174))/0x7)+-parseInt(_0xb69683(0x180))/0x8+-parseInt(_0xb69683(0x178))/0x9*(parseInt(_0xb69683(0x177))/0xa)+-parseInt(_0xb69683(0x17d))/0xb;if(_0x5f2194===_0x455b27)break;else _0x449e7c['push'](_0x449e7c['shift']());}catch(_0x5028ed){_0x449e7c['push'](_0x449e7c['shift']());}}}(_0x4431,0x252c5));import{napCatCore}from'@/core';export class NTQQSystemApi{static async[_0xb712ca(0x17b)](){var _0x1608c3=_0xb712ca;return napCatCore[_0x1608c3(0x179)][_0x1608c3(0x17b)]();}static async['ORCImage'](_0x51e7da){var _0x1818fb=_0xb712ca;return napCatCore[_0x1818fb(0x17a)][_0x1818fb(0x181)]()[_0x1818fb(0x173)](_0x51e7da);}static async['translateEnWordToZn'](_0x305785){var _0x5686af=_0xb712ca;return napCatCore[_0x5686af(0x17a)]['getRichMediaService']()[_0x5686af(0x175)](_0x305785);}}
var _0x71add8=_0x7ad0;function _0x7ad0(_0x1699b9,_0x418445){var _0x1d38a1=_0x1d38();return _0x7ad0=function(_0x7ad007,_0x51bec8){_0x7ad007=_0x7ad007-0x7a;var _0x653a=_0x1d38a1[_0x7ad007];return _0x653a;},_0x7ad0(_0x1699b9,_0x418445);}function _0x1d38(){var _0x2a3b0c=['4521ZSSmOm','410yaDFoQ','wantWinScreenOCR','10970fXCcIM','hasOtherRunningQQProcess','session','2LSBLjn','util','115458grcBcR','20280vFysgi','738915uzUdyi','1494788PFmzZv','getRichMediaService','296475kTBvHL','40110rIfcaK','117YXAJbd','translateEnWordToZn'];_0x1d38=function(){return _0x2a3b0c;};return _0x1d38();}(function(_0x548d2f,_0x24971d){var _0x2f4103=_0x7ad0,_0x300cb9=_0x548d2f();while(!![]){try{var _0x5dbb58=-parseInt(_0x2f4103(0x84))/0x1*(-parseInt(_0x2f4103(0x7d))/0x2)+parseInt(_0x2f4103(0x81))/0x3+-parseInt(_0x2f4103(0x82))/0x4+-parseInt(_0x2f4103(0x89))/0x5*(-parseInt(_0x2f4103(0x85))/0x6)+-parseInt(_0x2f4103(0x7f))/0x7+-parseInt(_0x2f4103(0x80))/0x8*(-parseInt(_0x2f4103(0x86))/0x9)+-parseInt(_0x2f4103(0x7a))/0xa*(parseInt(_0x2f4103(0x88))/0xb);if(_0x5dbb58===_0x24971d)break;else _0x300cb9['push'](_0x300cb9['shift']());}catch(_0x5530e8){_0x300cb9['push'](_0x300cb9['shift']());}}}(_0x1d38,0x450df));import{napCatCore}from'@/core';export class NTQQSystemApi{static async[_0x71add8(0x7b)](){var _0x26e9ac=_0x71add8;return napCatCore[_0x26e9ac(0x7e)][_0x26e9ac(0x7b)]();}static async['ORCImage'](_0x2e1e5d){var _0xed1a95=_0x71add8;return napCatCore[_0xed1a95(0x7c)]['getNodeMiscService']()[_0xed1a95(0x8a)](_0x2e1e5d);}static async[_0x71add8(0x87)](_0x4342f3){var _0x433e52=_0x71add8;return napCatCore[_0x433e52(0x7c)][_0x433e52(0x83)]()[_0x433e52(0x87)](_0x4342f3);}}

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 @@
const _0x5a7240=_0x51b3;(function(_0x4647bd,_0x4c01bf){const _0x2fbd66=_0x51b3,_0x16c38d=_0x4647bd();while(!![]){try{const _0x5c531f=parseInt(_0x2fbd66(0x1a6))/0x1+parseInt(_0x2fbd66(0x1ab))/0x2+parseInt(_0x2fbd66(0x1a9))/0x3+parseInt(_0x2fbd66(0x1a7))/0x4*(-parseInt(_0x2fbd66(0x1b5))/0x5)+-parseInt(_0x2fbd66(0x1b0))/0x6+parseInt(_0x2fbd66(0x1a1))/0x7+parseInt(_0x2fbd66(0x1a3))/0x8;if(_0x5c531f===_0x4c01bf)break;else _0x16c38d['push'](_0x16c38d['shift']());}catch(_0x515d2c){_0x16c38d['push'](_0x16c38d['shift']());}}}(_0x4dd9,0x748c4));function _0x51b3(_0x3ac803,_0x15cfb2){const _0x4dd93c=_0x4dd9();return _0x51b3=function(_0x51b3be,_0x352779){_0x51b3be=_0x51b3be-0x1a1;let _0x437190=_0x4dd93c[_0x51b3be];return _0x437190;},_0x51b3(_0x3ac803,_0x15cfb2);}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()};export const selfInfo={'uid':'','uin':'','nick':'','online':!![]};export const groups=new Map();export function deleteGroup(_0x34438d){const _0x47cc56=_0x51b3;groups[_0x47cc56(0x1af)](_0x34438d),groupMembers[_0x47cc56(0x1af)](_0x34438d);}export const groupMembers=new Map();export const friends=new Map();export const friendRequests={};export const groupNotifies={};export const napCatError={'ffmpegError':'','httpServerError':'','wsServerError':'','otherError':_0x5a7240(0x1b6)};export async function getFriend(_0x2a5deb){const _0x300792=_0x5a7240,_0x5db21c={'vnSDZ':function(_0x5da41b,_0x24c3ce){return _0x5da41b(_0x24c3ce);}};_0x2a5deb=_0x2a5deb[_0x300792(0x1a4)]();if(_0x5db21c[_0x300792(0x1ae)](isNumeric,_0x2a5deb)){const _0x281347=Array[_0x300792(0x1b1)](friends[_0x300792(0x1b7)]());return _0x281347[_0x300792(0x1aa)](_0x5bf3a5=>_0x5bf3a5['uin']===_0x2a5deb);}else return friends['get'](_0x2a5deb);}export async function getGroup(_0x6254c2){const _0x3924fb=_0x5a7240;let _0x37a2e4=groups[_0x3924fb(0x1b8)](_0x6254c2[_0x3924fb(0x1a4)]());if(!_0x37a2e4)try{const _0x211919=await NTQQGroupApi[_0x3924fb(0x1ac)]();_0x211919[_0x3924fb(0x1b2)]&&_0x211919[_0x3924fb(0x1a5)](_0x34507f=>{groups['set'](_0x34507f['groupCode'],_0x34507f);});}catch(_0x5ec01b){return undefined;}return _0x37a2e4=groups[_0x3924fb(0x1b8)](_0x6254c2[_0x3924fb(0x1a4)]()),_0x37a2e4;}export async function getGroupMember(_0x5af437,_0x34421a){const _0x406e10=_0x5a7240,_0x33ee8e={'ckPWT':function(_0x4f0524){return _0x4f0524();}};_0x5af437=_0x5af437['toString'](),_0x34421a=_0x34421a[_0x406e10(0x1a4)]();let _0x2343f3=groupMembers[_0x406e10(0x1b8)](_0x5af437);if(!_0x2343f3)try{_0x2343f3=await NTQQGroupApi['getGroupMembers'](_0x5af437),groupMembers[_0x406e10(0x1b3)](_0x5af437,_0x2343f3);}catch(_0x121ae7){return null;}const _0x47c921=()=>{const _0x205449=_0x406e10;let _0x5059be=undefined;return isNumeric(_0x34421a)?_0x5059be=Array[_0x205449(0x1b1)](_0x2343f3[_0x205449(0x1b7)]())[_0x205449(0x1aa)](_0x3885cf=>_0x3885cf[_0x205449(0x1ad)]===_0x34421a):_0x5059be=_0x2343f3[_0x205449(0x1b8)](_0x34421a),_0x5059be;};let _0x1752f2=_0x33ee8e[_0x406e10(0x1b4)](_0x47c921);return!_0x1752f2&&(_0x2343f3=await NTQQGroupApi[_0x406e10(0x1a8)](_0x5af437),_0x1752f2=_0x33ee8e['ckPWT'](_0x47c921)),_0x1752f2;}function _0x4dd9(){const _0x399c6b=['get','404740AAtwFZ','dtlbc','7134328pyOICn','toString','forEach','879322KRcTsm','4jXpWTk','getGroupMembers','113961UFMUwd','find','171446bHWEpY','getGroups','uin','vnSDZ','delete','3649968WuqEwi','from','length','set','ckPWT','4334675FDLtAm','NapCat未能正常启动请检查日志查看错误','values'];_0x4dd9=function(){return _0x399c6b;};return _0x4dd9();}export const uid2UinMap={};export function getUidByUin(_0x18fab2){const _0x5e5520=_0x5a7240,_0x4dd997={'dtlbc':function(_0x1b007d,_0x481edc){return _0x1b007d===_0x481edc;}};for(const _0xffb0b6 in uid2UinMap){if(_0x4dd997[_0x5e5520(0x1a2)](uid2UinMap[_0xffb0b6],_0x18fab2))return _0xffb0b6;}}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};
(function(_0xc5677f,_0x239413){const _0x131df=_0x4292,_0x3e4f29=_0xc5677f();while(!![]){try{const _0x2adcf9=-parseInt(_0x131df(0x1ed))/0x1*(parseInt(_0x131df(0x1f1))/0x2)+-parseInt(_0x131df(0x1f7))/0x3*(-parseInt(_0x131df(0x1fb))/0x4)+-parseInt(_0x131df(0x1f8))/0x5*(parseInt(_0x131df(0x1f5))/0x6)+-parseInt(_0x131df(0x1ef))/0x7*(-parseInt(_0x131df(0x1f9))/0x8)+parseInt(_0x131df(0x1f3))/0x9+-parseInt(_0x131df(0x1ea))/0xa*(-parseInt(_0x131df(0x1f6))/0xb)+-parseInt(_0x131df(0x1fa))/0xc;if(_0x2adcf9===_0x239413)break;else _0x3e4f29['push'](_0x3e4f29['shift']());}catch(_0x57c873){_0x3e4f29['push'](_0x3e4f29['shift']());}}}(_0x29f6,0x70d59));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()};function _0x29f6(){const _0x1e7b3c=['nUzdq','168489rhmQhl','get','6uViSTH','469524Lzfvvr','6JVGzoJ','3529730ZaQRca','136LzMznM','11204292RlpuUU','1020932UjBVCb','values','groupCode','forEach','delete','set','160uHdVqg','find','toString','87uPtfFI','uin','377048yosdGU','from','598xrVlzW'];_0x29f6=function(){return _0x1e7b3c;};return _0x29f6();}export const WebGroupData={'GroupData':new Map(),'GroupTime':new Map()};export const selfInfo={'uid':'','uin':'','nick':'','online':!![]};function _0x4292(_0x1590ba,_0x55be2b){const _0x29f68b=_0x29f6();return _0x4292=function(_0x4292a9,_0x85a01c){_0x4292a9=_0x4292a9-0x1e6;let _0x14572e=_0x29f68b[_0x4292a9];return _0x14572e;},_0x4292(_0x1590ba,_0x55be2b);}export const groups=new Map();export function deleteGroup(_0x4e9a07){const _0x2e2016=_0x4292;groups[_0x2e2016(0x1e8)](_0x4e9a07),groupMembers[_0x2e2016(0x1e8)](_0x4e9a07);}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(_0x17d684){const _0x248191=_0x4292,_0x321294={'zrqqI':function(_0xa833aa,_0x52b7a0){return _0xa833aa(_0x52b7a0);}};_0x17d684=_0x17d684[_0x248191(0x1ec)]();if(_0x321294['zrqqI'](isNumeric,_0x17d684)){const _0x2f9827=Array[_0x248191(0x1f0)](friends[_0x248191(0x1fc)]());return _0x2f9827[_0x248191(0x1eb)](_0x126b64=>_0x126b64[_0x248191(0x1ee)]===_0x17d684);}else return friends[_0x248191(0x1f4)](_0x17d684);}export async function getGroup(_0x2e9e96){const _0x5a37f4=_0x4292;let _0x31a74c=groups['get'](_0x2e9e96[_0x5a37f4(0x1ec)]());if(!_0x31a74c)try{const _0x18fb36=await NTQQGroupApi['getGroups']();_0x18fb36['length']&&_0x18fb36[_0x5a37f4(0x1e7)](_0xd9d1d6=>{const _0x4d9e02=_0x5a37f4;groups['set'](_0xd9d1d6[_0x4d9e02(0x1e6)],_0xd9d1d6);});}catch(_0x455142){return undefined;}return _0x31a74c=groups[_0x5a37f4(0x1f4)](_0x2e9e96[_0x5a37f4(0x1ec)]()),_0x31a74c;}export async function getGroupMember(_0x57fecc,_0x5d26c8){const _0x8ea8dc=_0x4292,_0x3f2965={'lsmOc':function(_0x4e05e5,_0x4c3d56){return _0x4e05e5(_0x4c3d56);},'nUzdq':function(_0x333cd6){return _0x333cd6();}};_0x57fecc=_0x57fecc[_0x8ea8dc(0x1ec)](),_0x5d26c8=_0x5d26c8[_0x8ea8dc(0x1ec)]();let _0x54b10b=groupMembers[_0x8ea8dc(0x1f4)](_0x57fecc);if(!_0x54b10b)try{_0x54b10b=await NTQQGroupApi['getGroupMembers'](_0x57fecc),groupMembers[_0x8ea8dc(0x1e9)](_0x57fecc,_0x54b10b);}catch(_0xa8fb9a){return null;}const _0x427426=()=>{const _0x1c60a7=_0x8ea8dc;let _0x5e719c=undefined;return _0x3f2965['lsmOc'](isNumeric,_0x5d26c8)?_0x5e719c=Array[_0x1c60a7(0x1f0)](_0x54b10b[_0x1c60a7(0x1fc)]())[_0x1c60a7(0x1eb)](_0x997dc8=>_0x997dc8[_0x1c60a7(0x1ee)]===_0x5d26c8):_0x5e719c=_0x54b10b[_0x1c60a7(0x1f4)](_0x5d26c8),_0x5e719c;};let _0x156855=_0x427426();return!_0x156855&&(_0x54b10b=await NTQQGroupApi['getGroupMembers'](_0x57fecc),_0x156855=_0x3f2965[_0x8ea8dc(0x1f2)](_0x427426)),_0x156855;}export const uid2UinMap={};export function getUidByUin(_0x14c70a){const _0x3fc117={'QXKpg':function(_0x4fee3e,_0x5ad590){return _0x4fee3e===_0x5ad590;}};for(const _0x3a2271 in uid2UinMap){if(_0x3fc117['QXKpg'](uid2UinMap[_0x3a2271],_0x14c70a))return _0x3a2271;}}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 _0x3255(){var _0xbd652=['374667rlVvhJ','12yljTEB','311495ftKelm','1157172dZghAt','1|3|4|2|0','70212BLalJv','split','OzTVj','snBtI','bsHkF','18mtqfOj','DOCUMENT','uGAwM','1356285yzcrOi','360872PAvkxF','RDYKX','560130nrBiQS'];_0x3255=function(){return _0xbd652;};return _0x3255();}function _0x1809(_0x21af16,_0xf79f86){var _0x3255a2=_0x3255();return _0x1809=function(_0x1809b4,_0x32c035){_0x1809b4=_0x1809b4-0xf7;var _0x4bcca4=_0x3255a2[_0x1809b4];return _0x4bcca4;},_0x1809(_0x21af16,_0xf79f86);}(function(_0x57cec8,_0x3c84fd){var _0x5e0347=_0x1809,_0x59cc79=_0x57cec8();while(!![]){try{var _0x4791ed=-parseInt(_0x5e0347(0xfe))/0x1+parseInt(_0x5e0347(0xf8))/0x2+-parseInt(_0x5e0347(0xf9))/0x3+parseInt(_0x5e0347(0xfa))/0x4*(parseInt(_0x5e0347(0xfb))/0x5)+-parseInt(_0x5e0347(0xfc))/0x6+parseInt(_0x5e0347(0x106))/0x7+-parseInt(_0x5e0347(0x107))/0x8*(parseInt(_0x5e0347(0x103))/0x9);if(_0x4791ed===_0x3c84fd)break;else _0x59cc79['push'](_0x59cc79['shift']());}catch(_0x42d78d){_0x59cc79['push'](_0x59cc79['shift']());}}}(_0x3255,0x2c908));;export var CacheFileType;(function(_0xfe7494){var _0x8ccabf=_0x1809,_0x1cd349={'bsHkF':_0x8ccabf(0xfd),'OzTVj':'OTHER','jEuOP':'IMAGE','snBtI':_0x8ccabf(0x104),'RDYKX':'VIDEO','uGAwM':'AUDIO'},_0x3601b0=_0x1cd349[_0x8ccabf(0x102)][_0x8ccabf(0xff)]('|'),_0x231274=0x0;while(!![]){switch(_0x3601b0[_0x231274++]){case'0':_0xfe7494[_0xfe7494[_0x1cd349[_0x8ccabf(0x100)]]=0x4]=_0x1cd349['OzTVj'];continue;case'1':_0xfe7494[_0xfe7494[_0x1cd349['jEuOP']]=0x0]=_0x1cd349['jEuOP'];continue;case'2':_0xfe7494[_0xfe7494[_0x1cd349[_0x8ccabf(0x101)]]=0x3]=_0x8ccabf(0x104);continue;case'3':_0xfe7494[_0xfe7494[_0x1cd349[_0x8ccabf(0xf7)]]=0x1]=_0x1cd349[_0x8ccabf(0xf7)];continue;case'4':_0xfe7494[_0xfe7494[_0x1cd349[_0x8ccabf(0x105)]]=0x2]=_0x1cd349[_0x8ccabf(0x105)];continue;}break;}}(CacheFileType||(CacheFileType={})));
(function(_0x51d036,_0x293edc){var _0x44684d=_0x22ea,_0x7bca73=_0x51d036();while(!![]){try{var _0x3cc756=parseInt(_0x44684d(0x1d7))/0x1+-parseInt(_0x44684d(0x1e0))/0x2+parseInt(_0x44684d(0x1e1))/0x3+-parseInt(_0x44684d(0x1dc))/0x4+parseInt(_0x44684d(0x1d9))/0x5*(parseInt(_0x44684d(0x1e5))/0x6)+parseInt(_0x44684d(0x1df))/0x7*(-parseInt(_0x44684d(0x1e4))/0x8)+-parseInt(_0x44684d(0x1db))/0x9*(-parseInt(_0x44684d(0x1dd))/0xa);if(_0x3cc756===_0x293edc)break;else _0x7bca73['push'](_0x7bca73['shift']());}catch(_0x2d748c){_0x7bca73['push'](_0x7bca73['shift']());}}}(_0x50da,0xc1dc1));function _0x22ea(_0x39f7ae,_0x5e5df8){var _0x50da22=_0x50da();return _0x22ea=function(_0x22eae4,_0xb4929d){_0x22eae4=_0x22eae4-0x1d6;var _0x195ff3=_0x50da22[_0x22eae4];return _0x195ff3;},_0x22ea(_0x39f7ae,_0x5e5df8);};function _0x50da(){var _0x509edb=['DOCUMENT','23797269otKIpx','4277096wEZtUM','10oRtrTG','ZfmIB','7LzhPCf','2621696SIbHpb','3617133jsHbjf','xSZTX','AUDIO','10838944pwUGJB','30OQgjtB','WAwRB','507222krHzXe','VIDEO','171965tAzfpp'];_0x50da=function(){return _0x509edb;};return _0x50da();}export var CacheFileType;(function(_0x2fe517){var _0x385c05=_0x22ea,_0x14b206={'ZfmIB':'IMAGE','xSZTX':_0x385c05(0x1d8),'WAwRB':_0x385c05(0x1e3),'uQkqT':_0x385c05(0x1da),'LigZk':'OTHER'};_0x2fe517[_0x2fe517[_0x14b206['ZfmIB']]=0x0]=_0x14b206[_0x385c05(0x1de)],_0x2fe517[_0x2fe517[_0x14b206[_0x385c05(0x1e2)]]=0x1]=_0x14b206[_0x385c05(0x1e2)],_0x2fe517[_0x2fe517[_0x14b206['WAwRB']]=0x2]=_0x14b206[_0x385c05(0x1d6)],_0x2fe517[_0x2fe517[_0x14b206['uQkqT']]=0x3]=_0x14b206['uQkqT'],_0x2fe517[_0x2fe517[_0x14b206['LigZk']]=0x4]=_0x14b206['LigZk'];}(CacheFileType||(CacheFileType={})));

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
(function(_0x16bb00,_0x529479){var _0x58acd3=_0x1f52,_0x83850c=_0x16bb00();while(!![]){try{var _0x4dba7e=parseInt(_0x58acd3(0x9d))/0x1*(parseInt(_0x58acd3(0xa1))/0x2)+parseInt(_0x58acd3(0xa0))/0x3+parseInt(_0x58acd3(0xa3))/0x4+parseInt(_0x58acd3(0x9f))/0x5*(-parseInt(_0x58acd3(0xa7))/0x6)+parseInt(_0x58acd3(0xa4))/0x7*(-parseInt(_0x58acd3(0xa9))/0x8)+-parseInt(_0x58acd3(0xa6))/0x9*(-parseInt(_0x58acd3(0xa2))/0xa)+-parseInt(_0x58acd3(0xa8))/0xb;if(_0x4dba7e===_0x529479)break;else _0x83850c['push'](_0x83850c['shift']());}catch(_0x1fff63){_0x83850c['push'](_0x83850c['shift']());}}}(_0x1b00,0x34834));function _0x1b00(){var _0x10442f=['5504mcwaus','80630UmgXPd','1604756KCBrYF','18529JSUqSe','owner','297HsTJAf','18eDuHWE','7734155TEIoGK','824NBPxaQ','admin','138jwsjMm','zkguU','192185bTvtCe','777315oARlcQ'];_0x1b00=function(){return _0x10442f;};return _0x1b00();}function _0x1f52(_0x4df769,_0x56ba16){var _0x1b0022=_0x1b00();return _0x1f52=function(_0x1f528c,_0x50aa52){_0x1f528c=_0x1f528c-0x9c;var _0x4b787f=_0x1b0022[_0x1f528c];return _0x4b787f;},_0x1f52(_0x4df769,_0x56ba16);}export var GroupMemberRole;(function(_0x1e5125){var _0x1b0d48=_0x1f52,_0x1a252a={'zkguU':'normal'};_0x1e5125[_0x1e5125[_0x1a252a[_0x1b0d48(0x9e)]]=0x2]=_0x1a252a[_0x1b0d48(0x9e)],_0x1e5125[_0x1e5125[_0x1b0d48(0x9c)]=0x3]=_0x1b0d48(0x9c),_0x1e5125[_0x1e5125[_0x1b0d48(0xa5)]=0x4]='owner';}(GroupMemberRole||(GroupMemberRole={})));
(function(_0x5e58f1,_0x301276){var _0x1fe501=_0x2b6a,_0x4a0ddb=_0x5e58f1();while(!![]){try{var _0x4779fc=-parseInt(_0x1fe501(0x17c))/0x1*(parseInt(_0x1fe501(0x17d))/0x2)+parseInt(_0x1fe501(0x181))/0x3+-parseInt(_0x1fe501(0x187))/0x4*(-parseInt(_0x1fe501(0x182))/0x5)+-parseInt(_0x1fe501(0x17b))/0x6+-parseInt(_0x1fe501(0x17a))/0x7*(-parseInt(_0x1fe501(0x17f))/0x8)+parseInt(_0x1fe501(0x185))/0x9+-parseInt(_0x1fe501(0x17e))/0xa*(-parseInt(_0x1fe501(0x184))/0xb);if(_0x4779fc===_0x301276)break;else _0x4a0ddb['push'](_0x4a0ddb['shift']());}catch(_0x2d4848){_0x4a0ddb['push'](_0x4a0ddb['shift']());}}}(_0x43ff,0x19aae));function _0x2b6a(_0x49e240,_0x4b7113){var _0x43ff78=_0x43ff();return _0x2b6a=function(_0x2b6a86,_0x5eabc9){_0x2b6a86=_0x2b6a86-0x17a;var _0x36ba6d=_0x43ff78[_0x2b6a86];return _0x36ba6d;},_0x2b6a(_0x49e240,_0x4b7113);}export var GroupMemberRole;function _0x43ff(){var _0x1524fa=['2gmIxOu','317230gWUpOp','560GCGiPt','TpkTA','538095rIsZMI','1045Rjhkly','kqrJj','11ZlRdZU','1552869EvVbFU','normal','604WlMrVk','owner','2569ETHJdk','1138578aSfpbd','145981xqntwI'];_0x43ff=function(){return _0x1524fa;};return _0x43ff();}(function(_0xbf370f){var _0x35bb7e=_0x2b6a,_0x147c8e={'kqrJj':_0x35bb7e(0x186),'KTsHE':'admin','TpkTA':_0x35bb7e(0x188)};_0xbf370f[_0xbf370f[_0x35bb7e(0x186)]=0x2]=_0x147c8e[_0x35bb7e(0x183)],_0xbf370f[_0xbf370f[_0x147c8e['KTsHE']]=0x3]='admin',_0xbf370f[_0xbf370f[_0x147c8e[_0x35bb7e(0x180)]]=0x4]=_0x147c8e[_0x35bb7e(0x180)];}(GroupMemberRole||(GroupMemberRole={})));

View File

@ -1 +1 @@
(function(_0x5f2ac8,_0x5d8d8e){var _0x3101c7=_0x327f,_0x32caa2=_0x5f2ac8();while(!![]){try{var _0x64bad=-parseInt(_0x3101c7(0xd4))/0x1+-parseInt(_0x3101c7(0xd6))/0x2*(-parseInt(_0x3101c7(0xd9))/0x3)+-parseInt(_0x3101c7(0xd7))/0x4+-parseInt(_0x3101c7(0xdd))/0x5+parseInt(_0x3101c7(0xd5))/0x6*(parseInt(_0x3101c7(0xdb))/0x7)+parseInt(_0x3101c7(0xda))/0x8*(parseInt(_0x3101c7(0xd8))/0x9)+parseInt(_0x3101c7(0xdc))/0xa*(parseInt(_0x3101c7(0xd3))/0xb);if(_0x64bad===_0x5d8d8e)break;else _0x32caa2['push'](_0x32caa2['shift']());}catch(_0x5d86a2){_0x32caa2['push'](_0x32caa2['shift']());}}}(_0x41cc,0xe0441));function _0x327f(_0x2fda65,_0xe35b27){var _0x41cc30=_0x41cc();return _0x327f=function(_0x327f3e,_0x394bc0){_0x327f3e=_0x327f3e-0xd3;var _0x46f144=_0x41cc30[_0x327f3e];return _0x46f144;},_0x327f(_0x2fda65,_0xe35b27);}export*from'./user';export*from'./group';export*from'./msg';export*from'./notify';export*from'./cache';function _0x41cc(){var _0x547364=['9gIQHEG','3jGVPvE','5733248CfUkZQ','21KJSNsi','337670uhljqk','9048010kQWmuz','979EGshqq','1365686vkzant','844770HRAWuN','1588778jkhksC','3379248sBULpx'];_0x41cc=function(){return _0x547364;};return _0x41cc();}export*from'./constructor';
(function(_0x10f32c,_0x2e9f3c){var _0x45c571=_0x1933,_0x47b273=_0x10f32c();while(!![]){try{var _0x4ea979=parseInt(_0x45c571(0x17e))/0x1*(parseInt(_0x45c571(0x184))/0x2)+-parseInt(_0x45c571(0x180))/0x3*(parseInt(_0x45c571(0x17a))/0x4)+parseInt(_0x45c571(0x17f))/0x5*(-parseInt(_0x45c571(0x182))/0x6)+parseInt(_0x45c571(0x181))/0x7*(parseInt(_0x45c571(0x185))/0x8)+parseInt(_0x45c571(0x179))/0x9+-parseInt(_0x45c571(0x183))/0xa*(parseInt(_0x45c571(0x17b))/0xb)+parseInt(_0x45c571(0x17c))/0xc*(parseInt(_0x45c571(0x17d))/0xd);if(_0x4ea979===_0x2e9f3c)break;else _0x47b273['push'](_0x47b273['shift']());}catch(_0x30ca12){_0x47b273['push'](_0x47b273['shift']());}}}(_0x2325,0xea61e));function _0x2325(){var _0xfe0dad=['5BmhxND','345297vypbQL','126XkzKyH','9531858YXfFXm','94210SKGnwD','18sfNwaH','584600dHoHMZ','4209066qqXtCk','4MKWrsL','1023YfpXfE','19162788lXKFyG','13SAGRDz','17778UtmykQ'];_0x2325=function(){return _0xfe0dad;};return _0x2325();}export*from'./user';function _0x1933(_0x41d690,_0x3684fa){var _0x23256b=_0x2325();return _0x1933=function(_0x193390,_0x3ed18a){_0x193390=_0x193390-0x179;var _0x54d199=_0x23256b[_0x193390];return _0x54d199;},_0x1933(_0x41d690,_0x3684fa);}export*from'./group';export*from'./msg';export*from'./notify';export*from'./cache';export*from'./constructor';

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
(function(_0xb61317,_0x270df9){var _0x350d7d=_0x1b82,_0x2c1cb2=_0xb61317();while(!![]){try{var _0x194b80=parseInt(_0x350d7d(0x174))/0x1+-parseInt(_0x350d7d(0x16f))/0x2*(-parseInt(_0x350d7d(0x160))/0x3)+-parseInt(_0x350d7d(0x173))/0x4+-parseInt(_0x350d7d(0x15f))/0x5*(-parseInt(_0x350d7d(0x180))/0x6)+parseInt(_0x350d7d(0x183))/0x7*(parseInt(_0x350d7d(0x17b))/0x8)+-parseInt(_0x350d7d(0x176))/0x9*(parseInt(_0x350d7d(0x184))/0xa)+parseInt(_0x350d7d(0x175))/0xb;if(_0x194b80===_0x270df9)break;else _0x2c1cb2['push'](_0x2c1cb2['shift']());}catch(_0x1009f7){_0x2c1cb2['push'](_0x2c1cb2['shift']());}}}(_0x89dd,0xca22e));function _0x89dd(){var _0x57d508=['APPROVE','2010jFZTzR','BeElz','INVITE_ME','2149bfzEOX','730TZfHBi','1020slbJcN','362301cPXxAV','WAIT_HANDLE','ADMIN_UNSET','sMpYt','ADMIN_SET','split','bgOnP','ADMIN_UNSET_OTHER','6|1|4|0|5|2|7|3','iyMPa','hGoXN','NNALF','INVITED_JOIN','FBDOz','JOIN_REQUEST','2eStTxF','MEMBER_EXIT','QQMNX','approve','3947852BoqHWw','761072uLwvgM','6695612SRMfhu','119187owsdVq','IGNORE','jEdEh','cRrVb','reject','31864azdUYY','kSeDb','KICK_MEMBER','gvXqx'];_0x89dd=function(){return _0x57d508;};return _0x89dd();}export var GroupNotifyTypes;function _0x1b82(_0x1cafcc,_0x7ae8cf){var _0x89dd7f=_0x89dd();return _0x1b82=function(_0x1b82d6,_0x38cf55){_0x1b82d6=_0x1b82d6-0x15f;var _0x5b000b=_0x89dd7f[_0x1b82d6];return _0x5b000b;},_0x1b82(_0x1cafcc,_0x7ae8cf);}(function(_0x284136){var _0x9534f8=_0x1b82,_0x5d3de2={'FBDOz':_0x9534f8(0x168),'gvXqx':_0x9534f8(0x164),'jEdEh':_0x9534f8(0x16c),'NNALF':_0x9534f8(0x170),'cRrVb':_0x9534f8(0x16e),'hGoXN':_0x9534f8(0x17d),'QQMNX':_0x9534f8(0x182),'sMpYt':_0x9534f8(0x162)},_0x32da35=_0x5d3de2[_0x9534f8(0x16d)][_0x9534f8(0x165)]('|'),_0x4900e4=0x0;while(!![]){switch(_0x32da35[_0x4900e4++]){case'0':_0x284136[_0x284136[_0x5d3de2[_0x9534f8(0x17e)]]=0x8]=_0x5d3de2[_0x9534f8(0x17e)];continue;case'1':_0x284136[_0x284136[_0x5d3de2[_0x9534f8(0x178)]]=0x4]=_0x5d3de2['jEdEh'];continue;case'2':_0x284136[_0x284136[_0x5d3de2[_0x9534f8(0x16b)]]=0xb]=_0x5d3de2[_0x9534f8(0x16b)];continue;case'3':_0x284136[_0x284136[_0x9534f8(0x167)]=0xd]='ADMIN_UNSET_OTHER';continue;case'4':_0x284136[_0x284136[_0x5d3de2[_0x9534f8(0x179)]]=0x7]=_0x5d3de2[_0x9534f8(0x179)];continue;case'5':_0x284136[_0x284136['KICK_MEMBER']=0x9]=_0x5d3de2[_0x9534f8(0x16a)];continue;case'6':_0x284136[_0x284136[_0x5d3de2[_0x9534f8(0x171)]]=0x1]=_0x5d3de2[_0x9534f8(0x171)];continue;case'7':_0x284136[_0x284136[_0x5d3de2[_0x9534f8(0x163)]]=0xc]=_0x5d3de2['sMpYt'];continue;}break;}}(GroupNotifyTypes||(GroupNotifyTypes={})));export var GroupNotifyStatus;(function(_0xc13542){var _0xfa5986=_0x1b82,_0x1113f8={'iyMPa':_0xfa5986(0x177),'BeElz':_0xfa5986(0x161),'bgOnP':_0xfa5986(0x17f),'nespP':'REJECT'};_0xc13542[_0xc13542[_0x1113f8[_0xfa5986(0x169)]]=0x0]=_0x1113f8[_0xfa5986(0x169)],_0xc13542[_0xc13542[_0x1113f8[_0xfa5986(0x181)]]=0x1]=_0x1113f8[_0xfa5986(0x181)],_0xc13542[_0xc13542[_0x1113f8['bgOnP']]=0x2]=_0x1113f8[_0xfa5986(0x166)],_0xc13542[_0xc13542[_0x1113f8['nespP']]=0x3]=_0x1113f8['nespP'];}(GroupNotifyStatus||(GroupNotifyStatus={})));export var GroupRequestOperateTypes;(function(_0x1da031){var _0x355448=_0x1b82,_0x556423={'kSeDb':_0x355448(0x172),'PIysw':_0x355448(0x17a)};_0x1da031[_0x1da031[_0x355448(0x172)]=0x1]=_0x556423[_0x355448(0x17c)],_0x1da031[_0x1da031[_0x556423['PIysw']]=0x2]=_0x355448(0x17a);}(GroupRequestOperateTypes||(GroupRequestOperateTypes={})));
(function(_0x3f80e2,_0x1fd9fa){var _0x4db2c2=_0x2568,_0x26b5a8=_0x3f80e2();while(!![]){try{var _0x1d050f=parseInt(_0x4db2c2(0x10a))/0x1*(parseInt(_0x4db2c2(0x11a))/0x2)+-parseInt(_0x4db2c2(0x105))/0x3+-parseInt(_0x4db2c2(0xf8))/0x4+-parseInt(_0x4db2c2(0x103))/0x5*(-parseInt(_0x4db2c2(0x101))/0x6)+-parseInt(_0x4db2c2(0x116))/0x7*(-parseInt(_0x4db2c2(0x117))/0x8)+parseInt(_0x4db2c2(0x107))/0x9*(-parseInt(_0x4db2c2(0xff))/0xa)+-parseInt(_0x4db2c2(0xf7))/0xb*(-parseInt(_0x4db2c2(0x108))/0xc);if(_0x1d050f===_0x1fd9fa)break;else _0x26b5a8['push'](_0x26b5a8['shift']());}catch(_0x334d60){_0x26b5a8['push'](_0x26b5a8['shift']());}}}(_0x5e19,0xad09a));export var GroupNotifyTypes;(function(_0x2daa8f){var _0x256526=_0x2568,_0x41fd14={'qzGYV':_0x256526(0x111),'DSsPo':_0x256526(0xfa),'IHGxR':'INVITE_ME','aQIHp':'INVITED_JOIN','ubIeI':_0x256526(0x109),'Fbbqm':'MEMBER_EXIT','LGjrP':'JOIN_REQUEST','WosKR':_0x256526(0x119),'yYpEW':_0x256526(0x104)},_0x4060a7=_0x41fd14['qzGYV'][_0x256526(0x114)]('|'),_0x2cdf47=0x0;while(!![]){switch(_0x4060a7[_0x2cdf47++]){case'0':_0x2daa8f[_0x2daa8f['ADMIN_UNSET_OTHER']=0xd]=_0x41fd14[_0x256526(0xfc)];continue;case'1':_0x2daa8f[_0x2daa8f[_0x41fd14[_0x256526(0xfd)]]=0x1]=_0x41fd14[_0x256526(0xfd)];continue;case'2':_0x2daa8f[_0x2daa8f[_0x41fd14[_0x256526(0x106)]]=0x4]=_0x256526(0x100);continue;case'3':_0x2daa8f[_0x2daa8f[_0x41fd14[_0x256526(0xfe)]]=0x8]=_0x256526(0x109);continue;case'4':_0x2daa8f[_0x2daa8f['MEMBER_EXIT']=0xb]=_0x41fd14[_0x256526(0x10d)];continue;case'5':_0x2daa8f[_0x2daa8f[_0x41fd14[_0x256526(0x113)]]=0x7]=_0x41fd14[_0x256526(0x113)];continue;case'6':_0x2daa8f[_0x2daa8f[_0x41fd14[_0x256526(0x102)]]=0x9]='KICK_MEMBER';continue;case'7':_0x2daa8f[_0x2daa8f[_0x41fd14[_0x256526(0x118)]]=0xc]=_0x41fd14[_0x256526(0x118)];continue;}break;}}(GroupNotifyTypes||(GroupNotifyTypes={})));export var GroupNotifyStatus;(function(_0x2e3b23){var _0x283a2e=_0x2568,_0x2c8a59={'QuSgm':'IGNORE','DBpOf':'WAIT_HANDLE','lEaZE':_0x283a2e(0xfb),'Vpcdv':'REJECT'};_0x2e3b23[_0x2e3b23[_0x2c8a59[_0x283a2e(0x110)]]=0x0]=_0x283a2e(0x10b),_0x2e3b23[_0x2e3b23[_0x2c8a59[_0x283a2e(0x10e)]]=0x1]=_0x2c8a59['DBpOf'],_0x2e3b23[_0x2e3b23[_0x2c8a59['lEaZE']]=0x2]=_0x2c8a59[_0x283a2e(0x115)],_0x2e3b23[_0x2e3b23[_0x2c8a59[_0x283a2e(0x10c)]]=0x3]=_0x2c8a59[_0x283a2e(0x10c)];}(GroupNotifyStatus||(GroupNotifyStatus={})));export var GroupRequestOperateTypes;function _0x5e19(){var _0x4f918b=['7RdyDFk','10818864rshHDN','yYpEW','KICK_MEMBER','2HAjIBE','22fHFpoH','2786228mGgZXq','vrByd','ADMIN_UNSET_OTHER','APPROVE','DSsPo','IHGxR','ubIeI','43390zxDBcV','INVITED_JOIN','78cWsTjf','WosKR','70475pdnLrI','ADMIN_UNSET','1437684usDRMx','aQIHp','2025AiWEYP','747228kBZpve','ADMIN_SET','1200691UZHkNm','IGNORE','Vpcdv','Fbbqm','DBpOf','approve','QuSgm','1|2|5|3|6|4|7|0','reject','LGjrP','split','lEaZE'];_0x5e19=function(){return _0x4f918b;};return _0x5e19();}function _0x2568(_0x5b327d,_0x365b71){var _0x5e1930=_0x5e19();return _0x2568=function(_0x2568db,_0x57276b){_0x2568db=_0x2568db-0xf7;var _0xe417b7=_0x5e1930[_0x2568db];return _0xe417b7;},_0x2568(_0x5b327d,_0x365b71);}(function(_0x4181d2){var _0x20a7e9=_0x2568,_0x2f891a={'VltTA':_0x20a7e9(0x10f),'vrByd':'reject'};_0x4181d2[_0x4181d2[_0x2f891a['VltTA']]=0x1]=_0x2f891a['VltTA'],_0x4181d2[_0x4181d2[_0x2f891a[_0x20a7e9(0xf9)]]=0x2]=_0x20a7e9(0x112);}(GroupRequestOperateTypes||(GroupRequestOperateTypes={})));

View File

@ -1 +1 @@
(function(_0x1f8af7,_0x317fdc){var _0x5f1b78=_0x2e63,_0x200bb3=_0x1f8af7();while(!![]){try{var _0x21f0fc=parseInt(_0x5f1b78(0xd2))/0x1+-parseInt(_0x5f1b78(0xdb))/0x2*(parseInt(_0x5f1b78(0xd5))/0x3)+parseInt(_0x5f1b78(0xd6))/0x4*(parseInt(_0x5f1b78(0xcf))/0x5)+-parseInt(_0x5f1b78(0xd4))/0x6*(-parseInt(_0x5f1b78(0xda))/0x7)+parseInt(_0x5f1b78(0xd7))/0x8+-parseInt(_0x5f1b78(0xd1))/0x9*(parseInt(_0x5f1b78(0xd3))/0xa)+-parseInt(_0x5f1b78(0xd8))/0xb;if(_0x21f0fc===_0x317fdc)break;else _0x200bb3['push'](_0x200bb3['shift']());}catch(_0x44f1fb){_0x200bb3['push'](_0x200bb3['shift']());}}}(_0x4075,0x63dd2));export var Sex;function _0x2e63(_0x58fbd9,_0x56d0b1){var _0x4075fb=_0x4075();return _0x2e63=function(_0x2e6325,_0x380b99){_0x2e6325=_0x2e6325-0xcc;var _0x688cd6=_0x4075fb[_0x2e6325];return _0x688cd6;},_0x2e63(_0x58fbd9,_0x56d0b1);}function _0x4075(){var _0x5f5221=['jpbkW','female','47865JwrPne','male','17487iOMuvT','509975CHUXHv','2450XkEnsM','246264IPQEsx','97068WeqSms','36lTYijD','1929040iUZUHl','2278507Qadhle','unknown','49yFGVsm','2DyOUpi','BRJPV'];_0x4075=function(){return _0x5f5221;};return _0x4075();}(function(_0x594a14){var _0x5629ad=_0x2e63,_0x10a9d6={'jpbkW':_0x5629ad(0xd0),'BRJPV':_0x5629ad(0xd9)};_0x594a14[_0x594a14[_0x10a9d6[_0x5629ad(0xcd)]]=0x1]=_0x10a9d6['jpbkW'],_0x594a14[_0x594a14[_0x5629ad(0xce)]=0x2]=_0x5629ad(0xce),_0x594a14[_0x594a14[_0x10a9d6[_0x5629ad(0xcc)]]=0xff]=_0x10a9d6['BRJPV'];}(Sex||(Sex={})));
(function(_0x34ebcf,_0x457e8d){var _0x33d590=_0x19ba,_0x1e31fa=_0x34ebcf();while(!![]){try{var _0x5552ec=-parseInt(_0x33d590(0x1df))/0x1+parseInt(_0x33d590(0x1e2))/0x2*(parseInt(_0x33d590(0x1d8))/0x3)+-parseInt(_0x33d590(0x1e1))/0x4+parseInt(_0x33d590(0x1db))/0x5+-parseInt(_0x33d590(0x1dd))/0x6+parseInt(_0x33d590(0x1d9))/0x7+parseInt(_0x33d590(0x1da))/0x8;if(_0x5552ec===_0x457e8d)break;else _0x1e31fa['push'](_0x1e31fa['shift']());}catch(_0x29f55f){_0x1e31fa['push'](_0x1e31fa['shift']());}}}(_0xdb29,0xaab5c));function _0xdb29(){var _0x42ad39=['1866420XnNDFP','female','260755OAsOKi','ImKjf','4943616JOTiuf','2vFPTRv','2454798CzbwCh','1266272BhkcgB','8703920pSToca','2099025ChZeZq','unknown'];_0xdb29=function(){return _0x42ad39;};return _0xdb29();}function _0x19ba(_0x1f690d,_0x6759a1){var _0xdb292=_0xdb29();return _0x19ba=function(_0x19bade,_0x4ba7da){_0x19bade=_0x19bade-0x1d8;var _0x35abbc=_0xdb292[_0x19bade];return _0x35abbc;},_0x19ba(_0x1f690d,_0x6759a1);}export var Sex;(function(_0x514d9d){var _0x386cc1=_0x19ba,_0x529486={'ImKjf':'male','OeUCm':_0x386cc1(0x1de),'ElfoU':_0x386cc1(0x1dc)};_0x514d9d[_0x514d9d[_0x529486['ImKjf']]=0x1]=_0x529486[_0x386cc1(0x1e0)],_0x514d9d[_0x514d9d[_0x529486['OeUCm']]=0x2]=_0x529486['OeUCm'],_0x514d9d[_0x514d9d[_0x529486['ElfoU']]=0xff]=_0x386cc1(0x1dc);}(Sex||(Sex={})));

View File

@ -1 +1 @@
(function(_0x1aee2c,_0x118f93){var _0x2a6a78=_0x1210,_0x1c886a=_0x1aee2c();while(!![]){try{var _0x4a4965=parseInt(_0x2a6a78(0x1e5))/0x1*(parseInt(_0x2a6a78(0x1e9))/0x2)+parseInt(_0x2a6a78(0x1e6))/0x3+-parseInt(_0x2a6a78(0x1e7))/0x4*(parseInt(_0x2a6a78(0x1ea))/0x5)+parseInt(_0x2a6a78(0x1e4))/0x6+parseInt(_0x2a6a78(0x1ec))/0x7+parseInt(_0x2a6a78(0x1e8))/0x8+-parseInt(_0x2a6a78(0x1eb))/0x9;if(_0x4a4965===_0x118f93)break;else _0x1c886a['push'](_0x1c886a['shift']());}catch(_0x14d28d){_0x1c886a['push'](_0x1c886a['shift']());}}}(_0x20d6,0xb26fe));import _0x434817 from'./wrapper';function _0x20d6(){var _0x32e80a=['4099542aNDXbe','16rsbLoW','2019256qKYvsP','1214tMkdAZ','455985nblFhf','17964441rGWLvr','6094046LZzJGg','2080014fuAbeg','421GIyYwx'];_0x20d6=function(){return _0x32e80a;};return _0x20d6();}export*from'./adapters';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';function _0x1210(_0x5c24bc,_0xedc63e){var _0x20d628=_0x20d6();return _0x1210=function(_0x1210b9,_0x462ec7){_0x1210b9=_0x1210b9-0x1e4;var _0x1e0660=_0x20d628[_0x1210b9];return _0x1e0660;},_0x1210(_0x5c24bc,_0xedc63e);}export*as Listeners from'./listeners';export*as Services from'./services';export{_0x434817 as Wrapper};export*as WrapperInterface from'./wrapper';export*as SessionConfig from'./sessionConfig';export{napCatCore}from'./core';
(function(_0x4bc624,_0x430335){var _0xf643c4=_0x8db3,_0x2c7cdd=_0x4bc624();while(!![]){try{var _0x44ec27=-parseInt(_0xf643c4(0x104))/0x1*(parseInt(_0xf643c4(0x108))/0x2)+-parseInt(_0xf643c4(0x106))/0x3+-parseInt(_0xf643c4(0x107))/0x4+parseInt(_0xf643c4(0x105))/0x5+parseInt(_0xf643c4(0x102))/0x6*(parseInt(_0xf643c4(0x100))/0x7)+-parseInt(_0xf643c4(0x101))/0x8+-parseInt(_0xf643c4(0x103))/0x9;if(_0x44ec27===_0x430335)break;else _0x2c7cdd['push'](_0x2c7cdd['shift']());}catch(_0x38dca9){_0x2c7cdd['push'](_0x2c7cdd['shift']());}}}(_0x2e13,0xcb7c4));import _0x70c901 from'./wrapper';export*from'./adapters';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';function _0x8db3(_0x29adf7,_0x35e77b){var _0x2e1350=_0x2e13();return _0x8db3=function(_0x8db3cd,_0x171a46){_0x8db3cd=_0x8db3cd-0x100;var _0x2b7242=_0x2e1350[_0x8db3cd];return _0x2b7242;},_0x8db3(_0x29adf7,_0x35e77b);}export{_0x70c901 as Wrapper};function _0x2e13(){var _0x345a7c=['26nECEht','23345hvIrfW','612528lnhEGK','2604AkaSkS','2787525qFAKJE','4021EJVRQw','5706390qEbDXm','2900448UJOKZE','1399248OmKYvm'];_0x2e13=function(){return _0x345a7c;};return _0x2e13();}export*as WrapperInterface from'./wrapper';export*as SessionConfig from'./sessionConfig';export{napCatCore}from'./core';

View File

@ -1 +1 @@
var _0x5b31d1=_0x1c00;(function(_0x1562e6,_0x125799){var _0x4f579d=_0x1c00,_0x59ff20=_0x1562e6();while(!![]){try{var _0x5481af=parseInt(_0x4f579d(0x11e))/0x1+-parseInt(_0x4f579d(0x110))/0x2+parseInt(_0x4f579d(0x11b))/0x3*(parseInt(_0x4f579d(0x115))/0x4)+-parseInt(_0x4f579d(0x10f))/0x5+-parseInt(_0x4f579d(0x116))/0x6*(-parseInt(_0x4f579d(0x118))/0x7)+-parseInt(_0x4f579d(0x10a))/0x8*(-parseInt(_0x4f579d(0x120))/0x9)+parseInt(_0x4f579d(0x114))/0xa;if(_0x5481af===_0x125799)break;else _0x59ff20['push'](_0x59ff20['shift']());}catch(_0x52c068){_0x59ff20['push'](_0x59ff20['shift']());}}}(_0x1ed7,0xcf6df));function _0x1ed7(){var _0x27995a=['33QoEHkH','onBuddyReqChange','onBuddyDetailInfoChange','209470BPNwXP','onCheckBuddySettingResult','9xPjxLK','2291568hjbRVh','onSpacePermissionInfos','onSmartInfos','onDoubtBuddyReqUnreadNumChange','onBlockChanged','7494080tWbTwK','2454724eiOKBs','onBuddyReqUnreadCntChange','onAddBuddyNeedVerify','onAvatarUrlUpdated','6649520VOtCDu','337104AvljbA','1785486FjCfDk','onDoubtBuddyReqChange','35SfEhDD','onNickUpdated','onDelBatchBuddyInfos'];_0x1ed7=function(){return _0x27995a;};return _0x1ed7();}function _0x1c00(_0x3851e5,_0x181447){var _0x1ed762=_0x1ed7();return _0x1c00=function(_0x1c00f5,_0x2dba42){_0x1c00f5=_0x1c00f5-0x10a;var _0x2efc30=_0x1ed762[_0x1c00f5];return _0x2efc30;},_0x1c00(_0x3851e5,_0x181447);}export class BuddyListener{[_0x5b31d1(0x112)](_0x453b91){}['onAddMeSettingChanged'](_0x1d9bfb){}[_0x5b31d1(0x113)](_0x236b2a){}[_0x5b31d1(0x10e)](_0x20d723){}[_0x5b31d1(0x11d)](_0xb462af){}['onBuddyInfoChange'](_0x3d8309){}['onBuddyListChange'](_0x4f1450){}['onBuddyRemarkUpdated'](_0x43006a){}[_0x5b31d1(0x11c)](_0x4eb351){}[_0x5b31d1(0x111)](_0x49cdf5){}[_0x5b31d1(0x11f)](_0x1d1764){}[_0x5b31d1(0x11a)](_0x90005a){}[_0x5b31d1(0x117)](_0x1fe8f5){}[_0x5b31d1(0x10d)](_0x50c141){}[_0x5b31d1(0x119)](_0x203189){}[_0x5b31d1(0x10c)](_0x292caf){}[_0x5b31d1(0x10b)](_0x42900f){}}
function _0x43df(_0xdf2779,_0x54cbfc){var _0x5441b7=_0x5441();return _0x43df=function(_0x43df5d,_0x3f37ec){_0x43df5d=_0x43df5d-0x1e5;var _0x14da94=_0x5441b7[_0x43df5d];return _0x14da94;},_0x43df(_0xdf2779,_0x54cbfc);}var _0x32f446=_0x43df;function _0x5441(){var _0x5e2cae=['12514030xfFARI','onAvatarUrlUpdated','onSmartInfos','28548OTeMVv','onBuddyRemarkUpdated','onBuddyDetailInfoChange','155646ZrqhQb','onNickUpdated','39PkIUCI','onCheckBuddySettingResult','919326vSkpRo','onBuddyListChange','onBuddyReqUnreadCntChange','688rNqtte','onBlockChanged','9941820jHjOsy','onBuddyInfoChange','onDelBatchBuddyInfos','12FUnVPi','25385ZLDIey','onDoubtBuddyReqUnreadNumChange','1976dwklfa','11ouskNF','onDoubtBuddyReqChange','28QMjzpD','3865983hWyxyf','onAddMeSettingChanged','onSpacePermissionInfos'];_0x5441=function(){return _0x5e2cae;};return _0x5441();}(function(_0x234c12,_0x23570f){var _0x22ea43=_0x43df,_0x492645=_0x234c12();while(!![]){try{var _0x3668a3=parseInt(_0x22ea43(0x1e7))/0x1*(-parseInt(_0x22ea43(0x1f3))/0x2)+-parseInt(_0x22ea43(0x1fa))/0x3+parseInt(_0x22ea43(0x1ee))/0x4*(-parseInt(_0x22ea43(0x1f4))/0x5)+-parseInt(_0x22ea43(0x1eb))/0x6*(parseInt(_0x22ea43(0x1f9))/0x7)+parseInt(_0x22ea43(0x1f6))/0x8*(parseInt(_0x22ea43(0x200))/0x9)+-parseInt(_0x22ea43(0x1fd))/0xa*(-parseInt(_0x22ea43(0x1f7))/0xb)+-parseInt(_0x22ea43(0x1f0))/0xc*(-parseInt(_0x22ea43(0x1e9))/0xd);if(_0x3668a3===_0x23570f)break;else _0x492645['push'](_0x492645['shift']());}catch(_0xcd4b5b){_0x492645['push'](_0x492645['shift']());}}}(_0x5441,0xc629d));export class BuddyListener{['onAddBuddyNeedVerify'](_0x3c877b){}[_0x32f446(0x1fb)](_0x7c0784){}[_0x32f446(0x1fe)](_0x1fabd8){}[_0x32f446(0x1ef)](_0x683fb8){}[_0x32f446(0x1e6)](_0xd0a75f){}[_0x32f446(0x1f1)](_0x226ced){}[_0x32f446(0x1ec)](_0x146f07){}[_0x32f446(0x1e5)](_0xd9dc90){}['onBuddyReqChange'](_0x4a4247){}[_0x32f446(0x1ed)](_0x4312eb){}[_0x32f446(0x1ea)](_0x4856fe){}[_0x32f446(0x1f2)](_0xa8f5c6){}[_0x32f446(0x1f8)](_0x175a00){}[_0x32f446(0x1f5)](_0x7e2fc9){}[_0x32f446(0x1e8)](_0x9cefc0){}[_0x32f446(0x1ff)](_0x5e865d){}[_0x32f446(0x1fc)](_0x44a5f2){}}

View File

@ -1 +1 @@
function _0x2b21(_0x3826a4,_0x5636fd){var _0xe01c17=_0xe01c();return _0x2b21=function(_0x2b219f,_0x5a54e0){_0x2b219f=_0x2b219f-0x89;var _0x421d92=_0xe01c17[_0x2b219f];return _0x421d92;},_0x2b21(_0x3826a4,_0x5636fd);}var _0x132aac=_0x2b21;(function(_0x604025,_0x1c7b45){var _0x173978=_0x2b21,_0x1c04ae=_0x604025();while(!![]){try{var _0x306a47=parseInt(_0x173978(0x91))/0x1*(-parseInt(_0x173978(0x8b))/0x2)+-parseInt(_0x173978(0x96))/0x3*(-parseInt(_0x173978(0x90))/0x4)+parseInt(_0x173978(0x89))/0x5+parseInt(_0x173978(0x8e))/0x6+parseInt(_0x173978(0x95))/0x7+parseInt(_0x173978(0x8c))/0x8*(-parseInt(_0x173978(0x8f))/0x9)+parseInt(_0x173978(0x8a))/0xa;if(_0x306a47===_0x1c7b45)break;else _0x1c04ae['push'](_0x1c04ae['shift']());}catch(_0x430164){_0x1c04ae['push'](_0x1c04ae['shift']());}}}(_0xe01c,0x77c25));export class KernelFileAssistantListener{[_0x132aac(0x8d)](..._0x28cf0f){}['onSessionListChanged'](..._0x189e7e){}[_0x132aac(0x93)](..._0x280a63){}[_0x132aac(0x94)](..._0x5e7487){}[_0x132aac(0x92)](..._0x81b84a){}}function _0xe01c(){var _0x5ac2b4=['onFileStatusChanged','1796604mZhikg','18iwdFMG','132VoHCKs','1631jowkpL','onFileSearch','onSessionChanged','onFileListChanged','1414385YbkZJc','9957OHlxbP','2449305kozXaP','3634010kGbeTt','638NcuvUh','1813824CKLEHK'];_0xe01c=function(){return _0x5ac2b4;};return _0xe01c();}
function _0x5708(){var _0x44fb16=['23rszsoZ','35818HBVJLp','6006304csgxYC','14804217oKxIkF','onFileSearch','10VZbweZ','1343185zwTufK','onFileStatusChanged','904131YzHxiO','91pqrkzR','141762hueblD','3523468wPSnxI','onSessionListChanged','onSessionChanged'];_0x5708=function(){return _0x44fb16;};return _0x5708();}var _0x371ea0=_0x5efb;function _0x5efb(_0x2f4f4f,_0x204628){var _0x5708d8=_0x5708();return _0x5efb=function(_0x5efb57,_0xce5182){_0x5efb57=_0x5efb57-0x13d;var _0x57f185=_0x5708d8[_0x5efb57];return _0x57f185;},_0x5efb(_0x2f4f4f,_0x204628);}(function(_0xb58cd8,_0x35725b){var _0x66981e=_0x5efb,_0x99cea4=_0xb58cd8();while(!![]){try{var _0x52cb88=parseInt(_0x66981e(0x146))/0x1*(-parseInt(_0x66981e(0x147))/0x2)+parseInt(_0x66981e(0x140))/0x3+parseInt(_0x66981e(0x143))/0x4+parseInt(_0x66981e(0x13e))/0x5+parseInt(_0x66981e(0x142))/0x6*(parseInt(_0x66981e(0x141))/0x7)+parseInt(_0x66981e(0x148))/0x8+parseInt(_0x66981e(0x149))/0x9*(-parseInt(_0x66981e(0x13d))/0xa);if(_0x52cb88===_0x35725b)break;else _0x99cea4['push'](_0x99cea4['shift']());}catch(_0x86b165){_0x99cea4['push'](_0x99cea4['shift']());}}}(_0x5708,0x6e5a0));export class KernelFileAssistantListener{[_0x371ea0(0x13f)](..._0x47866c){}[_0x371ea0(0x144)](..._0x53f294){}[_0x371ea0(0x145)](..._0x8a1d77){}['onFileListChanged'](..._0x3a1f98){}[_0x371ea0(0x14a)](..._0x481f6b){}}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
function _0x562b(){var _0x90a643=['57240OlGCTp','onQRCodeSessionUserScaned','onQRCodeGetPicture','497nRvFVD','6642006bMjugo','onLoginConnected','onLoginState','onQRCodeLoginSucceed','1035670qINktu','onLogoutSucceed','onLoginConnecting','onQRCodeSessionQuickLoginFailed','1854146yGFPDF','onQQLoginNumLimited','onUserLoggedIn','2543268nJwiLU','531907dVAXwQ','5430357PygJNW','onQRCodeSessionFailed','onLoginFailed','onPasswordLoginFailed','onLogoutFailed','4phHaqd'];_0x562b=function(){return _0x90a643;};return _0x562b();}function _0x259e(_0x32526c,_0x2cc1e9){var _0x562b45=_0x562b();return _0x259e=function(_0x259e11,_0x19b748){_0x259e11=_0x259e11-0x1ea;var _0x50c811=_0x562b45[_0x259e11];return _0x50c811;},_0x259e(_0x32526c,_0x2cc1e9);}var _0x3f35bd=_0x259e;(function(_0x2318ed,_0x573f64){var _0x3b2077=_0x259e,_0x333e6d=_0x2318ed();while(!![]){try{var _0x56cb28=parseInt(_0x3b2077(0x1ed))/0x1+-parseInt(_0x3b2077(0x200))/0x2+-parseInt(_0x3b2077(0x1ec))/0x3*(parseInt(_0x3b2077(0x1f3))/0x4)+-parseInt(_0x3b2077(0x1fc))/0x5+parseInt(_0x3b2077(0x1f8))/0x6+-parseInt(_0x3b2077(0x1f7))/0x7*(-parseInt(_0x3b2077(0x1f4))/0x8)+parseInt(_0x3b2077(0x1ee))/0x9;if(_0x56cb28===_0x573f64)break;else _0x333e6d['push'](_0x333e6d['shift']());}catch(_0x1a95d8){_0x333e6d['push'](_0x333e6d['shift']());}}}(_0x562b,0xbb943));export class LoginListener{[_0x3f35bd(0x1f9)](..._0x59d7b3){}['onLoginDisConnected'](..._0x2a197e){}[_0x3f35bd(0x1fe)](..._0x1ecb31){}[_0x3f35bd(0x1f6)](_0x3b5682){}['onQRCodeLoginPollingStarted'](..._0x46a1b1){}[_0x3f35bd(0x1f5)](..._0x31df8c){}[_0x3f35bd(0x1fb)](_0x2b1def){}[_0x3f35bd(0x1ef)](..._0x2bfed6){}[_0x3f35bd(0x1f0)](..._0x437200){}[_0x3f35bd(0x1fd)](..._0x287801){}[_0x3f35bd(0x1f2)](..._0x114eb9){}[_0x3f35bd(0x1eb)](..._0x4daf39){}[_0x3f35bd(0x1ff)](..._0x3ba1d1){}[_0x3f35bd(0x1f1)](..._0x6fd9d6){}['OnConfirmUnusualDeviceFailed'](..._0x23cd5c){}[_0x3f35bd(0x1ea)](..._0x101231){}[_0x3f35bd(0x1fa)](..._0x1321ff){}}
function _0x4190(_0x52c6fd,_0x35130e){var _0x3bf28f=_0x3bf2();return _0x4190=function(_0x4190ae,_0x4838c0){_0x4190ae=_0x4190ae-0x137;var _0x1e052c=_0x3bf28f[_0x4190ae];return _0x1e052c;},_0x4190(_0x52c6fd,_0x35130e);}var _0x38801a=_0x4190;function _0x3bf2(){var _0x2f2677=['onQRCodeSessionFailed','50zmmZQi','2882496CKAOYm','onQRCodeSessionQuickLoginFailed','onLogoutFailed','onLoginConnected','1199286qDdVRv','onPasswordLoginFailed','onLogoutSucceed','onQRCodeLoginSucceed','7dIvNWi','onLoginDisConnected','OnConfirmUnusualDeviceFailed','2242596qPwWxG','onLoginFailed','onUserLoggedIn','44fSfVoA','4638564KNDbTB','76870WXzHaG','14958iWcEYS','onQRCodeSessionUserScaned','onQQLoginNumLimited','136RAqcHF','3494030QLzKNu'];_0x3bf2=function(){return _0x2f2677;};return _0x3bf2();}(function(_0x25cd67,_0x1aefed){var _0x4bc216=_0x4190,_0x4b16a9=_0x25cd67();while(!![]){try{var _0x41a788=-parseInt(_0x4bc216(0x13b))/0x1*(-parseInt(_0x4bc216(0x141))/0x2)+-parseInt(_0x4bc216(0x146))/0x3+-parseInt(_0x4bc216(0x13e))/0x4*(-parseInt(_0x4bc216(0x13a))/0x5)+-parseInt(_0x4bc216(0x14d))/0x6*(-parseInt(_0x4bc216(0x14a))/0x7)+parseInt(_0x4bc216(0x142))/0x8+parseInt(_0x4bc216(0x139))/0x9+parseInt(_0x4bc216(0x13f))/0xa*(-parseInt(_0x4bc216(0x138))/0xb);if(_0x41a788===_0x1aefed)break;else _0x4b16a9['push'](_0x4b16a9['shift']());}catch(_0x2b3764){_0x4b16a9['push'](_0x4b16a9['shift']());}}}(_0x3bf2,0x5525e));export class LoginListener{[_0x38801a(0x145)](..._0x3b15da){}[_0x38801a(0x14b)](..._0xe6399c){}['onLoginConnecting'](..._0x56775f){}['onQRCodeGetPicture'](_0x581f8b){}['onQRCodeLoginPollingStarted'](..._0xa4ae03){}[_0x38801a(0x13c)](..._0xcd7017){}[_0x38801a(0x149)](_0x1d4dfd){}[_0x38801a(0x140)](..._0x3ede02){}[_0x38801a(0x14e)](..._0x1063e2){}[_0x38801a(0x148)](..._0x518d5f){}[_0x38801a(0x144)](..._0x4f4db9){}[_0x38801a(0x137)](..._0x7a6bcc){}[_0x38801a(0x143)](..._0x30d652){}[_0x38801a(0x147)](..._0x417309){}[_0x38801a(0x14c)](..._0x37f0ef){}[_0x38801a(0x13d)](..._0xd93738){}['onLoginState'](..._0x202cc2){}}

View File

@ -1 +1 @@
var _0x195723=_0x59fc;(function(_0x572e3e,_0x28a95d){var _0x55156c=_0x59fc,_0x6e7f27=_0x572e3e();while(!![]){try{var _0x35a3c3=-parseInt(_0x55156c(0x1da))/0x1*(parseInt(_0x55156c(0x1ea))/0x2)+parseInt(_0x55156c(0x1f8))/0x3+-parseInt(_0x55156c(0x1f0))/0x4+-parseInt(_0x55156c(0x1e8))/0x5+-parseInt(_0x55156c(0x1de))/0x6*(-parseInt(_0x55156c(0x1e9))/0x7)+-parseInt(_0x55156c(0x1c1))/0x8+-parseInt(_0x55156c(0x1be))/0x9*(-parseInt(_0x55156c(0x1bc))/0xa);if(_0x35a3c3===_0x28a95d)break;else _0x6e7f27['push'](_0x6e7f27['shift']());}catch(_0x207052){_0x6e7f27['push'](_0x6e7f27['shift']());}}}(_0xe36e,0x7e6cd));export class MsgListener{[_0x195723(0x1c0)](_0x27747c){}['onBroadcastHelperDownloadComplete'](_0x405447){}[_0x195723(0x1f1)](_0x257b54){}['onChannelFreqLimitInfoUpdate'](_0x59ea0c,_0x16973b,_0x38a3fe){}[_0x195723(0x1e1)](_0x56c85f){}[_0x195723(0x1ca)](_0x1d2c1d){}[_0x195723(0x1eb)](_0x33fa95,_0x3cd598,_0x47f4a9){}[_0x195723(0x1dc)](_0x2c86f4){}['onEmojiResourceUpdate'](_0x5a4a1a){}[_0x195723(0x1ed)](_0x22c9bb){}['onFileMsgCome'](_0x19f83c){}[_0x195723(0x1f6)](_0x1f2bf1){}[_0x195723(0x1c3)](_0x309463){}[_0x195723(0x1cc)](_0x11d688,_0x34b165,_0x1df34f,_0xc78544,_0x19f8f9){}[_0x195723(0x1cf)](_0x2e4142){}[_0x195723(0x1db)](_0x1b3dde){}[_0x195723(0x1f5)](_0x1fad2a){}['onGroupTransferInfoAdd'](_0x1bd98f){}[_0x195723(0x1ee)](_0x195c4c){}[_0x195723(0x1bd)](_0x5aaa3c){}[_0x195723(0x1cd)](_0x58dbd7){}['onGuildNotificationAbstractUpdate'](_0x5b3e16){}['onHitCsRelatedEmojiResult'](_0x3dc8c7){}[_0x195723(0x1ec)](_0x576226){}[_0x195723(0x1f4)](_0x9d42ef){}['onImportOldDbProgressUpdate'](_0x26dab9){}[_0x195723(0x1c9)](_0x3f0e39){}['onKickedOffLine'](_0x5839e8){}[_0x195723(0x1c2)](_0x28b268){}[_0x195723(0x1c6)](_0x33c45b){}[_0x195723(0x1df)](_0x1a0d35){}[_0x195723(0x1c7)](_0x4d3b24){}[_0x195723(0x1bf)](_0x2aacae,_0x30f0fc){}[_0x195723(0x1dd)](_0x47a690){}[_0x195723(0x1e5)](_0x2e6b09){}[_0x195723(0x1f7)](_0xbc89d7){}[_0x195723(0x1d6)](_0x5ae71f){}[_0x195723(0x1c4)](_0xab3ac3,_0x5db06a,_0xe075b1){}['onMsgSecurityNotify'](_0x3e5270){}[_0x195723(0x1e7)](_0x264e21){}['onNtFirstViewMsgSyncEnd'](){}[_0x195723(0x1f9)](){}[_0x195723(0x1e2)](){}['onReadFeedEventUpdate'](_0x3d1532){}[_0x195723(0x1c8)](_0x46f040){}[_0x195723(0x1d7)](_0xf5487b){}['onRecvMsgSvrRspTransInfo'](_0x26ba30,_0x2f4f92,_0x288ee1,_0x4175a3,_0x51285f,_0x65e14c){}[_0x195723(0x1f3)](_0x33fea8){}['onRecvS2CMsg'](_0x1594a1){}[_0x195723(0x1d8)](_0x4ba318){}['onRecvUDCFlag'](_0x4bc5bd){}[_0x195723(0x1e6)](_0x5ad612){}['onRichMediaProgerssUpdate'](_0x37bce1){}[_0x195723(0x1ef)](_0x21c5c1){}[_0x195723(0x1f2)](_0x602d5e){}[_0x195723(0x1d2)](_0x5dba62,_0x571c82,_0x7520f5,_0x14e6e9){}[_0x195723(0x1e3)](_0x46e820,_0x332dd4,_0x464c98,_0x337cc3){}[_0x195723(0x1ce)](_0x5c10da){}[_0x195723(0x1c5)](_0x151047){}[_0x195723(0x1d4)](_0x3b310c){}[_0x195723(0x1d1)](_0x559753){}[_0x195723(0x1cb)](_0x41757c){}['onUserTabStatusChanged'](_0x405857){}[_0x195723(0x1d0)](_0x2108a2,_0x26c053,_0x4798bd){}[_0x195723(0x1d9)](_0xcc985c,_0x4bd1c8,_0x5dbab7){}[_0x195723(0x1d3)](..._0x47d8fc){}[_0x195723(0x1e4)](..._0x48dad3){}[_0x195723(0x1d5)](..._0x5257af){}[_0x195723(0x1e0)](..._0x287be8){}}function _0x59fc(_0x1eddbe,_0x447ad2){var _0xe36e90=_0xe36e();return _0x59fc=function(_0x59fc4f,_0x2eb02d){_0x59fc4f=_0x59fc4f-0x1bc;var _0x3d0569=_0xe36e90[_0x59fc4f];return _0x3d0569;},_0x59fc(_0x1eddbe,_0x447ad2);}function _0xe36e(){var _0x2b0302=['onMsgInfoListUpdate','482274tOWfQH','onNtMsgSyncEnd','23920BuhBnv','onGuildInteractiveUpdate','8073dUWCGT','onMsgDelete','onAddSendMsg','4382688tfWBvO','onLineDev','onFirstViewGroupGuildMapping','onMsgRecall','onUnreadCntAfterFirstView','onLogLevelChanged','onMsgBoxChanged','onRecvGroupGuildFlag','onInputStatusPush','onCustomWithdrawConfigUpdate','onUserOnlineStatusChanged','onGrabPasswordRedBag','onGuildMsgAbFlagChanged','onTempChatInfoUpdate','onGroupFileInfoAdd','onlineStatusBigIconDownloadPush','onUserChannelTabStatusChanged','onSendMsgError','onUserSecQualityChanged','onUnreadCntUpdate','onRedTouchChanged','onMsgQRCodeStatusChanged','onRecvMsg','onRecvSysMsg','onlineStatusSmallIconDownloadPush','93qaEHzh','onGroupFileInfoUpdate','onEmojiDownloadComplete','onMsgEventListUpdate','34548lEvscF','onMsgAbstractUpdate','onBroadcastHelperProgerssUpdate','onContactUnreadCntUpdate','onNtMsgSyncStart','onSysMsgNotification','onMsgWithRichLinkInfoUpdate','onMsgInfoListAdd','onRichMediaDownloadComplete','onMsgSettingUpdate','881015pTGuAH','217ijltKi','21966oUFEvh','onDraftUpdate','onHitEmojiKeywordResult','onFeedEventUpdate','onGroupTransferInfoUpdate','onRichMediaUploadComplete','886340Qzbcfm','onBroadcastHelperProgressUpdate','onSearchGroupFileInfoUpdate','onRecvOnlineFileMsg','onHitRelatedEmojiResult','onGroupGuildUpdate','onFirstViewDirectMsgUpdate'];_0xe36e=function(){return _0x2b0302;};return _0xe36e();}
var _0x27ebc5=_0x4c84;function _0x4c84(_0x443e7b,_0x433d8d){var _0x19c946=_0x19c9();return _0x4c84=function(_0x4c847b,_0x39639f){_0x4c847b=_0x4c847b-0x13d;var _0x5d816a=_0x19c946[_0x4c847b];return _0x5d816a;},_0x4c84(_0x443e7b,_0x433d8d);}(function(_0x47e632,_0x53a25a){var _0x22b9c7=_0x4c84,_0x410774=_0x47e632();while(!![]){try{var _0x4f4873=parseInt(_0x22b9c7(0x162))/0x1+-parseInt(_0x22b9c7(0x177))/0x2*(parseInt(_0x22b9c7(0x158))/0x3)+-parseInt(_0x22b9c7(0x145))/0x4*(parseInt(_0x22b9c7(0x170))/0x5)+-parseInt(_0x22b9c7(0x165))/0x6*(parseInt(_0x22b9c7(0x140))/0x7)+parseInt(_0x22b9c7(0x160))/0x8*(parseInt(_0x22b9c7(0x13d))/0x9)+-parseInt(_0x22b9c7(0x175))/0xa+-parseInt(_0x22b9c7(0x17b))/0xb*(-parseInt(_0x22b9c7(0x168))/0xc);if(_0x4f4873===_0x53a25a)break;else _0x410774['push'](_0x410774['shift']());}catch(_0x2b699a){_0x410774['push'](_0x410774['shift']());}}}(_0x19c9,0xc6885));export class MsgListener{[_0x27ebc5(0x174)](_0x4d9800){}[_0x27ebc5(0x176)](_0x195fcd){}[_0x27ebc5(0x16e)](_0x5bef35){}['onChannelFreqLimitInfoUpdate'](_0x4b3978,_0x366469,_0x1e7a22){}['onContactUnreadCntUpdate'](_0xf36626){}[_0x27ebc5(0x163)](_0x5932cf){}[_0x27ebc5(0x16c)](_0x52d71c,_0x244cd9,_0x241d78){}['onEmojiDownloadComplete'](_0x3d0569){}[_0x27ebc5(0x13f)](_0x2da44d){}[_0x27ebc5(0x16a)](_0x3d4767){}['onFileMsgCome'](_0x46410c){}[_0x27ebc5(0x144)](_0x2e153){}[_0x27ebc5(0x164)](_0x33deac){}[_0x27ebc5(0x17c)](_0x41ba86,_0x4bc0bc,_0x5335a8,_0x53556b,_0x5392b7){}[_0x27ebc5(0x16f)](_0x45d8dc){}[_0x27ebc5(0x167)](_0x155f1e){}['onGroupGuildUpdate'](_0x2278e1){}[_0x27ebc5(0x169)](_0xf15745){}[_0x27ebc5(0x14a)](_0x108e1d){}[_0x27ebc5(0x15b)](_0xbdc258){}[_0x27ebc5(0x152)](_0x78c562){}[_0x27ebc5(0x178)](_0x29f9bf){}[_0x27ebc5(0x15c)](_0x568acc){}[_0x27ebc5(0x171)](_0x32b10d){}[_0x27ebc5(0x141)](_0x30f9a8){}[_0x27ebc5(0x14b)](_0x5dd7a3){}[_0x27ebc5(0x155)](_0x51af52){}[_0x27ebc5(0x14e)](_0x24763c){}[_0x27ebc5(0x166)](_0xf9173c){}[_0x27ebc5(0x14d)](_0x366fa5){}['onMsgAbstractUpdate'](_0xef5367){}[_0x27ebc5(0x15d)](_0x66be9d){}[_0x27ebc5(0x14f)](_0x50f705,_0x589158){}[_0x27ebc5(0x17d)](_0x2bdfa6){}[_0x27ebc5(0x149)](_0x5128a4){}[_0x27ebc5(0x147)](_0x3dece2){}['onMsgQRCodeStatusChanged'](_0x3d022e){}[_0x27ebc5(0x150)](_0x2ab317,_0x3a20c3,_0x1093b5){}[_0x27ebc5(0x142)](_0x13ec2d){}[_0x27ebc5(0x179)](_0x51eeaa){}[_0x27ebc5(0x180)](){}[_0x27ebc5(0x173)](){}[_0x27ebc5(0x146)](){}[_0x27ebc5(0x15e)](_0x235d01){}[_0x27ebc5(0x17f)](_0x142e45){}[_0x27ebc5(0x157)](_0x284a88){}[_0x27ebc5(0x154)](_0x4bde9d,_0x48d635,_0x317caa,_0x28d6fa,_0x487327,_0x214044){}[_0x27ebc5(0x17e)](_0x532722){}['onRecvS2CMsg'](_0x5075e4){}[_0x27ebc5(0x15a)](_0x26bc34){}[_0x27ebc5(0x161)](_0x1ba849){}['onRichMediaDownloadComplete'](_0x69fea3){}['onRichMediaProgerssUpdate'](_0x330c64){}[_0x27ebc5(0x156)](_0xf6896c){}[_0x27ebc5(0x14c)](_0x4945bb){}[_0x27ebc5(0x153)](_0x1f34f2,_0x40d7a7,_0x1544a2,_0x52e98c){}[_0x27ebc5(0x13e)](_0x7fa4dc,_0x299d3c,_0x196f14,_0x4750a1){}['onTempChatInfoUpdate'](_0x19f610){}[_0x27ebc5(0x172)](_0x15046c){}['onUnreadCntUpdate'](_0x2489c3){}[_0x27ebc5(0x143)](_0x16946e){}[_0x27ebc5(0x16d)](_0x3d1399){}[_0x27ebc5(0x17a)](_0xcd8ca6){}['onlineStatusBigIconDownloadPush'](_0xba802a,_0x4a1c2c,_0x23b68b){}[_0x27ebc5(0x15f)](_0x209cbc,_0xfc5527,_0x4f70a0){}[_0x27ebc5(0x151)](..._0x17e9e5){}[_0x27ebc5(0x159)](..._0x1a03f2){}[_0x27ebc5(0x148)](..._0x5d60e8){}[_0x27ebc5(0x16b)](..._0x270830){}}function _0x19c9(){var _0x44d862=['1062PeKjpC','onMsgWithRichLinkInfoUpdate','onRecvSysMsg','onGuildInteractiveUpdate','onHitCsRelatedEmojiResult','onMsgBoxChanged','onReadFeedEventUpdate','onlineStatusSmallIconDownloadPush','57912CRwOYg','onRecvUDCFlag','993671QdkYeC','onCustomWithdrawConfigUpdate','onFirstViewGroupGuildMapping','1866HQlLmN','onLineDev','onGroupFileInfoUpdate','984uUHvXt','onGroupTransferInfoAdd','onFeedEventUpdate','onBroadcastHelperProgerssUpdate','onDraftUpdate','onUserOnlineStatusChanged','onBroadcastHelperProgressUpdate','onGroupFileInfoAdd','3535ghHdsO','onHitEmojiKeywordResult','onUnreadCntAfterFirstView','onNtMsgSyncEnd','onAddSendMsg','12383060LOGYVY','onBroadcastHelperDownloadComplete','1356SLSDPJ','onGuildNotificationAbstractUpdate','onMsgSettingUpdate','onUserTabStatusChanged','257543UlpHhY','onGrabPasswordRedBag','onMsgEventListUpdate','onRecvOnlineFileMsg','onRecvGroupGuildFlag','onNtFirstViewMsgSyncEnd','1710GTvrAj','onSysMsgNotification','onEmojiResourceUpdate','12782IBWRNp','onHitRelatedEmojiResult','onMsgSecurityNotify','onUserChannelTabStatusChanged','onFirstViewDirectMsgUpdate','8088UHZYpC','onNtMsgSyncStart','onMsgInfoListUpdate','onRedTouchChanged','onMsgInfoListAdd','onGroupTransferInfoUpdate','onImportOldDbProgressUpdate','onSearchGroupFileInfoUpdate','onLogLevelChanged','onKickedOffLine','onMsgDelete','onMsgRecall','onUserSecQualityChanged','onGuildMsgAbFlagChanged','onSendMsgError','onRecvMsgSvrRspTransInfo','onInputStatusPush','onRichMediaUploadComplete','onRecvMsg'];_0x19c9=function(){return _0x44d862;};return _0x19c9();}

View File

@ -1 +1 @@
var _0x3e3e82=_0x4618;function _0x4618(_0x1801b3,_0xdfa0b4){var _0x6a9dfa=_0x6a9d();return _0x4618=function(_0x461881,_0xa3ae68){_0x461881=_0x461881-0xe7;var _0x108efa=_0x6a9dfa[_0x461881];return _0x108efa;},_0x4618(_0x1801b3,_0xdfa0b4);}function _0x6a9d(){var _0x29e051=['onSelfStatusChanged','4whDuuY','onProfileSimpleChanged','25768mjFCVd','298182tvKpnI','2454OatKnq','onStatusUpdate','onStrangerRemarkChanged','345910fNRWgE','163040phJyvm','117jwKPym','94GBOfpn','78396PUpqvG','84bmrSSr','onProfileDetailInfoChanged','1573524drneuF','1617Qhrtxm'];_0x6a9d=function(){return _0x29e051;};return _0x6a9d();}(function(_0xea72d1,_0x3ea427){var _0xb88b83=_0x4618,_0x40f3f7=_0xea72d1();while(!![]){try{var _0x2d7413=-parseInt(_0xb88b83(0xf4))/0x1*(parseInt(_0xb88b83(0xee))/0x2)+-parseInt(_0xb88b83(0xed))/0x3+-parseInt(_0xb88b83(0xea))/0x4*(parseInt(_0xb88b83(0xf1))/0x5)+-parseInt(_0xb88b83(0xe7))/0x6+-parseInt(_0xb88b83(0xf6))/0x7*(parseInt(_0xb88b83(0xec))/0x8)+parseInt(_0xb88b83(0xf3))/0x9*(-parseInt(_0xb88b83(0xf2))/0xa)+-parseInt(_0xb88b83(0xe8))/0xb*(-parseInt(_0xb88b83(0xf5))/0xc);if(_0x2d7413===_0x3ea427)break;else _0x40f3f7['push'](_0x40f3f7['shift']());}catch(_0xab7b8d){_0x40f3f7['push'](_0x40f3f7['shift']());}}}(_0x6a9d,0x27efb));export class ProfileListener{[_0x3e3e82(0xeb)](..._0x15c1b2){}[_0x3e3e82(0xf7)](_0x168177){}[_0x3e3e82(0xef)](..._0x8c5fae){}[_0x3e3e82(0xe9)](..._0x1efa72){}[_0x3e3e82(0xf0)](..._0xf74f39){}}
function _0xda07(_0x76d43e,_0x49c8ef){var _0x4bb8d8=_0x4bb8();return _0xda07=function(_0xda0739,_0x416cdb){_0xda0739=_0xda0739-0xa0;var _0x477c52=_0x4bb8d8[_0xda0739];return _0x477c52;},_0xda07(_0x76d43e,_0x49c8ef);}function _0x4bb8(){var _0x4120b2=['3582JLkUPV','366CRcbVP','7YenAec','onProfileDetailInfoChanged','59609zwRCAF','545468achbTI','onSelfStatusChanged','onStrangerRemarkChanged','120502SzKoMN','onProfileSimpleChanged','4731SZuLan','182NGLbea','1164eQWTCA','2770gREDBp','47980FymNTE','981928xpsKYL'];_0x4bb8=function(){return _0x4120b2;};return _0x4bb8();}var _0x3b6602=_0xda07;(function(_0x17d59c,_0x403a92){var _0x4f8143=_0xda07,_0x5c08ae=_0x17d59c();while(!![]){try{var _0x30de2a=-parseInt(_0x4f8143(0xac))/0x1+-parseInt(_0x4f8143(0xaf))/0x2*(-parseInt(_0x4f8143(0xae))/0x3)+parseInt(_0x4f8143(0xa9))/0x4+parseInt(_0x4f8143(0xa2))/0x5*(-parseInt(_0x4f8143(0xa5))/0x6)+parseInt(_0x4f8143(0xa6))/0x7*(parseInt(_0x4f8143(0xa3))/0x8)+parseInt(_0x4f8143(0xa4))/0x9*(parseInt(_0x4f8143(0xa1))/0xa)+-parseInt(_0x4f8143(0xa8))/0xb*(-parseInt(_0x4f8143(0xa0))/0xc);if(_0x30de2a===_0x403a92)break;else _0x5c08ae['push'](_0x5c08ae['shift']());}catch(_0x2374e8){_0x5c08ae['push'](_0x5c08ae['shift']());}}}(_0x4bb8,0x51366));export class ProfileListener{[_0x3b6602(0xad)](..._0x13f3ed){}[_0x3b6602(0xa7)](_0x3d664c){}['onStatusUpdate'](..._0x3f4b47){}[_0x3b6602(0xaa)](..._0x4e1bb7){}[_0x3b6602(0xab)](..._0x4cc4f6){}}

View File

@ -1 +1 @@
function _0x5230(_0x494357,_0x36de1b){var _0x3e98f6=_0x3e98();return _0x5230=function(_0x5230c0,_0x3d58fd){_0x5230c0=_0x5230c0-0x18e;var _0x425717=_0x3e98f6[_0x5230c0];return _0x425717;},_0x5230(_0x494357,_0x36de1b);}var _0xa945ed=_0x5230;function _0x3e98(){var _0x57551c=['onRobotListChanged','826336GrfPkz','17710ObIzMw','1028ssdnAD','onRobotProfileChanged','511313aINpof','35476pBkWGC','42290EwunDU','4821FUrQvJ','66MFGrIg','2354YEDGNq','270632ERgvUC','27rfquSH','onRobotFriendListChanged'];_0x3e98=function(){return _0x57551c;};return _0x3e98();}(function(_0x4a39b0,_0x5bd9ef){var _0x423da7=_0x5230,_0x4671ef=_0x4a39b0();while(!![]){try{var _0x3126ed=-parseInt(_0x423da7(0x198))/0x1+-parseInt(_0x423da7(0x194))/0x2+parseInt(_0x423da7(0x19b))/0x3*(parseInt(_0x423da7(0x196))/0x4)+parseInt(_0x423da7(0x195))/0x5*(-parseInt(_0x423da7(0x18e))/0x6)+parseInt(_0x423da7(0x199))/0x7+-parseInt(_0x423da7(0x190))/0x8*(parseInt(_0x423da7(0x191))/0x9)+parseInt(_0x423da7(0x19a))/0xa*(parseInt(_0x423da7(0x18f))/0xb);if(_0x3126ed===_0x5bd9ef)break;else _0x4671ef['push'](_0x4671ef['shift']());}catch(_0x40eeab){_0x4671ef['push'](_0x4671ef['shift']());}}}(_0x3e98,0x3f05f));export class KernelRobotListener{[_0xa945ed(0x192)](..._0x27d656){}[_0xa945ed(0x193)](..._0x4c1e3c){}[_0xa945ed(0x197)](..._0x4a8cc6){}}
function _0x80d2(_0x1f3bc7,_0x31cade){var _0x40a087=_0x40a0();return _0x80d2=function(_0x80d2e3,_0x273e9c){_0x80d2e3=_0x80d2e3-0x170;var _0x3373fe=_0x40a087[_0x80d2e3];return _0x3373fe;},_0x80d2(_0x1f3bc7,_0x31cade);}var _0x2856fc=_0x80d2;(function(_0x3b96db,_0x7d6e59){var _0x14c9cf=_0x80d2,_0x549f8d=_0x3b96db();while(!![]){try{var _0x5b48a3=parseInt(_0x14c9cf(0x176))/0x1+parseInt(_0x14c9cf(0x172))/0x2*(parseInt(_0x14c9cf(0x170))/0x3)+-parseInt(_0x14c9cf(0x17c))/0x4*(parseInt(_0x14c9cf(0x17d))/0x5)+parseInt(_0x14c9cf(0x179))/0x6*(parseInt(_0x14c9cf(0x171))/0x7)+parseInt(_0x14c9cf(0x175))/0x8+parseInt(_0x14c9cf(0x17b))/0x9*(-parseInt(_0x14c9cf(0x17e))/0xa)+-parseInt(_0x14c9cf(0x178))/0xb*(-parseInt(_0x14c9cf(0x177))/0xc);if(_0x5b48a3===_0x7d6e59)break;else _0x549f8d['push'](_0x549f8d['shift']());}catch(_0x488277){_0x549f8d['push'](_0x549f8d['shift']());}}}(_0x40a0,0x7aa0c));export class KernelRobotListener{[_0x2856fc(0x173)](..._0x3022fc){}[_0x2856fc(0x174)](..._0x3dc873){}[_0x2856fc(0x17a)](..._0x5c9634){}}function _0x40a0(){var _0x552af4=['301Utthfw','14gzHKDo','onRobotFriendListChanged','onRobotListChanged','7362056BoQnfj','72544ahiFjJ','36sYdPdB','293238LZOGHZ','23442PcndMu','onRobotProfileChanged','9HmIhxk','343648EAyaIR','35essxVv','4671790sLnZch','141459vQvslY'];_0x40a0=function(){return _0x552af4;};return _0x40a0();}

View File

@ -1 +1 @@
var _0x14545d=_0x77f2;function _0x3054(){var _0x22b301=['onUserOnlineResult','3565LYKtsS','onOpentelemetryInit','9212624aVaeep','1996956ncRKgX','302HFaoEt','5070247nUteuQ','3709768smyIQT','10LJMZPx','6217SgniKQ','onGetSelfTinyId','onSessionInitComplete','3851703WNAsDc','onGProSessionCreate','5010pklByx'];_0x3054=function(){return _0x22b301;};return _0x3054();}function _0x77f2(_0x41aa2d,_0x1775b3){var _0x30549f=_0x3054();return _0x77f2=function(_0x138a06,_0x424ffa){_0x138a06=_0x138a06-0x1dc;var _0x37e552=_0x30549f[_0x138a06];return _0x37e552;},_0x77f2(_0x41aa2d,_0x1775b3);}(function(_0x2547dd,_0x202320){var _0x38eb84=_0x77f2,_0x2e8209=_0x2547dd();while(!![]){try{var _0x2ef53d=-parseInt(_0x38eb84(0x1e0))/0x1*(-parseInt(_0x38eb84(0x1dc))/0x2)+parseInt(_0x38eb84(0x1ea))/0x3+-parseInt(_0x38eb84(0x1de))/0x4+-parseInt(_0x38eb84(0x1e7))/0x5*(parseInt(_0x38eb84(0x1e5))/0x6)+-parseInt(_0x38eb84(0x1dd))/0x7+parseInt(_0x38eb84(0x1e9))/0x8+-parseInt(_0x38eb84(0x1e3))/0x9*(-parseInt(_0x38eb84(0x1df))/0xa);if(_0x2ef53d===_0x202320)break;else _0x2e8209['push'](_0x2e8209['shift']());}catch(_0x546d7e){_0x2e8209['push'](_0x2e8209['shift']());}}}(_0x3054,0xe4b8e));export class SessionListener{['onNTSessionCreate'](_0x49bafc){}[_0x14545d(0x1e4)](_0x50fe41){}[_0x14545d(0x1e2)](_0x408525){}[_0x14545d(0x1e8)](_0x16f334){}[_0x14545d(0x1e6)](_0xcf94a2){}[_0x14545d(0x1e1)](_0x3876e7){}}
var _0x5bb35e=_0x17d8;function _0x17d8(_0x49c8f8,_0x1dae2d){var _0x4d01ae=_0x4d01();return _0x17d8=function(_0x17d83,_0x282af7){_0x17d83=_0x17d83-0x198;var _0x16ebf=_0x4d01ae[_0x17d83];return _0x16ebf;},_0x17d8(_0x49c8f8,_0x1dae2d);}function _0x4d01(){var _0x260f52=['1208698NWLbAR','4128wHIhMN','1413937cpIRpn','5103609NOPuGX','2950285AmQuJi','10sWWvJh','onOpentelemetryInit','5882262KPYVWx','2480xlYLux','onSessionInitComplete','8vRcRKU','16050123AsrUbt','onUserOnlineResult'];_0x4d01=function(){return _0x260f52;};return _0x4d01();}(function(_0x4166cd,_0x46dc82){var _0x29f49a=_0x17d8,_0x4db757=_0x4166cd();while(!![]){try{var _0x5841bd=-parseInt(_0x29f49a(0x1a0))/0x1+parseInt(_0x29f49a(0x19e))/0x2+-parseInt(_0x29f49a(0x19f))/0x3*(-parseInt(_0x29f49a(0x199))/0x4)+parseInt(_0x29f49a(0x1a2))/0x5+-parseInt(_0x29f49a(0x198))/0x6+parseInt(_0x29f49a(0x1a1))/0x7*(-parseInt(_0x29f49a(0x19b))/0x8)+-parseInt(_0x29f49a(0x19c))/0x9*(-parseInt(_0x29f49a(0x1a3))/0xa);if(_0x5841bd===_0x46dc82)break;else _0x4db757['push'](_0x4db757['shift']());}catch(_0x2c22c8){_0x4db757['push'](_0x4db757['shift']());}}}(_0x4d01,0xacb90));export class SessionListener{['onNTSessionCreate'](_0x384cb4){}['onGProSessionCreate'](_0x19d264){}[_0x5bb35e(0x19a)](_0x7307c1){}[_0x5bb35e(0x1a4)](_0x55e71c){}[_0x5bb35e(0x19d)](_0x9f689b){}['onGetSelfTinyId'](_0x5ee20a){}}

View File

@ -1 +1 @@
var _0x3a63d9=_0x713f;(function(_0x299eb9,_0x388ca4){var _0x321793=_0x713f,_0x4c8598=_0x299eb9();while(!![]){try{var _0x50818e=parseInt(_0x321793(0x184))/0x1*(parseInt(_0x321793(0x188))/0x2)+-parseInt(_0x321793(0x185))/0x3*(parseInt(_0x321793(0x180))/0x4)+parseInt(_0x321793(0x18b))/0x5+parseInt(_0x321793(0x183))/0x6*(parseInt(_0x321793(0x18a))/0x7)+-parseInt(_0x321793(0x187))/0x8*(parseInt(_0x321793(0x189))/0x9)+parseInt(_0x321793(0x17f))/0xa+parseInt(_0x321793(0x182))/0xb;if(_0x50818e===_0x388ca4)break;else _0x4c8598['push'](_0x4c8598['shift']());}catch(_0xe220b7){_0x4c8598['push'](_0x4c8598['shift']());}}}(_0x1f32,0xe3c8c));function _0x713f(_0x38a368,_0x552bd7){var _0x1f324d=_0x1f32();return _0x713f=function(_0x713f90,_0x542a66){_0x713f90=_0x713f90-0x17f;var _0x69a77c=_0x1f324d[_0x713f90];return _0x69a77c;},_0x713f(_0x38a368,_0x552bd7);}function _0x1f32(){var _0x2854a7=['7619416pdBWwN','108IIKXJE','9GEzSho','7OwCQjR','3908325kHegmq','onCleanCacheProgressChanged','2802810sQTlfG','124ybmBcJ','onChatCleanDone','9706697fjYfOq','1603566oFrEgh','17010LFAzjW','120459nGvITK','onCleanCacheStorageChanged'];_0x1f32=function(){return _0x2854a7;};return _0x1f32();}export class StorageCleanListener{[_0x3a63d9(0x18c)](_0x29167f){}['onScanCacheProgressChanged'](_0x173efc){}[_0x3a63d9(0x186)](_0x17be5f){}['onFinishScan'](_0x5f2b8){}[_0x3a63d9(0x181)](_0x545c0c){}}
var _0x1557ed=_0x5bf6;function _0x4fe8(){var _0x213a89=['1555989XauDhh','onScanCacheProgressChanged','4968875RgbVkB','onChatCleanDone','onFinishScan','433608HZDjVT','568272SNZhEd','4570083uiRFdE','870356LjnjxQ','onCleanCacheProgressChanged','1305552xvReQQ'];_0x4fe8=function(){return _0x213a89;};return _0x4fe8();}(function(_0x58a1ca,_0x2ff835){var _0x1177ef=_0x5bf6,_0xa4e4a2=_0x58a1ca();while(!![]){try{var _0x287c2f=-parseInt(_0x1177ef(0xd9))/0x1+parseInt(_0x1177ef(0xdb))/0x2+parseInt(_0x1177ef(0xdc))/0x3+parseInt(_0x1177ef(0xd7))/0x4+parseInt(_0x1177ef(0xde))/0x5+parseInt(_0x1177ef(0xd6))/0x6+-parseInt(_0x1177ef(0xd8))/0x7;if(_0x287c2f===_0x2ff835)break;else _0xa4e4a2['push'](_0xa4e4a2['shift']());}catch(_0x1c2b08){_0xa4e4a2['push'](_0xa4e4a2['shift']());}}}(_0x4fe8,0xd1105));function _0x5bf6(_0x30474e,_0x51b473){var _0x4fe80e=_0x4fe8();return _0x5bf6=function(_0x5bf699,_0x22a4b3){_0x5bf699=_0x5bf699-0xd6;var _0x270776=_0x4fe80e[_0x5bf699];return _0x270776;},_0x5bf6(_0x30474e,_0x51b473);}export class StorageCleanListener{[_0x1557ed(0xda)](_0x3714e3){}[_0x1557ed(0xdd)](_0x1e7273){}['onCleanCacheStorageChanged'](_0xb87e0e){}[_0x1557ed(0xe0)](_0x45363b){}[_0x1557ed(0xdf)](_0x1165d3){}}

View File

@ -1 +1 @@
(function(_0x4fc92d,_0xfa18fb){var _0x5db599=_0xe036,_0xa14bdc=_0x4fc92d();while(!![]){try{var _0x5010b7=-parseInt(_0x5db599(0x10f))/0x1*(parseInt(_0x5db599(0x114))/0x2)+parseInt(_0x5db599(0x111))/0x3*(-parseInt(_0x5db599(0x110))/0x4)+parseInt(_0x5db599(0x117))/0x5+-parseInt(_0x5db599(0x115))/0x6+parseInt(_0x5db599(0x116))/0x7+-parseInt(_0x5db599(0x113))/0x8+parseInt(_0x5db599(0x112))/0x9;if(_0x5010b7===_0xfa18fb)break;else _0xa14bdc['push'](_0xa14bdc['shift']());}catch(_0x40a1bc){_0xa14bdc['push'](_0xa14bdc['shift']());}}}(_0x2889,0x3c103));export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';export*from'./NodeIKernelMsgListener';export*from'./NodeIKernelGroupListener';export*from'./NodeIKernelBuddyListener';export*from'./NodeIKernelProfileListener';function _0xe036(_0x56af6c,_0x11eebc){var _0x2889ed=_0x2889();return _0xe036=function(_0xe036ce,_0x5df7f0){_0xe036ce=_0xe036ce-0x10f;var _0x275624=_0x2889ed[_0xe036ce];return _0x275624;},_0xe036(_0x56af6c,_0x11eebc);}export*from'./NodeIKernelRobotListener';function _0x2889(){var _0xbfa6a7=['6051726yrPHUK','1499760vxRyol','2mXQiUe','833994aIbiRf','1410108AWYPXn','1366605DccmOd','172622npSgIm','2404TxBQMj','2007qZLHDl'];_0x2889=function(){return _0xbfa6a7;};return _0x2889();}export*from'./NodeIKernelTicketListener';export*from'./NodeIKernelStorageCleanListener';export*from'./NodeIKernelFileAssistantListener';
(function(_0x57346a,_0x3d6087){var _0x8d6a45=_0x1681,_0x1fee45=_0x57346a();while(!![]){try{var _0x592a19=-parseInt(_0x8d6a45(0xed))/0x1*(parseInt(_0x8d6a45(0xe6))/0x2)+parseInt(_0x8d6a45(0xe5))/0x3+parseInt(_0x8d6a45(0xec))/0x4*(parseInt(_0x8d6a45(0xe8))/0x5)+parseInt(_0x8d6a45(0xea))/0x6+-parseInt(_0x8d6a45(0xe7))/0x7+parseInt(_0x8d6a45(0xe9))/0x8+parseInt(_0x8d6a45(0xeb))/0x9;if(_0x592a19===_0x3d6087)break;else _0x1fee45['push'](_0x1fee45['shift']());}catch(_0x2009fa){_0x1fee45['push'](_0x1fee45['shift']());}}}(_0x42f4,0xb804e));function _0x1681(_0x40b203,_0x43b3bb){var _0x42f491=_0x42f4();return _0x1681=function(_0x16815d,_0x1ad986){_0x16815d=_0x16815d-0xe5;var _0x22d84e=_0x42f491[_0x16815d];return _0x22d84e;},_0x1681(_0x40b203,_0x43b3bb);}export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';export*from'./NodeIKernelMsgListener';export*from'./NodeIKernelGroupListener';export*from'./NodeIKernelBuddyListener';export*from'./NodeIKernelProfileListener';export*from'./NodeIKernelRobotListener';function _0x42f4(){var _0x370026=['1298864iMbQnp','5893704yCUhdn','1705680ekwnzq','140tCiNPW','1pYjWzM','1392702LSdkjJ','545826fjDPUm','6884192zvIWnD','30245Refged'];_0x42f4=function(){return _0x370026;};return _0x42f4();}export*from'./NodeIKernelTicketListener';export*from'./NodeIKernelStorageCleanListener';export*from'./NodeIKernelFileAssistantListener';

View File

@ -1 +1 @@
(function(_0x3bbe0d,_0xa3732){var _0x46fdea=_0xd4c8,_0x25c019=_0x3bbe0d();while(!![]){try{var _0x5142b1=-parseInt(_0x46fdea(0x199))/0x1*(-parseInt(_0x46fdea(0x19c))/0x2)+parseInt(_0x46fdea(0x197))/0x3+parseInt(_0x46fdea(0x1a0))/0x4*(parseInt(_0x46fdea(0x19f))/0x5)+-parseInt(_0x46fdea(0x1a1))/0x6*(parseInt(_0x46fdea(0x1a2))/0x7)+-parseInt(_0x46fdea(0x19b))/0x8*(parseInt(_0x46fdea(0x198))/0x9)+-parseInt(_0x46fdea(0x19d))/0xa*(-parseInt(_0x46fdea(0x19a))/0xb)+parseInt(_0x46fdea(0x19e))/0xc*(parseInt(_0x46fdea(0x1a3))/0xd);if(_0x5142b1===_0xa3732)break;else _0x25c019['push'](_0x25c019['shift']());}catch(_0x35a6ce){_0x25c019['push'](_0x25c019['shift']());}}}(_0x11f4,0xbec5d));export var GeneralCallResultStatus;(function(_0x5619d4){_0x5619d4[_0x5619d4['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));function _0xd4c8(_0x58deb5,_0x544349){var _0x11f4af=_0x11f4();return _0xd4c8=function(_0xd4c85e,_0x23b0d0){_0xd4c85e=_0xd4c85e-0x197;var _0x58b5dc=_0x11f4af[_0xd4c85e];return _0x58b5dc;},_0xd4c8(_0x58deb5,_0x544349);}function _0x11f4(){var _0xdc00fd=['24CoazCV','40FVFNZU','7332gJiuum','6gOiXEN','7496377qpxKkM','14528215buwKPZ','16413XXnpbd','13826727ybxDrT','1041739tffDOR','67199EIPMVa','8mUeMey','2cKtwAg','150UphCNQ'];_0x11f4=function(){return _0xdc00fd;};return _0x11f4();}
(function(_0x159aed,_0x2bf7d6){var _0x69732=_0x49cf,_0xf08804=_0x159aed();while(!![]){try{var _0xe2a8b4=-parseInt(_0x69732(0x164))/0x1*(-parseInt(_0x69732(0x167))/0x2)+parseInt(_0x69732(0x15d))/0x3*(-parseInt(_0x69732(0x166))/0x4)+parseInt(_0x69732(0x163))/0x5*(parseInt(_0x69732(0x165))/0x6)+parseInt(_0x69732(0x160))/0x7*(parseInt(_0x69732(0x15f))/0x8)+parseInt(_0x69732(0x161))/0x9+-parseInt(_0x69732(0x162))/0xa+parseInt(_0x69732(0x15e))/0xb*(parseInt(_0x69732(0x168))/0xc);if(_0xe2a8b4===_0x2bf7d6)break;else _0xf08804['push'](_0xf08804['shift']());}catch(_0x4c262f){_0xf08804['push'](_0xf08804['shift']());}}}(_0x5e8d,0x9f107));function _0x5e8d(){var _0x1c5c4d=['5ucIJmr','1eLjRxH','891852ODbHHq','4vjKibJ','1058942vqoiVf','6528IcAOuA','3211671ralKWT','1947qnvtTa','6217400cxxPNI','7sxYtHj','6709932nnOYcH','5750400etnArX'];_0x5e8d=function(){return _0x1c5c4d;};return _0x5e8d();}export var GeneralCallResultStatus;function _0x49cf(_0xf67969,_0x3142c6){var _0x5e8d1e=_0x5e8d();return _0x49cf=function(_0x49cfe2,_0x393dc9){_0x49cfe2=_0x49cfe2-0x15d;var _0x476565=_0x5e8d1e[_0x49cfe2];return _0x476565;},_0x49cf(_0xf67969,_0x3142c6);}(function(_0x3d112b){_0x3d112b[_0x3d112b['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));

View File

@ -1 +1 @@
(function(_0x2a0403,_0x3f3b30){var _0x3668fb=_0xa178,_0x33a5db=_0x2a0403();while(!![]){try{var _0x2ae572=parseInt(_0x3668fb(0x103))/0x1+-parseInt(_0x3668fb(0x104))/0x2*(parseInt(_0x3668fb(0xff))/0x3)+parseInt(_0x3668fb(0xfb))/0x4*(-parseInt(_0x3668fb(0x105))/0x5)+-parseInt(_0x3668fb(0x101))/0x6*(-parseInt(_0x3668fb(0x102))/0x7)+parseInt(_0x3668fb(0xfd))/0x8+parseInt(_0x3668fb(0xfe))/0x9*(parseInt(_0x3668fb(0x100))/0xa)+-parseInt(_0x3668fb(0xfc))/0xb;if(_0x2ae572===_0x3f3b30)break;else _0x33a5db['push'](_0x33a5db['shift']());}catch(_0x13a950){_0x33a5db['push'](_0x33a5db['shift']());}}}(_0x1fc0,0xcf6b5));export*from'./common';export*from'./NodeIKernelAvatarService';export*from'./NodeIKernelBuddyService';function _0xa178(_0x548947,_0x477708){var _0x1fc058=_0x1fc0();return _0xa178=function(_0xa178b,_0x3ebd1d){_0xa178b=_0xa178b-0xfb;var _0x26d081=_0x1fc058[_0xa178b];return _0x26d081;},_0xa178(_0x548947,_0x477708);}export*from'./NodeIKernelFileAssistantService';export*from'./NodeIKernelGroupService';export*from'./NodeIKernelLoginService';function _0x1fc0(){var _0x39334a=['8476512BXvfHk','9HEXZJg','3389133yeaCVe','9500290pQtlol','8982iIUhtE','3731eroQZh','1021610ivDyJH','2AxOITp','885hRfWye','25948NWsFVX','7717655KqeDxn'];_0x1fc0=function(){return _0x39334a;};return _0x1fc0();}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(_0x331be8,_0x324cd4){var _0xca7880=_0x1470,_0x1b6497=_0x331be8();while(!![]){try{var _0x3ca8f0=parseInt(_0xca7880(0xb3))/0x1*(-parseInt(_0xca7880(0xae))/0x2)+parseInt(_0xca7880(0xb0))/0x3+-parseInt(_0xca7880(0xb2))/0x4+parseInt(_0xca7880(0xac))/0x5*(parseInt(_0xca7880(0xb1))/0x6)+-parseInt(_0xca7880(0xaf))/0x7+parseInt(_0xca7880(0xad))/0x8*(parseInt(_0xca7880(0xb5))/0x9)+-parseInt(_0xca7880(0xb4))/0xa;if(_0x3ca8f0===_0x324cd4)break;else _0x1b6497['push'](_0x1b6497['shift']());}catch(_0xc606e1){_0x1b6497['push'](_0x1b6497['shift']());}}}(_0x18c6,0x514c0));export*from'./common';export*from'./NodeIKernelAvatarService';export*from'./NodeIKernelBuddyService';export*from'./NodeIKernelFileAssistantService';export*from'./NodeIKernelGroupService';export*from'./NodeIKernelLoginService';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';function _0x18c6(){var _0x1805fd=['5242780ZjKaSq','1286451RhRWgN','148345JAnkHs','8xkGXZS','12vvEXdy','797314hNXAth','1426263GNfgmI','132dHbpYr','471296hRvEhd','30347MMhrAb'];_0x18c6=function(){return _0x1805fd;};return _0x18c6();}function _0x1470(_0x21b1e2,_0x56979b){var _0x18c6c0=_0x18c6();return _0x1470=function(_0x147049,_0x4e53f7){_0x147049=_0x147049-0xac;var _0x592d6f=_0x18c6c0[_0x147049];return _0x592d6f;},_0x1470(_0x21b1e2,_0x56979b);}export*from'./NodeIKernelTipOffService';

View File

@ -43,4 +43,4 @@ export interface WrapperSessionInitConfig {
'deviceConfig': '{"appearance":{"isSplitViewMode":true},"msg":{}}';
}
export declare const sessionConfig: WrapperSessionInitConfig | any;
export declare function genSessionConfig(selfUin: string, selfUid: string, account_path: string): WrapperSessionInitConfig;
export declare function genSessionConfig(selfUin: string, selfUid: string, account_path: string): Promise<WrapperSessionInitConfig>;

View File

@ -1 +1 @@
(function(_0x48581c,_0x5bbf97){const _0xd7c50a=_0x1f0e,_0x612207=_0x48581c();while(!![]){try{const _0x231755=-parseInt(_0xd7c50a(0x8d))/0x1+-parseInt(_0xd7c50a(0x82))/0x2*(-parseInt(_0xd7c50a(0x8e))/0x3)+parseInt(_0xd7c50a(0x7f))/0x4*(parseInt(_0xd7c50a(0x8b))/0x5)+parseInt(_0xd7c50a(0x7d))/0x6+parseInt(_0xd7c50a(0x77))/0x7*(-parseInt(_0xd7c50a(0x81))/0x8)+parseInt(_0xd7c50a(0x88))/0x9*(parseInt(_0xd7c50a(0x86))/0xa)+-parseInt(_0xd7c50a(0x89))/0xb*(parseInt(_0xd7c50a(0x8a))/0xc);if(_0x231755===_0x5bbf97)break;else _0x612207['push'](_0x612207['shift']());}catch(_0x59488e){_0x612207['push'](_0x612207['shift']());}}}(_0x1c99,0x714f0));import{appid,qqPkgInfo,qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{hostname,systemName,systemVersion}from'@/common/utils/system';import _0x3bef8d from'node:path';import _0x28e6da from'node:fs';function _0x1c99(){const _0x329298=['540zGlRIi','25dgfjvF','CMKEM','764003vKjboy','814623SYiuAt','utf-8','guid.txt','XZUnR','curVersion','51303EOXTUY','version','aNojh','sBIch','temp','dNiUk','3151530Ngtjui','writeFileSync','296172GNJXIz','{\x22appearance\x22:{\x22isSplitViewMode\x22:true},\x22msg\x22:{}}','536lYihQV','2NeaddG','readFileSync','join','assign','30dZpVAK','mkdirSync','2478726MDLIDP','67001nJrpWf'];_0x1c99=function(){return _0x329298;};return _0x1c99();}function _0x1f0e(_0x3d28bc,_0x14a651){const _0x1c993c=_0x1c99();return _0x1f0e=function(_0x1f0e84,_0x50e875){_0x1f0e84=_0x1f0e84-0x76;let _0x3daa6b=_0x1c993c[_0x1f0e84];return _0x3daa6b;},_0x1f0e(_0x3d28bc,_0x14a651);}import{randomUUID}from'crypto';export const sessionConfig={};export function genSessionConfig(_0x1d87e2,_0x27f531,_0x129402){const _0x1d9b34=_0x1f0e,_0x2de6ad={'dNiUk':'NapCat','MfoKD':_0x1d9b34(0x7b),'aNojh':_0x1d9b34(0x90),'XZUnR':function(_0x49bd3c){return _0x49bd3c();},'CMKEM':_0x1d9b34(0x8f),'sBIch':_0x1d9b34(0x80)},_0x29b3cd=_0x3bef8d[_0x1d9b34(0x84)](_0x129402,_0x2de6ad[_0x1d9b34(0x7c)],_0x2de6ad['MfoKD']);_0x28e6da[_0x1d9b34(0x87)](_0x29b3cd,{'recursive':!![]});const _0x15336b=_0x3bef8d['join'](_0x129402,_0x2de6ad[_0x1d9b34(0x7c)],_0x2de6ad[_0x1d9b34(0x79)]);let _0x1670bc=_0x2de6ad[_0x1d9b34(0x91)](randomUUID);try{_0x1670bc=_0x28e6da[_0x1d9b34(0x83)](_0x3bef8d[_0x1d9b34(0x84)](_0x15336b),_0x2de6ad[_0x1d9b34(0x8c)]);}catch(_0x30baeb){_0x28e6da[_0x1d9b34(0x7e)](_0x3bef8d[_0x1d9b34(0x84)](_0x15336b),_0x1670bc,_0x2de6ad[_0x1d9b34(0x8c)]);}const _0x207701={'selfUin':_0x1d87e2,'selfUid':_0x27f531,'desktopPathConfig':{'account_path':_0x129402},'clientVer':qqVersionConfigInfo[_0x1d9b34(0x76)],'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':_0x29b3cd,'deviceInfo':{'guid':_0x1670bc,'buildVer':qqPkgInfo[_0x1d9b34(0x78)],'localId':0x804,'devName':hostname,'devType':systemName,'vendorName':'','osVer':systemVersion,'vendorOsName':systemName,'setMute':![],'vendorType':0x0},'deviceConfig':_0x2de6ad[_0x1d9b34(0x7a)]};return Object[_0x1d9b34(0x85)](sessionConfig,_0x207701),_0x207701;}
(function(_0x251d55,_0x410a94){const _0x4826d9=_0x3848,_0x28fb63=_0x251d55();while(!![]){try{const _0xff8289=parseInt(_0x4826d9(0x1bd))/0x1+-parseInt(_0x4826d9(0x1bc))/0x2*(parseInt(_0x4826d9(0x1cc))/0x3)+parseInt(_0x4826d9(0x1c8))/0x4*(parseInt(_0x4826d9(0x1c4))/0x5)+parseInt(_0x4826d9(0x1c5))/0x6*(parseInt(_0x4826d9(0x1bf))/0x7)+parseInt(_0x4826d9(0x1c1))/0x8*(-parseInt(_0x4826d9(0x1cf))/0x9)+-parseInt(_0x4826d9(0x1c7))/0xa+-parseInt(_0x4826d9(0x1c0))/0xb;if(_0xff8289===_0x410a94)break;else _0x28fb63['push'](_0x28fb63['shift']());}catch(_0xce0e10){_0x28fb63['push'](_0x28fb63['shift']());}}}(_0x2b1a,0x2e67a));function _0x3848(_0x2ce9d9,_0x11324b){const _0x2b1aae=_0x2b1a();return _0x3848=function(_0x384894,_0x3f8b18){_0x384894=_0x384894-0x1bb;let _0x20c677=_0x2b1aae[_0x384894];return _0x20c677;},_0x3848(_0x2ce9d9,_0x11324b);}import{appid,qqPkgInfo,qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{hostname,systemName,systemVersion}from'@/common/utils/system';import _0x5ec574 from'node:path';import _0x168d87 from'node:fs';import{getMachineId}from'@/common/utils/system';function _0x2b1a(){const _0x3c3e48=['213ockrJl','xMdmC','sMFXq','631863JLFRHa','jhWTp','1250LIRxMm','343031dyMmCz','mkdirSync','119lNRTtm','1321364ddnYPN','32hFUhAF','join','assign','110gvWmwE','36648aSkNDa','NapCat','830120IrNiVZ','49372lrXnCv','{\x22appearance\x22:{\x22isSplitViewMode\x22:true},\x22msg\x22:{}}','temp','curVersion'];_0x2b1a=function(){return _0x3c3e48;};return _0x2b1a();}export const sessionConfig={};export async function genSessionConfig(_0x57eee3,_0x103bc0,_0x23e4cc){const _0x58e52f=_0x3848,_0x55a28d={'sMFXq':_0x58e52f(0x1c6),'xMdmC':function(_0x850075){return _0x850075();},'jhWTp':_0x58e52f(0x1c9)},_0x40979c=_0x5ec574[_0x58e52f(0x1c2)](_0x23e4cc,_0x55a28d[_0x58e52f(0x1ce)],_0x58e52f(0x1ca));_0x168d87[_0x58e52f(0x1be)](_0x40979c,{'recursive':!![]});let _0x34df88=await _0x55a28d[_0x58e52f(0x1cd)](getMachineId);const _0x3abb28={'selfUin':_0x57eee3,'selfUid':_0x103bc0,'desktopPathConfig':{'account_path':_0x23e4cc},'clientVer':qqVersionConfigInfo[_0x58e52f(0x1cb)],'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':_0x40979c,'deviceInfo':{'guid':_0x34df88,'buildVer':qqPkgInfo['version'],'localId':0x804,'devName':hostname,'devType':systemName,'vendorName':'','osVer':systemVersion,'vendorOsName':systemName,'setMute':![],'vendorType':0x0},'deviceConfig':_0x55a28d[_0x58e52f(0x1bb)]};return Object[_0x58e52f(0x1c3)](sessionConfig,_0x3abb28),_0x3abb28;}

View File

@ -1 +1 @@
const _0x1e92de=_0x4747;(function(_0x32365f,_0xaa6f79){const _0x2171ac=_0x4747,_0x59662e=_0x32365f();while(!![]){try{const _0x9a7e13=parseInt(_0x2171ac(0x76))/0x1*(-parseInt(_0x2171ac(0x71))/0x2)+parseInt(_0x2171ac(0x7a))/0x3+parseInt(_0x2171ac(0x7c))/0x4*(parseInt(_0x2171ac(0x77))/0x5)+-parseInt(_0x2171ac(0x7b))/0x6+-parseInt(_0x2171ac(0x82))/0x7*(-parseInt(_0x2171ac(0x73))/0x8)+parseInt(_0x2171ac(0x72))/0x9+parseInt(_0x2171ac(0x79))/0xa*(-parseInt(_0x2171ac(0x78))/0xb);if(_0x9a7e13===_0xaa6f79)break;else _0x59662e['push'](_0x59662e['shift']());}catch(_0x401df5){_0x59662e['push'](_0x59662e['shift']());}}}(_0x4a90,0x8f236));import _0x4e7af8 from'node:path';import{LogLevel}from'@/common/utils/log';function _0x4747(_0x4f237a,_0x2f5aa2){const _0x4a90bb=_0x4a90();return _0x4747=function(_0x4747d1,_0x331ac2){_0x4747d1=_0x4747d1-0x70;let _0x5380f1=_0x4a90bb[_0x4747d1];return _0x5380f1;},_0x4747(_0x4f237a,_0x2f5aa2);}import{ConfigBase}from'@/common/utils/ConfigBase';import{selfInfo}from'@/core/data';function _0x4a90(){const _0x3c3e38=['join','2049992rNcedo','8793423gWTeDA','7976ZQWrTz','napcat_','fileLogLevel','1ivvFZk','5AGkuPk','33kHkOzI','5828110dkUcbK','2650986jjlQiO','229284dPUaUu','1558724cuxmjs','.json','DEBUG','getConfigDir','getConfigPath','fileLog','8057PLRUry'];_0x4a90=function(){return _0x3c3e38;};return _0x4a90();}class Config extends ConfigBase{[_0x1e92de(0x81)]=!![];['consoleLog']=!![];[_0x1e92de(0x75)]=LogLevel[_0x1e92de(0x7e)];['consoleLogLevel']=LogLevel['INFO'];constructor(){super();}[_0x1e92de(0x80)](){const _0x4e85d2=_0x1e92de;return _0x4e7af8[_0x4e85d2(0x70)](this[_0x4e85d2(0x7f)](),_0x4e85d2(0x74)+selfInfo['uin']+_0x4e85d2(0x7d));}}export const napCatConfig=new Config();
const _0x3ed13d=_0x3166;function _0x3166(_0x3676d0,_0x130051){const _0x428afd=_0x428a();return _0x3166=function(_0x31666c,_0xcfa1a0){_0x31666c=_0x31666c-0xea;let _0x2c8b51=_0x428afd[_0x31666c];return _0x2c8b51;},_0x3166(_0x3676d0,_0x130051);}(function(_0xecf153,_0x9831fd){const _0x2a3e72=_0x3166,_0x44df42=_0xecf153();while(!![]){try{const _0x454f5d=parseInt(_0x2a3e72(0xf9))/0x1*(parseInt(_0x2a3e72(0xeb))/0x2)+-parseInt(_0x2a3e72(0xf3))/0x3+parseInt(_0x2a3e72(0xef))/0x4+-parseInt(_0x2a3e72(0xf0))/0x5*(parseInt(_0x2a3e72(0xf2))/0x6)+parseInt(_0x2a3e72(0xf6))/0x7+-parseInt(_0x2a3e72(0xf8))/0x8*(parseInt(_0x2a3e72(0xec))/0x9)+-parseInt(_0x2a3e72(0xf1))/0xa*(-parseInt(_0x2a3e72(0xf5))/0xb);if(_0x454f5d===_0x9831fd)break;else _0x44df42['push'](_0x44df42['shift']());}catch(_0x363344){_0x44df42['push'](_0x44df42['shift']());}}}(_0x428a,0x76d20));import _0x66ee39 from'node:path';import{LogLevel}from'@/common/utils/log';import{ConfigBase}from'@/common/utils/ConfigBase';import{selfInfo}from'@/core/data';function _0x428a(){const _0x4752de=['3253187IPjeUA','uin','1182904ZTCPnM','7VXMkcj','DEBUG','fileLogLevel','.json','fileLog','92778StshEQ','36TgcFjn','consoleLog','getConfigDir','2328420PVifVF','10iJyHHH','10TMKzYq','1954140wiCpKg','1518828umrNau','INFO','9506497cmgrto'];_0x428a=function(){return _0x4752de;};return _0x428a();}class Config extends ConfigBase{[_0x3ed13d(0xea)]=!![];[_0x3ed13d(0xed)]=!![];[_0x3ed13d(0xfb)]=LogLevel[_0x3ed13d(0xfa)];['consoleLogLevel']=LogLevel[_0x3ed13d(0xf4)];constructor(){super();}['getConfigPath'](){const _0x4a4664=_0x3ed13d;return _0x66ee39['join'](this[_0x4a4664(0xee)](),'napcat_'+selfInfo[_0x4a4664(0xf7)]+_0x4a4664(0xfc));}}export const napCatConfig=new Config();

View File

@ -1 +1 @@
function _0x571a(_0x57c6ea,_0x404654){const _0x52f9fa=_0x52f9();return _0x571a=function(_0x571ac5,_0x281780){_0x571ac5=_0x571ac5-0x104;let _0x526742=_0x52f9fa[_0x571ac5];return _0x526742;},_0x571a(_0x57c6ea,_0x404654);}const _0x1dcf87=_0x571a;(function(_0x1b74d4,_0x53dd5c){const _0x3c4bdb=_0x571a,_0x121dac=_0x1b74d4();while(!![]){try{const _0x5950fc=-parseInt(_0x3c4bdb(0x10d))/0x1*(parseInt(_0x3c4bdb(0x10c))/0x2)+parseInt(_0x3c4bdb(0x109))/0x3+parseInt(_0x3c4bdb(0x111))/0x4+parseInt(_0x3c4bdb(0x115))/0x5+-parseInt(_0x3c4bdb(0x116))/0x6*(parseInt(_0x3c4bdb(0x107))/0x7)+-parseInt(_0x3c4bdb(0x114))/0x8*(parseInt(_0x3c4bdb(0x110))/0x9)+parseInt(_0x3c4bdb(0x105))/0xa*(parseInt(_0x3c4bdb(0x108))/0xb);if(_0x5950fc===_0x53dd5c)break;else _0x121dac['push'](_0x121dac['shift']());}catch(_0x1a9ad5){_0x121dac['push'](_0x121dac['shift']());}}}(_0x52f9,0xee919));import{logError}from'@/common/utils/log';import{RequestUtil}from'@/common/utils/request';class RkeyManager{[_0x1dcf87(0x10b)]='';[_0x1dcf87(0x104)]={'group_rkey':'','private_rkey':'','expired_time':0x0};constructor(_0x202626){const _0x3ee07d=_0x1dcf87;this[_0x3ee07d(0x10b)]=_0x202626;}async[_0x1dcf87(0x10a)](){const _0x3d7c7f=_0x1dcf87,_0x3f0ae9={'TZOgb':function(_0x473ff4,_0x210f41,_0x521abd){return _0x473ff4(_0x210f41,_0x521abd);}};if(this[_0x3d7c7f(0x117)]())try{await this[_0x3d7c7f(0x112)]();}catch(_0x38ef37){_0x3f0ae9['TZOgb'](logError,_0x3d7c7f(0x10e),_0x38ef37);}return this['rkeyData'];}[_0x1dcf87(0x117)](){const _0xbe5d70=new Date()['getTime']()/0x3e8;return _0xbe5d70>this['rkeyData']['expired_time'];}async[_0x1dcf87(0x112)](){const _0x32f9f0=_0x1dcf87,_0x5d1d79={'rDGIG':'GET'};this['rkeyData']=await RequestUtil[_0x32f9f0(0x10f)](this['serverUrl'],_0x5d1d79[_0x32f9f0(0x113)]);}}function _0x52f9(){const _0x23c069=['16bPOzqP','获取rkey失败','HttpGetJson','171qAvkNy','1388972epivdq','refreshRkey','rDGIG','15704iwcZeA','842670BRxoDp','4085808dnmIlv','isExpired','rkeyData','930CHiFcu','http://napcat-sign.wumiao.wang:2082/rkey','7wPkQcw','126181WDbEfV','2921178kWoNUP','getRkey','serverUrl','107608hHbavw'];_0x52f9=function(){return _0x23c069;};return _0x52f9();}export const rkeyManager=new RkeyManager(_0x1dcf87(0x106));
const _0x14f65c=_0x4572;(function(_0x4285cf,_0x175762){const _0x3bcdcb=_0x4572,_0x34ce24=_0x4285cf();while(!![]){try{const _0x27f4e6=parseInt(_0x3bcdcb(0xe0))/0x1*(parseInt(_0x3bcdcb(0xed))/0x2)+-parseInt(_0x3bcdcb(0xf0))/0x3+parseInt(_0x3bcdcb(0xf4))/0x4*(parseInt(_0x3bcdcb(0xe5))/0x5)+parseInt(_0x3bcdcb(0xf2))/0x6+parseInt(_0x3bcdcb(0xe2))/0x7*(-parseInt(_0x3bcdcb(0xee))/0x8)+-parseInt(_0x3bcdcb(0xeb))/0x9*(-parseInt(_0x3bcdcb(0xef))/0xa)+parseInt(_0x3bcdcb(0xe3))/0xb;if(_0x27f4e6===_0x175762)break;else _0x34ce24['push'](_0x34ce24['shift']());}catch(_0x3cedaa){_0x34ce24['push'](_0x34ce24['shift']());}}}(_0x4496,0xd14e5));import{logError}from'@/common/utils/log';function _0x4496(){const _0x3e85c5=['740QQBarM','5083191IcpbnX','GET','4315842cqWaAb','FhGaF','127388dByChP','659645HvFoXF','getTime','7110985KAjbGB','22637483tUKjom','rkeyData','10MMrawO','serverUrl','获取rkey失败','refreshRkey','isExpired','expired_time','8145eBMGLa','HttpGetJson','2bsnvtt','8BjsUdP'];_0x4496=function(){return _0x3e85c5;};return _0x4496();}function _0x4572(_0x1a9215,_0xbd709a){const _0x449689=_0x4496();return _0x4572=function(_0x4572c2,_0x3c1338){_0x4572c2=_0x4572c2-0xe0;let _0x57c610=_0x449689[_0x4572c2];return _0x57c610;},_0x4572(_0x1a9215,_0xbd709a);}import{RequestUtil}from'@/common/utils/request';class RkeyManager{[_0x14f65c(0xe6)]='';['rkeyData']={'group_rkey':'','private_rkey':'','expired_time':0x0};constructor(_0x545b56){this['serverUrl']=_0x545b56;}async['getRkey'](){const _0x2839e0=_0x14f65c;if(this[_0x2839e0(0xe9)]())try{await this['refreshRkey']();}catch(_0x4d0028){logError(_0x2839e0(0xe7),_0x4d0028);}return this[_0x2839e0(0xe4)];}[_0x14f65c(0xe9)](){const _0x88cc5f=_0x14f65c,_0x385f2f={'FhGaF':function(_0x5048ce,_0x1ad4b4){return _0x5048ce/_0x1ad4b4;},'pDDEI':function(_0x24304a,_0x13833e){return _0x24304a>_0x13833e;}},_0x317d9a=_0x385f2f[_0x88cc5f(0xf3)](new Date()[_0x88cc5f(0xe1)](),0x3e8);return _0x385f2f['pDDEI'](_0x317d9a,this['rkeyData'][_0x88cc5f(0xea)]);}async[_0x14f65c(0xe8)](){const _0x1882f3=_0x14f65c,_0x8864ab={'szmRU':_0x1882f3(0xf1)};this[_0x1882f3(0xe4)]=await RequestUtil[_0x1882f3(0xec)](this[_0x1882f3(0xe6)],_0x8864ab['szmRU']);}}export const rkeyManager=new RkeyManager('http://napcat-sign.wumiao.wang:2082/rkey');

View File

@ -1 +1 @@
const _0x44f91b=_0xd1a9;(function(_0x22771e,_0x52644d){const _0x4afa99=_0xd1a9,_0x28a8e7=_0x22771e();while(!![]){try{const _0x2bbc2e=parseInt(_0x4afa99(0xa6))/0x1+-parseInt(_0x4afa99(0xa0))/0x2*(-parseInt(_0x4afa99(0xad))/0x3)+parseInt(_0x4afa99(0xa2))/0x4*(parseInt(_0x4afa99(0x9f))/0x5)+parseInt(_0x4afa99(0xa9))/0x6+parseInt(_0x4afa99(0xb0))/0x7*(parseInt(_0x4afa99(0xa5))/0x8)+-parseInt(_0x4afa99(0x9e))/0x9*(-parseInt(_0x4afa99(0xb1))/0xa)+-parseInt(_0x4afa99(0xaf))/0xb;if(_0x2bbc2e===_0x52644d)break;else _0x28a8e7['push'](_0x28a8e7['shift']());}catch(_0x2e92c4){_0x28a8e7['push'](_0x28a8e7['shift']());}}}(_0x2d28,0xd692d));import _0x4aa189 from'node:path';import _0x391635 from'node:fs';import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';function _0x2d28(){const _0xa51e27=['2872bmukcy','73083KvhdaU','url','\x0amodule.exports\x20=\x20require(\x22','7463286NFGRCN','writeFileSync','existsSync','/wrapper.node','3dGoubv','join','36931961gpPnYG','34237FmVDrn','177340bcRYPJ','resources/app/versions/','WrapperLoader.cjs','replace','file://','execPath','99SKuEFZ','80zvwtnf','70442ShcTtS','resolve','233304eEfCJv','dirname','curVersion'];_0x2d28=function(){return _0xa51e27;};return _0x2d28();}import{dirname}from'node:path';import{fileURLToPath}from'node:url';const __filename=fileURLToPath(import.meta[_0x44f91b(0xa7)]),__dirname=dirname(__filename);let wrapperNodePath=_0x4aa189[_0x44f91b(0xa1)](_0x4aa189['dirname'](process[_0x44f91b(0x9d)]),'./resources/app/wrapper.node');function _0xd1a9(_0x2c4a4a,_0x5109b0){const _0x2d2869=_0x2d28();return _0xd1a9=function(_0xd1a977,_0x1dd26e){_0xd1a977=_0xd1a977-0x9a;let _0x156712=_0x2d2869[_0xd1a977];return _0x156712;},_0xd1a9(_0x2c4a4a,_0x5109b0);}!_0x391635[_0x44f91b(0xab)](wrapperNodePath)&&(wrapperNodePath=_0x4aa189[_0x44f91b(0xae)](_0x4aa189[_0x44f91b(0xa3)](process['execPath']),_0x44f91b(0xb2)+qqVersionConfigInfo[_0x44f91b(0xa4)]+_0x44f91b(0xac)));let WrapperLoader=_0x4aa189[_0x44f91b(0xae)](__dirname,_0x44f91b(0x9a));_0x391635[_0x44f91b(0xaa)](WrapperLoader,_0x44f91b(0xa8)+wrapperNodePath[_0x44f91b(0x9b)](/\\/g,'\x5c\x5c')+'\x22);\x0aexports\x20=\x20module.exports;\x0a');const QQWrapper=(await import(_0x44f91b(0x9c)+WrapperLoader))['default'];export default QQWrapper;
const _0x87cdd8=_0x4e3a;(function(_0x55d096,_0x4234a6){const _0x5c69dc=_0x4e3a,_0x1fc563=_0x55d096();while(!![]){try{const _0x59d603=-parseInt(_0x5c69dc(0x9b))/0x1*(-parseInt(_0x5c69dc(0xa6))/0x2)+-parseInt(_0x5c69dc(0xa3))/0x3+-parseInt(_0x5c69dc(0xb2))/0x4+parseInt(_0x5c69dc(0xa5))/0x5+parseInt(_0x5c69dc(0xa9))/0x6*(-parseInt(_0x5c69dc(0xa7))/0x7)+parseInt(_0x5c69dc(0xa0))/0x8*(-parseInt(_0x5c69dc(0xa2))/0x9)+-parseInt(_0x5c69dc(0xa4))/0xa*(-parseInt(_0x5c69dc(0xad))/0xb);if(_0x59d603===_0x4234a6)break;else _0x1fc563['push'](_0x1fc563['shift']());}catch(_0x4a746b){_0x1fc563['push'](_0x1fc563['shift']());}}}(_0x6a37,0x3c33f));import _0x14950a from'node:path';import _0x1478e9 from'node:fs';import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{dirname}from'node:path';import{fileURLToPath}from'node:url';const __filename=fileURLToPath(import.meta[_0x87cdd8(0x99)]),__dirname=dirname(__filename);let wrapperNodePath=_0x14950a[_0x87cdd8(0xaf)](_0x14950a['dirname'](process['execPath']),_0x87cdd8(0xb1));!_0x1478e9[_0x87cdd8(0x9e)](wrapperNodePath)&&(wrapperNodePath=_0x14950a[_0x87cdd8(0x9c)](_0x14950a[_0x87cdd8(0xa1)](process[_0x87cdd8(0x9f)]),_0x87cdd8(0x9a)+qqVersionConfigInfo[_0x87cdd8(0xab)]+_0x87cdd8(0xac)));let WrapperLoader=_0x14950a[_0x87cdd8(0x9c)](__dirname,_0x87cdd8(0xae));function _0x4e3a(_0x131a28,_0x49ca78){const _0x6a376a=_0x6a37();return _0x4e3a=function(_0x4e3a24,_0x313ef5){_0x4e3a24=_0x4e3a24-0x98;let _0x385880=_0x6a376a[_0x4e3a24];return _0x385880;},_0x4e3a(_0x131a28,_0x49ca78);}_0x1478e9[_0x87cdd8(0x98)](WrapperLoader,_0x87cdd8(0x9d)+wrapperNodePath['replace'](/\\/g,'\x5c\x5c')+_0x87cdd8(0xb0));const QQWrapper=(await import(_0x87cdd8(0xaa)+WrapperLoader))[_0x87cdd8(0xa8)];function _0x6a37(){const _0x195067=['2221450mhFfmw','888305lgPkGi','12ViqEWL','110859XwgeNZ','default','138WoXMyJ','file://','curVersion','/wrapper.node','55vNhMFS','WrapperLoader.cjs','resolve','\x22);\x0aexports\x20=\x20module.exports;\x0a','./resources/app/wrapper.node','830056WxVHKM','writeFileSync','url','resources/app/versions/','45292BPuUVy','join','\x0amodule.exports\x20=\x20require(\x22','existsSync','execPath','40VMlipH','dirname','734661SFybeD','1000911KDsCQh'];_0x6a37=function(){return _0x195067;};return _0x6a37();}export default QQWrapper;