This commit is contained in:
手瓜一十雪
2024-04-28 18:42:04 +08:00
parent 36e1317792
commit 93ab9d12ee
95 changed files with 208 additions and 167 deletions

View File

@@ -3,8 +3,8 @@
3. 支持了好友添加上报事件 - 新增 Event: AddFriend
4. 重构了商城表情URL拼接 - 重构 API: /
5. 重构了Core日志与服务调用部分 - 重构 SYS: Log
6. 适配最新版Win 9.9.9 23159 提升了兼容性 - 修复 SYS: Listener
7. 表情回应api和上报 - 新增 Event/API
6. 适配最新版Win 9.9.9 23159 提升了兼容性 - 修复 SYS: Listener Proxy
7. 新增表情回应api和上报 - 新增 Event/API
8. 支持获取Cookies 实现更加稳定 - 新增 API: /get_cookies
9. 新增wsHost和httpHost配置 - 新增 CONFIG: New
10. 新增获取官方Bot账号范围 - 新增 API: /get_robot_uin_range

View File

@@ -1,57 +1,57 @@
const https = require('node:https');
export async function HttpGetWithCookies(url: string): Promise<Map<string, string>> {
return new Promise((resolve, reject) => {
let result: Map<string, string> = new Map<string, string>();
const req = https.get(url, (res: any) => {
res.on('data', (data: any) => {
});
res.on('end', () => {
try {
const responseCookies = res.headers['set-cookie'];
for (const line of responseCookies) {
const parts = line.split(';');
const [key, value] = parts[0].split('=');
result.set(key, value);
}
} catch (e) {
}
resolve(result);
return new Promise((resolve, reject) => {
const result: Map<string, string> = new Map<string, string>();
const req = https.get(url, (res: any) => {
res.on('data', (data: any) => {
});
res.on('end', () => {
try {
const responseCookies = res.headers['set-cookie'];
for (const line of responseCookies) {
const parts = line.split(';');
const [key, value] = parts[0].split('=');
result.set(key, value);
}
} catch (e) {
}
resolve(result);
});
});
req.on('error', (error: any) => {
resolve(result);
// console.log(error)
})
req.end()
})
});
});
req.on('error', (error: any) => {
resolve(result);
// console.log(error)
});
req.end();
});
}
export async function HttpPostCookies(url: string): Promise<Map<string, string>> {
return new Promise((resolve, reject) => {
let result: Map<string, string> = new Map<string, string>();
const req = https.get(url, (res: any) => {
res.on('data', (data: any) => {
});
res.on('end', () => {
try {
const responseCookies = res.headers['set-cookie'];
for (const line of responseCookies) {
const parts = line.split(';');
const [key, value] = parts[0].split('=');
result.set(key, value);
}
} catch (e) {
}
resolve(result);
return new Promise((resolve, reject) => {
const result: Map<string, string> = new Map<string, string>();
const req = https.get(url, (res: any) => {
res.on('data', (data: any) => {
});
res.on('end', () => {
try {
const responseCookies = res.headers['set-cookie'];
for (const line of responseCookies) {
const parts = line.split(';');
const [key, value] = parts[0].split('=');
result.set(key, value);
}
} catch (e) {
}
resolve(result);
});
});
req.on('error', (error: any) => {
resolve(result);
// console.log(error)
})
req.end()
})
});
});
req.on('error', (error: any) => {
resolve(result);
// console.log(error)
});
req.end();
});
}

View File

@@ -1 +1 @@
var _0x459d55=_0x105a;function _0x27c8(){var _0x3386a4=['71718rNrpLw','25xUWBau','40QBbxfs','getGroupCode','5950RAobEv','76xSVvRO','1472Zmpvsp','onMSFSsoError','1433538JnYfJU','9564830cIepWz','632595BFOutX','340382qNpkRY','onMSFStatusChange'];_0x27c8=function(){return _0x3386a4;};return _0x27c8();}(function(_0x7eac99,_0x361b46){var _0x46484e=_0x105a,_0x36bdbe=_0x7eac99();while(!![]){try{var _0x4a6146=-parseInt(_0x46484e(0xe3))/0x1*(parseInt(_0x46484e(0xe4))/0x2)+-parseInt(_0x46484e(0xe9))/0x3+-parseInt(_0x46484e(0xe5))/0x4*(parseInt(_0x46484e(0xe0))/0x5)+parseInt(_0x46484e(0xec))/0x6+-parseInt(_0x46484e(0xea))/0x7*(parseInt(_0x46484e(0xe1))/0x8)+-parseInt(_0x46484e(0xe7))/0x9+parseInt(_0x46484e(0xe8))/0xa;if(_0x4a6146===_0x361b46)break;else _0x36bdbe['push'](_0x36bdbe['shift']());}catch(_0x4bc93b){_0x36bdbe['push'](_0x36bdbe['shift']());}}}(_0x27c8,0x1f0f3));function _0x105a(_0x51d6d7,_0x5e6999){var _0x27c85c=_0x27c8();return _0x105a=function(_0x105a36,_0x5803c2){_0x105a36=_0x105a36-0xe0;var _0x549045=_0x27c85c[_0x105a36];return _0x549045;},_0x105a(_0x51d6d7,_0x5e6999);}export class DependsAdapter{[_0x459d55(0xeb)](_0x4c712e){}[_0x459d55(0xe6)](_0x544c85){}[_0x459d55(0xe2)](_0x4adb24){}}
(function(_0x261883,_0x2c561c){var _0x527c26=_0x3123,_0x2d6f1a=_0x261883();while(!![]){try{var _0x26c784=parseInt(_0x527c26(0xf3))/0x1*(-parseInt(_0x527c26(0xee))/0x2)+-parseInt(_0x527c26(0xf0))/0x3*(parseInt(_0x527c26(0xf4))/0x4)+parseInt(_0x527c26(0xed))/0x5+parseInt(_0x527c26(0xf1))/0x6+parseInt(_0x527c26(0xf7))/0x7*(parseInt(_0x527c26(0xf2))/0x8)+parseInt(_0x527c26(0xf6))/0x9*(-parseInt(_0x527c26(0xec))/0xa)+parseInt(_0x527c26(0xef))/0xb*(parseInt(_0x527c26(0xf5))/0xc);if(_0x26c784===_0x2c561c)break;else _0x2d6f1a['push'](_0x2d6f1a['shift']());}catch(_0x4d9a52){_0x2d6f1a['push'](_0x2d6f1a['shift']());}}}(_0x5df9,0x616d4));function _0x3123(_0x5f00fd,_0xd400f9){var _0x5df96f=_0x5df9();return _0x3123=function(_0x312305,_0xad400a){_0x312305=_0x312305-0xec;var _0x25515b=_0x5df96f[_0x312305];return _0x25515b;},_0x3123(_0x5f00fd,_0xd400f9);}function _0x5df9(){var _0x4766ba=['18Wkguhr','5222084fiZpAT','1205870rGxbun','2146645SkYngq','276ZpUfwb','506qKRatK','137886HvzkXI','2443602ZfmBwE','8NtNRPI','4221GiFKoI','32pAwtzo','2040DUrWlZ'];_0x5df9=function(){return _0x4766ba;};return _0x5df9();}export class DependsAdapter{['onMSFStatusChange'](_0x351fd4){}['onMSFSsoError'](_0x28b634){}['getGroupCode'](_0x2c7f11){}}

View File

@@ -1 +1 @@
var _0x14752d=_0x32f7;function _0x32f7(_0x1b09e9,_0x25ccd0){var _0x3f2dd3=_0x3f2d();return _0x32f7=function(_0x32f73f,_0x590f9e){_0x32f73f=_0x32f73f-0xe3;var _0x5ae123=_0x3f2dd3[_0x32f73f];return _0x5ae123;},_0x32f7(_0x1b09e9,_0x25ccd0);}function _0x3f2d(){var _0x44366b=['705786XOrzis','11998gUJdTe','472428cHXrfv','549300IPmlqr','78945GtSoCQ','144890NsDDnT','99HbHWjB','274565mcEeHU','dispatchCallWithJson','2104OLkBgK','dispatchRequest','279naLfPV','4bMTTGl','18ujzyKE'];_0x3f2d=function(){return _0x44366b;};return _0x3f2d();}(function(_0x11558c,_0x24a00f){var _0x532c4a=_0x32f7,_0x2cc984=_0x11558c();while(!![]){try{var _0x5d7f6c=parseInt(_0x532c4a(0xf0))/0x1+-parseInt(_0x532c4a(0xef))/0x2+-parseInt(_0x532c4a(0xec))/0x3*(parseInt(_0x532c4a(0xea))/0x4)+-parseInt(_0x532c4a(0xe5))/0x5*(-parseInt(_0x532c4a(0xeb))/0x6)+-parseInt(_0x532c4a(0xed))/0x7*(-parseInt(_0x532c4a(0xe7))/0x8)+parseInt(_0x532c4a(0xe9))/0x9*(parseInt(_0x532c4a(0xe3))/0xa)+-parseInt(_0x532c4a(0xe4))/0xb*(parseInt(_0x532c4a(0xee))/0xc);if(_0x5d7f6c===_0x24a00f)break;else _0x2cc984['push'](_0x2cc984['shift']());}catch(_0x5a8610){_0x2cc984['push'](_0x2cc984['shift']());}}}(_0x3f2d,0x44360));export class DispatcherAdapter{[_0x14752d(0xe8)](_0x58c95a){}['dispatchCall'](_0x2c8332){}[_0x14752d(0xe6)](_0x52c08b){}}
var _0x22a2a9=_0x313f;(function(_0x455746,_0x5dc069){var _0x480300=_0x313f,_0x4b3e4e=_0x455746();while(!![]){try{var _0x4c685e=-parseInt(_0x480300(0x131))/0x1+-parseInt(_0x480300(0x139))/0x2*(parseInt(_0x480300(0x132))/0x3)+-parseInt(_0x480300(0x133))/0x4+-parseInt(_0x480300(0x136))/0x5+parseInt(_0x480300(0x137))/0x6+parseInt(_0x480300(0x130))/0x7*(-parseInt(_0x480300(0x12f))/0x8)+-parseInt(_0x480300(0x134))/0x9*(-parseInt(_0x480300(0x138))/0xa);if(_0x4c685e===_0x5dc069)break;else _0x4b3e4e['push'](_0x4b3e4e['shift']());}catch(_0x4e5fda){_0x4b3e4e['push'](_0x4b3e4e['shift']());}}}(_0x57ef,0x1a5f4));export class DispatcherAdapter{[_0x22a2a9(0x135)](_0x408b21){}['dispatchCall'](_0x4079d7){}['dispatchCallWithJson'](_0x2dae4a){}}function _0x313f(_0x223f00,_0x220c90){var _0x57ef2f=_0x57ef();return _0x313f=function(_0x313fc9,_0x51933f){_0x313fc9=_0x313fc9-0x12f;var _0x2e2667=_0x57ef2f[_0x313fc9];return _0x2e2667;},_0x313f(_0x223f00,_0x220c90);}function _0x57ef(){var _0x156080=['240koqwKd','2Xichwm','161656LMRlYg','21qgrRqq','35035LDySUq','2661ltpcke','852620ybCngw','176805EGKuvY','dispatchRequest','802090UcJxmd','639936jAhBgW'];_0x57ef=function(){return _0x156080;};return _0x57ef();}

View File

@@ -1 +1 @@
var _0x4560f4=_0x4311;function _0x4311(_0x357886,_0x96c2f0){var _0x1350ac=_0x1350();return _0x4311=function(_0x431159,_0x4e5a1f){_0x431159=_0x431159-0x139;var _0x8d6b9a=_0x1350ac[_0x431159];return _0x8d6b9a;},_0x4311(_0x357886,_0x96c2f0);}(function(_0x4491c2,_0x1c533f){var _0x125ca4=_0x4311,_0x3f6b7b=_0x4491c2();while(!![]){try{var _0x5c3526=-parseInt(_0x125ca4(0x13b))/0x1*(-parseInt(_0x125ca4(0x142))/0x2)+parseInt(_0x125ca4(0x141))/0x3+parseInt(_0x125ca4(0x140))/0x4*(parseInt(_0x125ca4(0x146))/0x5)+-parseInt(_0x125ca4(0x144))/0x6+parseInt(_0x125ca4(0x13e))/0x7+-parseInt(_0x125ca4(0x148))/0x8*(-parseInt(_0x125ca4(0x13f))/0x9)+-parseInt(_0x125ca4(0x139))/0xa*(parseInt(_0x125ca4(0x13a))/0xb);if(_0x5c3526===_0x1c533f)break;else _0x3f6b7b['push'](_0x3f6b7b['shift']());}catch(_0x28faad){_0x3f6b7b['push'](_0x3f6b7b['shift']());}}}(_0x1350,0x7f311));export class GlobalAdapter{[_0x4560f4(0x143)](..._0x5b2fac){}[_0x4560f4(0x13d)](..._0x3fab97){}[_0x4560f4(0x13c)](..._0x4ac945){}[_0x4560f4(0x145)](..._0x531ac0){}['getAppSetting'](..._0x407f8e){}[_0x4560f4(0x147)](..._0x4a7598){}[_0x4560f4(0x14a)](..._0x4e0f39){}[_0x4560f4(0x149)](..._0x262cc1){}}function _0x1350(){var _0x4534bd=['4LCYQfN','onLog','3036762kmBpKb','fixPicImgType','25toQtRb','onInstallFinished','1526680xuiXad','onGetOfflineMsg','onUpdateGeneralFlag','2230tyYJBc','116215OFovEC','484238iOEeFc','onShowErrUITips','onGetSrvCalTime','1998444FzQLpm','18HcFPcs','803700lISFSQ','2228508bBFbbA'];_0x1350=function(){return _0x4534bd;};return _0x1350();}
function _0x4b8a(_0x20e059,_0x24fc46){var _0x297b76=_0x297b();return _0x4b8a=function(_0x4b8afa,_0x2213b1){_0x4b8afa=_0x4b8afa-0x146;var _0x231012=_0x297b76[_0x4b8afa];return _0x231012;},_0x4b8a(_0x20e059,_0x24fc46);}var _0x5ec30f=_0x4b8a;function _0x297b(){var _0x26cca7=['1608jPIWAE','781876niFJkF','626398RHNYDq','2989560Rqthml','4hdBmqS','onShowErrUITips','206433dMgTDH','3452465JjPFRf','onGetOfflineMsg','onLog','onInstallFinished','3458LLDcQo','2218584EIeRjy','getAppSetting','1490jFQndc'];_0x297b=function(){return _0x26cca7;};return _0x297b();}(function(_0x38bd42,_0x133df5){var _0x1f8faf=_0x4b8a,_0x52040d=_0x38bd42();while(!![]){try{var _0x172231=-parseInt(_0x1f8faf(0x14a))/0x1+-parseInt(_0x1f8faf(0x149))/0x2+-parseInt(_0x1f8faf(0x154))/0x3+parseInt(_0x1f8faf(0x14c))/0x4*(-parseInt(_0x1f8faf(0x14f))/0x5)+-parseInt(_0x1f8faf(0x14b))/0x6+-parseInt(_0x1f8faf(0x153))/0x7*(parseInt(_0x1f8faf(0x148))/0x8)+-parseInt(_0x1f8faf(0x14e))/0x9*(-parseInt(_0x1f8faf(0x147))/0xa);if(_0x172231===_0x133df5)break;else _0x52040d['push'](_0x52040d['shift']());}catch(_0x557325){_0x52040d['push'](_0x52040d['shift']());}}}(_0x297b,0x5afde));export class GlobalAdapter{[_0x5ec30f(0x151)](..._0x4c8cda){}['onGetSrvCalTime'](..._0x6158be){}[_0x5ec30f(0x14d)](..._0x3fe7ea){}['fixPicImgType'](..._0x9fa0e1){}[_0x5ec30f(0x146)](..._0x55ea37){}[_0x5ec30f(0x152)](..._0x3cc762){}['onUpdateGeneralFlag'](..._0xf70f8){}[_0x5ec30f(0x150)](..._0x4b570d){}}

View File

@@ -1 +1 @@
(function(_0x465587,_0x40cdcc){var _0x28a317=_0x2840,_0x5238e5=_0x465587();while(!![]){try{var _0x53474d=parseInt(_0x28a317(0x18f))/0x1*(parseInt(_0x28a317(0x191))/0x2)+-parseInt(_0x28a317(0x18a))/0x3*(-parseInt(_0x28a317(0x18e))/0x4)+parseInt(_0x28a317(0x190))/0x5+parseInt(_0x28a317(0x189))/0x6*(-parseInt(_0x28a317(0x18b))/0x7)+parseInt(_0x28a317(0x18d))/0x8+-parseInt(_0x28a317(0x192))/0x9+-parseInt(_0x28a317(0x18c))/0xa;if(_0x53474d===_0x40cdcc)break;else _0x5238e5['push'](_0x5238e5['shift']());}catch(_0x42c375){_0x5238e5['push'](_0x5238e5['shift']());}}}(_0x2180,0x9c543));function _0x2840(_0x38918c,_0x2d17b1){var _0x21801a=_0x2180();return _0x2840=function(_0x284023,_0x38d06a){_0x284023=_0x284023-0x189;var _0x1f00a2=_0x21801a[_0x284023];return _0x1f00a2;},_0x2840(_0x38918c,_0x2d17b1);}export*from'./NodeIDependsAdapter';export*from'./NodeIDispatcherAdapter';function _0x2180(){var _0x491756=['2413tizmjL','4644365pJvBwm','334OrYFHH','691308owkNnX','316182aCaCVl','48GplDzJ','49kfcduM','12387940oIbEbV','2183968ukTNBj','179992LqbQNi'];_0x2180=function(){return _0x491756;};return _0x2180();}export*from'./NodeIGlobalAdapter';
(function(_0x5acd03,_0x2fd108){var _0x548160=_0x1884,_0x24fcc4=_0x5acd03();while(!![]){try{var _0x4d2e53=parseInt(_0x548160(0x11c))/0x1*(parseInt(_0x548160(0x124))/0x2)+parseInt(_0x548160(0x11b))/0x3+parseInt(_0x548160(0x123))/0x4+parseInt(_0x548160(0x11d))/0x5*(parseInt(_0x548160(0x122))/0x6)+-parseInt(_0x548160(0x11e))/0x7+-parseInt(_0x548160(0x11f))/0x8*(-parseInt(_0x548160(0x121))/0x9)+parseInt(_0x548160(0x120))/0xa*(-parseInt(_0x548160(0x125))/0xb);if(_0x4d2e53===_0x2fd108)break;else _0x24fcc4['push'](_0x24fcc4['shift']());}catch(_0x3cea1c){_0x24fcc4['push'](_0x24fcc4['shift']());}}}(_0x4d8c,0x76532));export*from'./NodeIDependsAdapter';function _0x1884(_0x323e93,_0x5f11d7){var _0x4d8c3b=_0x4d8c();return _0x1884=function(_0x1884af,_0x11d731){_0x1884af=_0x1884af-0x11b;var _0x4bb2a8=_0x4d8c3b[_0x1884af];return _0x4bb2a8;},_0x1884(_0x323e93,_0x5f11d7);}export*from'./NodeIDispatcherAdapter';export*from'./NodeIGlobalAdapter';function _0x4d8c(){var _0xf95a35=['20UAFica','9TccyHA','66168dljdkN','3626888UyzsTb','2OBfqnQ','12254330BqKCTs','787659KFGOmH','544001ceBpiq','85prPIiI','68712RhThlW','6574256blXkXi'];_0x4d8c=function(){return _0xf95a35;};return _0x4d8c();}

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
import { FriendRequest } from '@/core/entities';
import { FriendRequest, User } from '@/core/entities';
export declare class NTQQFriendApi {
static getFriends(forced?: boolean): Promise<void>;
static getFriends(forced?: boolean): Promise<User[]>;
static handleFriendRequest(request: FriendRequest, accept: boolean): Promise<void>;
}

View File

@@ -1 +1 @@
function _0x34c2(){var _0x10f7a8=['3110318FVwzwh','17949700ujOARJ','friendUid','18616ojPGIi','264552WtzWHh','329HimxlB','1336QCYWhi','43353SLbClX','835yMDiTA','handleFriendRequest','5375013ctGDIb','reqTime','36042OAuwuF'];_0x34c2=function(){return _0x10f7a8;};return _0x34c2();}var _0x226678=_0x1a25;(function(_0x1b1697,_0x57867c){var _0x41bc9f=_0x1a25,_0x32b001=_0x1b1697();while(!![]){try{var _0x1fab6e=parseInt(_0x41bc9f(0xd0))/0x1+-parseInt(_0x41bc9f(0xcc))/0x2+parseInt(_0x41bc9f(0xd6))/0x3+-parseInt(_0x41bc9f(0xcf))/0x4*(parseInt(_0x41bc9f(0xd4))/0x5)+parseInt(_0x41bc9f(0xcb))/0x6*(parseInt(_0x41bc9f(0xd1))/0x7)+-parseInt(_0x41bc9f(0xd2))/0x8*(parseInt(_0x41bc9f(0xd3))/0x9)+parseInt(_0x41bc9f(0xcd))/0xa;if(_0x1fab6e===_0x57867c)break;else _0x32b001['push'](_0x32b001['shift']());}catch(_0x323221){_0x32b001['push'](_0x32b001['shift']());}}}(_0x34c2,0xf3562));import{napCatCore}from'@/core';function _0x1a25(_0x350abe,_0x40739f){var _0x34c2c2=_0x34c2();return _0x1a25=function(_0x1a2559,_0xb81553){_0x1a2559=_0x1a2559-0xca;var _0x5e0a8e=_0x34c2c2[_0x1a2559];return _0x5e0a8e;},_0x1a25(_0x350abe,_0x40739f);}export class NTQQFriendApi{static async['getFriends'](_0x220cef=![]){}static async[_0x226678(0xd5)](_0x27a379,_0x4f595c){var _0x376aed=_0x226678;napCatCore['session']['getBuddyService']()?.['approvalFriendRequest']({'friendUid':_0x27a379[_0x376aed(0xce)],'reqTime':_0x27a379[_0x376aed(0xca)],'accept':_0x4f595c});}}
const _0x1794be=_0xb0ef;(function(_0x1dd473,_0x30a5d7){const _0x5e127a=_0xb0ef,_0xa70655=_0x1dd473();while(!![]){try{const _0x31b048=parseInt(_0x5e127a(0x196))/0x1*(parseInt(_0x5e127a(0x182))/0x2)+-parseInt(_0x5e127a(0x191))/0x3+-parseInt(_0x5e127a(0x181))/0x4*(-parseInt(_0x5e127a(0x17d))/0x5)+-parseInt(_0x5e127a(0x194))/0x6*(parseInt(_0x5e127a(0x188))/0x7)+-parseInt(_0x5e127a(0x187))/0x8*(-parseInt(_0x5e127a(0x18f))/0x9)+parseInt(_0x5e127a(0x18a))/0xa*(-parseInt(_0x5e127a(0x17e))/0xb)+parseInt(_0x5e127a(0x17f))/0xc;if(_0x31b048===_0x30a5d7)break;else _0xa70655['push'](_0xa70655['shift']());}catch(_0x21b2ef){_0xa70655['push'](_0xa70655['shift']());}}}(_0x2514,0x6e409));import{BuddyListener,napCatCore}from'@/core';function _0x2514(){const _0x362e16=['6QYAtlo','removeKernelBuddyListener','372137UdqvoH','addListener','开始获取好友列表','15585cIjcSX','9592693tLjLcc','13531092ZyPotM','获取好友列表超时','736ROIFEM','2pJUTTu','session','uid','getBuddyService','onBuddyListChange','48nvYRzo','4018371TuLiSi','cJmIV','10WIMBCS','reqTime','handleFriendRequest','uin','XHEbY','195642hyIMeX','vPKEW','917925BKQIjQ','buddyList','getBuddyList'];_0x2514=function(){return _0x362e16;};return _0x2514();}import{logDebug}from'@/common/utils/log';function _0xb0ef(_0x25b0cc,_0x36f20e){const _0x2514d3=_0x2514();return _0xb0ef=function(_0xb0ef78,_0x376667){_0xb0ef78=_0xb0ef78-0x17b;let _0x2f9cec=_0x2514d3[_0xb0ef78];return _0x2f9cec;},_0xb0ef(_0x25b0cc,_0x36f20e);}import{uid2UinMap}from'@/core/data';export class NTQQFriendApi{static async['getFriends'](_0x1c5a3e=![]){const _0x2149f1=_0xb0ef,_0x58c726={'cJmIV':function(_0x3ba713,_0x57868d){return _0x3ba713(_0x57868d);},'XHEbY':_0x2149f1(0x180),'vPKEW':'获取好友列表完成','kdfBF':function(_0x41ac8c,_0x3895cf,_0x5db7aa){return _0x41ac8c(_0x3895cf,_0x5db7aa);},'WyaUw':_0x2149f1(0x17c)};return new Promise((_0x4872ee,_0x336922)=>{const _0x11cad1=_0x2149f1;let _0x5c54a3=![];setTimeout(()=>{const _0x32c9c2=_0xb0ef;!_0x5c54a3&&(_0x58c726[_0x32c9c2(0x189)](logDebug,_0x58c726[_0x32c9c2(0x18e)]),napCatCore['session']['getBuddyService']()[_0x32c9c2(0x195)](_0x2aa6b7),_0x58c726[_0x32c9c2(0x189)](_0x336922,_0x58c726[_0x32c9c2(0x18e)]));},0x1388);const _0x5485bb=new BuddyListener(),_0x1576f7=[];_0x5485bb[_0x11cad1(0x186)]=_0x20fb0a=>{const _0x40778d=_0x11cad1;for(const _0x2ec1a9 of _0x20fb0a){for(const _0x5c9e3c of _0x2ec1a9[_0x40778d(0x192)]){_0x1576f7['push'](_0x5c9e3c),uid2UinMap[_0x5c9e3c[_0x40778d(0x184)]]=_0x5c9e3c[_0x40778d(0x18d)];}}_0x5c54a3=!![],napCatCore[_0x40778d(0x183)][_0x40778d(0x185)]()[_0x40778d(0x195)](_0x2aa6b7),logDebug(_0x58c726[_0x40778d(0x190)],_0x1576f7),_0x58c726[_0x40778d(0x189)](_0x4872ee,_0x1576f7);};const _0x2aa6b7=napCatCore[_0x11cad1(0x17b)](_0x5485bb);napCatCore[_0x11cad1(0x183)][_0x11cad1(0x185)]()[_0x11cad1(0x193)](_0x1c5a3e)['then'](_0x447bc9=>{_0x58c726['kdfBF'](logDebug,_0x58c726['WyaUw'],_0x447bc9);});});}static async[_0x1794be(0x18c)](_0x2a47ab,_0x171d30){const _0x35ea18=_0x1794be;napCatCore[_0x35ea18(0x183)]['getBuddyService']()?.['approvalFriendRequest']({'friendUid':_0x2a47ab['friendUid'],'reqTime':_0x2a47ab[_0x35ea18(0x18b)],'accept':_0x171d30});}}

View File

@@ -1,7 +1,7 @@
import { GroupMember, GroupRequestOperateTypes, GroupMemberRole, GroupNotify, Group } from '../entities';
export declare class NTQQGroupApi {
static getGroups(forced?: boolean): Promise<Group[]>;
static getGroupMembers(groupQQ: string, num?: number): Promise<void | GroupMember[]>;
static getGroupMembers(groupQQ: string, num?: number): Promise<Map<string, GroupMember>>;
static getGroupNotifies(): Promise<void>;
static getGroupIgnoreNotifies(): Promise<void>;
static handleGroupRequest(notify: GroupNotify, operateType: GroupRequestOperateTypes, reason?: string): Promise<void>;

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
function _0x34d9(_0x1ba3ea,_0x5d0f9f){var _0x5bff9b=_0x5bff();return _0x34d9=function(_0x34d944,_0x5754e4){_0x34d944=_0x34d944-0x19b;var _0x13297c=_0x5bff9b[_0x34d944];return _0x13297c;},_0x34d9(_0x1ba3ea,_0x5d0f9f);}function _0x5bff(){var _0x5ee616=['1200820RbGpDW','4274TiolcZ','36VPFEBS','797232aSuGQT','8rlOVwA','181Nvhrxq','11tEJOSk','2309083cQrQAs','2581065wWJTqn','39513DXCGrU','1883990lvXhsd'];_0x5bff=function(){return _0x5ee616;};return _0x5bff();}(function(_0x4141cf,_0x2b673d){var _0x4dff6e=_0x34d9,_0x4c4fa0=_0x4141cf();while(!![]){try{var _0x42b568=parseInt(_0x4dff6e(0x19e))/0x1*(-parseInt(_0x4dff6e(0x1a5))/0x2)+parseInt(_0x4dff6e(0x1a2))/0x3*(parseInt(_0x4dff6e(0x19b))/0x4)+-parseInt(_0x4dff6e(0x1a3))/0x5+parseInt(_0x4dff6e(0x19c))/0x6+parseInt(_0x4dff6e(0x1a0))/0x7*(parseInt(_0x4dff6e(0x19d))/0x8)+parseInt(_0x4dff6e(0x1a1))/0x9+-parseInt(_0x4dff6e(0x1a4))/0xa*(-parseInt(_0x4dff6e(0x19f))/0xb);if(_0x42b568===_0x2b673d)break;else _0x4c4fa0['push'](_0x4c4fa0['shift']());}catch(_0x4f82d4){_0x4c4fa0['push'](_0x4c4fa0['shift']());}}}(_0x5bff,0x36d28));export*from'./file';export*from'./friend';export*from'./group';export*from'./msg';export*from'./user';export*from'./webapi';export*from'./window';
function _0x1e2f(){var _0x359199=['13700BrsHQg','5855318ucqzSQ','1376040DlkQwx','4310XtiPOK','9tVYKvW','8470768UUQJIH','836998VHtxkb','186cJgQxo','16235090pGrUqV','6378dkkaXW'];_0x1e2f=function(){return _0x359199;};return _0x1e2f();}(function(_0x3ee076,_0x289bde){var _0x543727=_0x2f39,_0x3626f5=_0x3ee076();while(!![]){try{var _0x356bc6=parseInt(_0x543727(0x1be))/0x1+parseInt(_0x543727(0x1b8))/0x2+parseInt(_0x543727(0x1b9))/0x3*(parseInt(_0x543727(0x1bc))/0x4)+-parseInt(_0x543727(0x1bf))/0x5*(parseInt(_0x543727(0x1bb))/0x6)+-parseInt(_0x543727(0x1bd))/0x7+parseInt(_0x543727(0x1b7))/0x8*(-parseInt(_0x543727(0x1c0))/0x9)+parseInt(_0x543727(0x1ba))/0xa;if(_0x356bc6===_0x289bde)break;else _0x3626f5['push'](_0x3626f5['shift']());}catch(_0x24a847){_0x3626f5['push'](_0x3626f5['shift']());}}}(_0x1e2f,0xc7e54));export*from'./file';export*from'./friend';export*from'./group';export*from'./msg';function _0x2f39(_0x24bab6,_0x4a94b9){var _0x1e2f41=_0x1e2f();return _0x2f39=function(_0x2f3927,_0xf807dd){_0x2f3927=_0x2f3927-0x1b7;var _0x39aa0b=_0x1e2f41[_0x2f3927];return _0x39aa0b;},_0x2f39(_0x24bab6,_0x4a94b9);}export*from'./user';export*from'./webapi';export*from'./window';

View File

@@ -1,6 +1,7 @@
import { Peer, RawMessage, SendMessageElement } from '@/core/entities';
import { GeneralCallResult } from '@/core/services/common';
export declare class NTQQMsgApi {
static setEmojiLike(peer: Peer, msgSeq: string, emojiId: string, set?: boolean): Promise<unknown>;
static getMultiMsg(peer: Peer, rootMsgId: string, parentMsgId: string): Promise<GeneralCallResult & {
msgList: RawMessage[];
} | undefined>;

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,7 @@
import { User } from '@/core/entities';
import { GeneralCallResult } from '@/core';
export declare class NTQQUserApi {
static setSelfOnlineStatus(status: number, extStatus: number, batteryStatus: number): Promise<GeneralCallResult>;
static like(uid: string, count?: number): Promise<{
result: number;
errMsg: string;
@@ -12,8 +14,7 @@ export declare class NTQQUserApi {
static getSelfInfo(): Promise<void>;
static getUserInfo(uid: string): Promise<void>;
static getUserDetailInfo(uid: string): Promise<User>;
static getPSkey(): Promise<void>;
static getSkey(groupName: string, groupCode: string): Promise<void | {
data: string;
}>;
static getPSkey(domainList: string[]): Promise<Object>;
static getRobotUinRange(): Promise<Array<any>>;
static getSkey(): Promise<string | undefined>;
}

File diff suppressed because one or more lines are too long

View File

@@ -1,13 +1,23 @@
export declare class WebApi {
private static bkn;
private static skey;
private static pskey;
private static cookie;
private defaultHeaders;
constructor();
addGroupDigest(groupCode: string, msgSeq: string): Promise<any>;
getGroupDigest(groupCode: string): Promise<any>;
private genBkn;
private init;
private request;
interface WebApiGroupMember {
uin: number;
role: number;
g: number;
join_time: number;
last_speak_time: number;
lv: {
point: number;
level: number;
};
card: string;
tags: string;
flag: number;
nick: string;
qage: number;
rm: number;
}
export declare class WebApi {
static getGroupMembers(GroupCode: string): Promise<WebApiGroupMember[]>;
static postData(url?: string, data?: string, CookiesValue?: string): Promise<unknown>;
static genBkn(sKey: string): string;
}
export {};

View File

@@ -1 +1 @@
const _0x17cafe=_0x5b20;function _0x5b20(_0x3be580,_0x1dd838){const _0x366740=_0x3667();return _0x5b20=function(_0x5b2018,_0x8ae98e){_0x5b2018=_0x5b2018-0x111;let _0x254237=_0x366740[_0x5b2018];return _0x254237;},_0x5b20(_0x3be580,_0x1dd838);}function _0x3667(){const _0x5e7f3f=['getGroupDigest','json','14494095ROumVl','12845nUeHGR','VzTfp','https://qun.qq.com/cgi-bin/group_digest/cancel_digest?random=665&X-CROSS-ORIGIN=fetch&group_code=','init','3579912VPaqtn','genBkn','3238oJePLq','defaultHeaders','DHoiZ','184crWvXI','include','KdUHY','request','&msg_seq=','1409301dEWLOY','ZGsuc','qGcau','cookie','40MQPhEd','GET','DkFkj','skey','1208QSWZWk','&bkn=','50MNieLf','&page_start=0&page_limit=20','RDpIz','https://qun.qq.com/cgi-bin/group_digest/digest_list?random=665&X-CROSS-ORIGIN=fetch&group_code=','addGroupDigest','charCodeAt','3605724lmkUZc','1399363gMKnIf','bkn','Mkago'];_0x3667=function(){return _0x5e7f3f;};return _0x3667();}(function(_0x5d9ed3,_0x4c05f9){const _0x17ebac=_0x5b20,_0x45ee1c=_0x5d9ed3();while(!![]){try{const _0x4c8b45=parseInt(_0x17ebac(0x118))/0x1*(-parseInt(_0x17ebac(0x115))/0x2)+parseInt(_0x17ebac(0x12d))/0x3+parseInt(_0x17ebac(0x125))/0x4*(parseInt(_0x17ebac(0x134))/0x5)+parseInt(_0x17ebac(0x113))/0x6+parseInt(_0x17ebac(0x12e))/0x7*(-parseInt(_0x17ebac(0x121))/0x8)+-parseInt(_0x17ebac(0x11d))/0x9*(-parseInt(_0x17ebac(0x127))/0xa)+-parseInt(_0x17ebac(0x133))/0xb;if(_0x4c8b45===_0x4c05f9)break;else _0x45ee1c['push'](_0x45ee1c['shift']());}catch(_0x3e8967){_0x45ee1c['push'](_0x45ee1c['shift']());}}}(_0x3667,0xb5371));export class WebApi{static [_0x17cafe(0x12f)];static [_0x17cafe(0x124)];static ['pskey'];static [_0x17cafe(0x120)];['defaultHeaders']={'User-Agent':'QQ/8.9.28.635\x20CFNetwork/1312\x20Darwin/21.0.0'};constructor(){}async[_0x17cafe(0x12b)](_0x4f3546,_0x301364){const _0x496289=_0x17cafe,_0x49adf5=_0x496289(0x111)+_0x4f3546+_0x496289(0x11c)+_0x301364+'&msg_random=444021292',_0x2d4163=await this[_0x496289(0x11b)](_0x49adf5);return await _0x2d4163[_0x496289(0x132)]();}async[_0x17cafe(0x131)](_0x43758e){const _0x3dfa2b=_0x17cafe,_0xa11010=_0x3dfa2b(0x12a)+_0x43758e+_0x3dfa2b(0x128),_0x241a59=await this[_0x3dfa2b(0x11b)](_0xa11010);return await _0x241a59['json']();}[_0x17cafe(0x114)](_0x3bdc57){const _0x3d09db=_0x17cafe,_0x56b4e5={'Mkago':function(_0x46bf5b,_0xe1c9ff){return _0x46bf5b||_0xe1c9ff;},'qGcau':function(_0x537508,_0xb657ab){return _0x537508<_0xb657ab;},'VzTfp':function(_0x4d8059,_0x3e4372){return _0x4d8059+_0x3e4372;},'RDpIz':function(_0xc229e7,_0x267b71){return _0xc229e7<<_0x267b71;},'KdUHY':function(_0x445d60,_0x1fdc1a){return _0x445d60&_0x1fdc1a;}};_0x3bdc57=_0x56b4e5[_0x3d09db(0x130)](_0x3bdc57,'');let _0x4c3844=0x1505;for(let _0x20ef76=0x0;_0x56b4e5[_0x3d09db(0x11f)](_0x20ef76,_0x3bdc57['length']);_0x20ef76++){const _0x28aefe=_0x3bdc57[_0x3d09db(0x12c)](_0x20ef76);_0x4c3844=_0x56b4e5[_0x3d09db(0x135)](_0x4c3844+_0x56b4e5[_0x3d09db(0x129)](_0x4c3844,0x5),_0x28aefe);}return _0x56b4e5[_0x3d09db(0x11a)](_0x4c3844,0x7fffffff)['toString']();}async['init'](){const _0x4b15e8=_0x17cafe;if(!WebApi[_0x4b15e8(0x12f)]){}}async[_0x17cafe(0x11b)](_0x2d6600,_0x4db7f9=_0x17cafe(0x122),_0x18e3d4={}){const _0x4ed71b=_0x17cafe,_0x3c0c80={'DkFkj':function(_0x2ffe81,_0x4f74bd){return _0x2ffe81+_0x4f74bd;},'DHoiZ':_0x4ed71b(0x126),'Ldanu':_0x4ed71b(0x119),'ZGsuc':function(_0x56d75d,_0x143279,_0x1a3ee3){return _0x56d75d(_0x143279,_0x1a3ee3);}};await this[_0x4ed71b(0x112)](),_0x2d6600+=_0x3c0c80[_0x4ed71b(0x123)](_0x3c0c80[_0x4ed71b(0x117)],WebApi['bkn']);const _0x38f5e4={...this[_0x4ed71b(0x116)],..._0x18e3d4,'Cookie':WebApi[_0x4ed71b(0x120)],'credentials':_0x3c0c80['Ldanu']},_0x4769d1={'method':_0x4db7f9,'headers':_0x38f5e4};return _0x3c0c80[_0x4ed71b(0x11e)](fetch,_0x2d6600,_0x4769d1);}}
function _0x4276(){const _0x377a2=['8861778kxqqni','yrzkP','NCpCx','qun.qq.com','postData',';\x20skey=','toString','29376uXpJdN','4AoEwlf','1877364DKWQNN','PLOGm','uin','p_skey=','IdtmX','16LQOXBC','BVHzw','dbpIy','application/x-www-form-urlencoded','genBkn',';\x20p_uin=o','push','text','getGroupMembers','POST','cfrXe','495174agGoUz','PKVez','bBUaE','2721859aiWhjE','getPSkey','&sort=1&gc=','JWOVj','1140Rdbctd','errcode','mems','QFXDq','jnuKY','2148849yOPaSS','JosMt','14875040deOLEG','https://qun.qq.com/cgi-bin/qun_mgr/search_group_members?st=','WXrsK','pswWV','pulNe','nGZhx','&bkn='];_0x4276=function(){return _0x377a2;};return _0x4276();}const _0x59740a=_0x289c;(function(_0x42939a,_0x3b9309){const _0x42b7f7=_0x289c,_0x5e4082=_0x42939a();while(!![]){try{const _0x12359d=-parseInt(_0x42b7f7(0x196))/0x1*(parseInt(_0x42b7f7(0x179))/0x2)+-parseInt(_0x42b7f7(0x185))/0x3+-parseInt(_0x42b7f7(0x169))/0x4+-parseInt(_0x42b7f7(0x180))/0x5*(-parseInt(_0x42b7f7(0x195))/0x6)+parseInt(_0x42b7f7(0x17c))/0x7*(-parseInt(_0x42b7f7(0x16e))/0x8)+parseInt(_0x42b7f7(0x18e))/0x9+parseInt(_0x42b7f7(0x187))/0xa;if(_0x12359d===_0x3b9309)break;else _0x5e4082['push'](_0x5e4082['shift']());}catch(_0x271ed9){_0x5e4082['push'](_0x5e4082['shift']());}}}(_0x4276,0x9afa4));import{selfInfo}from'@/core/data';import{NTQQUserApi}from'./user';function _0x289c(_0x161236,_0x3b7a45){const _0x4276fd=_0x4276();return _0x289c=function(_0x289c29,_0x4ef55d){_0x289c29=_0x289c29-0x169;let _0x1578d2=_0x4276fd[_0x289c29];return _0x1578d2;},_0x289c(_0x161236,_0x3b7a45);}export class WebApi{static async[_0x59740a(0x176)](_0x35a473){const _0x59f42f=_0x59740a,_0x1c8f59={'yrzkP':_0x59f42f(0x191),'pswWV':function(_0x1a425c,_0x2ad292){return _0x1a425c+_0x2ad292;},'dbpIy':_0x59f42f(0x16c),'UXygy':_0x59f42f(0x193),'ncRPE':_0x59f42f(0x173),'nGZhx':function(_0x14594a,_0xd6d0a1){return _0x14594a||_0xd6d0a1;},'JWOVj':function(_0x14b6ea,_0x399693){return _0x14b6ea<=_0x399693;},'bBUaE':function(_0x34e5f7,_0xc2b9e9){return _0x34e5f7+_0xc2b9e9;},'NCpCx':_0x59f42f(0x188),'QFXDq':'&end=','vfhpS':_0x59f42f(0x17e),'BVHzw':_0x59f42f(0x18d),'pulNe':function(_0x30638c,_0x1cb549){return _0x30638c!==_0x1cb549;}},_0x1df7ce=(await NTQQUserApi[_0x59f42f(0x17d)]([_0x1c8f59[_0x59f42f(0x18f)]]))[_0x59f42f(0x191)],_0x1bb18e=await NTQQUserApi['getSkey'](),_0x11d2df=_0x1c8f59[_0x59f42f(0x18a)](_0x1c8f59['pswWV'](_0x1c8f59[_0x59f42f(0x18a)](_0x1c8f59[_0x59f42f(0x170)],_0x1df7ce)+_0x1c8f59['UXygy'],_0x1bb18e),_0x1c8f59['ncRPE'])+selfInfo[_0x59f42f(0x16b)],_0x5ddce4=new Array();if(_0x1c8f59[_0x59f42f(0x18c)](!_0x1bb18e,!_0x1df7ce))return _0x5ddce4;const _0x4fe499=WebApi[_0x59f42f(0x172)](_0x1bb18e);let _0x41e360=0x1;for(let _0x449d52=0x1;_0x1c8f59[_0x59f42f(0x17f)](_0x449d52,_0x41e360);_0x449d52++){const _0x4b5a99=JSON['parse'](await WebApi[_0x59f42f(0x192)](_0x1c8f59['pswWV'](_0x1c8f59[_0x59f42f(0x18a)](_0x1c8f59[_0x59f42f(0x18a)](_0x1c8f59['bBUaE'](_0x1c8f59[_0x59f42f(0x17b)](_0x1c8f59[_0x59f42f(0x17b)](_0x1c8f59[_0x59f42f(0x190)],(_0x449d52-0x1)*0x28),_0x1c8f59[_0x59f42f(0x183)])+_0x449d52*0x28,_0x1c8f59['vfhpS']),_0x35a473),_0x1c8f59[_0x59f42f(0x16f)]),_0x4fe499),'',_0x11d2df));if(!_0x4b5a99?.['count']||_0x1c8f59[_0x59f42f(0x18b)](_0x4b5a99?.[_0x59f42f(0x181)],0x0)||!_0x4b5a99[_0x59f42f(0x182)])break;_0x41e360=Math['ceil'](_0x4b5a99['count']/0x28);for(const _0x3f6617 in _0x4b5a99[_0x59f42f(0x182)]){_0x5ddce4[_0x59f42f(0x174)](_0x4b5a99['mems'][_0x3f6617]);}}return _0x5ddce4;}static async[_0x59740a(0x192)](_0x499c54='',_0x561a82='',_0x45380b=''){const _0x164bc1=_0x59740a,_0x4ac626={'IdtmX':_0x164bc1(0x177),'WXrsK':function(_0x255c62,_0x376258){return _0x255c62(_0x376258);}};let _0x446f68='';return new Promise(async(_0x4c17a8,_0x15176c)=>{const _0x13dfad=_0x164bc1;try{const _0x418aa1=await fetch(_0x499c54,{'method':_0x4ac626[_0x13dfad(0x16d)],'headers':{'Content-Type':_0x13dfad(0x171),'Cookie':_0x45380b},'body':_0x561a82});if(_0x418aa1['ok'])_0x446f68=await _0x418aa1[_0x13dfad(0x175)]();else{}}catch(_0x1f35bc){}_0x4ac626[_0x13dfad(0x189)](_0x4c17a8,_0x446f68);});}static[_0x59740a(0x172)](_0x7fc690){const _0xa76ef4=_0x59740a,_0x2be6a8={'cfrXe':function(_0x47c37f,_0x2ca5ef){return _0x47c37f||_0x2ca5ef;},'jnuKY':function(_0x1cfa20,_0x2c51c3){return _0x1cfa20<_0x2c51c3;},'JosMt':function(_0x322bb6,_0xbc5bf6){return _0x322bb6+_0xbc5bf6;},'PKVez':function(_0x3245e3,_0x8e3a35){return _0x3245e3<<_0x8e3a35;},'PLOGm':function(_0x49dffa,_0x357b0a){return _0x49dffa&_0x357b0a;}};_0x7fc690=_0x2be6a8[_0xa76ef4(0x178)](_0x7fc690,'');let _0x525d30=0x1505;for(let _0x11d25d=0x0;_0x2be6a8[_0xa76ef4(0x184)](_0x11d25d,_0x7fc690['length']);_0x11d25d++){const _0x349966=_0x7fc690['charCodeAt'](_0x11d25d);_0x525d30=_0x2be6a8[_0xa76ef4(0x186)](_0x2be6a8[_0xa76ef4(0x186)](_0x525d30,_0x2be6a8[_0xa76ef4(0x17a)](_0x525d30,0x5)),_0x349966);}return _0x2be6a8[_0xa76ef4(0x16a)](_0x525d30,0x7fffffff)[_0xa76ef4(0x194)]();}}

View File

@@ -1 +1 @@
var _0x1bb4f7=_0x2a1a;function _0x9bdf(){var _0x5b42da=['1tqIYrq','625TFSATu','5180znbCkj','GroupHomeWorkWindow','2631378TPQJQq','GroupNotifyFilterWindow','#/group-essence','4340448CCWPbT','1791820aVuMep','2666940OSNwkb','249256pxLQis','28647hfUmVi','#/group-home-work','GroupEssenceWindow','25180DfpdBz'];_0x9bdf=function(){return _0x5b42da;};return _0x9bdf();}(function(_0x12ab09,_0x30cd15){var _0x4d47c9=_0x2a1a,_0x3a5716=_0x12ab09();while(!![]){try{var _0x3c4b49=parseInt(_0x4d47c9(0xea))/0x1*(-parseInt(_0x4d47c9(0xe3))/0x2)+parseInt(_0x4d47c9(0xe4))/0x3+-parseInt(_0x4d47c9(0xe9))/0x4*(parseInt(_0x4d47c9(0xeb))/0x5)+parseInt(_0x4d47c9(0xdf))/0x6+-parseInt(_0x4d47c9(0xe2))/0x7+-parseInt(_0x4d47c9(0xe5))/0x8+-parseInt(_0x4d47c9(0xe6))/0x9*(-parseInt(_0x4d47c9(0xec))/0xa);if(_0x3c4b49===_0x30cd15)break;else _0x3a5716['push'](_0x3a5716['shift']());}catch(_0x762331){_0x3a5716['push'](_0x3a5716['shift']());}}}(_0x9bdf,0x9cd1b));export class NTQQWindows{static [_0x1bb4f7(0xde)]={'windowName':_0x1bb4f7(0xde),'windowUrlHash':_0x1bb4f7(0xe7)};static [_0x1bb4f7(0xe0)]={'windowName':_0x1bb4f7(0xe0),'windowUrlHash':'#/group-notify-filter'};static ['GroupEssenceWindow']={'windowName':_0x1bb4f7(0xe8),'windowUrlHash':_0x1bb4f7(0xe1)};}function _0x2a1a(_0x56b689,_0x2a5538){var _0x9bdf4d=_0x9bdf();return _0x2a1a=function(_0x2a1ac7,_0x3f7b4c){_0x2a1ac7=_0x2a1ac7-0xde;var _0x46e722=_0x9bdf4d[_0x2a1ac7];return _0x46e722;},_0x2a1a(_0x56b689,_0x2a5538);}export class NTQQWindowApi{}
function _0x13c3(){var _0x428a2b=['GroupHomeWorkWindow','GroupEssenceWindow','#/group-home-work','GroupNotifyFilterWindow','359031SPPbEB','253557ofAfpR','37ctSlzb','3568WarTac','5WnXjsF','940304DhPlsl','#/group-essence','562488xUHODE','1138662ZBxKLJ','4VpMdxI','#/group-notify-filter','939100jKZcLL'];_0x13c3=function(){return _0x428a2b;};return _0x13c3();}function _0xdd23(_0x242a22,_0x39365a){var _0x13c3bb=_0x13c3();return _0xdd23=function(_0xdd23e5,_0x14d758){_0xdd23e5=_0xdd23e5-0xe7;var _0x5b6dc5=_0x13c3bb[_0xdd23e5];return _0x5b6dc5;},_0xdd23(_0x242a22,_0x39365a);}var _0x27f40f=_0xdd23;(function(_0x37fa3f,_0x1e2c8b){var _0x139a4f=_0xdd23,_0x1baa07=_0x37fa3f();while(!![]){try{var _0x3dcbda=parseInt(_0x139a4f(0xf4))/0x1*(parseInt(_0x139a4f(0xf5))/0x2)+-parseInt(_0x139a4f(0xf2))/0x3*(-parseInt(_0x139a4f(0xeb))/0x4)+-parseInt(_0x139a4f(0xf6))/0x5*(-parseInt(_0x139a4f(0xe9))/0x6)+-parseInt(_0x139a4f(0xea))/0x7+-parseInt(_0x139a4f(0xe7))/0x8+parseInt(_0x139a4f(0xf3))/0x9+parseInt(_0x139a4f(0xed))/0xa;if(_0x3dcbda===_0x1e2c8b)break;else _0x1baa07['push'](_0x1baa07['shift']());}catch(_0x42d63e){_0x1baa07['push'](_0x1baa07['shift']());}}}(_0x13c3,0x1d9e0));export class NTQQWindows{static [_0x27f40f(0xee)]={'windowName':_0x27f40f(0xee),'windowUrlHash':_0x27f40f(0xf0)};static [_0x27f40f(0xf1)]={'windowName':_0x27f40f(0xf1),'windowUrlHash':_0x27f40f(0xec)};static [_0x27f40f(0xef)]={'windowName':_0x27f40f(0xef),'windowUrlHash':_0x27f40f(0xe8)};}export class NTQQWindowApi{}

File diff suppressed because one or more lines are too long

20
src/core.lib/src/data.d.ts vendored Normal file
View File

@@ -0,0 +1,20 @@
import { type Friend, type FriendRequest, type Group, type GroupMember, GroupNotify, type SelfInfo } from './entities';
export declare const selfInfo: SelfInfo;
export declare const groups: Map<string, Group>;
export declare function deleteGroup(groupQQ: string): void;
export declare const groupMembers: Map<string, Map<string, GroupMember>>;
export declare const friends: Map<string, Friend>;
export declare const friendRequests: Record<string, FriendRequest>;
export declare const groupNotifies: Record<string, GroupNotify>;
export declare const napCatError: {
ffmpegError: string;
httpServerError: string;
wsServerError: string;
otherError: string;
};
export declare function getFriend(uinOrUid: string): Promise<Friend | undefined>;
export declare function getGroup(qq: string | number): Promise<Group | undefined>;
export declare function getGroupMember(groupQQ: string | number, memberUinOrUid: string | number): Promise<GroupMember | null | undefined>;
export declare const uid2UinMap: Record<string, string>;
export declare function getUidByUin(uin: string): string | undefined;
export declare const tempGroupCodeMap: Record<string, string>;

1
src/core.lib/src/data.js Normal file
View File

@@ -0,0 +1 @@
const _0x327c9d=_0x6587;(function(_0x15d806,_0x41ef6f){const _0x180522=_0x6587,_0x3d3a1e=_0x15d806();while(!![]){try{const _0x34ba81=parseInt(_0x180522(0xd4))/0x1*(-parseInt(_0x180522(0xc6))/0x2)+parseInt(_0x180522(0xdc))/0x3*(-parseInt(_0x180522(0xd2))/0x4)+parseInt(_0x180522(0xcc))/0x5*(-parseInt(_0x180522(0xc9))/0x6)+parseInt(_0x180522(0xdf))/0x7*(parseInt(_0x180522(0xcf))/0x8)+-parseInt(_0x180522(0xde))/0x9*(-parseInt(_0x180522(0xe1))/0xa)+-parseInt(_0x180522(0xc8))/0xb*(parseInt(_0x180522(0xdd))/0xc)+parseInt(_0x180522(0xce))/0xd;if(_0x34ba81===_0x41ef6f)break;else _0x3d3a1e['push'](_0x3d3a1e['shift']());}catch(_0x35db65){_0x3d3a1e['push'](_0x3d3a1e['shift']());}}}(_0x3175,0x79199));import{isNumeric}from'@/common/utils/helper';import{NTQQGroupApi}from'@/core/apis';export const selfInfo={'uid':'','uin':'','nick':'','online':!![]};export const groups=new Map();export function deleteGroup(_0x4d25ff){const _0x455182=_0x6587;groups[_0x455182(0xd1)](_0x4d25ff),groupMembers[_0x455182(0xd1)](_0x4d25ff);}export const groupMembers=new Map();export const friends=new Map();export const friendRequests={};export const groupNotifies={};function _0x3175(){const _0x15dd95=['342IhsAkG','values','NapCat未能正常启动请检查日志查看错误','64245qRaDUd','find','16343457bceNto','4253784GubStf','toString','delete','68EGUkXd','forEach','195cWjOIr','set','getGroupMembers','get','length','hYLul','groupCode','getGroups','47445pDjOHx','12fJUkGy','5823270jXHbMo','7GgMrjg','uin','10Fadwvi','6728ZLAfnF','lMEvM','3109579WOqVaL'];_0x3175=function(){return _0x15dd95;};return _0x3175();}export const napCatError={'ffmpegError':'','httpServerError':'','wsServerError':'','otherError':_0x327c9d(0xcb)};export async function getFriend(_0x35ebf7){const _0x8a1ce=_0x327c9d;_0x35ebf7=_0x35ebf7[_0x8a1ce(0xd0)]();if(isNumeric(_0x35ebf7)){const _0x110d95=Array['from'](friends['values']());return _0x110d95['find'](_0x359726=>_0x359726[_0x8a1ce(0xe0)]===_0x35ebf7);}else return friends[_0x8a1ce(0xd7)](_0x35ebf7);}function _0x6587(_0x40dbec,_0x4c18ed){const _0x3175b6=_0x3175();return _0x6587=function(_0x6587cd,_0x14658d){_0x6587cd=_0x6587cd-0xc6;let _0x212d26=_0x3175b6[_0x6587cd];return _0x212d26;},_0x6587(_0x40dbec,_0x4c18ed);}export async function getGroup(_0x53a367){const _0x34c811=_0x327c9d;let _0xdecece=groups['get'](_0x53a367[_0x34c811(0xd0)]());if(!_0xdecece)try{const _0x5115f0=await NTQQGroupApi[_0x34c811(0xdb)]();_0x5115f0[_0x34c811(0xd8)]&&_0x5115f0[_0x34c811(0xd3)](_0x594c33=>{const _0x4765c5=_0x34c811;groups['set'](_0x594c33[_0x4765c5(0xda)],_0x594c33);});}catch(_0x566119){return undefined;}return _0xdecece=groups[_0x34c811(0xd7)](_0x53a367[_0x34c811(0xd0)]()),_0xdecece;}export async function getGroupMember(_0x26ec91,_0x70586d){const _0x586ff9=_0x327c9d,_0x59ba51={'lMEvM':function(_0x1f4408,_0x199743){return _0x1f4408(_0x199743);},'hQeqO':function(_0x3cdc79,_0x516a2b){return _0x3cdc79(_0x516a2b);}};_0x26ec91=_0x26ec91[_0x586ff9(0xd0)](),_0x70586d=_0x70586d[_0x586ff9(0xd0)]();let _0x45e6bb=groupMembers[_0x586ff9(0xd7)](_0x26ec91);if(!_0x45e6bb)try{_0x45e6bb=await NTQQGroupApi['getGroupMembers'](_0x26ec91),groupMembers[_0x586ff9(0xd5)](_0x26ec91,_0x45e6bb);}catch(_0x261e33){return null;}const _0x814fa0=_0x385005=>{const _0xba639=_0x586ff9;let _0x3192e0=undefined;return _0x59ba51[_0xba639(0xc7)](isNumeric,_0x385005)?_0x3192e0=Array['from'](_0x45e6bb[_0xba639(0xca)]())[_0xba639(0xcd)](_0x5da47e=>_0x5da47e['uin']===_0x385005):_0x3192e0=_0x45e6bb[_0xba639(0xd7)](_0x385005),_0x3192e0;};let _0x48929a=_0x59ba51['lMEvM'](_0x814fa0,_0x70586d);return!_0x48929a&&(_0x45e6bb=await NTQQGroupApi[_0x586ff9(0xd6)](_0x26ec91),_0x48929a=_0x59ba51['hQeqO'](_0x814fa0,_0x70586d)),_0x48929a;}export const uid2UinMap={};export function getUidByUin(_0x47787d){const _0x4f32e6=_0x327c9d,_0x39dbe6={'hYLul':function(_0x3a5dc7,_0x2c3cd4){return _0x3a5dc7===_0x2c3cd4;}};for(const _0x5ca1fd in uid2UinMap){if(_0x39dbe6[_0x4f32e6(0xd9)](uid2UinMap[_0x5ca1fd],_0x47787d))return _0x5ca1fd;}}export const tempGroupCodeMap={};

View File

@@ -1 +1 @@
function _0xf2ed(_0x1a8eb1,_0x183b97){var _0x2fc95b=_0x2fc9();return _0xf2ed=function(_0xf2ed66,_0x5324cb){_0xf2ed66=_0xf2ed66-0xac;var _0x4ea3e5=_0x2fc95b[_0xf2ed66];return _0x4ea3e5;},_0xf2ed(_0x1a8eb1,_0x183b97);}(function(_0x46f0f1,_0x20a926){var _0x978faf=_0xf2ed,_0x389812=_0x46f0f1();while(!![]){try{var _0x2f76b0=parseInt(_0x978faf(0xad))/0x1*(parseInt(_0x978faf(0xb1))/0x2)+-parseInt(_0x978faf(0xb3))/0x3+parseInt(_0x978faf(0xb0))/0x4*(parseInt(_0x978faf(0xb7))/0x5)+-parseInt(_0x978faf(0xba))/0x6+parseInt(_0x978faf(0xbc))/0x7+parseInt(_0x978faf(0xac))/0x8*(-parseInt(_0x978faf(0xb8))/0x9)+-parseInt(_0x978faf(0xb2))/0xa;if(_0x2f76b0===_0x20a926)break;else _0x389812['push'](_0x389812['shift']());}catch(_0x54367b){_0x389812['push'](_0x389812['shift']());}}}(_0x2fc9,0xe8d02));function _0x2fc9(){var _0x2065d5=['990cIIDKi','rMpMv','11071902qeYAPI','2|3|0|1|4','6006364pDoqoe','DOCUMENT','JugGX','15384bNUAGf','1839459nzCtQn','split','QAwdp','45516pXyost','2ssVTqO','2271160mbBJsR','2100771lZacrF','zrraB','OTHER','vngvY','545VXEQtJ'];_0x2fc9=function(){return _0x2065d5;};return _0x2fc9();}export var CacheFileType;(function(_0x190f82){var _0x38a433=_0xf2ed,_0x57193d={'JugGX':_0x38a433(0xbb),'QAwdp':'AUDIO','rMpMv':'DOCUMENT','vngvY':'VIDEO','zrraB':_0x38a433(0xb5)},_0x4e429b=_0x57193d[_0x38a433(0xbe)][_0x38a433(0xae)]('|'),_0x49f993=0x0;while(!![]){switch(_0x4e429b[_0x49f993++]){case'0':_0x190f82[_0x190f82[_0x57193d[_0x38a433(0xaf)]]=0x2]=_0x57193d['QAwdp'];continue;case'1':_0x190f82[_0x190f82[_0x57193d[_0x38a433(0xb9)]]=0x3]=_0x38a433(0xbd);continue;case'2':_0x190f82[_0x190f82['IMAGE']=0x0]='IMAGE';continue;case'3':_0x190f82[_0x190f82[_0x57193d[_0x38a433(0xb6)]]=0x1]=_0x57193d['vngvY'];continue;case'4':_0x190f82[_0x190f82[_0x57193d['zrraB']]=0x4]=_0x57193d[_0x38a433(0xb4)];continue;}break;}}(CacheFileType||(CacheFileType={})));
function _0x1a6f(_0x22146a,_0x54d257){var _0x55c2ef=_0x55c2();return _0x1a6f=function(_0x1a6fdf,_0x1cc3e5){_0x1a6fdf=_0x1a6fdf-0x7b;var _0x129f93=_0x55c2ef[_0x1a6fdf];return _0x129f93;},_0x1a6f(_0x22146a,_0x54d257);}(function(_0x4f1770,_0x1867f6){var _0x35c503=_0x1a6f,_0x3ca9d3=_0x4f1770();while(!![]){try{var _0x120b4f=parseInt(_0x35c503(0x8a))/0x1*(-parseInt(_0x35c503(0x87))/0x2)+-parseInt(_0x35c503(0x7b))/0x3+-parseInt(_0x35c503(0x7e))/0x4*(parseInt(_0x35c503(0x88))/0x5)+-parseInt(_0x35c503(0x7d))/0x6*(parseInt(_0x35c503(0x8c))/0x7)+parseInt(_0x35c503(0x86))/0x8+-parseInt(_0x35c503(0x8d))/0x9*(-parseInt(_0x35c503(0x85))/0xa)+-parseInt(_0x35c503(0x7c))/0xb*(-parseInt(_0x35c503(0x81))/0xc);if(_0x120b4f===_0x1867f6)break;else _0x3ca9d3['push'](_0x3ca9d3['shift']());}catch(_0x277b41){_0x3ca9d3['push'](_0x3ca9d3['shift']());}}}(_0x55c2,0x3573c));function _0x55c2(){var _0x44515b=['2020392LyYnyI','6134gKvsIF','5nvipCn','IMAGE','101bQyoar','zfBIX','1940225zpCOAq','1169919VWOrGV','QybFo','783180BofjiZ','142571edTapv','6bJhyvq','787784LEIMLm','split','IfFAy','816OLhPjz','AUDIO','0|4|2|3|1','xaqYi','10nNkcPU'];_0x55c2=function(){return _0x44515b;};return _0x55c2();}export var CacheFileType;(function(_0x39658b){var _0x38123f=_0x1a6f,_0x34ed72={'HdYCS':_0x38123f(0x89),'QybFo':'OTHER','zfBIX':_0x38123f(0x82),'xaqYi':'DOCUMENT','IfFAy':'VIDEO'},_0x10a63e=_0x38123f(0x83)[_0x38123f(0x7f)]('|'),_0x182a65=0x0;while(!![]){switch(_0x10a63e[_0x182a65++]){case'0':_0x39658b[_0x39658b[_0x34ed72['HdYCS']]=0x0]=_0x34ed72['HdYCS'];continue;case'1':_0x39658b[_0x39658b[_0x34ed72[_0x38123f(0x8e)]]=0x4]=_0x34ed72['QybFo'];continue;case'2':_0x39658b[_0x39658b[_0x34ed72[_0x38123f(0x8b)]]=0x2]=_0x34ed72[_0x38123f(0x8b)];continue;case'3':_0x39658b[_0x39658b[_0x34ed72['xaqYi']]=0x3]=_0x34ed72[_0x38123f(0x84)];continue;case'4':_0x39658b[_0x39658b[_0x34ed72[_0x38123f(0x80)]]=0x1]=_0x34ed72[_0x38123f(0x80)];continue;}break;}}(CacheFileType||(CacheFileType={})));

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
(function(_0x126b8f,_0x5231dd){var _0x1150e9=_0x4e29,_0x4d319d=_0x126b8f();while(!![]){try{var _0x5db128=parseInt(_0x1150e9(0x1da))/0x1+parseInt(_0x1150e9(0x1e6))/0x2+parseInt(_0x1150e9(0x1d9))/0x3+-parseInt(_0x1150e9(0x1e0))/0x4*(-parseInt(_0x1150e9(0x1db))/0x5)+-parseInt(_0x1150e9(0x1e4))/0x6*(-parseInt(_0x1150e9(0x1e5))/0x7)+parseInt(_0x1150e9(0x1dc))/0x8+parseInt(_0x1150e9(0x1de))/0x9*(-parseInt(_0x1150e9(0x1e3))/0xa);if(_0x5db128===_0x5231dd)break;else _0x4d319d['push'](_0x4d319d['shift']());}catch(_0x3202cf){_0x4d319d['push'](_0x4d319d['shift']());}}}(_0x3a8a,0x754d5));function _0x3a8a(){var _0x5c6ce7=['1033190svrsqJ','174aFjsyu','181979qHSZep','1793204ebtDrE','1599048ABdCfG','358550nUXUCj','113005stSklp','2440320GgslXy','owner','279DwEtjz','normal','148Neccwo','moyhn','AvGxm'];_0x3a8a=function(){return _0x5c6ce7;};return _0x3a8a();}function _0x4e29(_0x4e42a8,_0x332c98){var _0x3a8ad3=_0x3a8a();return _0x4e29=function(_0x4e2931,_0x21d982){_0x4e2931=_0x4e2931-0x1d9;var _0xc201a2=_0x3a8ad3[_0x4e2931];return _0xc201a2;},_0x4e29(_0x4e42a8,_0x332c98);}export var GroupMemberRole;(function(_0x44e0c7){var _0x3bce9d=_0x4e29,_0x5dbfe5={'NlTSG':_0x3bce9d(0x1df),'moyhn':'admin','AvGxm':_0x3bce9d(0x1dd)};_0x44e0c7[_0x44e0c7[_0x5dbfe5['NlTSG']]=0x2]=_0x3bce9d(0x1df),_0x44e0c7[_0x44e0c7[_0x5dbfe5[_0x3bce9d(0x1e1)]]=0x3]=_0x5dbfe5['moyhn'],_0x44e0c7[_0x44e0c7[_0x5dbfe5[_0x3bce9d(0x1e2)]]=0x4]=_0x3bce9d(0x1dd);}(GroupMemberRole||(GroupMemberRole={})));
(function(_0x3648ae,_0x5cc825){var _0x212640=_0x3834,_0x16287c=_0x3648ae();while(!![]){try{var _0x55ac29=parseInt(_0x212640(0x15c))/0x1+-parseInt(_0x212640(0x166))/0x2*(-parseInt(_0x212640(0x164))/0x3)+-parseInt(_0x212640(0x15e))/0x4+parseInt(_0x212640(0x163))/0x5*(parseInt(_0x212640(0x15f))/0x6)+-parseInt(_0x212640(0x167))/0x7*(-parseInt(_0x212640(0x15d))/0x8)+-parseInt(_0x212640(0x16a))/0x9*(-parseInt(_0x212640(0x168))/0xa)+parseInt(_0x212640(0x162))/0xb*(-parseInt(_0x212640(0x160))/0xc);if(_0x55ac29===_0x5cc825)break;else _0x16287c['push'](_0x16287c['shift']());}catch(_0x586a35){_0x16287c['push'](_0x16287c['shift']());}}}(_0x1387,0x41195));export var GroupMemberRole;(function(_0x53fce6){var _0x3b0cb7=_0x3834,_0xb29179={'JPrhO':'normal','EMLgM':'admin','Cbpaz':_0x3b0cb7(0x169)};_0x53fce6[_0x53fce6['normal']=0x2]=_0xb29179['JPrhO'],_0x53fce6[_0x53fce6[_0x3b0cb7(0x165)]=0x3]=_0xb29179['EMLgM'],_0x53fce6[_0x53fce6[_0xb29179[_0x3b0cb7(0x161)]]=0x4]=_0xb29179[_0x3b0cb7(0x161)];}(GroupMemberRole||(GroupMemberRole={})));function _0x3834(_0x456bd7,_0x1f2119){var _0x13871c=_0x1387();return _0x3834=function(_0x3834a7,_0x31296e){_0x3834a7=_0x3834a7-0x15c;var _0x45ec0d=_0x13871c[_0x3834a7];return _0x45ec0d;},_0x3834(_0x456bd7,_0x1f2119);}function _0x1387(){var _0x4e8d3e=['273055mHhqCA','3mbQNMr','admin','365238YZwsgN','1859879VmKKwy','50990zOwEPF','owner','792eTdnmd','27955giIVKd','8lENHiV','2063048FzIUUL','30qBpHwg','12pWCLsg','Cbpaz','4571941IaFkxF'];_0x1387=function(){return _0x4e8d3e;};return _0x1387();}

View File

@@ -1 +1 @@
(function(_0xbf38b0,_0x10d095){var _0x2975d3=_0x5eb1,_0x578e98=_0xbf38b0();while(!![]){try{var _0x27882b=parseInt(_0x2975d3(0x6b))/0x1*(parseInt(_0x2975d3(0x70))/0x2)+parseInt(_0x2975d3(0x6e))/0x3+parseInt(_0x2975d3(0x69))/0x4+parseInt(_0x2975d3(0x6a))/0x5*(parseInt(_0x2975d3(0x6d))/0x6)+-parseInt(_0x2975d3(0x71))/0x7*(parseInt(_0x2975d3(0x6f))/0x8)+-parseInt(_0x2975d3(0x68))/0x9*(parseInt(_0x2975d3(0x66))/0xa)+-parseInt(_0x2975d3(0x67))/0xb*(parseInt(_0x2975d3(0x6c))/0xc);if(_0x27882b===_0x10d095)break;else _0x578e98['push'](_0x578e98['shift']());}catch(_0x337c1a){_0x578e98['push'](_0x578e98['shift']());}}}(_0x365d,0x9ccd1));export*from'./user';export*from'./group';export*from'./msg';export*from'./notify';export*from'./cache';function _0x5eb1(_0x1b4c14,_0x1419bf){var _0x365d67=_0x365d();return _0x5eb1=function(_0x5eb11c,_0x45aa44){_0x5eb11c=_0x5eb11c-0x66;var _0x4ef3e7=_0x365d67[_0x5eb11c];return _0x4ef3e7;},_0x5eb1(_0x1b4c14,_0x1419bf);}function _0x365d(){var _0xb03442=['986675lrCKje','2005CMOBOD','2719020HjVnoX','6UDivLM','3000630DzDhQR','8aKuZgo','908UcdJZi','2855447xCmVYo','180VtKDEP','33OaSWkZ','261756Fweigd','582520qDKaar'];_0x365d=function(){return _0xb03442;};return _0x365d();}export*from'./constructor';
function _0x99f8(_0x1d0b70,_0x476dd3){var _0x29e366=_0x29e3();return _0x99f8=function(_0x99f881,_0x5ed9e4){_0x99f881=_0x99f881-0x121;var _0x37e3ac=_0x29e366[_0x99f881];return _0x37e3ac;},_0x99f8(_0x1d0b70,_0x476dd3);}(function(_0x5ac29c,_0x5d3461){var _0x570d4b=_0x99f8,_0xfe0696=_0x5ac29c();while(!![]){try{var _0x3e202f=-parseInt(_0x570d4b(0x125))/0x1+parseInt(_0x570d4b(0x129))/0x2+-parseInt(_0x570d4b(0x124))/0x3*(parseInt(_0x570d4b(0x128))/0x4)+-parseInt(_0x570d4b(0x123))/0x5+parseInt(_0x570d4b(0x122))/0x6+parseInt(_0x570d4b(0x121))/0x7*(parseInt(_0x570d4b(0x126))/0x8)+-parseInt(_0x570d4b(0x127))/0x9;if(_0x3e202f===_0x5d3461)break;else _0xfe0696['push'](_0xfe0696['shift']());}catch(_0x3d3e5c){_0xfe0696['push'](_0xfe0696['shift']());}}}(_0x29e3,0x76e0b));export*from'./user';export*from'./group';function _0x29e3(){var _0x64f9fb=['3725919XAgwzM','60pbynOV','1822188xkNHuR','4942TaCtBE','1086996lGIuet','498920dNUuzu','70527cUWvcV','624957UcLdaj','10040jCySGh'];_0x29e3=function(){return _0x64f9fb;};return _0x29e3();}export*from'./msg';export*from'./notify';export*from'./cache';export*from'./constructor';

View File

@@ -193,6 +193,7 @@ export interface GrayTipElement {
groupElement: TipGroupElement;
xmlElement: {
content: string;
templId: string;
};
jsonGrayTipElement: {
jsonStr: string;

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
(function(_0x210b75,_0x4d348e){var _0xe7c7c0=_0x5e3a,_0x7154ca=_0x210b75();while(!![]){try{var _0x177e76=-parseInt(_0xe7c7c0(0x198))/0x1*(parseInt(_0xe7c7c0(0x199))/0x2)+parseInt(_0xe7c7c0(0x189))/0x3+parseInt(_0xe7c7c0(0x193))/0x4*(parseInt(_0xe7c7c0(0x184))/0x5)+-parseInt(_0xe7c7c0(0x17c))/0x6*(-parseInt(_0xe7c7c0(0x18b))/0x7)+parseInt(_0xe7c7c0(0x17b))/0x8*(parseInt(_0xe7c7c0(0x18d))/0x9)+-parseInt(_0xe7c7c0(0x19d))/0xa*(parseInt(_0xe7c7c0(0x19a))/0xb)+parseInt(_0xe7c7c0(0x197))/0xc*(-parseInt(_0xe7c7c0(0x18c))/0xd);if(_0x177e76===_0x4d348e)break;else _0x7154ca['push'](_0x7154ca['shift']());}catch(_0x155dc1){_0x7154ca['push'](_0x7154ca['shift']());}}}(_0x5ae6,0x272a7));export var GroupNotifyTypes;function _0x5e3a(_0x104912,_0x4f4568){var _0x5ae672=_0x5ae6();return _0x5e3a=function(_0x5e3ae2,_0x36ce94){_0x5e3ae2=_0x5e3ae2-0x17b;var _0x2980f2=_0x5ae672[_0x5e3ae2];return _0x2980f2;},_0x5e3a(_0x104912,_0x4f4568);}(function(_0x4cafe1){var _0x317ec4=_0x5e3a,_0x3392ed={'fqnvv':_0x317ec4(0x190),'FlrfO':_0x317ec4(0x19c),'YxdFg':_0x317ec4(0x191),'bjHxX':_0x317ec4(0x19b),'oxkQl':_0x317ec4(0x196),'EWLLM':'ADMIN_UNSET','XstZp':_0x317ec4(0x17d)},_0x10a088=_0x3392ed['fqnvv'][_0x317ec4(0x186)]('|'),_0x3150e6=0x0;while(!![]){switch(_0x10a088[_0x3150e6++]){case'0':_0x4cafe1[_0x4cafe1[_0x3392ed[_0x317ec4(0x187)]]=0x1]=_0x317ec4(0x19c);continue;case'1':_0x4cafe1[_0x4cafe1['KICK_MEMBER']=0x9]=_0x317ec4(0x180);continue;case'2':_0x4cafe1[_0x4cafe1[_0x3392ed['YxdFg']]=0x8]=_0x3392ed[_0x317ec4(0x17f)];continue;case'3':_0x4cafe1[_0x4cafe1[_0x3392ed['bjHxX']]=0x4]=_0x317ec4(0x19b);continue;case'4':_0x4cafe1[_0x4cafe1[_0x3392ed[_0x317ec4(0x195)]]=0x7]=_0x3392ed[_0x317ec4(0x195)];continue;case'5':_0x4cafe1[_0x4cafe1[_0x3392ed[_0x317ec4(0x185)]]=0xc]=_0x3392ed[_0x317ec4(0x185)];continue;case'6':_0x4cafe1[_0x4cafe1[_0x3392ed[_0x317ec4(0x183)]]=0xb]=_0x3392ed[_0x317ec4(0x183)];continue;}break;}}(GroupNotifyTypes||(GroupNotifyTypes={})));export var GroupNotifyStatus;function _0x5ae6(){var _0x58f9a4=['MEMBER_EXIT','WAIT_HANDLE','YxdFg','KICK_MEMBER','APPROVE','gjahl','XstZp','15qhDSCQ','EWLLM','split','FlrfO','reject','41724QOzZwi','prUlN','476707iHiqaN','65GUXboF','108846sGzuBx','OjvPX','AWDpt','0|3|4|2|1|6|5','ADMIN_SET','ZkJLj','188144xAUFfg','REJECT','oxkQl','JOIN_REQUEST','556932rBgEYt','1403KfIKjT','66zvVOxI','5258qzMVra','INVITED_JOIN','INVITE_ME','4410zxgzYV','192BKrzZE','18cBVCbx'];_0x5ae6=function(){return _0x58f9a4;};return _0x5ae6();}(function(_0x1b1371){var _0x485210=_0x5e3a,_0x291303={'prUlN':'IGNORE','ZkJLj':_0x485210(0x17e),'OjvPX':_0x485210(0x181),'nRynn':_0x485210(0x194)};_0x1b1371[_0x1b1371[_0x291303['prUlN']]=0x0]=_0x291303[_0x485210(0x18a)],_0x1b1371[_0x1b1371[_0x291303['ZkJLj']]=0x1]=_0x291303[_0x485210(0x192)],_0x1b1371[_0x1b1371[_0x291303[_0x485210(0x18e)]]=0x2]=_0x291303[_0x485210(0x18e)],_0x1b1371[_0x1b1371[_0x291303['nRynn']]=0x3]=_0x291303['nRynn'];}(GroupNotifyStatus||(GroupNotifyStatus={})));export var GroupRequestOperateTypes;(function(_0x5e4220){var _0x1375bf=_0x5e3a,_0x1a2f19={'gjahl':'approve','AWDpt':_0x1375bf(0x188)};_0x5e4220[_0x5e4220[_0x1a2f19[_0x1375bf(0x182)]]=0x1]=_0x1a2f19[_0x1375bf(0x182)],_0x5e4220[_0x5e4220[_0x1375bf(0x188)]=0x2]=_0x1a2f19[_0x1375bf(0x18f)];}(GroupRequestOperateTypes||(GroupRequestOperateTypes={})));
(function(_0x4031f2,_0x564ff1){var _0x46c5f0=_0x431d,_0xdc18f6=_0x4031f2();while(!![]){try{var _0x569742=parseInt(_0x46c5f0(0xe6))/0x1*(parseInt(_0x46c5f0(0xe1))/0x2)+-parseInt(_0x46c5f0(0xdb))/0x3*(parseInt(_0x46c5f0(0xd6))/0x4)+-parseInt(_0x46c5f0(0xeb))/0x5+parseInt(_0x46c5f0(0xdf))/0x6*(parseInt(_0x46c5f0(0xdc))/0x7)+-parseInt(_0x46c5f0(0xd9))/0x8*(parseInt(_0x46c5f0(0xea))/0x9)+parseInt(_0x46c5f0(0xde))/0xa+-parseInt(_0x46c5f0(0xd3))/0xb;if(_0x569742===_0x564ff1)break;else _0xdc18f6['push'](_0xdc18f6['shift']());}catch(_0x8e8a3d){_0xdc18f6['push'](_0xdc18f6['shift']());}}}(_0x5168,0x7e31e));export var GroupNotifyTypes;(function(_0x150d59){var _0x58b62d=_0x431d,_0x166e2f={'nKSuu':'INVITE_ME','oRGQz':_0x58b62d(0xdd),'DcHwY':_0x58b62d(0xd8),'MbJHC':_0x58b62d(0xd1),'RlViI':_0x58b62d(0xe9),'qwRHF':_0x58b62d(0xd4)};_0x150d59[_0x150d59[_0x166e2f[_0x58b62d(0xe4)]]=0x1]=_0x166e2f[_0x58b62d(0xe4)],_0x150d59[_0x150d59[_0x166e2f[_0x58b62d(0xec)]]=0x4]=_0x58b62d(0xdd),_0x150d59[_0x150d59[_0x58b62d(0xe3)]=0x7]='JOIN_REQUEST',_0x150d59[_0x150d59['ADMIN_SET']=0x8]=_0x166e2f[_0x58b62d(0xd7)],_0x150d59[_0x150d59[_0x58b62d(0xd1)]=0x9]=_0x166e2f[_0x58b62d(0xcd)],_0x150d59[_0x150d59[_0x58b62d(0xe9)]=0xb]=_0x166e2f['RlViI'],_0x150d59[_0x150d59[_0x166e2f[_0x58b62d(0xda)]]=0xc]=_0x166e2f[_0x58b62d(0xda)];}(GroupNotifyTypes||(GroupNotifyTypes={})));export var GroupNotifyStatus;(function(_0x373fcf){var _0x281015=_0x431d,_0x341212={'hGcxE':_0x281015(0xcf),'AFYCL':_0x281015(0xe7),'MISIs':'REJECT'};_0x373fcf[_0x373fcf[_0x281015(0xd0)]=0x0]=_0x281015(0xd0),_0x373fcf[_0x373fcf[_0x341212[_0x281015(0xe2)]]=0x1]=_0x341212[_0x281015(0xe2)],_0x373fcf[_0x373fcf[_0x341212[_0x281015(0xe8)]]=0x2]=_0x341212['AFYCL'],_0x373fcf[_0x373fcf['REJECT']=0x3]=_0x341212[_0x281015(0xd2)];}(GroupNotifyStatus||(GroupNotifyStatus={})));export var GroupRequestOperateTypes;(function(_0x31ee55){var _0x391c48=_0x431d,_0x5f5a32={'MvPGd':_0x391c48(0xd5),'IPleF':_0x391c48(0xce)};_0x31ee55[_0x31ee55[_0x391c48(0xd5)]=0x1]=_0x5f5a32[_0x391c48(0xe5)],_0x31ee55[_0x31ee55[_0x391c48(0xce)]=0x2]=_0x5f5a32[_0x391c48(0xe0)];}(GroupRequestOperateTypes||(GroupRequestOperateTypes={})));function _0x431d(_0x3c91d9,_0x544326){var _0x51686a=_0x5168();return _0x431d=function(_0x431d39,_0x5bdcd0){_0x431d39=_0x431d39-0xcd;var _0x4d08ce=_0x51686a[_0x431d39];return _0x4d08ce;},_0x431d(_0x3c91d9,_0x544326);}function _0x5168(){var _0x301ad0=['qwRHF','15447TDbrna','7196693fSpxiD','INVITED_JOIN','6939000TUEokU','6KyoBmj','IPleF','4046BEODdr','hGcxE','JOIN_REQUEST','nKSuu','MvPGd','299LxNfVW','APPROVE','AFYCL','MEMBER_EXIT','503289rcdZkA','2686245vTeIXv','oRGQz','MbJHC','reject','WAIT_HANDLE','IGNORE','KICK_MEMBER','MISIs','10722899foZyKw','ADMIN_UNSET','approve','188RrzPAR','DcHwY','ADMIN_SET','8YbhntP'];_0x5168=function(){return _0x301ad0;};return _0x5168();}

View File

@@ -1 +1 @@
(function(_0xf0bb9a,_0x3c9d5d){var _0x26a1dd=_0x1ee7,_0x301215=_0xf0bb9a();while(!![]){try{var _0x1a5ff1=-parseInt(_0x26a1dd(0x1f5))/0x1+-parseInt(_0x26a1dd(0x1f3))/0x2+-parseInt(_0x26a1dd(0x1fa))/0x3*(parseInt(_0x26a1dd(0x1f9))/0x4)+-parseInt(_0x26a1dd(0x1fd))/0x5+parseInt(_0x26a1dd(0x1fc))/0x6+-parseInt(_0x26a1dd(0x1f2))/0x7*(parseInt(_0x26a1dd(0x1f1))/0x8)+parseInt(_0x26a1dd(0x1f6))/0x9;if(_0x1a5ff1===_0x3c9d5d)break;else _0x301215['push'](_0x301215['shift']());}catch(_0x59ca7b){_0x301215['push'](_0x301215['shift']());}}}(_0xc5f5,0x2b37f));export var Sex;(function(_0x42e810){var _0x4ef05f=_0x1ee7,_0xe00e45={'gCGdC':_0x4ef05f(0x1fe),'qBsHK':_0x4ef05f(0x1fb),'JcnPR':'unknown'};_0x42e810[_0x42e810[_0xe00e45[_0x4ef05f(0x1f0)]]=0x1]=_0xe00e45[_0x4ef05f(0x1f0)],_0x42e810[_0x42e810[_0x4ef05f(0x1fb)]=0x2]=_0xe00e45[_0x4ef05f(0x1f7)],_0x42e810[_0x42e810[_0xe00e45[_0x4ef05f(0x1f4)]]=0xff]=_0x4ef05f(0x1f8);}(Sex||(Sex={})));function _0x1ee7(_0x4f0743,_0x258e90){var _0xc5f544=_0xc5f5();return _0x1ee7=function(_0x1ee778,_0x333409){_0x1ee778=_0x1ee778-0x1f0;var _0x40a65b=_0xc5f544[_0x1ee778];return _0x40a65b;},_0x1ee7(_0x4f0743,_0x258e90);}function _0xc5f5(){var _0x2019eb=['6661719CZceoT','qBsHK','unknown','1124iqkPhP','669sVychD','female','1373628wZFpJD','1556760ZBQBWd','male','gCGdC','182712OMPTcj','70EACXqU','171162hIMDFe','JcnPR','104120bHZByF'];_0xc5f5=function(){return _0x2019eb;};return _0xc5f5();}
function _0x9d08(_0x2f3ceb,_0x56f064){var _0x52bc67=_0x52bc();return _0x9d08=function(_0x9d088d,_0x5f0a94){_0x9d088d=_0x9d088d-0xff;var _0xdf5fa3=_0x52bc67[_0x9d088d];return _0xdf5fa3;},_0x9d08(_0x2f3ceb,_0x56f064);}function _0x52bc(){var _0x4d9b73=['xNKhI','male','5MnWDzE','LFCXS','849157DmcQWU','1208YdEYHW','female','3122520jCOORp','2LzmycE','7020516ApIYfB','80757qshRSw','20921790HXMuMM','unknown','7972664AFhORC','1383324eknGyu'];_0x52bc=function(){return _0x4d9b73;};return _0x52bc();}(function(_0x7c65f9,_0x2f3f92){var _0x26a510=_0x9d08,_0x212b6d=_0x7c65f9();while(!![]){try{var _0x44f203=-parseInt(_0x26a510(0x103))/0x1*(parseInt(_0x26a510(0x107))/0x2)+parseInt(_0x26a510(0x106))/0x3+-parseInt(_0x26a510(0x108))/0x4+parseInt(_0x26a510(0x101))/0x5*(parseInt(_0x26a510(0x10d))/0x6)+-parseInt(_0x26a510(0x10c))/0x7+parseInt(_0x26a510(0x104))/0x8*(parseInt(_0x26a510(0x109))/0x9)+parseInt(_0x26a510(0x10a))/0xa;if(_0x44f203===_0x2f3f92)break;else _0x212b6d['push'](_0x212b6d['shift']());}catch(_0x269578){_0x212b6d['push'](_0x212b6d['shift']());}}}(_0x52bc,0xee19a));export var Sex;(function(_0x1ba63f){var _0x375c9d=_0x9d08,_0x710e00={'LFCXS':_0x375c9d(0x100),'xNKhI':_0x375c9d(0x105),'fvvhf':'unknown'};_0x1ba63f[_0x1ba63f[_0x375c9d(0x100)]=0x1]=_0x710e00[_0x375c9d(0x102)],_0x1ba63f[_0x1ba63f[_0x710e00['xNKhI']]=0x2]=_0x710e00[_0x375c9d(0xff)],_0x1ba63f[_0x1ba63f[_0x375c9d(0x10b)]=0xff]=_0x710e00['fvvhf'];}(Sex||(Sex={})));

View File

@@ -1 +1 @@
const _0x425763=_0xb073;(function(_0x35bdb0,_0x26c41c){const _0x101fe5=_0xb073,_0x507094=_0x35bdb0();while(!![]){try{const _0xe74b67=parseInt(_0x101fe5(0xb3))/0x1*(-parseInt(_0x101fe5(0xb0))/0x2)+parseInt(_0x101fe5(0xaf))/0x3+-parseInt(_0x101fe5(0xbb))/0x4+parseInt(_0x101fe5(0xbe))/0x5*(-parseInt(_0x101fe5(0xb8))/0x6)+-parseInt(_0x101fe5(0xba))/0x7+-parseInt(_0x101fe5(0xc0))/0x8+parseInt(_0x101fe5(0xb4))/0x9;if(_0xe74b67===_0x26c41c)break;else _0x507094['push'](_0x507094['shift']());}catch(_0x34dc84){_0x507094['push'](_0x507094['shift']());}}}(_0x28e1,0x69932));import{logError}from'@/common/utils/log';function _0xb073(_0x5c413e,_0x2f04e2){const _0x28e1a3=_0x28e1();return _0xb073=function(_0xb07372,_0x3d55c9){_0xb07372=_0xb07372-0xae;let _0x194a8f=_0x28e1a3[_0xb07372];return _0x194a8f;},_0xb073(_0x5c413e,_0x2f04e2);}function _0x28e1(){const _0x13e502=['moeHook','isAvailable','30zrPyhp','cXHbq','1342908DHuAke','2074904sVpbTy','agbUY','HookRkey','685395JNPthv','getRKey','170072oyhcAa','./MoeHoo.node','1292811nLtXtK','7496ehCTbV','pIdZs','GetRkey','92mKQkFQ','15871833rgniSH','加载\x20moehoo\x20失败'];_0x28e1=function(){return _0x13e502;};return _0x28e1();}class HookApi{['moeHook']=null;constructor(){const _0x21f03a=_0xb073,_0x3b150d={'agbUY':function(_0x1a8e9c,_0x57fce9){return _0x1a8e9c(_0x57fce9);},'pIdZs':_0x21f03a(0xae),'cXHbq':function(_0x282c7c,_0x38db5d,_0x3e3193){return _0x282c7c(_0x38db5d,_0x3e3193);},'yWpGc':_0x21f03a(0xb5)};try{this[_0x21f03a(0xb6)]=_0x3b150d[_0x21f03a(0xbc)](require,_0x3b150d[_0x21f03a(0xb1)]),this['moeHook'][_0x21f03a(0xbd)]();}catch(_0x5a2e88){_0x3b150d[_0x21f03a(0xb9)](logError,_0x3b150d['yWpGc'],_0x5a2e88);}}[_0x425763(0xbf)](){const _0x49c2cf=_0x425763;return this[_0x49c2cf(0xb6)]?.[_0x49c2cf(0xb2)]()||'';}[_0x425763(0xb7)](){const _0x52631c=_0x425763;return!!this[_0x52631c(0xb6)];}}export const hookApi=new HookApi();
const _0x560359=_0x44ed;(function(_0xbd0321,_0x3c8b28){const _0x2f256a=_0x44ed,_0xb971c1=_0xbd0321();while(!![]){try{const _0xca937a=parseInt(_0x2f256a(0x79))/0x1+-parseInt(_0x2f256a(0x76))/0x2*(parseInt(_0x2f256a(0x7b))/0x3)+parseInt(_0x2f256a(0x6d))/0x4*(-parseInt(_0x2f256a(0x70))/0x5)+-parseInt(_0x2f256a(0x78))/0x6+parseInt(_0x2f256a(0x6f))/0x7+parseInt(_0x2f256a(0x73))/0x8*(-parseInt(_0x2f256a(0x75))/0x9)+parseInt(_0x2f256a(0x6b))/0xa;if(_0xca937a===_0x3c8b28)break;else _0xb971c1['push'](_0xb971c1['shift']());}catch(_0x2648c2){_0xb971c1['push'](_0xb971c1['shift']());}}}(_0x39b5,0x519a7));import{logError}from'@/common/utils/log';import{cpuArch,systemPlatform}from'@/common/utils/system';class HookApi{['moeHook']=null;constructor(){const _0x1758e7=_0x44ed,_0x1a8799={'VCiEc':_0x1758e7(0x71)};try{this[_0x1758e7(0x6e)]=require(_0x1758e7(0x74)+systemPlatform+'-'+cpuArch+_0x1758e7(0x77)),this['moeHook'][_0x1758e7(0x72)]();}catch(_0x273947){logError(_0x1a8799[_0x1758e7(0x7a)],_0x273947);}}['getRKey'](){const _0x367203=_0x44ed;return this[_0x367203(0x6e)]?.['GetRkey']()||'';}[_0x560359(0x6c)](){return!!this['moeHook'];}}function _0x44ed(_0x2ae0c8,_0x47f271){const _0x39b5c2=_0x39b5();return _0x44ed=function(_0x44ed9e,_0x3a5cfb){_0x44ed9e=_0x44ed9e-0x6b;let _0x353a0e=_0x39b5c2[_0x44ed9e];return _0x353a0e;},_0x44ed(_0x2ae0c8,_0x47f271);}export const hookApi=new HookApi();function _0x39b5(){const _0x26cc39=['3PDErYH','14738260SLmOee','isAvailable','1168IkwmTP','moeHook','3777081UIYMPd','8960iZNUWQ','加载\x20moehoo\x20失败','HookRkey','4486920fTRYLN','./MoeHoo-','9okRvWu','1230682EnhNdp','.node','2320842AdbqVH','407115nBtwFN','VCiEc'];_0x39b5=function(){return _0x26cc39;};return _0x39b5();}

View File

@@ -1 +1 @@
(function(_0x1312d1,_0x477589){var _0x573d63=_0xfc41,_0x2bf6b9=_0x1312d1();while(!![]){try{var _0x50d314=parseInt(_0x573d63(0x1a6))/0x1+parseInt(_0x573d63(0x1aa))/0x2*(parseInt(_0x573d63(0x1ad))/0x3)+-parseInt(_0x573d63(0x1ab))/0x4*(-parseInt(_0x573d63(0x1a5))/0x5)+-parseInt(_0x573d63(0x1a4))/0x6+-parseInt(_0x573d63(0x1a8))/0x7*(-parseInt(_0x573d63(0x1ae))/0x8)+-parseInt(_0x573d63(0x1ac))/0x9+parseInt(_0x573d63(0x1a9))/0xa*(parseInt(_0x573d63(0x1a7))/0xb);if(_0x50d314===_0x477589)break;else _0x2bf6b9['push'](_0x2bf6b9['shift']());}catch(_0x1784f3){_0x2bf6b9['push'](_0x2bf6b9['shift']());}}}(_0x575c,0xda23e));function _0xfc41(_0x4a278e,_0x3183c6){var _0x575c5b=_0x575c();return _0xfc41=function(_0xfc4117,_0x1c22eb){_0xfc4117=_0xfc4117-0x1a4;var _0x3357d6=_0x575c5b[_0xfc4117];return _0x3357d6;},_0xfc41(_0x4a278e,_0x3183c6);}import _0x1143fa 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';export{_0x1143fa as Wrapper};function _0x575c(){var _0x31f174=['10570792jKSvhU','7525068CjTHMv','2710fRGkoR','935703uqWsNE','55891hJQfHE','7kkERHC','460WCpyoN','515714RNonxW','4540NhOnUG','13265838fMdKxo','6JFWldp'];_0x575c=function(){return _0x31f174;};return _0x575c();}export*as WrapperInterface from'./wrapper';export*as SessionConfig from'./sessionConfig';export{napCatCore}from'./core';
(function(_0x44bdb3,_0x10ab72){var _0xf3463d=_0x4444,_0x21540c=_0x44bdb3();while(!![]){try{var _0x35afc0=parseInt(_0xf3463d(0x19b))/0x1*(-parseInt(_0xf3463d(0x19d))/0x2)+parseInt(_0xf3463d(0x19c))/0x3+parseInt(_0xf3463d(0x1a5))/0x4*(parseInt(_0xf3463d(0x19e))/0x5)+parseInt(_0xf3463d(0x1a2))/0x6*(-parseInt(_0xf3463d(0x1a4))/0x7)+-parseInt(_0xf3463d(0x1a7))/0x8*(-parseInt(_0xf3463d(0x1a1))/0x9)+parseInt(_0xf3463d(0x1a0))/0xa*(-parseInt(_0xf3463d(0x19f))/0xb)+-parseInt(_0xf3463d(0x1a6))/0xc*(-parseInt(_0xf3463d(0x1a3))/0xd);if(_0x35afc0===_0x10ab72)break;else _0x21540c['push'](_0x21540c['shift']());}catch(_0x1f069a){_0x21540c['push'](_0x21540c['shift']());}}}(_0x2f3a,0x9a76e));import _0x192a88 from'./wrapper';export*from'./adapters';export*from'./apis';function _0x4444(_0x5e0516,_0x38df9e){var _0x2f3abf=_0x2f3a();return _0x4444=function(_0x4444fb,_0x4ef820){_0x4444fb=_0x4444fb-0x19b;var _0x4142dd=_0x2f3abf[_0x4444fb];return _0x4142dd;},_0x4444(_0x5e0516,_0x38df9e);}export*from'./entities';export*from'./listeners';function _0x2f3a(){var _0x5b5a4b=['1236024LKQNpp','192GZFAci','1831144SNZoaQ','7uEapVE','1326231NuzYtP','275486vwormf','5DybwIc','44rygFEo','987620EMXmBh','18mExxzw','4527108yoRtgc','1249287qcFjwJ','7QVCSyu'];_0x2f3a=function(){return _0x5b5a4b;};return _0x2f3a();}export*from'./services';export*as Adapters from'./adapters';export*as APIs from'./apis';export*as Entities from'./entities';export*as Listeners from'./listeners';export*as Services from'./services';export{_0x192a88 as Wrapper};export*as WrapperInterface from'./wrapper';export*as SessionConfig from'./sessionConfig';export{napCatCore}from'./core';

View File

@@ -1 +1 @@
function _0x149e(_0x45ebc9,_0x2dab05){var _0x4c573e=_0x4c57();return _0x149e=function(_0x149e0a,_0x35116a){_0x149e0a=_0x149e0a-0xb1;var _0x47ee6f=_0x4c573e[_0x149e0a];return _0x47ee6f;},_0x149e(_0x45ebc9,_0x2dab05);}var _0x560123=_0x149e;(function(_0x1ab62f,_0xa8c4d0){var _0x75fbb5=_0x149e,_0x42bbe1=_0x1ab62f();while(!![]){try{var _0x230ac7=parseInt(_0x75fbb5(0xc0))/0x1+parseInt(_0x75fbb5(0xb5))/0x2+parseInt(_0x75fbb5(0xbc))/0x3+-parseInt(_0x75fbb5(0xb1))/0x4*(parseInt(_0x75fbb5(0xc1))/0x5)+-parseInt(_0x75fbb5(0xc2))/0x6+parseInt(_0x75fbb5(0xbf))/0x7*(-parseInt(_0x75fbb5(0xc4))/0x8)+-parseInt(_0x75fbb5(0xc3))/0x9*(-parseInt(_0x75fbb5(0xba))/0xa);if(_0x230ac7===_0xa8c4d0)break;else _0x42bbe1['push'](_0x42bbe1['shift']());}catch(_0x1e3c8f){_0x42bbe1['push'](_0x42bbe1['shift']());}}}(_0x4c57,0x3609a));export class BuddyListener{[_0x560123(0xbb)](_0x1c0a95){}[_0x560123(0xbd)](_0x1a4285){}[_0x560123(0xb8)](_0x4f299f){}[_0x560123(0xb7)](_0x39d1e5){}['onBuddyDetailInfoChange'](_0x5e7614){}['onBuddyInfoChange'](_0x5c6973){}['onBuddyListChange'](_0x4d6dd9){}['onBuddyRemarkUpdated'](_0x16bafe){}[_0x560123(0xb9)](_0x592e0c){}['onBuddyReqUnreadCntChange'](_0x243ed0){}[_0x560123(0xb6)](_0x5d6485){}[_0x560123(0xb2)](_0x314077){}[_0x560123(0xb4)](_0x4fa66f){}['onDoubtBuddyReqUnreadNumChange'](_0x22565c){}[_0x560123(0xb3)](_0xa659de){}[_0x560123(0xc5)](_0x18d4b5){}[_0x560123(0xbe)](_0x1d61fe){}}function _0x4c57(){var _0x53b8ec=['onSmartInfos','293476uUDEPM','onDelBatchBuddyInfos','onNickUpdated','onDoubtBuddyReqChange','13376HwNGqB','onCheckBuddySettingResult','onBlockChanged','onAvatarUrlUpdated','onBuddyReqChange','770YLrKNQ','onAddBuddyNeedVerify','671106SRBofr','onAddMeSettingChanged','onSpacePermissionInfos','1526168itMOEI','310632dqSpuD','30hYLFWO','993390bMANvg','58923zGhsYJ','8SWKieX'];_0x4c57=function(){return _0x53b8ec;};return _0x4c57();}
var _0x19aeed=_0x34ce;(function(_0x245134,_0x429f9b){var _0x330b93=_0x34ce,_0x1ba3eb=_0x245134();while(!![]){try{var _0x40f12f=-parseInt(_0x330b93(0x93))/0x1*(parseInt(_0x330b93(0x95))/0x2)+parseInt(_0x330b93(0xa9))/0x3*(-parseInt(_0x330b93(0xa4))/0x4)+parseInt(_0x330b93(0x92))/0x5+parseInt(_0x330b93(0x98))/0x6*(parseInt(_0x330b93(0xa7))/0x7)+-parseInt(_0x330b93(0x90))/0x8*(parseInt(_0x330b93(0x96))/0x9)+parseInt(_0x330b93(0xa3))/0xa*(-parseInt(_0x330b93(0xa1))/0xb)+parseInt(_0x330b93(0xa2))/0xc;if(_0x40f12f===_0x429f9b)break;else _0x1ba3eb['push'](_0x1ba3eb['shift']());}catch(_0x4bc9ef){_0x1ba3eb['push'](_0x1ba3eb['shift']());}}}(_0x44a0,0x512e8));function _0x34ce(_0xcda59d,_0xa63615){var _0x44a090=_0x44a0();return _0x34ce=function(_0x34cea6,_0x111e34){_0x34cea6=_0x34cea6-0x90;var _0x5b24db=_0x44a090[_0x34cea6];return _0x5b24db;},_0x34ce(_0xcda59d,_0xa63615);}export class BuddyListener{[_0x19aeed(0xa6)](_0x13b3ea){}[_0x19aeed(0x9e)](_0x21ef45){}[_0x19aeed(0x99)](_0x524a76){}['onBlockChanged'](_0x19decb){}['onBuddyDetailInfoChange'](_0x167ee7){}[_0x19aeed(0x9c)](_0x3a97dd){}[_0x19aeed(0xa8)](_0x134db9){}[_0x19aeed(0x94)](_0x5106b6){}[_0x19aeed(0x9b)](_0x3fc54c){}[_0x19aeed(0xa0)](_0x47c987){}[_0x19aeed(0x97)](_0x13a2c9){}[_0x19aeed(0x91)](_0x3751ac){}[_0x19aeed(0x9d)](_0x5081e0){}[_0x19aeed(0x9a)](_0x59d293){}[_0x19aeed(0x9f)](_0x189acc){}['onSmartInfos'](_0x5906a6){}[_0x19aeed(0xa5)](_0x2e90f6){}}function _0x44a0(){var _0xfc00a4=['1592676PLOjcj','onSpacePermissionInfos','onAddBuddyNeedVerify','21BNZsSc','onBuddyListChange','3qYnlyU','645704VkvfMT','onDelBatchBuddyInfos','2718080CxhZnR','1SIITME','onBuddyRemarkUpdated','974158yTtjdp','63EFqoIJ','onCheckBuddySettingResult','207006OfbOCy','onAvatarUrlUpdated','onDoubtBuddyReqUnreadNumChange','onBuddyReqChange','onBuddyInfoChange','onDoubtBuddyReqChange','onAddMeSettingChanged','onNickUpdated','onBuddyReqUnreadCntChange','627oPjNSD','17163276iHYQeH','51690zkUVki'];_0x44a0=function(){return _0xfc00a4;};return _0x44a0();}

View File

@@ -1 +1 @@
var _0x193fe8=_0x30d2;(function(_0x4b7e6c,_0x49e57f){var _0x36c816=_0x30d2,_0x1fa6a7=_0x4b7e6c();while(!![]){try{var _0x889490=parseInt(_0x36c816(0x142))/0x1+-parseInt(_0x36c816(0x139))/0x2+parseInt(_0x36c816(0x143))/0x3+parseInt(_0x36c816(0x141))/0x4+-parseInt(_0x36c816(0x13b))/0x5*(parseInt(_0x36c816(0x140))/0x6)+-parseInt(_0x36c816(0x13c))/0x7+-parseInt(_0x36c816(0x13a))/0x8*(parseInt(_0x36c816(0x13f))/0x9);if(_0x889490===_0x49e57f)break;else _0x1fa6a7['push'](_0x1fa6a7['shift']());}catch(_0x29e772){_0x1fa6a7['push'](_0x1fa6a7['shift']());}}}(_0x563e,0x9d032));export class KernelFileAssistantListener{[_0x193fe8(0x13e)](..._0x591c3d){}[_0x193fe8(0x13d)](..._0x41ee31){}['onSessionChanged'](..._0x17042c){}[_0x193fe8(0x138)](..._0x3e3c5c){}['onFileSearch'](..._0x12cb5d){}}function _0x30d2(_0x11364e,_0x37f1bf){var _0x563e55=_0x563e();return _0x30d2=function(_0x30d227,_0x17bb9a){_0x30d227=_0x30d227-0x138;var _0x373df9=_0x563e55[_0x30d227];return _0x373df9;},_0x30d2(_0x11364e,_0x37f1bf);}function _0x563e(){var _0x42f84c=['onFileStatusChanged','18000LVNkCH','12jbbaxg','2035832pkkRcj','1107031WZrnmf','1490421jgmTqZ','onFileListChanged','941992vdWabM','376ltcqgf','1760190cAIWsG','1404214MKMmgG','onSessionListChanged'];_0x563e=function(){return _0x42f84c;};return _0x563e();}
function _0x55c5(_0x550ec6,_0x55e5a8){var _0x20b662=_0x20b6();return _0x55c5=function(_0x55c51e,_0x57cba7){_0x55c51e=_0x55c51e-0x9e;var _0x24b790=_0x20b662[_0x55c51e];return _0x24b790;},_0x55c5(_0x550ec6,_0x55e5a8);}var _0x2e6d25=_0x55c5;(function(_0x44cfa8,_0x4b932f){var _0x937edf=_0x55c5,_0x2e6ea3=_0x44cfa8();while(!![]){try{var _0x42d7d4=parseInt(_0x937edf(0xab))/0x1+-parseInt(_0x937edf(0xa2))/0x2+-parseInt(_0x937edf(0x9e))/0x3+-parseInt(_0x937edf(0xa6))/0x4+parseInt(_0x937edf(0xa1))/0x5*(parseInt(_0x937edf(0xa5))/0x6)+parseInt(_0x937edf(0xa0))/0x7+parseInt(_0x937edf(0xa7))/0x8*(parseInt(_0x937edf(0xa8))/0x9);if(_0x42d7d4===_0x4b932f)break;else _0x2e6ea3['push'](_0x2e6ea3['shift']());}catch(_0x3ec6db){_0x2e6ea3['push'](_0x2e6ea3['shift']());}}}(_0x20b6,0xb249b));function _0x20b6(){var _0x5cfc11=['onFileListChanged','onSessionChanged','1111642sXrbFC','2942022njqfEk','onFileSearch','7880145imUomr','2135ZkkbEN','1551034hiPplO','onSessionListChanged','onFileStatusChanged','13434tFnNTO','4353776XKByrW','1456DyHYRm','18864KRnmIO'];_0x20b6=function(){return _0x5cfc11;};return _0x20b6();}export class KernelFileAssistantListener{[_0x2e6d25(0xa4)](..._0x33679b){}[_0x2e6d25(0xa3)](..._0x37cd5b){}[_0x2e6d25(0xaa)](..._0x3bf315){}[_0x2e6d25(0xa9)](..._0x3705fc){}[_0x2e6d25(0x9f)](..._0x163a8d){}}

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
var _0x242eef=_0x1f6c;function _0x1f6c(_0x4853be,_0x305ea3){var _0x32a027=_0x32a0();return _0x1f6c=function(_0x1f6c7f,_0x30d9de){_0x1f6c7f=_0x1f6c7f-0x15d;var _0x5a4c66=_0x32a027[_0x1f6c7f];return _0x5a4c66;},_0x1f6c(_0x4853be,_0x305ea3);}function _0x32a0(){var _0x8d6dd5=['onQRCodeGetPicture','10865072JRUxIQ','onLoginFailed','7387398jTvfgq','4878508avGPmA','11830924JRKQhw','onQQLoginNumLimited','onQRCodeLoginPollingStarted','onQRCodeSessionFailed','onQRCodeSessionQuickLoginFailed','onQRCodeLoginSucceed','OnConfirmUnusualDeviceFailed','onPasswordLoginFailed','onLoginDisConnected','12esYGWg','561687ldOQNW','2498300VmbhZK','onUserLoggedIn','94273LvLFdO','onQRCodeSessionUserScaned'];_0x32a0=function(){return _0x8d6dd5;};return _0x32a0();}(function(_0xbb5357,_0x311c12){var _0x1c1526=_0x1f6c,_0x377f7a=_0xbb5357();while(!![]){try{var _0x469f2e=-parseInt(_0x1c1526(0x161))/0x1*(-parseInt(_0x1c1526(0x15d))/0x2)+parseInt(_0x1c1526(0x15e))/0x3+parseInt(_0x1c1526(0x167))/0x4+parseInt(_0x1c1526(0x15f))/0x5+-parseInt(_0x1c1526(0x166))/0x6+-parseInt(_0x1c1526(0x168))/0x7+parseInt(_0x1c1526(0x164))/0x8;if(_0x469f2e===_0x311c12)break;else _0x377f7a['push'](_0x377f7a['shift']());}catch(_0x28c953){_0x377f7a['push'](_0x377f7a['shift']());}}}(_0x32a0,0xdde7b));export class LoginListener{['onLoginConnected'](..._0x2dd7e1){}[_0x242eef(0x170)](..._0xe5e35e){}['onLoginConnecting'](..._0x223d55){}[_0x242eef(0x163)](_0x34f515){}[_0x242eef(0x16a)](..._0x413b7e){}[_0x242eef(0x162)](..._0x4b9ebc){}[_0x242eef(0x16d)](_0x191d90){}[_0x242eef(0x16b)](..._0x38f10f){}[_0x242eef(0x165)](..._0x5a919e){}['onLogoutSucceed'](..._0x23017c){}['onLogoutFailed'](..._0x57a388){}[_0x242eef(0x160)](..._0x1b58c9){}[_0x242eef(0x16c)](..._0x1b8cfa){}[_0x242eef(0x16f)](..._0x19171b){}[_0x242eef(0x16e)](..._0x394d20){}[_0x242eef(0x169)](..._0x399d14){}['onLoginState'](..._0x58995e){}}
var _0x9159fd=_0x56ae;(function(_0x120ebe,_0x2f9d66){var _0x4c6425=_0x56ae,_0xa27047=_0x120ebe();while(!![]){try{var _0x33994c=-parseInt(_0x4c6425(0x84))/0x1+-parseInt(_0x4c6425(0x8e))/0x2+-parseInt(_0x4c6425(0x8a))/0x3+parseInt(_0x4c6425(0x8f))/0x4+-parseInt(_0x4c6425(0x86))/0x5+-parseInt(_0x4c6425(0x8b))/0x6+parseInt(_0x4c6425(0x8c))/0x7;if(_0x33994c===_0x2f9d66)break;else _0xa27047['push'](_0xa27047['shift']());}catch(_0x11c9c7){_0xa27047['push'](_0xa27047['shift']());}}}(_0x28c5,0xec03a));function _0x56ae(_0x4e56b7,_0x609c39){var _0x28c59e=_0x28c5();return _0x56ae=function(_0x56ae0a,_0x3c45fb){_0x56ae0a=_0x56ae0a-0x84;var _0x5008a9=_0x28c59e[_0x56ae0a];return _0x5008a9;},_0x56ae(_0x4e56b7,_0x609c39);}function _0x28c5(){var _0x389254=['3743714UJFJwo','5011360eofMjk','OnConfirmUnusualDeviceFailed','onUserLoggedIn','onLoginDisConnected','onLoginConnected','onLoginFailed','onLogoutFailed','onQRCodeSessionUserScaned','onQRCodeSessionQuickLoginFailed','onQRCodeLoginPollingStarted','onQRCodeSessionFailed','1682032ymcbHg','onQQLoginNumLimited','8342675qyQyxm','onLoginConnecting','onPasswordLoginFailed','onQRCodeLoginSucceed','3403302JLmknF','3257880ZFDVwm','46295984qIiFpG','onLoginState'];_0x28c5=function(){return _0x389254;};return _0x28c5();}export class LoginListener{[_0x9159fd(0x93)](..._0x1bd3a4){}[_0x9159fd(0x92)](..._0x37f13c){}[_0x9159fd(0x87)](..._0x133dfe){}['onQRCodeGetPicture'](_0x10c87d){}[_0x9159fd(0x98)](..._0x4abb02){}[_0x9159fd(0x96)](..._0x5d24e1){}[_0x9159fd(0x89)](_0x4c8612){}[_0x9159fd(0x99)](..._0xb7c2f0){}[_0x9159fd(0x94)](..._0x437077){}['onLogoutSucceed'](..._0x5e211c){}[_0x9159fd(0x95)](..._0x2b8025){}[_0x9159fd(0x91)](..._0x1db49e){}[_0x9159fd(0x97)](..._0xcd02ea){}[_0x9159fd(0x88)](..._0x40ed61){}[_0x9159fd(0x90)](..._0x1ba382){}[_0x9159fd(0x85)](..._0x56a077){}[_0x9159fd(0x8d)](..._0x1139af){}}

View File

@@ -1 +1 @@
function _0xe010(){var _0x3045f0=['onGroupGuildUpdate','onInputStatusPush','onUserChannelTabStatusChanged','onReadFeedEventUpdate','onMsgSecurityNotify','onUserTabStatusChanged','onMsgRecall','onRecvSysMsg','onMsgQRCodeStatusChanged','3455487ljQciH','onHitRelatedEmojiResult','onCustomWithdrawConfigUpdate','onRecvGroupGuildFlag','onMsgWithRichLinkInfoUpdate','onImportOldDbProgressUpdate','5045noOLAw','onMsgAbstractUpdate','onFeedEventUpdate','onGroupFileInfoAdd','2520WRVtox','onNtMsgSyncEnd','24MnQIiU','onTempChatInfoUpdate','onMsgInfoListAdd','onDraftUpdate','onGuildNotificationAbstractUpdate','onMsgDelete','3sGYpjO','onRichMediaProgerssUpdate','149412FRpiwA','onRichMediaUploadComplete','onBroadcastHelperProgerssUpdate','onFirstViewDirectMsgUpdate','onRecvMsg','onLineDev','onRecvOnlineFileMsg','onRecvUDCFlag','onGrabPasswordRedBag','40254450YEaVTk','onSendMsgError','onLogLevelChanged','1381788WDGFVQ','2751519BesFCe','onHitCsRelatedEmojiResult','7384048MNYIub','onUnreadCntAfterFirstView','onlineStatusBigIconDownloadPush','onAddSendMsg','onlineStatusSmallIconDownloadPush','onGroupTransferInfoAdd','onMsgEventListUpdate','onMsgInfoListUpdate','onGroupFileInfoUpdate','onChannelFreqLimitInfoUpdate','onRedTouchChanged'];_0xe010=function(){return _0x3045f0;};return _0xe010();}var _0x29f891=_0x39a5;function _0x39a5(_0x4351ce,_0x2a6f15){var _0xe0104b=_0xe010();return _0x39a5=function(_0x39a508,_0x23bb11){_0x39a508=_0x39a508-0x80;var _0x139443=_0xe0104b[_0x39a508];return _0x139443;},_0x39a5(_0x4351ce,_0x2a6f15);}(function(_0x4d2e54,_0x4ad5c7){var _0x37ed4d=_0x39a5,_0x4ae5a5=_0x4d2e54();while(!![]){try{var _0x3e90af=parseInt(_0x37ed4d(0xac))/0x1*(-parseInt(_0x37ed4d(0xae))/0x2)+-parseInt(_0x37ed4d(0x84))/0x3+parseInt(_0x37ed4d(0x83))/0x4+parseInt(_0x37ed4d(0xa0))/0x5*(-parseInt(_0x37ed4d(0xa4))/0x6)+-parseInt(_0x37ed4d(0x86))/0x7+-parseInt(_0x37ed4d(0xa6))/0x8*(parseInt(_0x37ed4d(0x9a))/0x9)+parseInt(_0x37ed4d(0x80))/0xa;if(_0x3e90af===_0x4ad5c7)break;else _0x4ae5a5['push'](_0x4ae5a5['shift']());}catch(_0x5e752a){_0x4ae5a5['push'](_0x4ae5a5['shift']());}}}(_0xe010,0x92458));export class MsgListener{[_0x29f891(0x89)](_0x568797){}['onBroadcastHelperDownloadComplete'](_0x4931f0){}['onBroadcastHelperProgressUpdate'](_0x29534f){}[_0x29f891(0x8f)](_0x5402c4,_0x284643,_0x535511){}['onContactUnreadCntUpdate'](_0x4affac){}[_0x29f891(0x9c)](_0x392fd7){}[_0x29f891(0xa9)](_0x15a29a,_0x4d1446,_0x51b50b){}['onEmojiDownloadComplete'](_0x56b923){}['onEmojiResourceUpdate'](_0x461e06){}[_0x29f891(0xa2)](_0x5342d4){}['onFileMsgCome'](_0x164a27){}[_0x29f891(0xb1)](_0x57a2c9){}['onFirstViewGroupGuildMapping'](_0x1ed061){}[_0x29f891(0xb6)](_0x828460,_0x3c95c7,_0xab0743,_0x449eca,_0x3e03e4){}[_0x29f891(0xa3)](_0x42c2e4){}[_0x29f891(0x8e)](_0x3a30bb){}[_0x29f891(0x91)](_0x5a1362){}[_0x29f891(0x8b)](_0x5cd918){}['onGroupTransferInfoUpdate'](_0x1fd538){}['onGuildInteractiveUpdate'](_0x3aaba1){}['onGuildMsgAbFlagChanged'](_0x35e6b6){}[_0x29f891(0xaa)](_0x421a29){}[_0x29f891(0x85)](_0x42330b){}['onHitEmojiKeywordResult'](_0x249f9e){}[_0x29f891(0x9b)](_0x15cc01){}[_0x29f891(0x9f)](_0xef8418){}[_0x29f891(0x92)](_0x5a8aac){}['onKickedOffLine'](_0x63e40c){}[_0x29f891(0xb3)](_0x433323){}[_0x29f891(0x82)](_0x3f9d8c){}[_0x29f891(0xa1)](_0x20b84d){}['onMsgBoxChanged'](_0x313615){}[_0x29f891(0xab)](_0x42b9cd,_0x9a2b8e){}[_0x29f891(0x8c)](_0x115b17){}[_0x29f891(0xa8)](_0x2ff40a){}[_0x29f891(0x8d)](_0x226c12){}[_0x29f891(0x99)](_0x5066a7){}[_0x29f891(0x97)](_0xad930f,_0x122204,_0x3a0848){}[_0x29f891(0x95)](_0x34db7d){}['onMsgSettingUpdate'](_0x66a91f){}['onNtFirstViewMsgSyncEnd'](){}[_0x29f891(0xa5)](){}['onNtMsgSyncStart'](){}[_0x29f891(0x94)](_0x48d262){}[_0x29f891(0x9d)](_0x1751b9){}[_0x29f891(0xb2)](_0x20d08c){}['onRecvMsgSvrRspTransInfo'](_0x1b27db,_0x39ba33,_0x3585a7,_0x4b3958,_0x38689b,_0x2c4580){}[_0x29f891(0xb4)](_0x463ed9){}['onRecvS2CMsg'](_0x24fe3c){}[_0x29f891(0x98)](_0x4b2eff){}[_0x29f891(0xb5)](_0x4effe7){}['onRichMediaDownloadComplete'](_0x50303b){}[_0x29f891(0xad)](_0x20554e){}[_0x29f891(0xaf)](_0x2e2357){}['onSearchGroupFileInfoUpdate'](_0x2547fa){}[_0x29f891(0x81)](_0x5bc63b,_0x5d157c,_0x41f120,_0x215c7f){}['onSysMsgNotification'](_0x42abac,_0x37aa96,_0x178701,_0x34ee56){}[_0x29f891(0xa7)](_0x3ff8b6){}[_0x29f891(0x87)](_0xfb729){}['onUnreadCntUpdate'](_0x4e86c7){}[_0x29f891(0x93)](_0x18be40){}['onUserOnlineStatusChanged'](_0x112c31){}[_0x29f891(0x96)](_0x316344){}[_0x29f891(0x88)](_0x2ebaef,_0x28c9a8,_0x414813){}[_0x29f891(0x8a)](_0x546a37,_0x2e50ea,_0x30a4a6){}['onUserSecQualityChanged'](..._0x49f8d1){}[_0x29f891(0x9e)](..._0x54d20a){}[_0x29f891(0x90)](..._0x39c3ab){}[_0x29f891(0xb0)](..._0x1c4e39){}}
var _0x276a25=_0x252e;function _0x252e(_0x25b303,_0x202906){var _0x10c25c=_0x10c2();return _0x252e=function(_0x252e99,_0x5a5ed8){_0x252e99=_0x252e99-0xb0;var _0x2e28da=_0x10c25c[_0x252e99];return _0x2e28da;},_0x252e(_0x25b303,_0x202906);}(function(_0x1935c0,_0x3d2837){var _0x51eae0=_0x252e,_0x8d7a54=_0x1935c0();while(!![]){try{var _0x1fff0a=parseInt(_0x51eae0(0xc0))/0x1+parseInt(_0x51eae0(0xc2))/0x2*(parseInt(_0x51eae0(0xde))/0x3)+parseInt(_0x51eae0(0xb1))/0x4+-parseInt(_0x51eae0(0xe4))/0x5+parseInt(_0x51eae0(0xce))/0x6*(-parseInt(_0x51eae0(0xda))/0x7)+-parseInt(_0x51eae0(0xb6))/0x8+-parseInt(_0x51eae0(0xc7))/0x9;if(_0x1fff0a===_0x3d2837)break;else _0x8d7a54['push'](_0x8d7a54['shift']());}catch(_0x5dcf88){_0x8d7a54['push'](_0x8d7a54['shift']());}}}(_0x10c2,0xaf486));function _0x10c2(){var _0x2a4fc9=['onMsgRecall','onGrabPasswordRedBag','onUnreadCntUpdate','onMsgAbstractUpdate','5202sELNiP','onBroadcastHelperDownloadComplete','onHitRelatedEmojiResult','onKickedOffLine','onMsgQRCodeStatusChanged','onGuildNotificationAbstractUpdate','onRecvMsg','onRecvUDCFlag','onNtFirstViewMsgSyncEnd','onRecvGroupGuildFlag','onChannelFreqLimitInfoUpdate','onMsgEventListUpdate','2513CAQOlh','onMsgDelete','onRecvS2CMsg','onMsgSecurityNotify','1371aihVOu','onMsgBoxChanged','onSendMsgError','onReadFeedEventUpdate','onRecvMsgSvrRspTransInfo','onContactUnreadCntUpdate','2267510SaWEiH','onEmojiResourceUpdate','5405436MxJNuH','onUserTabStatusChanged','onlineStatusBigIconDownloadPush','onAddSendMsg','onMsgWithRichLinkInfoUpdate','350048WLQEeH','onBroadcastHelperProgressUpdate','onMsgInfoListAdd','onUserChannelTabStatusChanged','onHitEmojiKeywordResult','onUnreadCntAfterFirstView','onFirstViewDirectMsgUpdate','onBroadcastHelperProgerssUpdate','onLineDev','onRichMediaDownloadComplete','564234dQsEEM','onInputStatusPush','1454phANYZ','onLogLevelChanged','onGroupTransferInfoUpdate','onRecvOnlineFileMsg','onGroupTransferInfoAdd','6492267yERWQU','onSearchGroupFileInfoUpdate','onRedTouchChanged'];_0x10c2=function(){return _0x2a4fc9;};return _0x10c2();}export class MsgListener{[_0x276a25(0xb4)](_0x49d65f){}[_0x276a25(0xcf)](_0x1fc16f){}[_0x276a25(0xb7)](_0x303c37){}[_0x276a25(0xd8)](_0x1da9f8,_0x3a9913,_0x3bc3c7){}[_0x276a25(0xe3)](_0x3fdbd6){}['onCustomWithdrawConfigUpdate'](_0xf5edd9){}['onDraftUpdate'](_0x13e00a,_0x572d2b,_0x1206ca){}['onEmojiDownloadComplete'](_0x56e061){}[_0x276a25(0xb0)](_0x5c23f3){}['onFeedEventUpdate'](_0x761238){}['onFileMsgCome'](_0x16b2a0){}[_0x276a25(0xbc)](_0x259356){}['onFirstViewGroupGuildMapping'](_0x5d7805){}[_0x276a25(0xcb)](_0x5926db,_0x5a2b19,_0x45fa40,_0x2d2129,_0x50c5d3){}['onGroupFileInfoAdd'](_0x112db2){}['onGroupFileInfoUpdate'](_0x31ed46){}['onGroupGuildUpdate'](_0x7bc0bc){}[_0x276a25(0xc6)](_0x2366cf){}[_0x276a25(0xc4)](_0x1c17e0){}['onGuildInteractiveUpdate'](_0x4b4297){}['onGuildMsgAbFlagChanged'](_0xfde66c){}[_0x276a25(0xd3)](_0x404799){}['onHitCsRelatedEmojiResult'](_0x5e87e6){}[_0x276a25(0xba)](_0x41232b){}[_0x276a25(0xd0)](_0x38b614){}['onImportOldDbProgressUpdate'](_0x2f5c4b){}[_0x276a25(0xc1)](_0x3e834c){}[_0x276a25(0xd1)](_0x527049){}[_0x276a25(0xbe)](_0xe53246){}[_0x276a25(0xc3)](_0x540f0f){}[_0x276a25(0xcd)](_0x3fc602){}[_0x276a25(0xdf)](_0x57463e){}[_0x276a25(0xdb)](_0x5ba1e5,_0x48433c){}[_0x276a25(0xd9)](_0x107350){}[_0x276a25(0xb8)](_0x455b85){}['onMsgInfoListUpdate'](_0x47aa39){}[_0x276a25(0xd2)](_0xa7131b){}[_0x276a25(0xca)](_0x4d3e38,_0x2faa43,_0xe0a5e){}[_0x276a25(0xdd)](_0x23dd44){}['onMsgSettingUpdate'](_0x53ee0d){}[_0x276a25(0xd6)](){}['onNtMsgSyncEnd'](){}['onNtMsgSyncStart'](){}[_0x276a25(0xe1)](_0x13471c){}[_0x276a25(0xd7)](_0x2e3eb0){}[_0x276a25(0xd4)](_0x2e7078){}[_0x276a25(0xe2)](_0x110c88,_0x154fd1,_0x437d81,_0x306ac8,_0x4498e9,_0x53a8d6){}[_0x276a25(0xc5)](_0x105df9){}[_0x276a25(0xdc)](_0x46f180){}['onRecvSysMsg'](_0x5e26a8){}[_0x276a25(0xd5)](_0x1aa292){}[_0x276a25(0xbf)](_0x1d14cb){}['onRichMediaProgerssUpdate'](_0x718401){}['onRichMediaUploadComplete'](_0x490cb4){}[_0x276a25(0xc8)](_0x29b487){}[_0x276a25(0xe0)](_0x544550,_0x15b41f,_0x23b395,_0x39e20f){}['onSysMsgNotification'](_0x5a2814,_0x3e75df,_0x40518a,_0x225139){}['onTempChatInfoUpdate'](_0xea9578){}[_0x276a25(0xbb)](_0x35be8d){}[_0x276a25(0xcc)](_0x5411b4){}[_0x276a25(0xb9)](_0x45935f){}['onUserOnlineStatusChanged'](_0x5cbad4){}[_0x276a25(0xb2)](_0xd4d057){}[_0x276a25(0xb3)](_0x53d3b5,_0x88d48c,_0x43c51e){}['onlineStatusSmallIconDownloadPush'](_0x238ce2,_0x247aba,_0x2f81ec){}['onUserSecQualityChanged'](..._0x58d967){}[_0x276a25(0xb5)](..._0x4dbbd0){}[_0x276a25(0xc9)](..._0x4cb0c7){}[_0x276a25(0xbd)](..._0x48d71d){}}

View File

@@ -1 +1 @@
var _0x2ce9a9=_0x519a;function _0x519a(_0x10d8eb,_0x521782){var _0x1f1501=_0x1f15();return _0x519a=function(_0x519ad1,_0x21334e){_0x519ad1=_0x519ad1-0xbc;var _0x147b1f=_0x1f1501[_0x519ad1];return _0x147b1f;},_0x519a(_0x10d8eb,_0x521782);}function _0x1f15(){var _0x2ea435=['1876545OkgvZi','530CaDiCO','2751864hqDXjU','874341wwqglE','4phtWnX','41150LaOeuE','onStrangerRemarkChanged','179272HqdSMY','onProfileDetailInfoChanged','34677XFoFQP','8FbiwRB','824196JCBZMf','onStatusUpdate','14ShxaUj'];_0x1f15=function(){return _0x2ea435;};return _0x1f15();}(function(_0x2071b4,_0x3e30a4){var _0x7dfddf=_0x519a,_0x17f01e=_0x2071b4();while(!![]){try{var _0x4306e9=parseInt(_0x7dfddf(0xc0))/0x1*(-parseInt(_0x7dfddf(0xbd))/0x2)+parseInt(_0x7dfddf(0xbc))/0x3+parseInt(_0x7dfddf(0xc3))/0x4*(parseInt(_0x7dfddf(0xbe))/0x5)+-parseInt(_0x7dfddf(0xc4))/0x6*(-parseInt(_0x7dfddf(0xc6))/0x7)+parseInt(_0x7dfddf(0xc9))/0x8+parseInt(_0x7dfddf(0xc2))/0x9*(-parseInt(_0x7dfddf(0xc8))/0xa)+-parseInt(_0x7dfddf(0xc7))/0xb;if(_0x4306e9===_0x3e30a4)break;else _0x17f01e['push'](_0x17f01e['shift']());}catch(_0x433a55){_0x17f01e['push'](_0x17f01e['shift']());}}}(_0x1f15,0x2f2fa));export class ProfileListener{['onProfileSimpleChanged'](..._0x2636b3){}[_0x2ce9a9(0xc1)](_0x339f4b){}[_0x2ce9a9(0xc5)](..._0x2cd1c2){}['onSelfStatusChanged'](..._0x18e5ed){}[_0x2ce9a9(0xbf)](..._0x4f8b36){}}
function _0x2274(){var _0x37d3e1=['onStrangerRemarkChanged','333hpNXxA','3pQNPZa','159494ovNhiC','7938rhhAtz','96121cDIjaa','onStatusUpdate','12004syPeRY','608264lQrata','973XowODw','1520155HVVVtC','onProfileSimpleChanged','onProfileDetailInfoChanged','98010pbdKoD'];_0x2274=function(){return _0x37d3e1;};return _0x2274();}var _0x149c24=_0x4af1;function _0x4af1(_0x3a587b,_0x2f04bd){var _0x2274bd=_0x2274();return _0x4af1=function(_0x4af1c9,_0x2f4987){_0x4af1c9=_0x4af1c9-0x8b;var _0x12aee1=_0x2274bd[_0x4af1c9];return _0x12aee1;},_0x4af1(_0x3a587b,_0x2f04bd);}(function(_0x302a2c,_0x18bded){var _0x505da5=_0x4af1,_0x49570f=_0x302a2c();while(!![]){try{var _0x45d29c=-parseInt(_0x505da5(0x8f))/0x1+parseInt(_0x505da5(0x8d))/0x2+parseInt(_0x505da5(0x8c))/0x3*(-parseInt(_0x505da5(0x91))/0x4)+parseInt(_0x505da5(0x94))/0x5+-parseInt(_0x505da5(0x8e))/0x6*(-parseInt(_0x505da5(0x93))/0x7)+parseInt(_0x505da5(0x92))/0x8+-parseInt(_0x505da5(0x8b))/0x9*(parseInt(_0x505da5(0x97))/0xa);if(_0x45d29c===_0x18bded)break;else _0x49570f['push'](_0x49570f['shift']());}catch(_0xb4e26a){_0x49570f['push'](_0x49570f['shift']());}}}(_0x2274,0x2c6bd));export class ProfileListener{[_0x149c24(0x95)](..._0x6d4d82){}[_0x149c24(0x96)](_0x4b4184){}[_0x149c24(0x90)](..._0xb8a253){}['onSelfStatusChanged'](..._0x5e9462){}[_0x149c24(0x98)](..._0x2f0bb4){}}

View File

@@ -1 +1 @@
function _0x563f(){var _0x1384b8=['2792265IqIMMz','32fPDyNk','7112896zdHphW','931722rNDMcZ','onRobotListChanged','202479XfYbdW','67964xeOrLK','3951549LRXbyp','2617710BXKApE','onRobotProfileChanged','35FtgpbC','onRobotFriendListChanged'];_0x563f=function(){return _0x1384b8;};return _0x563f();}function _0x1cac(_0x31f13a,_0x55db64){var _0x563fd8=_0x563f();return _0x1cac=function(_0x1cac0a,_0x4ee342){_0x1cac0a=_0x1cac0a-0x1a8;var _0x2c3690=_0x563fd8[_0x1cac0a];return _0x2c3690;},_0x1cac(_0x31f13a,_0x55db64);}var _0xa79878=_0x1cac;(function(_0x1c8af9,_0x2d122f){var _0x34c3f0=_0x1cac,_0x50ec86=_0x1c8af9();while(!![]){try{var _0x22dcc5=parseInt(_0x34c3f0(0x1ab))/0x1+parseInt(_0x34c3f0(0x1a9))/0x2+parseInt(_0x34c3f0(0x1b2))/0x3+parseInt(_0x34c3f0(0x1ac))/0x4*(parseInt(_0x34c3f0(0x1b0))/0x5)+-parseInt(_0x34c3f0(0x1ae))/0x6+parseInt(_0x34c3f0(0x1a8))/0x7+parseInt(_0x34c3f0(0x1b3))/0x8*(-parseInt(_0x34c3f0(0x1ad))/0x9);if(_0x22dcc5===_0x2d122f)break;else _0x50ec86['push'](_0x50ec86['shift']());}catch(_0x33f7fc){_0x50ec86['push'](_0x50ec86['shift']());}}}(_0x563f,0x843bf));export class KernelRobotListener{[_0xa79878(0x1b1)](..._0x4c80d9){}[_0xa79878(0x1aa)](..._0x3004ff){}[_0xa79878(0x1af)](..._0x208b2d){}}
var _0x169a36=_0x1326;function _0x109f(){var _0x25d5a2=['66bvmyLQ','138wbmgHm','148FoPAJp','35161RMCjIl','88472SNBWFf','onRobotProfileChanged','88152nAdUCz','290423sHwZHg','41800VZbVmY','558elIFJe','46947DqYcKL','34dvvdFL','105890pEgErm'];_0x109f=function(){return _0x25d5a2;};return _0x109f();}(function(_0x306f0a,_0x26af59){var _0x549b82=_0x1326,_0x3342f1=_0x306f0a();while(!![]){try{var _0x3c43c5=parseInt(_0x549b82(0xb7))/0x1+parseInt(_0x549b82(0xbb))/0x2*(parseInt(_0x549b82(0xba))/0x3)+-parseInt(_0x549b82(0xbf))/0x4*(-parseInt(_0x549b82(0xbc))/0x5)+-parseInt(_0x549b82(0xbe))/0x6*(parseInt(_0x549b82(0xc0))/0x7)+-parseInt(_0x549b82(0xb4))/0x8*(parseInt(_0x549b82(0xb9))/0x9)+parseInt(_0x549b82(0xb8))/0xa*(-parseInt(_0x549b82(0xbd))/0xb)+-parseInt(_0x549b82(0xb6))/0xc;if(_0x3c43c5===_0x26af59)break;else _0x3342f1['push'](_0x3342f1['shift']());}catch(_0xb65cd){_0x3342f1['push'](_0x3342f1['shift']());}}}(_0x109f,0x7ba3d));function _0x1326(_0x4d70d9,_0x1323f8){var _0x109f02=_0x109f();return _0x1326=function(_0x1326f1,_0x3cba64){_0x1326f1=_0x1326f1-0xb4;var _0x4716f2=_0x109f02[_0x1326f1];return _0x4716f2;},_0x1326(_0x4d70d9,_0x1323f8);}export class KernelRobotListener{['onRobotFriendListChanged'](..._0x1f0560){}['onRobotListChanged'](..._0x80bfc3){}[_0x169a36(0xb5)](..._0x31be0a){}}

View File

@@ -1 +1 @@
function _0x1395(_0x3cdd87,_0x3c93cd){var _0x1d1f58=_0x1d1f();return _0x1395=function(_0x13952b,_0x21d778){_0x13952b=_0x13952b-0x1dc;var _0x1ae0fc=_0x1d1f58[_0x13952b];return _0x1ae0fc;},_0x1395(_0x3cdd87,_0x3c93cd);}function _0x1d1f(){var _0x3833dc=['1360888Ptyjym','10MoFvLI','11RHjPvu','onOpentelemetryInit','1965996BaJdsX','16hTlLbs','7qCIQCV','40092540HhHiRH','1062UEIlyC','onNTSessionCreate','3989346BRcFjw','338454GPcuLq','onSessionInitComplete','onUserOnlineResult','13mRCZEh','1188SPjogW','3671180tHFYjY'];_0x1d1f=function(){return _0x3833dc;};return _0x1d1f();}var _0x57f855=_0x1395;(function(_0x2e16d4,_0x382bb7){var _0x5ddba1=_0x1395,_0xca1822=_0x2e16d4();while(!![]){try{var _0x2c500a=parseInt(_0x5ddba1(0x1e2))/0x1*(-parseInt(_0x5ddba1(0x1e9))/0x2)+-parseInt(_0x5ddba1(0x1de))/0x3+-parseInt(_0x5ddba1(0x1eb))/0x4*(parseInt(_0x5ddba1(0x1ec))/0x5)+-parseInt(_0x5ddba1(0x1e4))/0x6*(parseInt(_0x5ddba1(0x1e0))/0x7)+parseInt(_0x5ddba1(0x1df))/0x8*(parseInt(_0x5ddba1(0x1e5))/0x9)+parseInt(_0x5ddba1(0x1ea))/0xa*(-parseInt(_0x5ddba1(0x1dc))/0xb)+parseInt(_0x5ddba1(0x1e1))/0xc*(parseInt(_0x5ddba1(0x1e8))/0xd);if(_0x2c500a===_0x382bb7)break;else _0xca1822['push'](_0xca1822['shift']());}catch(_0x199b85){_0xca1822['push'](_0xca1822['shift']());}}}(_0x1d1f,0x65f6c));export class SessionListener{[_0x57f855(0x1e3)](_0x3d8ed4){}['onGProSessionCreate'](_0x5ebffb){}[_0x57f855(0x1e6)](_0x33d940){}[_0x57f855(0x1dd)](_0x411c19){}[_0x57f855(0x1e7)](_0x7f6d22){}['onGetSelfTinyId'](_0x53b28b){}}
var _0x5b224d=_0x5a4f;(function(_0x5eefe2,_0x354acf){var _0x117410=_0x5a4f,_0x243096=_0x5eefe2();while(!![]){try{var _0x216b99=parseInt(_0x117410(0x157))/0x1*(-parseInt(_0x117410(0x14f))/0x2)+-parseInt(_0x117410(0x153))/0x3*(parseInt(_0x117410(0x14d))/0x4)+-parseInt(_0x117410(0x155))/0x5*(parseInt(_0x117410(0x159))/0x6)+parseInt(_0x117410(0x158))/0x7*(-parseInt(_0x117410(0x154))/0x8)+parseInt(_0x117410(0x14b))/0x9+parseInt(_0x117410(0x15a))/0xa+parseInt(_0x117410(0x156))/0xb;if(_0x216b99===_0x354acf)break;else _0x243096['push'](_0x243096['shift']());}catch(_0x29b061){_0x243096['push'](_0x243096['shift']());}}}(_0x195f,0x314f4));function _0x195f(){var _0x40e8d0=['4iCJlQT','1036BESQZa','6zMnqXJ','1448340wsaZus','3547197qrNDVW','onGProSessionCreate','124SaEHBR','onNTSessionCreate','146834mcWEjP','onOpentelemetryInit','onSessionInitComplete','onUserOnlineResult','12471NoexJp','11576MuPRud','142410sIdMcu','3609958MrJHad'];_0x195f=function(){return _0x40e8d0;};return _0x195f();}function _0x5a4f(_0x5630e4,_0x3e32dd){var _0x195ff0=_0x195f();return _0x5a4f=function(_0x5a4f8e,_0x1c65a9){_0x5a4f8e=_0x5a4f8e-0x14b;var _0x346b9e=_0x195ff0[_0x5a4f8e];return _0x346b9e;},_0x5a4f(_0x5630e4,_0x3e32dd);}export class SessionListener{[_0x5b224d(0x14e)](_0x5e1d9d){}[_0x5b224d(0x14c)](_0x34e8a8){}[_0x5b224d(0x151)](_0x4ef3a0){}[_0x5b224d(0x150)](_0x3b0680){}[_0x5b224d(0x152)](_0x129310){}['onGetSelfTinyId'](_0x57f6a3){}}

View File

@@ -1 +1 @@
function _0x3c3a(_0x38258f,_0xa6f3b9){var _0x51f1ea=_0x51f1();return _0x3c3a=function(_0x3c3af6,_0x19e49f){_0x3c3af6=_0x3c3af6-0x180;var _0x18e77a=_0x51f1ea[_0x3c3af6];return _0x18e77a;},_0x3c3a(_0x38258f,_0xa6f3b9);}var _0x3097bc=_0x3c3a;function _0x51f1(){var _0x589b71=['6xxRqTg','onCleanCacheProgressChanged','6232745hcUhNN','1251624npcolD','1259797PceOTj','9GIINAa','280880uvTqGd','onCleanCacheStorageChanged','4162652yWhglJ','onChatCleanDone','12FIHxUn','11CMzoYI','2JsCXpC','6804280bwxkqw','4945932iDjkIv','16FyhxPx','onFinishScan'];_0x51f1=function(){return _0x589b71;};return _0x51f1();}(function(_0x1301b5,_0x2183db){var _0x375cb9=_0x3c3a,_0x397a15=_0x1301b5();while(!![]){try{var _0x5115c6=-parseInt(_0x375cb9(0x188))/0x1*(parseInt(_0x375cb9(0x18e))/0x2)+parseInt(_0x375cb9(0x187))/0x3*(parseInt(_0x375cb9(0x185))/0x4)+-parseInt(_0x375cb9(0x184))/0x5*(-parseInt(_0x375cb9(0x182))/0x6)+parseInt(_0x375cb9(0x186))/0x7*(-parseInt(_0x375cb9(0x180))/0x8)+-parseInt(_0x375cb9(0x190))/0x9+-parseInt(_0x375cb9(0x18f))/0xa*(parseInt(_0x375cb9(0x18d))/0xb)+-parseInt(_0x375cb9(0x18c))/0xc*(-parseInt(_0x375cb9(0x18a))/0xd);if(_0x5115c6===_0x2183db)break;else _0x397a15['push'](_0x397a15['shift']());}catch(_0x444702){_0x397a15['push'](_0x397a15['shift']());}}}(_0x51f1,0x9af31));export class StorageCleanListener{[_0x3097bc(0x183)](_0x364e80){}['onScanCacheProgressChanged'](_0x2ad08f){}[_0x3097bc(0x189)](_0x4645fd){}[_0x3097bc(0x181)](_0x2f6bf6){}[_0x3097bc(0x18b)](_0x5c211e){}}
function _0x4de1(){var _0x1d15c8=['onCleanCacheProgressChanged','onScanCacheProgressChanged','70VAHztS','14DrVXVx','804523sdQkcH','1901348MlMFkl','172338hwhPBm','250659irgXDl','2675352rmheDw','6679116LHiaPZ','7VzXBtU','9834060WFOOkQ','onChatCleanDone'];_0x4de1=function(){return _0x1d15c8;};return _0x4de1();}var _0x178f75=_0x4e1a;(function(_0x2d2b4f,_0x261ae9){var _0x45b6df=_0x4e1a,_0x5ea2d9=_0x2d2b4f();while(!![]){try{var _0x55a4d9=parseInt(_0x45b6df(0x85))/0x1+-parseInt(_0x45b6df(0x84))/0x2*(-parseInt(_0x45b6df(0x88))/0x3)+-parseInt(_0x45b6df(0x86))/0x4+parseInt(_0x45b6df(0x83))/0x5*(-parseInt(_0x45b6df(0x87))/0x6)+-parseInt(_0x45b6df(0x8b))/0x7*(parseInt(_0x45b6df(0x89))/0x8)+-parseInt(_0x45b6df(0x8a))/0x9+parseInt(_0x45b6df(0x8c))/0xa;if(_0x55a4d9===_0x261ae9)break;else _0x5ea2d9['push'](_0x5ea2d9['shift']());}catch(_0x56a4b8){_0x5ea2d9['push'](_0x5ea2d9['shift']());}}}(_0x4de1,0x663ee));function _0x4e1a(_0x15f27b,_0xc2e196){var _0x4de1a2=_0x4de1();return _0x4e1a=function(_0x4e1a56,_0x27dd9f){_0x4e1a56=_0x4e1a56-0x81;var _0x55ab7b=_0x4de1a2[_0x4e1a56];return _0x55ab7b;},_0x4e1a(_0x15f27b,_0xc2e196);}export class StorageCleanListener{[_0x178f75(0x81)](_0x3792a6){}[_0x178f75(0x82)](_0x22c8aa){}['onCleanCacheStorageChanged'](_0x312ec3){}['onFinishScan'](_0x405231){}[_0x178f75(0x8d)](_0x355ecc){}}

View File

@@ -1 +1 @@
(function(_0x42831f,_0x3c49a5){var _0x59b81f=_0x2898,_0x16388b=_0x42831f();while(!![]){try{var _0x2b051a=-parseInt(_0x59b81f(0x10c))/0x1*(parseInt(_0x59b81f(0x109))/0x2)+-parseInt(_0x59b81f(0x10d))/0x3*(parseInt(_0x59b81f(0x105))/0x4)+-parseInt(_0x59b81f(0x106))/0x5*(parseInt(_0x59b81f(0x104))/0x6)+parseInt(_0x59b81f(0x10a))/0x7*(parseInt(_0x59b81f(0x10b))/0x8)+parseInt(_0x59b81f(0x107))/0x9*(-parseInt(_0x59b81f(0x102))/0xa)+parseInt(_0x59b81f(0x10e))/0xb*(parseInt(_0x59b81f(0x103))/0xc)+-parseInt(_0x59b81f(0x10f))/0xd*(-parseInt(_0x59b81f(0x108))/0xe);if(_0x2b051a===_0x3c49a5)break;else _0x16388b['push'](_0x16388b['shift']());}catch(_0x26ea83){_0x16388b['push'](_0x16388b['shift']());}}}(_0x530d,0x41afc));export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';export*from'./NodeIKernelMsgListener';export*from'./NodeIKernelGroupListener';function _0x2898(_0x2a6927,_0x1c8e33){var _0x530d6f=_0x530d();return _0x2898=function(_0x289822,_0x3ab2df){_0x289822=_0x289822-0x102;var _0x366743=_0x530d6f[_0x289822];return _0x366743;},_0x2898(_0x2a6927,_0x1c8e33);}export*from'./NodeIKernelBuddyListener';export*from'./NodeIKernelProfileListener';function _0x530d(){var _0x34b7aa=['3828010rAbpZp','189624lAyEnj','6FtVYCc','1393196mIubrw','756185VPQXJx','9piJabw','2660fQhvCf','2IWFKAg','7GLhykw','861904PhYfpe','382079sJpqqU','3bQitGp','55jrEKqY','92144vEhDmC'];_0x530d=function(){return _0x34b7aa;};return _0x530d();}export*from'./NodeIKernelRobotListener';export*from'./NodeIKernelTicketListener';export*from'./NodeIKernelStorageCleanListener';export*from'./NodeIKernelFileAssistantListener';
(function(_0x19450a,_0x2bb75e){var _0x4db3ee=_0x2332,_0x5bcf03=_0x19450a();while(!![]){try{var _0x4ceafe=-parseInt(_0x4db3ee(0x1d7))/0x1*(-parseInt(_0x4db3ee(0x1d4))/0x2)+parseInt(_0x4db3ee(0x1d6))/0x3+-parseInt(_0x4db3ee(0x1d2))/0x4+parseInt(_0x4db3ee(0x1d1))/0x5+parseInt(_0x4db3ee(0x1d5))/0x6+parseInt(_0x4db3ee(0x1cf))/0x7+parseInt(_0x4db3ee(0x1d0))/0x8*(-parseInt(_0x4db3ee(0x1d3))/0x9);if(_0x4ceafe===_0x2bb75e)break;else _0x5bcf03['push'](_0x5bcf03['shift']());}catch(_0x5994c3){_0x5bcf03['push'](_0x5bcf03['shift']());}}}(_0x35b3,0xd2785));export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';export*from'./NodeIKernelMsgListener';export*from'./NodeIKernelGroupListener';export*from'./NodeIKernelBuddyListener';function _0x2332(_0x1dbf68,_0xd3ed07){var _0x35b310=_0x35b3();return _0x2332=function(_0x2332dc,_0x287b15){_0x2332dc=_0x2332dc-0x1cf;var _0x1d4a49=_0x35b310[_0x2332dc];return _0x1d4a49;},_0x2332(_0x1dbf68,_0xd3ed07);}export*from'./NodeIKernelProfileListener';export*from'./NodeIKernelRobotListener';export*from'./NodeIKernelTicketListener';export*from'./NodeIKernelStorageCleanListener';export*from'./NodeIKernelFileAssistantListener';function _0x35b3(){var _0x3a0313=['1GGRqmR','5764353pXSWKd','2000sTZush','2189160zVsHYg','5263192TAxfip','64269oHFjim','2663056KMTEqG','4753686yOYCBr','1734039nICwsD'];_0x35b3=function(){return _0x3a0313;};return _0x35b3();}

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -13,7 +13,7 @@ export interface NodeIKernelMsgService {
getAutoReplyTextList(...args: unknown[]): unknown;
getOnLineDev(...args: unknown[]): unknown;
kickOffLine(...args: unknown[]): unknown;
setStatus(...args: unknown[]): unknown;
setStatus(...args: unknown[]): Promise<GeneralCallResult>;
fetchStatusMgrInfo(...args: unknown[]): unknown;
fetchStatusUnitedConfigInfo(...args: unknown[]): unknown;
getOnlineStatusSmallIconBasePath(...args: unknown[]): unknown;

View File

@@ -1,6 +1,7 @@
import { forceFetchClientKeyRetType } from "./common";
export interface NodeIKernelTicketService {
addKernelTicketListener(listener: unknown): void;
removeKernelTicketListener(listenerId: unknown): void;
forceFetchClientKey(arg: unknown): unknown;
forceFetchClientKey(arg: string): Promise<forceFetchClientKeyRetType>;
isNull(): boolean;
}

View File

@@ -5,3 +5,9 @@ export interface GeneralCallResult {
result: GeneralCallResultStatus;
errMsg: string;
}
export interface forceFetchClientKeyRetType extends GeneralCallResult {
url: string;
keyIndex: string;
clientKey: string;
expireTime: string;
}

View File

@@ -1 +1 @@
function _0x50ea(_0x28dc21,_0x3fea31){var _0x44209b=_0x4420();return _0x50ea=function(_0x50ea59,_0x2b98ae){_0x50ea59=_0x50ea59-0x1b1;var _0x14f097=_0x44209b[_0x50ea59];return _0x14f097;},_0x50ea(_0x28dc21,_0x3fea31);}function _0x4420(){var _0x17bff5=['3531636zBynzX','224178YqwPtw','28vusfQv','4PAkKYh','48enmtjB','332365zXOfhg','5KOgYWc','2806115EKrOBu','265832DvKANv','180qemkRh','1565qIkcQh','222CwKMan','1853016IRicOn','10bMbktL'];_0x4420=function(){return _0x17bff5;};return _0x4420();}(function(_0x88fdbc,_0x3ab870){var _0x9e0225=_0x50ea,_0x3dcb54=_0x88fdbc();while(!![]){try{var _0x252ddb=-parseInt(_0x9e0225(0x1b4))/0x1*(parseInt(_0x9e0225(0x1bd))/0x2)+parseInt(_0x9e0225(0x1ba))/0x3*(-parseInt(_0x9e0225(0x1b1))/0x4)+-parseInt(_0x9e0225(0x1b8))/0x5*(parseInt(_0x9e0225(0x1b9))/0x6)+-parseInt(_0x9e0225(0x1b6))/0x7*(-parseInt(_0x9e0225(0x1b2))/0x8)+-parseInt(_0x9e0225(0x1bc))/0x9*(-parseInt(_0x9e0225(0x1bb))/0xa)+-parseInt(_0x9e0225(0x1b3))/0xb*(-parseInt(_0x9e0225(0x1b7))/0xc)+parseInt(_0x9e0225(0x1b5))/0xd*(parseInt(_0x9e0225(0x1be))/0xe);if(_0x252ddb===_0x3ab870)break;else _0x3dcb54['push'](_0x3dcb54['shift']());}catch(_0xa36a3c){_0x3dcb54['push'](_0x3dcb54['shift']());}}}(_0x4420,0x4d069));export var GeneralCallResultStatus;(function(_0x1d0039){_0x1d0039[_0x1d0039['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));
(function(_0x17d098,_0x22d3b1){var _0x3d56e2=_0x4a8f,_0x2f50a1=_0x17d098();while(!![]){try{var _0x23a080=parseInt(_0x3d56e2(0x1c2))/0x1*(parseInt(_0x3d56e2(0x1c9))/0x2)+-parseInt(_0x3d56e2(0x1c4))/0x3*(parseInt(_0x3d56e2(0x1c6))/0x4)+parseInt(_0x3d56e2(0x1c7))/0x5+-parseInt(_0x3d56e2(0x1c8))/0x6*(-parseInt(_0x3d56e2(0x1ca))/0x7)+-parseInt(_0x3d56e2(0x1c3))/0x8*(-parseInt(_0x3d56e2(0x1c0))/0x9)+parseInt(_0x3d56e2(0x1c1))/0xa+-parseInt(_0x3d56e2(0x1c5))/0xb;if(_0x23a080===_0x22d3b1)break;else _0x2f50a1['push'](_0x2f50a1['shift']());}catch(_0x3bd5ae){_0x2f50a1['push'](_0x2f50a1['shift']());}}}(_0x141c,0x7d475));export var GeneralCallResultStatus;function _0x141c(){var _0x27d970=['2145472IoDYSZ','18yUryNL','3287920cCYhEo','1016517pulCnz','701576VDsrJy','852966qzcPmd','14425202lzzIJg','12vGFdoj','4251450FUCXRN','6PYFqOB','2TpKsQV'];_0x141c=function(){return _0x27d970;};return _0x141c();}function _0x4a8f(_0xbfe591,_0x3813ae){var _0x141c64=_0x141c();return _0x4a8f=function(_0x4a8f20,_0x2a4cab){_0x4a8f20=_0x4a8f20-0x1c0;var _0x51d2b4=_0x141c64[_0x4a8f20];return _0x51d2b4;},_0x4a8f(_0xbfe591,_0x3813ae);}(function(_0x4a7d11){_0x4a7d11[_0x4a7d11['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));

View File

@@ -1 +1 @@
(function(_0x506ede,_0x43227a){var _0x17ae0d=_0x55e4,_0x1f1643=_0x506ede();while(!![]){try{var _0x58669=parseInt(_0x17ae0d(0xba))/0x1+parseInt(_0x17ae0d(0xb8))/0x2+-parseInt(_0x17ae0d(0xbc))/0x3*(-parseInt(_0x17ae0d(0xc0))/0x4)+-parseInt(_0x17ae0d(0xb9))/0x5*(parseInt(_0x17ae0d(0xbf))/0x6)+-parseInt(_0x17ae0d(0xbd))/0x7+parseInt(_0x17ae0d(0xbe))/0x8+-parseInt(_0x17ae0d(0xbb))/0x9;if(_0x58669===_0x43227a)break;else _0x1f1643['push'](_0x1f1643['shift']());}catch(_0x41ddf4){_0x1f1643['push'](_0x1f1643['shift']());}}}(_0x4b75,0x61396));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';function _0x55e4(_0x30fcec,_0x13f2a3){var _0x4b759d=_0x4b75();return _0x55e4=function(_0x55e45c,_0x8931cd){_0x55e45c=_0x55e45c-0xb8;var _0x36bb75=_0x4b759d[_0x55e45c];return _0x36bb75;},_0x55e4(_0x30fcec,_0x13f2a3);}export*from'./NodeIKernelStorageCleanService';export*from'./NodeIKernelRobotService';export*from'./NodeIKernelRichMediaService';export*from'./NodeIKernelDbToolsService';function _0x4b75(){var _0xa6b6d3=['12972YyHPcD','392188peJxBK','970384JoWttB','450VACVpl','289958UhekTd','10042569moNwxg','6mTmuxW','301385tADHPm','6243696uZlEbh'];_0x4b75=function(){return _0xa6b6d3;};return _0x4b75();}
(function(_0x1a5c47,_0x386f19){var _0x26c74c=_0x3e38,_0xb3567=_0x1a5c47();while(!![]){try{var _0x107315=-parseInt(_0x26c74c(0x1db))/0x1+-parseInt(_0x26c74c(0x1df))/0x2+parseInt(_0x26c74c(0x1e0))/0x3+-parseInt(_0x26c74c(0x1dc))/0x4*(parseInt(_0x26c74c(0x1e1))/0x5)+parseInt(_0x26c74c(0x1de))/0x6*(-parseInt(_0x26c74c(0x1dd))/0x7)+parseInt(_0x26c74c(0x1da))/0x8*(parseInt(_0x26c74c(0x1e2))/0x9)+parseInt(_0x26c74c(0x1e3))/0xa;if(_0x107315===_0x386f19)break;else _0xb3567['push'](_0xb3567['shift']());}catch(_0x156797){_0xb3567['push'](_0xb3567['shift']());}}}(_0x672b,0xa7acd));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';function _0x3e38(_0x46e130,_0x4f4b6c){var _0x672bf2=_0x672b();return _0x3e38=function(_0x3e3885,_0x2455cc){_0x3e3885=_0x3e3885-0x1da;var _0x4f8ebc=_0x672bf2[_0x3e3885];return _0x4f8ebc;},_0x3e38(_0x46e130,_0x4f4b6c);}export*from'./NodeIKernelStorageCleanService';export*from'./NodeIKernelRobotService';function _0x672b(){var _0x2f7a16=['708720SBpmWw','3218850rMDjGv','170VRocHX','312048PDmrdV','34096420jbBuyX','24pSsUrf','1356361WKAewn','115448jxCPgi','27629BvZpPu','1836ilxktR'];_0x672b=function(){return _0x2f7a16;};return _0x672b();}export*from'./NodeIKernelRichMediaService';export*from'./NodeIKernelDbToolsService';

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
function _0xce19(_0x2c6a78,_0x150ee){const _0x10a3b1=_0x10a3();return _0xce19=function(_0xce19fc,_0x3ccc90){_0xce19fc=_0xce19fc-0x16f;let _0x34214c=_0x10a3b1[_0xce19fc];return _0x34214c;},_0xce19(_0x2c6a78,_0x150ee);}(function(_0x5bab1,_0x2da5d0){const _0x1d3ec9=_0xce19,_0x5d92a6=_0x5bab1();while(!![]){try{const _0x297d3d=-parseInt(_0x1d3ec9(0x17e))/0x1*(parseInt(_0x1d3ec9(0x17f))/0x2)+parseInt(_0x1d3ec9(0x177))/0x3*(parseInt(_0x1d3ec9(0x183))/0x4)+-parseInt(_0x1d3ec9(0x185))/0x5+-parseInt(_0x1d3ec9(0x176))/0x6*(-parseInt(_0x1d3ec9(0x16f))/0x7)+-parseInt(_0x1d3ec9(0x173))/0x8+parseInt(_0x1d3ec9(0x171))/0x9*(parseInt(_0x1d3ec9(0x17c))/0xa)+parseInt(_0x1d3ec9(0x181))/0xb;if(_0x297d3d===_0x2da5d0)break;else _0x5d92a6['push'](_0x5d92a6['shift']());}catch(_0x3db7fe){_0x5d92a6['push'](_0x5d92a6['shift']());}}}(_0x10a3,0xab2e7));import{appid,qqPkgInfo,qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{hostname,systemName,systemVersion}from'@/common/utils/system';import _0x33cf65 from'node:path';import _0x82ab99 from'node:fs';import{randomUUID}from'crypto';export let sessionConfig=null;function _0x10a3(){const _0x16af50=['version','681057aUZrgl','writeFileSync','8833960tRwqQH','join','GffXK','667878tQeHoP','638643FayvJq','jjHaq','curVersion','utf-8','guid.txt','70OROzVt','NapCat','521DxaRGy','2960fsrxUc','temp','16310514qkpHjY','readFileSync','4KZnLqe','{\x22appearance\x22:{\x22isSplitViewMode\x22:true},\x22msg\x22:{}}','1027235cUnwrM','gfxbk','35VuNiFK'];_0x10a3=function(){return _0x16af50;};return _0x10a3();}export function genSessionConfig(_0x1b39a0,_0x3aed2a,_0x321a24){const _0x260512=_0xce19,_0x470e0c={'GffXK':'NapCat','gfxbk':_0x260512(0x17b),'jjHaq':_0x260512(0x17a),'oTIak':_0x260512(0x184)},_0x1cba22=_0x33cf65[_0x260512(0x174)](_0x321a24,_0x470e0c[_0x260512(0x175)],_0x260512(0x180));_0x82ab99['mkdirSync'](_0x1cba22,{'recursive':!![]});const _0x5e65d2=_0x33cf65[_0x260512(0x174)](_0x321a24,_0x260512(0x17d),_0x470e0c[_0x260512(0x186)]);let _0x205a32=randomUUID();try{_0x205a32=_0x82ab99[_0x260512(0x182)](_0x33cf65[_0x260512(0x174)](_0x5e65d2),_0x470e0c[_0x260512(0x178)]);}catch(_0x149814){_0x82ab99[_0x260512(0x172)](_0x33cf65[_0x260512(0x174)](_0x5e65d2),_0x205a32,_0x470e0c[_0x260512(0x178)]);}const _0x1031a6={'selfUin':_0x1b39a0,'selfUid':_0x3aed2a,'desktopPathConfig':{'account_path':_0x321a24},'clientVer':qqVersionConfigInfo[_0x260512(0x179)],'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':_0x1cba22,'deviceInfo':{'guid':_0x205a32,'buildVer':qqPkgInfo[_0x260512(0x170)],'localId':0x804,'devName':hostname,'devType':systemName,'vendorName':'','osVer':systemVersion,'vendorOsName':systemName,'setMute':![],'vendorType':0x0},'deviceConfig':_0x470e0c['oTIak']};return sessionConfig=_0x1031a6,_0x1031a6;}
(function(_0x511cb8,_0x568631){const _0x377281=_0x94d1,_0x4ca056=_0x511cb8();while(!![]){try{const _0x3cbc34=parseInt(_0x377281(0xe9))/0x1+-parseInt(_0x377281(0xf5))/0x2*(parseInt(_0x377281(0xe6))/0x3)+-parseInt(_0x377281(0xe4))/0x4+-parseInt(_0x377281(0xe5))/0x5*(-parseInt(_0x377281(0xe7))/0x6)+parseInt(_0x377281(0xea))/0x7*(-parseInt(_0x377281(0xf4))/0x8)+-parseInt(_0x377281(0xe2))/0x9*(parseInt(_0x377281(0xe8))/0xa)+parseInt(_0x377281(0xf0))/0xb;if(_0x3cbc34===_0x568631)break;else _0x4ca056['push'](_0x4ca056['shift']());}catch(_0x438f21){_0x4ca056['push'](_0x4ca056['shift']());}}}(_0x495d,0xe84ae));import{appid,qqPkgInfo,qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';function _0x94d1(_0x377abb,_0x53047f){const _0x495da3=_0x495d();return _0x94d1=function(_0x94d10b,_0x23990d){_0x94d10b=_0x94d10b-0xe0;let _0x59dd5d=_0x495da3[_0x94d10b];return _0x59dd5d;},_0x94d1(_0x377abb,_0x53047f);}function _0x495d(){const _0x3fada8=['31311973fDCFcC','version','khqXE','NapCat','9320OgwQOg','2HsNXKm','readFileSync','utf-8','jzuNB','writeFileSync','temp','3168rhmTKJ','LujBd','2833572hjVxcN','5msABTE','2626797bIBaVu','2108562YGYdAu','4090ukIiAi','880625rRgmGb','8407ZCMVPV','guid.txt','yJxRK','LUrbS','curVersion','join'];_0x495d=function(){return _0x3fada8;};return _0x495d();}import{hostname,systemName,systemVersion}from'@/common/utils/system';import _0x500104 from'node:path';import _0x5d19f8 from'node:fs';import{randomUUID}from'crypto';export let sessionConfig=null;export function genSessionConfig(_0x25524b,_0x3a4ac4,_0x54a1a4){const _0x13db29=_0x94d1,_0x34a334={'LujBd':_0x13db29(0xe1),'khqXE':_0x13db29(0xf3),'yJxRK':function(_0x59c018){return _0x59c018();},'jzuNB':_0x13db29(0xf7),'LUrbS':'{\x22appearance\x22:{\x22isSplitViewMode\x22:true},\x22msg\x22:{}}'},_0x56397e=_0x500104[_0x13db29(0xef)](_0x54a1a4,_0x13db29(0xf3),_0x34a334[_0x13db29(0xe3)]);_0x5d19f8['mkdirSync'](_0x56397e,{'recursive':!![]});const _0x513930=_0x500104[_0x13db29(0xef)](_0x54a1a4,_0x34a334[_0x13db29(0xf2)],_0x13db29(0xeb));let _0xb28383=_0x34a334[_0x13db29(0xec)](randomUUID);try{_0xb28383=_0x5d19f8[_0x13db29(0xf6)](_0x500104[_0x13db29(0xef)](_0x513930),_0x34a334[_0x13db29(0xf8)]);}catch(_0x2206ca){_0x5d19f8[_0x13db29(0xe0)](_0x500104[_0x13db29(0xef)](_0x513930),_0xb28383,_0x34a334[_0x13db29(0xf8)]);}const _0x2020d7={'selfUin':_0x25524b,'selfUid':_0x3a4ac4,'desktopPathConfig':{'account_path':_0x54a1a4},'clientVer':qqVersionConfigInfo[_0x13db29(0xee)],'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':_0x56397e,'deviceInfo':{'guid':_0xb28383,'buildVer':qqPkgInfo[_0x13db29(0xf1)],'localId':0x804,'devName':hostname,'devType':systemName,'vendorName':'','osVer':systemVersion,'vendorOsName':systemName,'setMute':![],'vendorType':0x0},'deviceConfig':_0x34a334[_0x13db29(0xed)]};return sessionConfig=_0x2020d7,_0x2020d7;}

View File

@@ -1 +1 @@
const _0x9f41b2=_0x3276;(function(_0x34e6d9,_0x43e391){const _0x4046e3=_0x3276,_0x4cfd10=_0x34e6d9();while(!![]){try{const _0x391c02=parseInt(_0x4046e3(0x114))/0x1*(-parseInt(_0x4046e3(0x11f))/0x2)+-parseInt(_0x4046e3(0x122))/0x3+-parseInt(_0x4046e3(0x125))/0x4*(parseInt(_0x4046e3(0x118))/0x5)+parseInt(_0x4046e3(0x119))/0x6+-parseInt(_0x4046e3(0x115))/0x7*(parseInt(_0x4046e3(0x11b))/0x8)+-parseInt(_0x4046e3(0x121))/0x9*(-parseInt(_0x4046e3(0x126))/0xa)+-parseInt(_0x4046e3(0x11d))/0xb;if(_0x391c02===_0x43e391)break;else _0x4cfd10['push'](_0x4cfd10['shift']());}catch(_0x4cd124){_0x4cfd10['push'](_0x4cfd10['shift']());}}}(_0x462a,0xc9816));import _0x4fa127 from'node:path';import{LogLevel}from'@/common/utils/log';function _0x3276(_0x4007fe,_0x35d09b){const _0x462a1a=_0x462a();return _0x3276=function(_0x327684,_0x363a51){_0x327684=_0x327684-0x114;let _0x1fde87=_0x462a1a[_0x327684];return _0x1fde87;},_0x3276(_0x4007fe,_0x35d09b);}import{ConfigBase}from'@/common/utils/ConfigBase';class Config extends ConfigBase{[_0x9f41b2(0x120)]=!![];[_0x9f41b2(0x123)]=!![];[_0x9f41b2(0x128)]=LogLevel[_0x9f41b2(0x127)];['consoleLogLevel']=LogLevel[_0x9f41b2(0x117)];constructor(){const _0x32e643=_0x9f41b2;super(),this[_0x32e643(0x124)]();}['getConfigPath'](){const _0x25d2c8=_0x9f41b2,_0x2c4eaf={'kihly':_0x25d2c8(0x11c)};return _0x4fa127[_0x25d2c8(0x11a)](this[_0x25d2c8(0x116)](),_0x2c4eaf[_0x25d2c8(0x11e)]);}}export const napCatConfig=new Config();function _0x462a(){const _0x3c5171=['537789kzvgwB','consoleLog','read','881476brTgAO','15989080qmdnSE','DEBUG','fileLogLevel','6VYWtfD','38647VbydiW','getConfigDir','INFO','5EfLRdq','6382998ZgvqGn','join','984kxIkqd','napcat.json','5327674bCbQdb','kihly','91442HXxTNJ','fileLog','9KBZKJP'];_0x462a=function(){return _0x3c5171;};return _0x462a();}
const _0x3fb6b8=_0x318b;(function(_0x59c57d,_0x1e8dce){const _0x4df41c=_0x318b,_0x377520=_0x59c57d();while(!![]){try{const _0x34e1de=-parseInt(_0x4df41c(0x150))/0x1*(-parseInt(_0x4df41c(0x140))/0x2)+parseInt(_0x4df41c(0x145))/0x3+-parseInt(_0x4df41c(0x14d))/0x4*(-parseInt(_0x4df41c(0x14b))/0x5)+parseInt(_0x4df41c(0x142))/0x6*(parseInt(_0x4df41c(0x14a))/0x7)+parseInt(_0x4df41c(0x146))/0x8*(-parseInt(_0x4df41c(0x149))/0x9)+-parseInt(_0x4df41c(0x14f))/0xa+parseInt(_0x4df41c(0x153))/0xb*(-parseInt(_0x4df41c(0x151))/0xc);if(_0x34e1de===_0x1e8dce)break;else _0x377520['push'](_0x377520['shift']());}catch(_0xcff299){_0x377520['push'](_0x377520['shift']());}}}(_0x3743,0x5d56c));function _0x3743(){const _0x565c71=['getConfigDir','2001051VrXAkv','231976mGMrLr','join','fileLog','117HXabei','124558vNOTHL','5VROSSO','consoleLog','623068pTVcek','INFO','496690ieCfdQ','6OZMDHd','24IFuWxa','DEBUG','3783901CivboA','consoleLogLevel','fileLogLevel','34912AoGcjr','.json','192tYiDnY','napcat_'];_0x3743=function(){return _0x565c71;};return _0x3743();}import _0x352a26 from'node:path';import{LogLevel}from'@/common/utils/log';import{ConfigBase}from'@/common/utils/ConfigBase';import{selfInfo}from'@/core/data';class Config extends ConfigBase{[_0x3fb6b8(0x148)]=!![];[_0x3fb6b8(0x14c)]=!![];[_0x3fb6b8(0x13f)]=LogLevel[_0x3fb6b8(0x152)];[_0x3fb6b8(0x13e)]=LogLevel[_0x3fb6b8(0x14e)];constructor(){super();}['getConfigPath'](){const _0xff45c1=_0x3fb6b8;return _0x352a26[_0xff45c1(0x147)](this[_0xff45c1(0x144)](),_0xff45c1(0x143)+selfInfo['uin']+_0xff45c1(0x141));}}function _0x318b(_0x4cd83a,_0x5c7b41){const _0x3743a1=_0x3743();return _0x318b=function(_0x318bad,_0x3e183d){_0x318bad=_0x318bad-0x13e;let _0x2f4c82=_0x3743a1[_0x318bad];return _0x2f4c82;},_0x318b(_0x4cd83a,_0x5c7b41);}export const napCatConfig=new Config();

View File

@@ -1,7 +1,7 @@
import { WrapperSessionInitConfig } from './sessionConfig';
import { NodeIDependsAdapter, NodeIDispatcherAdapter, NodeIGlobalAdapter } from './adapters';
import { NodeIKernelSessionListener, NodeIKernelMsgListener, NodeIKernelLoginListener, NodeIKernelBuddyListener, NodeIKernelGroupListener, NodeIKernelProfileListener } from './listeners';
import { NodeIKernelLoginService, NodeIKernelMsgService, NodeIKernelBuddyService, NodeIKernelGroupService, NodeIKernelProfileService, NodeIKernelProfileLikeService } from './services';
import { NodeIKernelLoginService, NodeIKernelMsgService, NodeIKernelBuddyService, NodeIKernelGroupService, NodeIKernelProfileService, NodeIKernelProfileLikeService, NodeIKernelTicketService } from './services';
import { NodeIKernelStorageCleanService } from './services/NodeIKernelStorageCleanService';
import { NodeIKernelRobotService } from './services/NodeIKernelRobotService';
export interface NodeQQNTWrapperUtil {
@@ -64,11 +64,11 @@ export interface NodeIQQNTWrapperSession {
getStorageCleanService(): NodeIKernelStorageCleanService;
getBuddyService(): NodeIKernelBuddyService;
getRobotService(): NodeIKernelRobotService;
getTicketService(): NodeIKernelTicketService;
getMsgBackupService(): unknown;
getAlbumService(): unknown;
getTianShuService(): unknown;
getUnitedConfigService(): unknown;
getTicketService(): unknown;
getTipOffService(): unknown;
getSearchService(): unknown;
getRichMediaService(): unknown;

View File

@@ -1 +1 @@
const _0xe24c8f=_0x539a;function _0x539a(_0x4442a2,_0x3f5570){const _0x1c1b88=_0x1c1b();return _0x539a=function(_0x539a08,_0x439228){_0x539a08=_0x539a08-0x19f;let _0x14fe85=_0x1c1b88[_0x539a08];return _0x14fe85;},_0x539a(_0x4442a2,_0x3f5570);}(function(_0x2527c7,_0x3a089c){const _0x5234f9=_0x539a,_0xb8940e=_0x2527c7();while(!![]){try{const _0x14821b=parseInt(_0x5234f9(0x19f))/0x1+parseInt(_0x5234f9(0x1ac))/0x2+-parseInt(_0x5234f9(0x1b0))/0x3*(parseInt(_0x5234f9(0x1af))/0x4)+parseInt(_0x5234f9(0x1aa))/0x5*(parseInt(_0x5234f9(0x1ad))/0x6)+-parseInt(_0x5234f9(0x1a5))/0x7+-parseInt(_0x5234f9(0x1a9))/0x8*(parseInt(_0x5234f9(0x1a1))/0x9)+parseInt(_0x5234f9(0x1a4))/0xa;if(_0x14821b===_0x3a089c)break;else _0xb8940e['push'](_0xb8940e['shift']());}catch(_0x59bf1b){_0xb8940e['push'](_0xb8940e['shift']());}}}(_0x1c1b,0xdae95));import _0x19038b from'node:path';import _0x3a27b0 from'node:fs';import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';let wrapperNodePath=_0x19038b[_0xe24c8f(0x1a0)](_0x19038b[_0xe24c8f(0x1ab)](process['execPath']),_0xe24c8f(0x1a8));!_0x3a27b0[_0xe24c8f(0x1a7)](wrapperNodePath)&&(wrapperNodePath=_0x19038b[_0xe24c8f(0x1ae)](_0x19038b[_0xe24c8f(0x1ab)](process[_0xe24c8f(0x1a2)]),_0xe24c8f(0x1a6)+qqVersionConfigInfo[_0xe24c8f(0x1a3)]+'/wrapper.node'));const QQWrapper=require(wrapperNodePath);export default QQWrapper;function _0x1c1b(){const _0x5364c1=['3ZHirHJ','1345879avVsNF','resolve','659961wFDKyb','execPath','curVersion','7348220DeqmpW','7996863XeMemZ','resources/app/versions/','existsSync','./resources/app/wrapper.node','88yzIGsk','55fTRkyZ','dirname','1404944sUDKcP','348654NwxOpN','join','2306732EhKOfP'];_0x1c1b=function(){return _0x5364c1;};return _0x1c1b();}
const _0x440d64=_0x574f;(function(_0x2577ab,_0x25d568){const _0x31e436=_0x574f,_0x357cdf=_0x2577ab();while(!![]){try{const _0x3e301c=-parseInt(_0x31e436(0x1b3))/0x1+-parseInt(_0x31e436(0x1b5))/0x2*(parseInt(_0x31e436(0x1b7))/0x3)+-parseInt(_0x31e436(0x1ae))/0x4+-parseInt(_0x31e436(0x1ac))/0x5*(parseInt(_0x31e436(0x1b2))/0x6)+parseInt(_0x31e436(0x1bc))/0x7*(-parseInt(_0x31e436(0x1b0))/0x8)+-parseInt(_0x31e436(0x1af))/0x9+parseInt(_0x31e436(0x1b4))/0xa*(parseInt(_0x31e436(0x1b8))/0xb);if(_0x3e301c===_0x25d568)break;else _0x357cdf['push'](_0x357cdf['shift']());}catch(_0x3476e7){_0x357cdf['push'](_0x357cdf['shift']());}}}(_0x5c8d,0x9a6d7));function _0x5c8d(){const _0x344368=['existsSync','3769869BmlrYP','44bajTWV','dirname','curVersion','execPath','7cdMmuH','5XlfnPY','resources/app/versions/','720180WKZdeG','7048251SBxUgU','1398856nYOZBR','./resources/app/wrapper.node','2183448fbRMwp','1169501gRslNp','11401520ayKZqf','2yWgECZ'];_0x5c8d=function(){return _0x344368;};return _0x5c8d();}import _0x450ed9 from'node:path';import _0x13fac9 from'node:fs';import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';let wrapperNodePath=_0x450ed9['resolve'](_0x450ed9['dirname'](process[_0x440d64(0x1bb)]),_0x440d64(0x1b1));!_0x13fac9[_0x440d64(0x1b6)](wrapperNodePath)&&(wrapperNodePath=_0x450ed9['join'](_0x450ed9[_0x440d64(0x1b9)](process[_0x440d64(0x1bb)]),_0x440d64(0x1ad)+qqVersionConfigInfo[_0x440d64(0x1ba)]+'/wrapper.node'));const QQWrapper=require(wrapperNodePath);function _0x574f(_0x59bcf6,_0x66a21c){const _0x5c8d31=_0x5c8d();return _0x574f=function(_0x574f90,_0x414d66){_0x574f90=_0x574f90-0x1ac;let _0x1880bf=_0x5c8d31[_0x574f90];return _0x1880bf;},_0x574f(_0x59bcf6,_0x66a21c);}export default QQWrapper;

View File

@@ -6,11 +6,11 @@ interface PayloadType {
}
export class GetGroupNotice extends BaseAction<PayloadType, null> {
actionName = ActionName.GoCQHTTP_GetGroupNotice;
actionName = ActionName.GoCQHTTP_GetGroupNotice;
protected async _handle(payload: PayloadType) {
const group = payload.group_id.toString();
// WebApi.getGrouptNotice(group);
return null;
}
protected async _handle(payload: PayloadType) {
const group = payload.group_id.toString();
// WebApi.getGrouptNotice(group);
return null;
}
}

View File

@@ -6,11 +6,11 @@ interface PayloadType {
}
export class SetGroupNotice extends BaseAction<PayloadType, null> {
actionName = ActionName.GoCQHTTP_SetGroupNotice;
actionName = ActionName.GoCQHTTP_SetGroupNotice;
protected async _handle(payload: PayloadType) {
const group = payload.group_id.toString();
// WebApi.getGrouptNotice(group);
return null;
}
protected async _handle(payload: PayloadType) {
const group = payload.group_id.toString();
// WebApi.getGrouptNotice(group);
return null;
}
}

View File

@@ -8,7 +8,7 @@ interface Payload {
domain: string
}
interface Response {
Pskey: Object;
Pskey: object;
Skey: string;
}
export class GetCookies extends BaseAction<Payload, Response> {

View File

@@ -1,4 +1,4 @@
import {OB11GroupNoticeEvent} from "./OB11GroupNoticeEvent";
import { OB11GroupNoticeEvent } from './OB11GroupNoticeEvent';
export interface MsgEmojiLike {
emoji_id: string,
@@ -6,10 +6,10 @@ export interface MsgEmojiLike {
}
export class OB11GroupMsgEmojiLikeEvent extends OB11GroupNoticeEvent {
notice_type = "group_msg_emoji_like";
notice_type = 'group_msg_emoji_like';
message_id: number;
sub_type: "ban" | "lift_ban";
likes: MsgEmojiLike[]
sub_type: 'ban' | 'lift_ban';
likes: MsgEmojiLike[];
constructor(groupId: number, userId: number, messageId: number, likes: MsgEmojiLike[]) {
super();