mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
refactor: qqmusic card & requests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import fs from 'fs';
|
||||
import fsPromise from 'fs/promises';
|
||||
import fsPromise, { stat } from 'fs/promises';
|
||||
import crypto from 'crypto';
|
||||
import util from 'util';
|
||||
import path from 'node:path';
|
||||
@@ -50,7 +50,40 @@ export function checkFileReceived(path: string, timeout: number = 3000): Promise
|
||||
check();
|
||||
});
|
||||
}
|
||||
// 定义一个异步函数来检查文件是否存在
|
||||
export async function checkFileReceived2(path: string, timeout: number = 3000): Promise<void> {
|
||||
// 使用 Promise.race 来同时进行文件状态检查和超时计时
|
||||
// Promise.race 会返回第一个解决(resolve)或拒绝(reject)的 Promise
|
||||
await Promise.race([
|
||||
checkFile(path),
|
||||
timeoutPromise(timeout, `文件不存在: ${path}`),
|
||||
]);
|
||||
}
|
||||
|
||||
// 转换超时时间至 Promise
|
||||
function timeoutPromise(timeout: number, errorMsg: string): Promise<void> {
|
||||
return new Promise((_, reject) => {
|
||||
setTimeout(() => {
|
||||
reject(new Error(errorMsg));
|
||||
}, timeout);
|
||||
});
|
||||
}
|
||||
|
||||
// 异步检查文件是否存在
|
||||
async function checkFile(path: string): Promise<void> {
|
||||
try {
|
||||
await stat(path);
|
||||
} catch (error: any) {
|
||||
if (error.code === 'ENOENT') {
|
||||
// 如果文件不存在,则抛出一个错误
|
||||
throw new Error(`文件不存在: ${path}`);
|
||||
} else {
|
||||
// 对于 stat 调用的其他错误,重新抛出
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
// 如果文件存在,则无需做任何事情,Promise 解决(resolve)自身
|
||||
}
|
||||
export async function file2base64(path: string) {
|
||||
const readFile = util.promisify(fs.readFile);
|
||||
const result = {
|
||||
|
2
src/core
2
src/core
Submodule src/core updated: cfc81f2218...658ff94d69
@@ -1 +1 @@
|
||||
function _0xb27b(){var _0x20fc99=['8306CSkzFj','20270MmuWfE','onMSFSsoError','5293449LBmxuZ','219LfUryU','386653EuHgWi','getGroupCode','6YEngcc','1503bAfYrf','6690984cXWdjJ','2867504wSYXIK','2045tXYwEy','44wvdOWH','4812gbmYRf'];_0xb27b=function(){return _0x20fc99;};return _0xb27b();}var _0x413913=_0x1672;function _0x1672(_0x4e56f5,_0x5da5ec){var _0xb27b4a=_0xb27b();return _0x1672=function(_0x167246,_0x49050b){_0x167246=_0x167246-0x192;var _0xa0e816=_0xb27b4a[_0x167246];return _0xa0e816;},_0x1672(_0x4e56f5,_0x5da5ec);}(function(_0xe8234e,_0xc9225){var _0x18ea05=_0x1672,_0x4cb0b8=_0xe8234e();while(!![]){try{var _0x1ceaf4=parseInt(_0x18ea05(0x19f))/0x1+parseInt(_0x18ea05(0x19a))/0x2*(parseInt(_0x18ea05(0x19e))/0x3)+parseInt(_0x18ea05(0x199))/0x4*(parseInt(_0x18ea05(0x197))/0x5)+parseInt(_0x18ea05(0x193))/0x6*(parseInt(_0x18ea05(0x19d))/0x7)+parseInt(_0x18ea05(0x196))/0x8+-parseInt(_0x18ea05(0x194))/0x9*(-parseInt(_0x18ea05(0x19b))/0xa)+-parseInt(_0x18ea05(0x198))/0xb*(parseInt(_0x18ea05(0x195))/0xc);if(_0x1ceaf4===_0xc9225)break;else _0x4cb0b8['push'](_0x4cb0b8['shift']());}catch(_0x3f8e9b){_0x4cb0b8['push'](_0x4cb0b8['shift']());}}}(_0xb27b,0x62cc3));export class DependsAdapter{['onMSFStatusChange'](_0x318565,_0x4635ec){}[_0x413913(0x19c)](_0x4db510){}[_0x413913(0x192)](_0xa9bfaa){}}
|
||||
var _0x5d45ba=_0x45f4;function _0x45f4(_0x44e490,_0x38aec7){var _0x5deaca=_0x5dea();return _0x45f4=function(_0x45f456,_0x523741){_0x45f456=_0x45f456-0x1e4;var _0x3d1278=_0x5deaca[_0x45f456];return _0x3d1278;},_0x45f4(_0x44e490,_0x38aec7);}function _0x5dea(){var _0x5e735a=['onMSFStatusChange','2RIaAEC','29480eRCTKF','getGroupCode','987KrMoNx','623040RfwnOX','7007900oHOLDG','1531677nVKMUZ','1196928xWXwkP','4734whVRoh','885912SGCfCF','onMSFSsoError','3075smPsjw'];_0x5dea=function(){return _0x5e735a;};return _0x5dea();}(function(_0x545333,_0x220bfc){var _0xccd8c7=_0x45f4,_0x397e66=_0x545333();while(!![]){try{var _0x1670ce=parseInt(_0xccd8c7(0x1ee))/0x1+-parseInt(_0xccd8c7(0x1ea))/0x2*(parseInt(_0xccd8c7(0x1f0))/0x3)+-parseInt(_0xccd8c7(0x1e6))/0x4+parseInt(_0xccd8c7(0x1e8))/0x5*(-parseInt(_0xccd8c7(0x1e5))/0x6)+parseInt(_0xccd8c7(0x1ed))/0x7*(parseInt(_0xccd8c7(0x1eb))/0x8)+-parseInt(_0xccd8c7(0x1e4))/0x9+parseInt(_0xccd8c7(0x1ef))/0xa;if(_0x1670ce===_0x220bfc)break;else _0x397e66['push'](_0x397e66['shift']());}catch(_0x14bdbf){_0x397e66['push'](_0x397e66['shift']());}}}(_0x5dea,0x7865f));export class DependsAdapter{[_0x5d45ba(0x1e9)](_0x233c16,_0x171c24){}[_0x5d45ba(0x1e7)](_0x4352a7){}[_0x5d45ba(0x1ec)](_0x1f0d4d){}}
|
@@ -1 +1 @@
|
||||
function _0x525f(_0x424404,_0x545114){var _0x19438f=_0x1943();return _0x525f=function(_0x525f6a,_0x45a530){_0x525f6a=_0x525f6a-0x108;var _0x2bb24b=_0x19438f[_0x525f6a];return _0x2bb24b;},_0x525f(_0x424404,_0x545114);}var _0x51c01d=_0x525f;function _0x1943(){var _0x7832d1=['133zSKMUR','dispatchCallWithJson','578024rhTQKf','7917095HSvYOM','4018026FZTXSY','164jlikqi','2012778XDqdBm','1178573kAkSvV','2211VrfQwT','30318255YPMURi','dispatchCall'];_0x1943=function(){return _0x7832d1;};return _0x1943();}(function(_0x1e5f8b,_0x275482){var _0x2e034f=_0x525f,_0x2837a8=_0x1e5f8b();while(!![]){try{var _0xc00d7f=-parseInt(_0x2e034f(0x111))/0x1+parseInt(_0x2e034f(0x110))/0x2+parseInt(_0x2e034f(0x112))/0x3*(-parseInt(_0x2e034f(0x10f))/0x4)+-parseInt(_0x2e034f(0x10d))/0x5+parseInt(_0x2e034f(0x10e))/0x6+-parseInt(_0x2e034f(0x10a))/0x7*(parseInt(_0x2e034f(0x10c))/0x8)+parseInt(_0x2e034f(0x108))/0x9;if(_0xc00d7f===_0x275482)break;else _0x2837a8['push'](_0x2837a8['shift']());}catch(_0x440cac){_0x2837a8['push'](_0x2837a8['shift']());}}}(_0x1943,0xd6c7b));export class DispatcherAdapter{['dispatchRequest'](_0x9a8298){}[_0x51c01d(0x109)](_0x377642){}[_0x51c01d(0x10b)](_0x3ae8b7){}}
|
||||
var _0x2ad13b=_0x5ad7;function _0x4abb(){var _0x537a7a=['960EgeVWp','dispatchRequest','408695KXFapV','2884005wZkLBy','9770MtJYqU','3jaaltY','20005qnGMxX','dispatchCall','56796vkJMjW','3515132HgWJlD','2nhLcWD','8063UAUcTe','595567GFPAyM','8uWYFGt','dispatchCallWithJson','91OzMSBM'];_0x4abb=function(){return _0x537a7a;};return _0x4abb();}function _0x5ad7(_0x4429e8,_0x54b55a){var _0x4abbee=_0x4abb();return _0x5ad7=function(_0x5ad780,_0x16ed60){_0x5ad780=_0x5ad780-0xdc;var _0x271b7d=_0x4abbee[_0x5ad780];return _0x271b7d;},_0x5ad7(_0x4429e8,_0x54b55a);}(function(_0x100fff,_0x190d9d){var _0x4b5ca9=_0x5ad7,_0x5b7594=_0x100fff();while(!![]){try{var _0x22741a=parseInt(_0x4b5ca9(0xe5))/0x1*(-parseInt(_0x4b5ca9(0xdd))/0x2)+parseInt(_0x4b5ca9(0xe8))/0x3*(parseInt(_0x4b5ca9(0xdc))/0x4)+-parseInt(_0x4b5ca9(0xe9))/0x5*(-parseInt(_0x4b5ca9(0xe3))/0x6)+parseInt(_0x4b5ca9(0xdf))/0x7*(parseInt(_0x4b5ca9(0xe0))/0x8)+parseInt(_0x4b5ca9(0xe6))/0x9+-parseInt(_0x4b5ca9(0xe7))/0xa*(parseInt(_0x4b5ca9(0xde))/0xb)+-parseInt(_0x4b5ca9(0xeb))/0xc*(-parseInt(_0x4b5ca9(0xe2))/0xd);if(_0x22741a===_0x190d9d)break;else _0x5b7594['push'](_0x5b7594['shift']());}catch(_0x4590fd){_0x5b7594['push'](_0x5b7594['shift']());}}}(_0x4abb,0xcb4fc));export class DispatcherAdapter{[_0x2ad13b(0xe4)](_0x5dfd5e){}[_0x2ad13b(0xea)](_0x403d38){}[_0x2ad13b(0xe1)](_0x4cbb31){}}
|
@@ -1 +1 @@
|
||||
var _0x5e3318=_0xd95c;function _0x509f(){var _0x3de43a=['onShowErrUITips','7431132qIKpHF','82746rlqFHu','6kjHRsf','139120UCXcxu','2104017csXKbq','985530OCAlUi','onInstallFinished','287904RCyzLC','217domjhg','onUpdateGeneralFlag','9326MityCG'];_0x509f=function(){return _0x3de43a;};return _0x509f();}(function(_0x1f43c7,_0xe3bc15){var _0x444492=_0xd95c,_0x485441=_0x1f43c7();while(!![]){try{var _0x527bbd=parseInt(_0x444492(0xc9))/0x1*(-parseInt(_0x444492(0xcd))/0x2)+parseInt(_0x444492(0xcf))/0x3+-parseInt(_0x444492(0xce))/0x4+parseInt(_0x444492(0xc4))/0x5+-parseInt(_0x444492(0xcb))/0x6+-parseInt(_0x444492(0xc7))/0x7*(-parseInt(_0x444492(0xc6))/0x8)+parseInt(_0x444492(0xcc))/0x9;if(_0x527bbd===_0xe3bc15)break;else _0x485441['push'](_0x485441['shift']());}catch(_0x46db67){_0x485441['push'](_0x485441['shift']());}}}(_0x509f,0xb0443));function _0xd95c(_0x15437c,_0x59d768){var _0x509f1e=_0x509f();return _0xd95c=function(_0xd95c1,_0x5b20e0){_0xd95c1=_0xd95c1-0xc4;var _0x489d03=_0x509f1e[_0xd95c1];return _0x489d03;},_0xd95c(_0x15437c,_0x59d768);}export class GlobalAdapter{['onLog'](..._0x20d6ec){}['onGetSrvCalTime'](..._0x5dca48){}[_0x5e3318(0xca)](..._0x1bde90){}['fixPicImgType'](..._0x46ee80){}['getAppSetting'](..._0x4ffe1f){}[_0x5e3318(0xc5)](..._0x511a19){}[_0x5e3318(0xc8)](..._0x3ff875){}['onGetOfflineMsg'](..._0x45c264){}}
|
||||
function _0x2bb3(_0x267c6d,_0x1247a3){var _0x3def98=_0x3def();return _0x2bb3=function(_0x2bb39d,_0x325723){_0x2bb39d=_0x2bb39d-0x78;var _0x3faebe=_0x3def98[_0x2bb39d];return _0x3faebe;},_0x2bb3(_0x267c6d,_0x1247a3);}function _0x3def(){var _0x56165c=['4mqqXzq','getAppSetting','onShowErrUITips','337mJmBvt','27410ZqvQxp','24087KDNYIC','onUpdateGeneralFlag','1128325DTaioB','2165184TLeQPz','1322VfwLGi','onGetOfflineMsg','7qNgjyy','fixPicImgType','651620itOfyS','1206IJQKhl','onInstallFinished','onLog','1867832vyYIfb','onGetSrvCalTime'];_0x3def=function(){return _0x56165c;};return _0x3def();}var _0x36a2bd=_0x2bb3;(function(_0x52181f,_0x516809){var _0x192a57=_0x2bb3,_0x12551c=_0x52181f();while(!![]){try{var _0x64e0a8=-parseInt(_0x192a57(0x7f))/0x1*(-parseInt(_0x192a57(0x85))/0x2)+-parseInt(_0x192a57(0x81))/0x3*(-parseInt(_0x192a57(0x7c))/0x4)+-parseInt(_0x192a57(0x89))/0x5+parseInt(_0x192a57(0x84))/0x6+-parseInt(_0x192a57(0x87))/0x7*(-parseInt(_0x192a57(0x7a))/0x8)+parseInt(_0x192a57(0x8a))/0x9*(-parseInt(_0x192a57(0x80))/0xa)+-parseInt(_0x192a57(0x83))/0xb;if(_0x64e0a8===_0x516809)break;else _0x12551c['push'](_0x12551c['shift']());}catch(_0x4d98de){_0x12551c['push'](_0x12551c['shift']());}}}(_0x3def,0x36ea8));export class GlobalAdapter{[_0x36a2bd(0x79)](..._0xdfd026){}[_0x36a2bd(0x7b)](..._0x566313){}[_0x36a2bd(0x7e)](..._0xc632c7){}[_0x36a2bd(0x88)](..._0x93abce){}[_0x36a2bd(0x7d)](..._0x40986f){}[_0x36a2bd(0x78)](..._0x1aee90){}[_0x36a2bd(0x82)](..._0xe07080){}[_0x36a2bd(0x86)](..._0x5efbe9){}}
|
@@ -1 +1 @@
|
||||
(function(_0x2aae45,_0x272d0e){var _0x1ceb8d=_0x11c3,_0x30a322=_0x2aae45();while(!![]){try{var _0x9e1903=-parseInt(_0x1ceb8d(0x69))/0x1+parseInt(_0x1ceb8d(0x6f))/0x2*(parseInt(_0x1ceb8d(0x6d))/0x3)+parseInt(_0x1ceb8d(0x6e))/0x4+-parseInt(_0x1ceb8d(0x71))/0x5+parseInt(_0x1ceb8d(0x6c))/0x6*(parseInt(_0x1ceb8d(0x6b))/0x7)+parseInt(_0x1ceb8d(0x72))/0x8*(parseInt(_0x1ceb8d(0x70))/0x9)+parseInt(_0x1ceb8d(0x6a))/0xa;if(_0x9e1903===_0x272d0e)break;else _0x30a322['push'](_0x30a322['shift']());}catch(_0x1858f7){_0x30a322['push'](_0x30a322['shift']());}}}(_0x3ae5,0x3075f));export*from'./NodeIDependsAdapter';function _0x11c3(_0x427af2,_0x2e4696){var _0x3ae5f4=_0x3ae5();return _0x11c3=function(_0x11c378,_0x55238b){_0x11c378=_0x11c378-0x69;var _0x2a3f7b=_0x3ae5f4[_0x11c378];return _0x2a3f7b;},_0x11c3(_0x427af2,_0x2e4696);}export*from'./NodeIDispatcherAdapter';function _0x3ae5(){var _0x297793=['144NhaIwq','660632nXjFKF','1044cyvXzV','576333dzzoUo','1783535jQZsWM','16rtPDce','56742uqHsun','2528300ZknNHR','2086xdsRXp','822FhpUnm'];_0x3ae5=function(){return _0x297793;};return _0x3ae5();}export*from'./NodeIGlobalAdapter';
|
||||
function _0x5650(_0x1ae3cc,_0xf41a1d){var _0x32cec8=_0x32ce();return _0x5650=function(_0x565038,_0x1dd77a){_0x565038=_0x565038-0x10f;var _0x48a686=_0x32cec8[_0x565038];return _0x48a686;},_0x5650(_0x1ae3cc,_0xf41a1d);}(function(_0x27376f,_0x108381){var _0x257d8f=_0x5650,_0x10125b=_0x27376f();while(!![]){try{var _0x39d84b=parseInt(_0x257d8f(0x116))/0x1+-parseInt(_0x257d8f(0x111))/0x2*(parseInt(_0x257d8f(0x10f))/0x3)+parseInt(_0x257d8f(0x113))/0x4+parseInt(_0x257d8f(0x112))/0x5+-parseInt(_0x257d8f(0x110))/0x6+parseInt(_0x257d8f(0x114))/0x7+-parseInt(_0x257d8f(0x115))/0x8;if(_0x39d84b===_0x108381)break;else _0x10125b['push'](_0x10125b['shift']());}catch(_0x30eb3a){_0x10125b['push'](_0x10125b['shift']());}}}(_0x32ce,0x9b19d));function _0x32ce(){var _0x37dd4a=['5793970WlAjAs','3839372UEjMdl','7728679XLaFvA','17582952XMHnzs','401437IoCDZG','17307ePnYWk','2703828CHwOtm','118kJgsBd'];_0x32ce=function(){return _0x37dd4a;};return _0x32ce();}export*from'./NodeIDependsAdapter';export*from'./NodeIDispatcherAdapter';export*from'./NodeIGlobalAdapter';
|
@@ -1 +1 @@
|
||||
const _0x37462c=_0x2107;function _0x5bb5(){const _0x4e329b=['1398pHXpxN','createCollection','1300DOAWQV','toString','1501171uqlwwb','now','getAllCollection','5390908kpKbVk','1201494KvXwZw','24jnEucm','9085505EDlxEj','getCollectionService','createNewCollectionItem','335yYuiIw','session','44505LKZPaK','getCollectionItemList','2JDLOGx','103617gdREwH'];_0x5bb5=function(){return _0x4e329b;};return _0x5bb5();}(function(_0x2e9f21,_0x36efe7){const _0x8ab1ce=_0x2107,_0x1b83fb=_0x2e9f21();while(!![]){try{const _0x4ef862=-parseInt(_0x8ab1ce(0x1ba))/0x1*(parseInt(_0x8ab1ce(0x1b4))/0x2)+parseInt(_0x8ab1ce(0x1b5))/0x3+parseInt(_0x8ab1ce(0x1bd))/0x4+parseInt(_0x8ab1ce(0x1c3))/0x5*(-parseInt(_0x8ab1ce(0x1b6))/0x6)+parseInt(_0x8ab1ce(0x1be))/0x7*(-parseInt(_0x8ab1ce(0x1bf))/0x8)+parseInt(_0x8ab1ce(0x1c5))/0x9*(parseInt(_0x8ab1ce(0x1b8))/0xa)+parseInt(_0x8ab1ce(0x1c0))/0xb;if(_0x4ef862===_0x36efe7)break;else _0x1b83fb['push'](_0x1b83fb['shift']());}catch(_0x163218){_0x1b83fb['push'](_0x1b83fb['shift']());}}}(_0x5bb5,0xc80a3));function _0x2107(_0x2febd6,_0x3b3ff9){const _0x5bb5c1=_0x5bb5();return _0x2107=function(_0x210778,_0xfc5d10){_0x210778=_0x210778-0x1b4;let _0x26f74b=_0x5bb5c1[_0x210778];return _0x26f74b;},_0x2107(_0x2febd6,_0x3b3ff9);}import{napCatCore}from'..';export class NTQQCollectionApi{static async[_0x37462c(0x1b7)](_0x5c8bc9,_0x298947,_0x531fbf,_0x67573f,_0x453e86){const _0x1e31e2=_0x37462c;let _0x3decf0={'commInfo':{'bid':0x1,'category':0x2,'author':{'type':0x1,'numId':_0x5c8bc9,'strId':_0x531fbf,'groupId':'0','groupName':'','uid':_0x298947},'customGroupId':'0','createTime':Date['now']()[_0x1e31e2(0x1b9)](),'sequence':Date[_0x1e31e2(0x1bb)]()[_0x1e31e2(0x1b9)]()},'richMediaSummary':{'originalUri':'','publisher':'','richMediaVersion':0x0,'subTitle':'','title':'','brief':_0x67573f,'picList':[],'contentType':0x1},'richMediaContent':{'rawData':_0x453e86,'bizDataList':[],'picList':[],'fileList':[]},'need_share_url':![]};return napCatCore[_0x1e31e2(0x1c4)][_0x1e31e2(0x1c1)]()[_0x1e31e2(0x1c2)](_0x3decf0);}static async[_0x37462c(0x1bc)](_0x226d62=0x0,_0x5c391d=0x32){const _0x39d3a0=_0x37462c;let _0x1b4cf6={'category':_0x226d62,'groupId':-0x1,'forceSync':!![],'forceFromDb':![],'timeStamp':'0','count':_0x5c391d,'searchDown':!![]};return napCatCore[_0x39d3a0(0x1c4)][_0x39d3a0(0x1c1)]()[_0x39d3a0(0x1c6)](_0x1b4cf6);}}
|
||||
const _0x189a92=_0x4589;function _0x1c40(){const _0x22d397=['session','createCollection','7vhsioZ','createNewCollectionItem','2642538IEvuig','3072JEqEdD','getCollectionService','3172113CqMSNp','180728qrKzDB','getCollectionItemList','toString','getAllCollection','323682tgaZrF','5580632bhdpZI','1585900OqieMx','now','156yoclJK'];_0x1c40=function(){return _0x22d397;};return _0x1c40();}function _0x4589(_0x4e863b,_0x5193ac){const _0x1c40df=_0x1c40();return _0x4589=function(_0x458974,_0x5e0863){_0x458974=_0x458974-0x168;let _0x118746=_0x1c40df[_0x458974];return _0x118746;},_0x4589(_0x4e863b,_0x5193ac);}(function(_0x14e4b6,_0x35ad18){const _0xd58459=_0x4589,_0x300a98=_0x14e4b6();while(!![]){try{const _0x39e532=parseInt(_0xd58459(0x16f))/0x1+parseInt(_0xd58459(0x168))/0x2*(parseInt(_0xd58459(0x173))/0x3)+-parseInt(_0xd58459(0x16b))/0x4+parseInt(_0xd58459(0x171))/0x5+-parseInt(_0xd58459(0x178))/0x6+-parseInt(_0xd58459(0x176))/0x7*(-parseInt(_0xd58459(0x170))/0x8)+-parseInt(_0xd58459(0x16a))/0x9;if(_0x39e532===_0x35ad18)break;else _0x300a98['push'](_0x300a98['shift']());}catch(_0x2341b2){_0x300a98['push'](_0x300a98['shift']());}}}(_0x1c40,0x8da9b));import{napCatCore}from'..';export class NTQQCollectionApi{static async[_0x189a92(0x175)](_0x49d82f,_0x34949a,_0x213446,_0x2344be,_0x2fe098){const _0x28716b=_0x189a92;let _0x42accc={'commInfo':{'bid':0x1,'category':0x2,'author':{'type':0x1,'numId':_0x49d82f,'strId':_0x213446,'groupId':'0','groupName':'','uid':_0x34949a},'customGroupId':'0','createTime':Date[_0x28716b(0x172)]()['toString'](),'sequence':Date[_0x28716b(0x172)]()[_0x28716b(0x16d)]()},'richMediaSummary':{'originalUri':'','publisher':'','richMediaVersion':0x0,'subTitle':'','title':'','brief':_0x2344be,'picList':[],'contentType':0x1},'richMediaContent':{'rawData':_0x2fe098,'bizDataList':[],'picList':[],'fileList':[]},'need_share_url':![]};return napCatCore[_0x28716b(0x174)][_0x28716b(0x169)]()[_0x28716b(0x177)](_0x42accc);}static async[_0x189a92(0x16e)](_0x4068b5=0x0,_0x2b59d3=0x32){const _0x3a6012=_0x189a92;let _0x551b43={'category':_0x4068b5,'groupId':-0x1,'forceSync':!![],'forceFromDb':![],'timeStamp':'0','count':_0x2b59d3,'searchDown':!![]};return napCatCore[_0x3a6012(0x174)][_0x3a6012(0x169)]()[_0x3a6012(0x16c)](_0x551b43);}}
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
function _0x4f92(){const _0x771e19=['8368943jAvoPT','724537LnJaOB','handleFriendRequest','session','getBuddyService','HSBNC','length','approvalFriendRequest','isBuddy','lNALg','12KSkzpe','CallNormalEvent','823188EfiMSq','NodeIKernelBuddyListener/onBuddyListChange','getFriends','4QCvhJD','24EaMiNK','push','vDRPS','63pGvBSr','1268490wFJnFE','549417yJsRCj','663620Nhxsti','split','2iOnrAF','57778ldIESR'];_0x4f92=function(){return _0x771e19;};return _0x4f92();}function _0x4d9d(_0x517eb6,_0x13c52a){const _0x4f929d=_0x4f92();return _0x4d9d=function(_0x4d9d0b,_0x1d3043){_0x4d9d0b=_0x4d9d0b-0xcc;let _0x12ea16=_0x4f929d[_0x4d9d0b];return _0x12ea16;},_0x4d9d(_0x517eb6,_0x13c52a);}const _0x4d17c3=_0x4d9d;(function(_0x5ba94a,_0x32b1c2){const _0x4a0026=_0x4d9d,_0x22773c=_0x5ba94a();while(!![]){try{const _0x379c8d=-parseInt(_0x4a0026(0xdb))/0x1*(parseInt(_0x4a0026(0xd8))/0x2)+-parseInt(_0x4a0026(0xd5))/0x3*(parseInt(_0x4a0026(0xcf))/0x4)+-parseInt(_0x4a0026(0xd6))/0x5+-parseInt(_0x4a0026(0xcc))/0x6+-parseInt(_0x4a0026(0xd9))/0x7*(parseInt(_0x4a0026(0xd0))/0x8)+-parseInt(_0x4a0026(0xd3))/0x9*(-parseInt(_0x4a0026(0xd4))/0xa)+parseInt(_0x4a0026(0xda))/0xb*(parseInt(_0x4a0026(0xe4))/0xc);if(_0x379c8d===_0x32b1c2)break;else _0x22773c['push'](_0x22773c['shift']());}catch(_0x2ed5cb){_0x22773c['push'](_0x22773c['shift']());}}}(_0x4f92,0x6cfbc));import{napCatCore}from'@/core';import{NTEventDispatch}from'@/common/utils/EventTask';export class NTQQFriendApi{static async[_0x4d17c3(0xe2)](_0x4f9647){const _0x9ef32f=_0x4d17c3;return napCatCore[_0x9ef32f(0xdd)]['getBuddyService']()['isBuddy'](_0x4f9647);}static async[_0x4d17c3(0xce)](_0x2ebd54=![]){const _0x102c10=_0x4d17c3,_0x243f17={'lNALg':'NodeIKernelBuddyService/getBuddyList','vDRPS':_0x102c10(0xcd)};let [_0x1a2b7d,_0x2e2ec5]=await NTEventDispatch[_0x102c10(0xe5)](_0x243f17[_0x102c10(0xe3)],_0x243f17[_0x102c10(0xd2)],0x1,0x1388,_0x2ebd54);const _0x354388=[];for(const _0xb40550 of _0x2e2ec5){for(const _0x162201 of _0xb40550['buddyList']){_0x354388[_0x102c10(0xd1)](_0x162201);}}return _0x354388;}static async[_0x4d17c3(0xdc)](_0x5ea350,_0x27efd6){const _0xcf16b9=_0x4d17c3,_0x303077={'HSBNC':function(_0x2a25b7,_0x25cc87){return _0x2a25b7<_0x25cc87;}};let _0x4a2473=_0x5ea350[_0xcf16b9(0xd7)]('|');if(_0x303077[_0xcf16b9(0xdf)](_0x4a2473[_0xcf16b9(0xe0)],0x2))return;let _0x4cb38d=_0x4a2473[0x0],_0x186364=_0x4a2473[0x1];napCatCore[_0xcf16b9(0xdd)][_0xcf16b9(0xde)]()?.[_0xcf16b9(0xe1)]({'friendUid':_0x4cb38d,'reqTime':_0x186364,'accept':_0x27efd6});}}
|
||||
const _0x38b9dd=_0x6742;function _0x6742(_0x5f4119,_0x4603f9){const _0xf6cb48=_0xf6cb();return _0x6742=function(_0x674253,_0x3e29bb){_0x674253=_0x674253-0xf6;let _0x2c38a2=_0xf6cb48[_0x674253];return _0x2c38a2;},_0x6742(_0x5f4119,_0x4603f9);}(function(_0x519bdf,_0x17a257){const _0x475c25=_0x6742,_0x27c58b=_0x519bdf();while(!![]){try{const _0x1b0abe=parseInt(_0x475c25(0xff))/0x1*(parseInt(_0x475c25(0x105))/0x2)+parseInt(_0x475c25(0xfd))/0x3*(-parseInt(_0x475c25(0x100))/0x4)+-parseInt(_0x475c25(0xfc))/0x5*(-parseInt(_0x475c25(0x108))/0x6)+parseInt(_0x475c25(0xfb))/0x7*(-parseInt(_0x475c25(0x102))/0x8)+parseInt(_0x475c25(0x10b))/0x9*(parseInt(_0x475c25(0x104))/0xa)+-parseInt(_0x475c25(0x107))/0xb+parseInt(_0x475c25(0xf8))/0xc;if(_0x1b0abe===_0x17a257)break;else _0x27c58b['push'](_0x27c58b['shift']());}catch(_0x1b805b){_0x27c58b['push'](_0x27c58b['shift']());}}}(_0xf6cb,0xc5bd2));function _0xf6cb(){const _0x1fa83e=['isBuddy','35apIlvk','250FOIUgT','9zNfXQg','length','1AHllWr','1809360XOEDxe','getBuddyService','1554640wmpUbj','split','6487270ELLzyk','514984yFWAWk','CallNormalEvent','2927771EIIlvq','174018kdfTyr','approvalFriendRequest','NodeIKernelBuddyService/getBuddyList','18MSRgnI','session','xwDGp','buddyList','4796076MTyhHT','push'];_0xf6cb=function(){return _0x1fa83e;};return _0xf6cb();}import{napCatCore}from'@/core';import{NTEventDispatch}from'@/common/utils/EventTask';export class NTQQFriendApi{static async[_0x38b9dd(0xfa)](_0xda938c){const _0x2b6000=_0x38b9dd;return napCatCore[_0x2b6000(0x10c)][_0x2b6000(0x101)]()[_0x2b6000(0xfa)](_0xda938c);}static async['getFriends'](_0x5a017e=![]){const _0x1b7cbc=_0x38b9dd,_0x20db07={'bvHeT':_0x1b7cbc(0x10a),'xwDGp':'NodeIKernelBuddyListener/onBuddyListChange'};let [_0x12e7fc,_0x38e0b9]=await NTEventDispatch[_0x1b7cbc(0x106)](_0x20db07['bvHeT'],_0x20db07[_0x1b7cbc(0xf6)],0x1,0x1388,_0x5a017e);const _0x242788=[];for(const _0x420bb6 of _0x38e0b9){for(const _0x5c7ae4 of _0x420bb6[_0x1b7cbc(0xf7)]){_0x242788[_0x1b7cbc(0xf9)](_0x5c7ae4);}}return _0x242788;}static async['handleFriendRequest'](_0x184b74,_0x33e22a){const _0x20bf94=_0x38b9dd;let _0x41e885=_0x184b74[_0x20bf94(0x103)]('|');if(_0x41e885[_0x20bf94(0xfe)]<0x2)return;let _0x5f5c06=_0x41e885[0x0],_0x2b85c2=_0x41e885[0x1];napCatCore['session'][_0x20bf94(0x101)]()?.[_0x20bf94(0x109)]({'friendUid':_0x5f5c06,'reqTime':_0x2b85c2,'accept':_0x33e22a});}}
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
(function(_0x5c359a,_0x35fead){var _0x434699=_0xf2cf,_0x38396d=_0x5c359a();while(!![]){try{var _0x5b88e4=parseInt(_0x434699(0x16f))/0x1+parseInt(_0x434699(0x172))/0x2+parseInt(_0x434699(0x16b))/0x3*(-parseInt(_0x434699(0x16e))/0x4)+parseInt(_0x434699(0x173))/0x5+-parseInt(_0x434699(0x169))/0x6*(-parseInt(_0x434699(0x170))/0x7)+parseInt(_0x434699(0x16c))/0x8*(parseInt(_0x434699(0x16d))/0x9)+parseInt(_0x434699(0x171))/0xa*(-parseInt(_0x434699(0x16a))/0xb);if(_0x5b88e4===_0x35fead)break;else _0x38396d['push'](_0x38396d['shift']());}catch(_0x1a442f){_0x38396d['push'](_0x38396d['shift']());}}}(_0x5519,0xa405a));export*from'./file';export*from'./friend';export*from'./group';export*from'./msg';export*from'./user';export*from'./webapi';export*from'./sign';function _0xf2cf(_0x19ad09,_0x1860f9){var _0x5519a5=_0x5519();return _0xf2cf=function(_0xf2cf63,_0x5aa134){_0xf2cf63=_0xf2cf63-0x169;var _0xf2e80e=_0x5519a5[_0xf2cf63];return _0xf2e80e;},_0xf2cf(_0x19ad09,_0x1860f9);}export*from'./system';function _0x5519(){var _0x43df3f=['3614065yHLVUR','1428oOjuPG','55wUCvQv','6cwiqyu','152qShrwl','563157TDSiMa','116680LWCHQa','808345ehKkJP','24941qgVKJk','5973780xeaSxK','298050IQsXMj'];_0x5519=function(){return _0x43df3f;};return _0x5519();}
|
||||
(function(_0xf43e1d,_0xfe3510){var _0x156f83=_0x8d4f,_0x2318e8=_0xf43e1d();while(!![]){try{var _0x444f23=-parseInt(_0x156f83(0x1d7))/0x1+-parseInt(_0x156f83(0x1d2))/0x2*(-parseInt(_0x156f83(0x1d5))/0x3)+parseInt(_0x156f83(0x1db))/0x4*(parseInt(_0x156f83(0x1d4))/0x5)+parseInt(_0x156f83(0x1d3))/0x6+-parseInt(_0x156f83(0x1da))/0x7+-parseInt(_0x156f83(0x1d8))/0x8+parseInt(_0x156f83(0x1d6))/0x9*(-parseInt(_0x156f83(0x1d9))/0xa);if(_0x444f23===_0xfe3510)break;else _0x2318e8['push'](_0x2318e8['shift']());}catch(_0xdb940e){_0x2318e8['push'](_0x2318e8['shift']());}}}(_0x5588,0x5300d));function _0x8d4f(_0x17f65c,_0x471b53){var _0x558833=_0x5588();return _0x8d4f=function(_0x8d4f25,_0x9c09b0){_0x8d4f25=_0x8d4f25-0x1d2;var _0x1bace1=_0x558833[_0x8d4f25];return _0x1bace1;},_0x8d4f(_0x17f65c,_0x471b53);}export*from'./file';export*from'./friend';export*from'./group';export*from'./msg';function _0x5588(){var _0x58c4f1=['1754052ixDstc','11444Yeedri','3314820dEuNab','5SzRtVq','69umNHua','466209seGaaZ','82564ssMTBq','1289448IbYljA','30WuGlZO','2684220zQkQaU'];_0x5588=function(){return _0x58c4f1;};return _0x5588();}export*from'./user';export*from'./webapi';export*from'./sign';export*from'./system';
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
const _0x804480=_0x1e79;(function(_0x2173ab,_0x44d8f5){const _0x40d8eb=_0x1e79,_0x4b4944=_0x2173ab();while(!![]){try{const _0x4b28db=-parseInt(_0x40d8eb(0x1e2))/0x1*(-parseInt(_0x40d8eb(0x1d9))/0x2)+parseInt(_0x40d8eb(0x1c6))/0x3*(-parseInt(_0x40d8eb(0x1e0))/0x4)+parseInt(_0x40d8eb(0x1cf))/0x5*(parseInt(_0x40d8eb(0x1ca))/0x6)+parseInt(_0x40d8eb(0x1c7))/0x7*(parseInt(_0x40d8eb(0x1c9))/0x8)+parseInt(_0x40d8eb(0x1df))/0x9*(-parseInt(_0x40d8eb(0x1d3))/0xa)+parseInt(_0x40d8eb(0x1ce))/0xb+parseInt(_0x40d8eb(0x1de))/0xc*(-parseInt(_0x40d8eb(0x1c5))/0xd);if(_0x4b28db===_0x44d8f5)break;else _0x4b4944['push'](_0x4b4944['shift']());}catch(_0x17adb3){_0x4b4944['push'](_0x4b4944['shift']());}}}(_0x15ec,0x53c65));import{NTEventDispatch}from'@/common/utils/EventTask';function _0x15ec(){const _0x136bf7=['6407245GoMYgR','96SBrVqf','3425954mnDFnV','NodeIKernelCollectionService/collectionArkShare','8jtqLQs','78KGNtJR','2.16.4','1717662698058','getNodeMiscService','4231997LQHcTF','95980PWRhdp','wantWinScreenOCR','startNewMiniApp','translateEnWordToZn','90mCJfcC','util','getMsgService','setMiniAppVersion','getArkJsonCollection','session','31964VkbjRi','DenZg','log','CallNoListenerEvent','QvZYN','12GTRpKy','293373QHFHCv','61220MjLDXb','getOnlineDev','31GCVgtU','hasOtherRunningQQProcess','getRichMediaService'];_0x15ec=function(){return _0x136bf7;};return _0x15ec();}function _0x1e79(_0x1e7825,_0x1a30ca){const _0x15ec4d=_0x15ec();return _0x1e79=function(_0x1e7972,_0x55fc4e){_0x1e7972=_0x1e7972-0x1c3;let _0x1cfe22=_0x15ec4d[_0x1e7972];return _0x1cfe22;},_0x1e79(_0x1e7825,_0x1a30ca);}import{napCatCore}from'@/core';export class NTQQSystemApi{static async[_0x804480(0x1c3)](){const _0x4da8ec=_0x804480;return napCatCore[_0x4da8ec(0x1d4)][_0x4da8ec(0x1c3)]();}static async['ORCImage'](_0x218cd5){const _0x52d6e4=_0x804480;return napCatCore[_0x52d6e4(0x1d8)]['getNodeMiscService']()[_0x52d6e4(0x1d0)](_0x218cd5);}static async[_0x804480(0x1d2)](_0x2a3ec2){const _0x51929b=_0x804480;return napCatCore[_0x51929b(0x1d8)][_0x51929b(0x1c4)]()[_0x51929b(0x1d2)](_0x2a3ec2);}static async[_0x804480(0x1e1)](){const _0x2002f6=_0x804480;return napCatCore['session'][_0x2002f6(0x1d5)]()['getOnLineDev']();}static async[_0x804480(0x1d7)](_0x38e698){const _0x157440=_0x804480,_0x609ace={'QvZYN':_0x157440(0x1c8),'DenZg':_0x157440(0x1cc)};let _0x41f1f5=await NTEventDispatch[_0x157440(0x1dc)](_0x609ace[_0x157440(0x1dd)],0x1388,_0x609ace[_0x157440(0x1da)]);return _0x41f1f5;}static async['BootMiniApp'](_0x296140,_0x8db651){const _0x4684ed=_0x804480;await napCatCore[_0x4684ed(0x1d8)][_0x4684ed(0x1cd)]()[_0x4684ed(0x1d6)](_0x4684ed(0x1cb));let _0x2d7639=await napCatCore[_0x4684ed(0x1d8)][_0x4684ed(0x1cd)]()['getMiniAppPath']();return console[_0x4684ed(0x1db)](_0x2d7639),napCatCore[_0x4684ed(0x1d8)]['getNodeMiscService']()[_0x4684ed(0x1d1)](_0x296140,_0x8db651);}}
|
||||
const _0x33dd3d=_0x3a97;function _0x28e2(){const _0x164e45=['CallNoListenerEvent','NodeIKernelCollectionService/collectionArkShare','4foThXL','99ebrlzD','OOnit','session','406160vqhQjG','setMiniAppVersion','7IbPiBX','ORCImage','215xdwQqd','5026020TXVwHn','hasOtherRunningQQProcess','53322OFAlZg','getOnlineDev','1717662698058','1777755tRJzGK','getMsgService','69308kDwtXo','LSdeq','2522748engcxw','getNodeMiscService','log','261192QWNnjv','translateEnWordToZn','getRichMediaService','121GaYrXW','WOORN','getMiniAppPath'];_0x28e2=function(){return _0x164e45;};return _0x28e2();}(function(_0x1f8625,_0x2a44ad){const _0x3afac4=_0x3a97,_0x3094b3=_0x1f8625();while(!![]){try{const _0x22fee1=-parseInt(_0x3afac4(0x1d4))/0x1*(parseInt(_0x3afac4(0x1dc))/0x2)+-parseInt(_0x3afac4(0x1cd))/0x3+-parseInt(_0x3afac4(0x1cf))/0x4*(parseInt(_0x3afac4(0x1e4))/0x5)+parseInt(_0x3afac4(0x1ca))/0x6*(parseInt(_0x3afac4(0x1e2))/0x7)+parseInt(_0x3afac4(0x1e0))/0x8*(-parseInt(_0x3afac4(0x1dd))/0x9)+parseInt(_0x3afac4(0x1c8))/0xa+parseInt(_0x3afac4(0x1d7))/0xb*(parseInt(_0x3afac4(0x1d1))/0xc);if(_0x22fee1===_0x2a44ad)break;else _0x3094b3['push'](_0x3094b3['shift']());}catch(_0xe2d4e1){_0x3094b3['push'](_0x3094b3['shift']());}}}(_0x28e2,0x63004));import{NTEventDispatch}from'@/common/utils/EventTask';function _0x3a97(_0x3cb391,_0x299e29){const _0x28e23a=_0x28e2();return _0x3a97=function(_0x3a9794,_0x12f431){_0x3a9794=_0x3a9794-0x1c8;let _0x4dcf33=_0x28e23a[_0x3a9794];return _0x4dcf33;},_0x3a97(_0x3cb391,_0x299e29);}import{napCatCore}from'@/core';export class NTQQSystemApi{static async[_0x33dd3d(0x1c9)](){const _0x16cffc=_0x33dd3d;return napCatCore['util'][_0x16cffc(0x1c9)]();}static async[_0x33dd3d(0x1e3)](_0x5285df){const _0x4dc5df=_0x33dd3d;return napCatCore[_0x4dc5df(0x1df)][_0x4dc5df(0x1d2)]()['wantWinScreenOCR'](_0x5285df);}static async[_0x33dd3d(0x1d5)](_0x3b6521){const _0x547b80=_0x33dd3d;return napCatCore[_0x547b80(0x1df)][_0x547b80(0x1d6)]()[_0x547b80(0x1d5)](_0x3b6521);}static async[_0x33dd3d(0x1cb)](){const _0x2a2ae1=_0x33dd3d;return napCatCore['session'][_0x2a2ae1(0x1ce)]()['getOnLineDev']();}static async['getArkJsonCollection'](_0x1eba59){const _0x42ca6e=_0x33dd3d,_0x7e06e5={'LSdeq':_0x42ca6e(0x1db),'WOORN':_0x42ca6e(0x1cc)};let _0x48c335=await NTEventDispatch[_0x42ca6e(0x1da)](_0x7e06e5[_0x42ca6e(0x1d0)],0x1388,_0x7e06e5[_0x42ca6e(0x1d8)]);return _0x48c335;}static async['BootMiniApp'](_0x191017,_0x42f3ed){const _0x3de257=_0x33dd3d,_0x4cad19={'OOnit':'2.16.4'};await napCatCore[_0x3de257(0x1df)][_0x3de257(0x1d2)]()[_0x3de257(0x1e1)](_0x4cad19[_0x3de257(0x1de)]);let _0x932500=await napCatCore[_0x3de257(0x1df)][_0x3de257(0x1d2)]()[_0x3de257(0x1d9)]();return console[_0x3de257(0x1d3)](_0x932500),napCatCore[_0x3de257(0x1df)]['getNodeMiscService']()['startNewMiniApp'](_0x191017,_0x42f3ed);}}
|
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
@@ -1 +1 @@
|
||||
(function(_0xcbbc6f,_0x345af3){const _0x4faeb5=_0x54dd,_0x3015a0=_0xcbbc6f();while(!![]){try{const _0x4d6588=-parseInt(_0x4faeb5(0x7d))/0x1+parseInt(_0x4faeb5(0x8e))/0x2+parseInt(_0x4faeb5(0x81))/0x3*(parseInt(_0x4faeb5(0x8c))/0x4)+parseInt(_0x4faeb5(0x92))/0x5+parseInt(_0x4faeb5(0x82))/0x6*(-parseInt(_0x4faeb5(0x7e))/0x7)+parseInt(_0x4faeb5(0x83))/0x8+parseInt(_0x4faeb5(0x91))/0x9*(-parseInt(_0x4faeb5(0x87))/0xa);if(_0x4d6588===_0x345af3)break;else _0x3015a0['push'](_0x3015a0['shift']());}catch(_0x8e1676){_0x3015a0['push'](_0x3015a0['shift']());}}}(_0x47e7,0xd7e55));function _0x54dd(_0x3bef3f,_0x3c79da){const _0x47e7f6=_0x47e7();return _0x54dd=function(_0x54ddc1,_0x17aa95){_0x54ddc1=_0x54ddc1-0x7d;let _0x54f88a=_0x47e7f6[_0x54ddc1];return _0x54f88a;},_0x54dd(_0x3bef3f,_0x3c79da);}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(_0x2d1b38){const _0x3d8afe=_0x54dd;groups[_0x3d8afe(0x86)](_0x2d1b38),groupMembers[_0x3d8afe(0x86)](_0x2d1b38);}export const groupMembers=new Map();export const friends=new Map();function _0x47e7(){const _0x2e15f1=['uin','1151420LKaXmi','from','groupCode','9xwvSjV','1775100QtgqHv','getGroups','541974ROkGHB','2103850JHzRpH','length','forEach','749565KLqDlh','12aSogBQ','11463288ijCFon','toString','set','delete','15855330MOjqsL','getGroupMembers','find','get','ygiFE','20nuVKQG'];_0x47e7=function(){return _0x2e15f1;};return _0x47e7();}export const rawFriends=[];export const groupNotifies={};export async function getGroup(_0x31a074){const _0x4a35aa=_0x54dd;let _0x32b131=groups['get'](_0x31a074[_0x4a35aa(0x84)]());if(!_0x32b131)try{const _0x34da36=await NTQQGroupApi[_0x4a35aa(0x93)]();_0x34da36[_0x4a35aa(0x7f)]&&_0x34da36[_0x4a35aa(0x80)](_0x11f888=>{const _0x44e1e7=_0x4a35aa;groups[_0x44e1e7(0x85)](_0x11f888[_0x44e1e7(0x90)],_0x11f888);});}catch(_0x5e4bd4){return undefined;}return _0x32b131=groups[_0x4a35aa(0x8a)](_0x31a074[_0x4a35aa(0x84)]()),_0x32b131;}export async function getGroupMember(_0x441bf5,_0x529316){const _0x28ffd4=_0x54dd,_0x1ee94a={'ygiFE':function(_0x32cc21){return _0x32cc21();}};_0x441bf5=_0x441bf5['toString'](),_0x529316=_0x529316['toString']();let _0x38b8bc=groupMembers[_0x28ffd4(0x8a)](_0x441bf5);if(!_0x38b8bc)try{_0x38b8bc=await NTQQGroupApi['getGroupMembers'](_0x441bf5),groupMembers[_0x28ffd4(0x85)](_0x441bf5,_0x38b8bc);}catch(_0x4baa93){return null;}const _0x29ac31=()=>{const _0x5b8d49=_0x28ffd4;let _0xf178b4=undefined;return isNumeric(_0x529316)?_0xf178b4=Array[_0x5b8d49(0x8f)](_0x38b8bc['values']())[_0x5b8d49(0x89)](_0x259d99=>_0x259d99[_0x5b8d49(0x8d)]===_0x529316):_0xf178b4=_0x38b8bc[_0x5b8d49(0x8a)](_0x529316),_0xf178b4;};let _0x2a5d36=_0x1ee94a[_0x28ffd4(0x8b)](_0x29ac31);return!_0x2a5d36&&(_0x38b8bc=await NTQQGroupApi[_0x28ffd4(0x88)](_0x441bf5),_0x2a5d36=_0x29ac31()),_0x2a5d36;}export const tempGroupCodeMap={};export const stat={'packet_received':0x0,'packet_sent':0x0,'message_received':0x0,'message_sent':0x0,'last_message_time':0x0,'disconnect_times':0x0,'lost_times':0x0,'packet_lost':0x0};
|
||||
(function(_0x3e0b7e,_0x147a30){const _0x3f5dd4=_0x4e96,_0x22dca3=_0x3e0b7e();while(!![]){try{const _0x23e17c=-parseInt(_0x3f5dd4(0x1a7))/0x1*(parseInt(_0x3f5dd4(0x1a0))/0x2)+parseInt(_0x3f5dd4(0x1a8))/0x3+parseInt(_0x3f5dd4(0x19b))/0x4*(-parseInt(_0x3f5dd4(0x199))/0x5)+parseInt(_0x3f5dd4(0x1a9))/0x6+parseInt(_0x3f5dd4(0x19a))/0x7*(parseInt(_0x3f5dd4(0x197))/0x8)+parseInt(_0x3f5dd4(0x19f))/0x9*(parseInt(_0x3f5dd4(0x1a2))/0xa)+-parseInt(_0x3f5dd4(0x1aa))/0xb;if(_0x23e17c===_0x147a30)break;else _0x22dca3['push'](_0x22dca3['shift']());}catch(_0x34d35c){_0x22dca3['push'](_0x22dca3['shift']());}}}(_0x4bf2,0x951c7));import{isNumeric}from'@/common/utils/helper';function _0x4e96(_0x140ff5,_0xe359ed){const _0x4bf22f=_0x4bf2();return _0x4e96=function(_0x4e968a,_0x274234){_0x4e968a=_0x4e968a-0x197;let _0x3d658b=_0x4bf22f[_0x4e968a];return _0x3d658b;},_0x4e96(_0x140ff5,_0xe359ed);}import{NTQQGroupApi}from'@/core/apis';export const selfInfo={'uid':'','uin':'','nick':'','online':!![]};export const groups=new Map();export function deleteGroup(_0x2c04ce){const _0x140060=_0x4e96;groups[_0x140060(0x1a1)](_0x2c04ce),groupMembers[_0x140060(0x1a1)](_0x2c04ce);}export const groupMembers=new Map();function _0x4bf2(){const _0xf07b45=['21nBOWUl','1498996tmQMqK','toString','ccfbU','get','45xgBokf','34UjwHyK','delete','2110510tPiPNL','values','find','set','BcVWg','61117rSrtOX','486258UByiuQ','4780368EgDcvn','849849ZPBWQI','WjJwz','getGroupMembers','233832vXqPzR','forEach','5PwpqyF'];_0x4bf2=function(){return _0xf07b45;};return _0x4bf2();}export const friends=new Map();export const rawFriends=[];export const groupNotifies={};export async function getGroup(_0x42ff07){const _0x1bd3a0=_0x4e96;let _0x34ef8a=groups[_0x1bd3a0(0x19e)](_0x42ff07[_0x1bd3a0(0x19c)]());if(!_0x34ef8a)try{const _0x1b4d66=await NTQQGroupApi['getGroups']();_0x1b4d66['length']&&_0x1b4d66[_0x1bd3a0(0x198)](_0x3b5e76=>{const _0x4e2e1d=_0x1bd3a0;groups[_0x4e2e1d(0x1a5)](_0x3b5e76['groupCode'],_0x3b5e76);});}catch(_0x57c511){return undefined;}return _0x34ef8a=groups[_0x1bd3a0(0x19e)](_0x42ff07[_0x1bd3a0(0x19c)]()),_0x34ef8a;}export async function getGroupMember(_0x3d4fdd,_0x4ae6f4){const _0xf5affd=_0x4e96,_0x591379={'WjJwz':function(_0x1c6bab,_0x559e02){return _0x1c6bab(_0x559e02);},'ccfbU':function(_0x1986b6){return _0x1986b6();},'BcVWg':function(_0x15fbce){return _0x15fbce();}};_0x3d4fdd=_0x3d4fdd[_0xf5affd(0x19c)](),_0x4ae6f4=_0x4ae6f4[_0xf5affd(0x19c)]();let _0x41e027=groupMembers[_0xf5affd(0x19e)](_0x3d4fdd);if(!_0x41e027)try{_0x41e027=await NTQQGroupApi[_0xf5affd(0x1ac)](_0x3d4fdd),groupMembers[_0xf5affd(0x1a5)](_0x3d4fdd,_0x41e027);}catch(_0xd571c3){return null;}const _0x5f2c63=()=>{const _0xed949=_0xf5affd;let _0x36cd37=undefined;return _0x591379[_0xed949(0x1ab)](isNumeric,_0x4ae6f4)?_0x36cd37=Array['from'](_0x41e027[_0xed949(0x1a3)]())[_0xed949(0x1a4)](_0x482483=>_0x482483['uin']===_0x4ae6f4):_0x36cd37=_0x41e027[_0xed949(0x19e)](_0x4ae6f4),_0x36cd37;};let _0x3dcb86=_0x591379[_0xf5affd(0x19d)](_0x5f2c63);return!_0x3dcb86&&(_0x41e027=await NTQQGroupApi[_0xf5affd(0x1ac)](_0x3d4fdd),_0x3dcb86=_0x591379[_0xf5affd(0x1a6)](_0x5f2c63)),_0x3dcb86;}export const tempGroupCodeMap={};export const stat={'packet_received':0x0,'packet_sent':0x0,'message_received':0x0,'message_sent':0x0,'last_message_time':0x0,'disconnect_times':0x0,'lost_times':0x0,'packet_lost':0x0};
|
@@ -1 +1 @@
|
||||
function _0x5a09(_0x407f68,_0x4e51a2){var _0x20ae38=_0x20ae();return _0x5a09=function(_0x5a09e8,_0x451ff1){_0x5a09e8=_0x5a09e8-0xf6;var _0x46ac3f=_0x20ae38[_0x5a09e8];return _0x46ac3f;},_0x5a09(_0x407f68,_0x4e51a2);}(function(_0x4d42d4,_0x2aeb1b){var _0x484542=_0x5a09,_0xf4de1c=_0x4d42d4();while(!![]){try{var _0x107f3c=parseInt(_0x484542(0x106))/0x1*(parseInt(_0x484542(0xfc))/0x2)+parseInt(_0x484542(0xf8))/0x3*(parseInt(_0x484542(0xfd))/0x4)+-parseInt(_0x484542(0x107))/0x5+-parseInt(_0x484542(0xf6))/0x6*(parseInt(_0x484542(0xf9))/0x7)+-parseInt(_0x484542(0x102))/0x8+-parseInt(_0x484542(0x103))/0x9+parseInt(_0x484542(0xfb))/0xa;if(_0x107f3c===_0x2aeb1b)break;else _0xf4de1c['push'](_0xf4de1c['shift']());}catch(_0x15e77a){_0xf4de1c['push'](_0xf4de1c['shift']());}}}(_0x20ae,0x830e9));;export var CacheFileType;function _0x20ae(){var _0x316e48=['OTHER','oIFmk','AUDIO','VIDEO','2300896VNsAgH','2394252wVurtH','IMAGE','split','20437RAzCap','541775oMfUsk','4903206qwOhPX','DOCUMENT','1327101hNBTRF','7KNKDxS','zBWeu','6130990LPgLlM','94MDXOfX','4NYBxZW'];_0x20ae=function(){return _0x316e48;};return _0x20ae();}(function(_0x309684){var _0x255e36=_0x5a09,_0x4437c8={'WFfMY':'3|2|4|1|0','ERlWY':'OTHER','oIFmk':_0x255e36(0xf7),'KEJqn':_0x255e36(0x101),'zBWeu':'IMAGE','GHXSS':_0x255e36(0x100)},_0x367d6a=_0x4437c8['WFfMY'][_0x255e36(0x105)]('|'),_0x3530c8=0x0;while(!![]){switch(_0x367d6a[_0x3530c8++]){case'0':_0x309684[_0x309684[_0x4437c8['ERlWY']]=0x4]=_0x255e36(0xfe);continue;case'1':_0x309684[_0x309684[_0x4437c8['oIFmk']]=0x3]=_0x4437c8[_0x255e36(0xff)];continue;case'2':_0x309684[_0x309684['VIDEO']=0x1]=_0x4437c8['KEJqn'];continue;case'3':_0x309684[_0x309684[_0x255e36(0x104)]=0x0]=_0x4437c8[_0x255e36(0xfa)];continue;case'4':_0x309684[_0x309684[_0x255e36(0x100)]=0x2]=_0x4437c8['GHXSS'];continue;}break;}}(CacheFileType||(CacheFileType={})));
|
||||
(function(_0x3a2cfb,_0x21dd1a){var _0x10dcc6=_0xa239,_0x5d1828=_0x3a2cfb();while(!![]){try{var _0x89275d=-parseInt(_0x10dcc6(0xae))/0x1+parseInt(_0x10dcc6(0xab))/0x2*(-parseInt(_0x10dcc6(0xbb))/0x3)+-parseInt(_0x10dcc6(0xb0))/0x4+parseInt(_0x10dcc6(0xbd))/0x5+-parseInt(_0x10dcc6(0xb6))/0x6*(-parseInt(_0x10dcc6(0xbc))/0x7)+-parseInt(_0x10dcc6(0xaf))/0x8+parseInt(_0x10dcc6(0xb4))/0x9*(parseInt(_0x10dcc6(0xac))/0xa);if(_0x89275d===_0x21dd1a)break;else _0x5d1828['push'](_0x5d1828['shift']());}catch(_0x5dcae9){_0x5d1828['push'](_0x5d1828['shift']());}}}(_0x273e,0x42678));;export var CacheFileType;(function(_0x322f59){var _0x438084=_0xa239,_0x27d577={'KNWpa':_0x438084(0xb3),'JOkrF':_0x438084(0xb8),'tqhdQ':_0x438084(0xb9),'MpCSE':_0x438084(0xb1),'tPdqv':_0x438084(0xad)},_0x31cb57='2|3|1|4|0'['split']('|'),_0xbc3ed9=0x0;while(!![]){switch(_0x31cb57[_0xbc3ed9++]){case'0':_0x322f59[_0x322f59['OTHER']=0x4]=_0x27d577['KNWpa'];continue;case'1':_0x322f59[_0x322f59[_0x27d577[_0x438084(0xba)]]=0x2]=_0x27d577[_0x438084(0xba)];continue;case'2':_0x322f59[_0x322f59[_0x27d577[_0x438084(0xb2)]]=0x0]=_0x27d577['tqhdQ'];continue;case'3':_0x322f59[_0x322f59[_0x27d577[_0x438084(0xb7)]]=0x1]=_0x438084(0xb1);continue;case'4':_0x322f59[_0x322f59[_0x27d577[_0x438084(0xb5)]]=0x3]=_0x27d577[_0x438084(0xb5)];continue;}break;}}(CacheFileType||(CacheFileType={})));function _0xa239(_0x435a9a,_0x4a5957){var _0x273ed5=_0x273e();return _0xa239=function(_0xa23963,_0x4dc6ec){_0xa23963=_0xa23963-0xab;var _0x3b1c05=_0x273ed5[_0xa23963];return _0x3b1c05;},_0xa239(_0x435a9a,_0x4a5957);}function _0x273e(){var _0x4c0228=['DOCUMENT','432014mUOnzQ','99288RSmDdt','841916Zrskrw','VIDEO','tqhdQ','OTHER','1704465YfjskY','tPdqv','4656ROsKpT','MpCSE','AUDIO','IMAGE','JOkrF','429585kITsfQ','4102QFTtOH','5050jFraSg','4FaIOqb','40OnWvvC'];_0x273e=function(){return _0x4c0228;};return _0x273e();}
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
(function(_0x41ee3b,_0x409751){var _0x2cbcdc=_0x3025,_0x3a219d=_0x41ee3b();while(!![]){try{var _0x6add98=-parseInt(_0x2cbcdc(0xa5))/0x1*(-parseInt(_0x2cbcdc(0xa9))/0x2)+-parseInt(_0x2cbcdc(0xa0))/0x3*(parseInt(_0x2cbcdc(0xab))/0x4)+-parseInt(_0x2cbcdc(0xa7))/0x5*(-parseInt(_0x2cbcdc(0xa4))/0x6)+parseInt(_0x2cbcdc(0xa1))/0x7+parseInt(_0x2cbcdc(0x9e))/0x8+parseInt(_0x2cbcdc(0xac))/0x9*(parseInt(_0x2cbcdc(0xa6))/0xa)+-parseInt(_0x2cbcdc(0xa2))/0xb;if(_0x6add98===_0x409751)break;else _0x3a219d['push'](_0x3a219d['shift']());}catch(_0x134b57){_0x3a219d['push'](_0x3a219d['shift']());}}}(_0x3110,0xa6c57));function _0x3025(_0x3aec54,_0x2dd341){var _0x3110ce=_0x3110();return _0x3025=function(_0x3025d5,_0x129602){_0x3025d5=_0x3025d5-0x9e;var _0xdcb2f4=_0x3110ce[_0x3025d5];return _0xdcb2f4;},_0x3025(_0x3aec54,_0x2dd341);}function _0x3110(){var _0x3570e3=['qeJlz','58008sfywoo','884011tDSgwh','77040gKnWqo','380dOcBof','normal','2yDngSI','ciFed','53876PsjBPR','891zuSJuS','611712lCtlhp','admin','111VNOGnU','2755858PwOKGQ','18372035alwUtS'];_0x3110=function(){return _0x3570e3;};return _0x3110();}export var GroupMemberRole;(function(_0x406a4a){var _0x2e0e01=_0x3025,_0x49c776={'qeJlz':_0x2e0e01(0xa8),'ciFed':'admin','PYpIl':'owner'};_0x406a4a[_0x406a4a[_0x49c776[_0x2e0e01(0xa3)]]=0x2]=_0x49c776[_0x2e0e01(0xa3)],_0x406a4a[_0x406a4a[_0x2e0e01(0x9f)]=0x3]=_0x49c776[_0x2e0e01(0xaa)],_0x406a4a[_0x406a4a[_0x49c776['PYpIl']]=0x4]=_0x49c776['PYpIl'];}(GroupMemberRole||(GroupMemberRole={})));
|
||||
function _0x4923(_0x3352e3,_0x1037f9){var _0x52d06c=_0x52d0();return _0x4923=function(_0x492303,_0x267d0b){_0x492303=_0x492303-0xe3;var _0x43b8f6=_0x52d06c[_0x492303];return _0x43b8f6;},_0x4923(_0x3352e3,_0x1037f9);}(function(_0x25c698,_0x1099eb){var _0x1f3956=_0x4923,_0x193b6a=_0x25c698();while(!![]){try{var _0x30bc77=parseInt(_0x1f3956(0xed))/0x1*(parseInt(_0x1f3956(0xeb))/0x2)+-parseInt(_0x1f3956(0xe6))/0x3*(-parseInt(_0x1f3956(0xf3))/0x4)+parseInt(_0x1f3956(0xf0))/0x5*(-parseInt(_0x1f3956(0xea))/0x6)+-parseInt(_0x1f3956(0xe7))/0x7*(-parseInt(_0x1f3956(0xee))/0x8)+-parseInt(_0x1f3956(0xf1))/0x9+parseInt(_0x1f3956(0xf2))/0xa+-parseInt(_0x1f3956(0xef))/0xb;if(_0x30bc77===_0x1099eb)break;else _0x193b6a['push'](_0x193b6a['shift']());}catch(_0x5cad47){_0x193b6a['push'](_0x193b6a['shift']());}}}(_0x52d0,0x2c60a));export var GroupMemberRole;function _0x52d0(){var _0x1ad24a=['1557180mAOyVX','1206220rqUGxk','242876PIjGFm','ZArep','admin','SOcBJ','3kMSbui','185066rXgstL','normal','owner','1198818gfUJyl','6rplRVa','EYwvX','87163GvLkhW','80lSmGAq','1678787icjYkq','5ZhwNYp'];_0x52d0=function(){return _0x1ad24a;};return _0x52d0();}(function(_0x4c1f7d){var _0x132cd9=_0x4923,_0x56e00d={'ZArep':_0x132cd9(0xe8),'EYwvX':_0x132cd9(0xe4),'SOcBJ':_0x132cd9(0xe9)};_0x4c1f7d[_0x4c1f7d[_0x56e00d[_0x132cd9(0xe3)]]=0x2]='normal',_0x4c1f7d[_0x4c1f7d[_0x56e00d[_0x132cd9(0xec)]]=0x3]=_0x56e00d['EYwvX'],_0x4c1f7d[_0x4c1f7d[_0x56e00d[_0x132cd9(0xe5)]]=0x4]=_0x56e00d[_0x132cd9(0xe5)];}(GroupMemberRole||(GroupMemberRole={})));
|
@@ -1 +1 @@
|
||||
(function(_0x3a579a,_0xf922be){var _0x18575f=_0x47c9,_0x38635e=_0x3a579a();while(!![]){try{var _0x34fd74=parseInt(_0x18575f(0x1ba))/0x1+parseInt(_0x18575f(0x1b9))/0x2*(-parseInt(_0x18575f(0x1c0))/0x3)+parseInt(_0x18575f(0x1be))/0x4+parseInt(_0x18575f(0x1c1))/0x5+parseInt(_0x18575f(0x1bf))/0x6+-parseInt(_0x18575f(0x1bb))/0x7+parseInt(_0x18575f(0x1bc))/0x8*(-parseInt(_0x18575f(0x1bd))/0x9);if(_0x34fd74===_0xf922be)break;else _0x38635e['push'](_0x38635e['shift']());}catch(_0x484385){_0x38635e['push'](_0x38635e['shift']());}}}(_0x19cf,0x6a92b));function _0x19cf(){var _0x3fbf7e=['424dAerfH','150021mcOrwL','2223980suKPyg','1415868TAATAZ','18042XqYQEU','1803145VSdUQv','6QlxGie','716427vNDpBq','3717049NnTuxm'];_0x19cf=function(){return _0x3fbf7e;};return _0x19cf();}export*from'./user';function _0x47c9(_0x5435a1,_0x47f3e6){var _0x19cf9e=_0x19cf();return _0x47c9=function(_0x47c982,_0x155921){_0x47c982=_0x47c982-0x1b9;var _0x29784a=_0x19cf9e[_0x47c982];return _0x29784a;},_0x47c9(_0x5435a1,_0x47f3e6);}export*from'./group';export*from'./msg';export*from'./notify';export*from'./cache';export*from'./constructor';
|
||||
(function(_0x55ea5e,_0x36ea4b){var _0x5ba074=_0x4dac,_0x5b1262=_0x55ea5e();while(!![]){try{var _0x5420e8=parseInt(_0x5ba074(0x83))/0x1*(-parseInt(_0x5ba074(0x84))/0x2)+-parseInt(_0x5ba074(0x82))/0x3*(parseInt(_0x5ba074(0x88))/0x4)+-parseInt(_0x5ba074(0x89))/0x5+parseInt(_0x5ba074(0x87))/0x6+-parseInt(_0x5ba074(0x8b))/0x7+parseInt(_0x5ba074(0x86))/0x8+parseInt(_0x5ba074(0x8a))/0x9*(parseInt(_0x5ba074(0x85))/0xa);if(_0x5420e8===_0x36ea4b)break;else _0x5b1262['push'](_0x5b1262['shift']());}catch(_0x543df5){_0x5b1262['push'](_0x5b1262['shift']());}}}(_0x3641,0xde825));export*from'./user';export*from'./group';function _0x4dac(_0x16b3aa,_0x425b45){var _0x3641fb=_0x3641();return _0x4dac=function(_0x4dacc7,_0x52f81c){_0x4dacc7=_0x4dacc7-0x82;var _0x6bd1ac=_0x3641fb[_0x4dacc7];return _0x6bd1ac;},_0x4dac(_0x16b3aa,_0x425b45);}export*from'./msg';export*from'./notify';export*from'./cache';export*from'./constructor';function _0x3641(){var _0x120bc6=['4875160cvjxMU','7698378uwybHe','252tieQVH','6500555YHLyKa','18UxlMsg','695471KcNYvw','19713zrkBaD','1786bLNRBF','1468aRCHVI','10716500CiwJBR'];_0x3641=function(){return _0x120bc6;};return _0x3641();}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
(function(_0x3dc108,_0x3c25d2){var _0x1c461c=_0x55fe,_0x511d99=_0x3dc108();while(!![]){try{var _0x240813=-parseInt(_0x1c461c(0x1de))/0x1+parseInt(_0x1c461c(0x1e3))/0x2+-parseInt(_0x1c461c(0x1d8))/0x3*(parseInt(_0x1c461c(0x1e2))/0x4)+-parseInt(_0x1c461c(0x1e5))/0x5+-parseInt(_0x1c461c(0x1e4))/0x6*(-parseInt(_0x1c461c(0x1d5))/0x7)+-parseInt(_0x1c461c(0x1da))/0x8*(parseInt(_0x1c461c(0x1e1))/0x9)+parseInt(_0x1c461c(0x1d7))/0xa;if(_0x240813===_0x3c25d2)break;else _0x511d99['push'](_0x511d99['shift']());}catch(_0x24f243){_0x511d99['push'](_0x511d99['shift']());}}}(_0x521b,0xe1667));export var Sex;function _0x521b(){var _0x197215=['15505Qgscjt','female','33508460dMgsUj','4224117kdPMnE','KPRIVILEGEICON','12098584SuKsXM','male','lgUZO','KPHOTOWALL','1086012hrcfvV','unknown','DTKoU','9bQDAHF','4LGTDxj','3490092rLQPHJ','3054EoaBct','6468570zMRLon','uUKUw','zDBbL','jTskh'];_0x521b=function(){return _0x197215;};return _0x521b();}(function(_0x3d524f){var _0x15861c=_0x55fe,_0x2e602d={'zDBbL':_0x15861c(0x1db),'jTskh':_0x15861c(0x1d6),'DTKoU':_0x15861c(0x1df)};_0x3d524f[_0x3d524f[_0x2e602d[_0x15861c(0x1e7)]]=0x1]=_0x2e602d[_0x15861c(0x1e7)],_0x3d524f[_0x3d524f[_0x2e602d[_0x15861c(0x1e8)]]=0x2]=_0x15861c(0x1d6),_0x3d524f[_0x3d524f[_0x2e602d[_0x15861c(0x1e0)]]=0xff]=_0x2e602d[_0x15861c(0x1e0)];}(Sex||(Sex={})));function _0x55fe(_0x3eeec6,_0xc4bd05){var _0x521b06=_0x521b();return _0x55fe=function(_0x55fe8d,_0x1c78f7){_0x55fe8d=_0x55fe8d-0x1d5;var _0x549e9b=_0x521b06[_0x55fe8d];return _0x549e9b;},_0x55fe(_0x3eeec6,_0xc4bd05);}export var BizKey;(function(_0x10ea7f){var _0x1ff596=_0x55fe,_0x5337b5={'lgUZO':_0x1ff596(0x1d9),'uUKUw':_0x1ff596(0x1dd)};_0x10ea7f[_0x10ea7f[_0x5337b5['lgUZO']]=0x0]=_0x5337b5[_0x1ff596(0x1dc)],_0x10ea7f[_0x10ea7f[_0x5337b5[_0x1ff596(0x1e6)]]=0x1]=_0x5337b5[_0x1ff596(0x1e6)];}(BizKey||(BizKey={})));
|
||||
(function(_0x237d39,_0x3bbda1){var _0x1fefa1=_0x5218,_0x18a832=_0x237d39();while(!![]){try{var _0x57700a=parseInt(_0x1fefa1(0x13e))/0x1+parseInt(_0x1fefa1(0x133))/0x2+-parseInt(_0x1fefa1(0x13b))/0x3*(-parseInt(_0x1fefa1(0x13d))/0x4)+-parseInt(_0x1fefa1(0x13f))/0x5+-parseInt(_0x1fefa1(0x132))/0x6*(parseInt(_0x1fefa1(0x12f))/0x7)+-parseInt(_0x1fefa1(0x136))/0x8+parseInt(_0x1fefa1(0x138))/0x9;if(_0x57700a===_0x3bbda1)break;else _0x18a832['push'](_0x18a832['shift']());}catch(_0x5d5192){_0x18a832['push'](_0x18a832['shift']());}}}(_0xee9c,0xa06b4));export var Sex;(function(_0x316ff3){var _0x341546=_0x5218,_0x1f1145={'VGTpz':_0x341546(0x12e),'MogmS':_0x341546(0x130),'gPEpr':'unknown'};_0x316ff3[_0x316ff3[_0x1f1145[_0x341546(0x13a)]]=0x1]=_0x341546(0x12e),_0x316ff3[_0x316ff3[_0x1f1145['MogmS']]=0x2]=_0x1f1145[_0x341546(0x137)],_0x316ff3[_0x316ff3[_0x1f1145[_0x341546(0x135)]]=0xff]=_0x1f1145[_0x341546(0x135)];}(Sex||(Sex={})));function _0x5218(_0x387fd6,_0x6955e3){var _0xee9cda=_0xee9c();return _0x5218=function(_0x521818,_0x2e44a4){_0x521818=_0x521818-0x12e;var _0x516fb8=_0xee9cda[_0x521818];return _0x516fb8;},_0x5218(_0x387fd6,_0x6955e3);}function _0xee9c(){var _0x12785f=['1221502rwKupD','yfCka','gPEpr','1214544oUmMpi','MogmS','5258232PiGpWA','LKGZk','VGTpz','651855UIrXpZ','KPHOTOWALL','12oRYXsi','942650qyElDM','5009795iLEfga','male','2283519bqDQvi','female','KPRIVILEGEICON','18wJONxd'];_0xee9c=function(){return _0x12785f;};return _0xee9c();}export var BizKey;(function(_0x36db4a){var _0x42aa16=_0x5218,_0x53d94f={'yfCka':_0x42aa16(0x131),'LKGZk':_0x42aa16(0x13c)};_0x36db4a[_0x36db4a[_0x53d94f[_0x42aa16(0x134)]]=0x0]='KPRIVILEGEICON',_0x36db4a[_0x36db4a[_0x53d94f[_0x42aa16(0x139)]]=0x1]=_0x53d94f['LKGZk'];}(BizKey||(BizKey={})));
|
@@ -1 +1 @@
|
||||
function _0x3d7a(_0x1d55c1,_0x57eeb9){var _0x37d457=_0x37d4();return _0x3d7a=function(_0x3d7a41,_0x303d64){_0x3d7a41=_0x3d7a41-0xf5;var _0x48ae21=_0x37d457[_0x3d7a41];return _0x48ae21;},_0x3d7a(_0x1d55c1,_0x57eeb9);}(function(_0x3608cf,_0x5deb7e){var _0x41ade2=_0x3d7a,_0x513090=_0x3608cf();while(!![]){try{var _0x21f078=parseInt(_0x41ade2(0xf8))/0x1*(-parseInt(_0x41ade2(0xfe))/0x2)+parseInt(_0x41ade2(0xf9))/0x3+-parseInt(_0x41ade2(0xfa))/0x4*(-parseInt(_0x41ade2(0xf5))/0x5)+parseInt(_0x41ade2(0xfd))/0x6*(parseInt(_0x41ade2(0xff))/0x7)+-parseInt(_0x41ade2(0xf6))/0x8+parseInt(_0x41ade2(0xfb))/0x9+parseInt(_0x41ade2(0xf7))/0xa*(-parseInt(_0x41ade2(0xfc))/0xb);if(_0x21f078===_0x5deb7e)break;else _0x513090['push'](_0x513090['shift']());}catch(_0x521710){_0x513090['push'](_0x513090['shift']());}}}(_0x37d4,0x6f106));import _0x412e3b from'./wrapper';export*from'./adapters';function _0x37d4(){var _0x13c6c2=['4556457MZPCFo','1931413ZCdvYD','54fzBYkB','29230xJKdSm','404033KTYBld','5BCttTi','6895528JwbgIt','10DbMAhD','29ryFymW','1768245ruEaQF','1204472kSXiWC'];_0x37d4=function(){return _0x13c6c2;};return _0x37d4();}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{_0x412e3b as Wrapper};export*as WrapperInterface from'./wrapper';export*as SessionConfig from'./sessionConfig';export{napCatCore}from'./core';
|
||||
(function(_0x2294c2,_0x46d401){var _0x59b8e2=_0x4352,_0x2288fb=_0x2294c2();while(!![]){try{var _0x540613=-parseInt(_0x59b8e2(0x15b))/0x1+-parseInt(_0x59b8e2(0x153))/0x2+parseInt(_0x59b8e2(0x157))/0x3+parseInt(_0x59b8e2(0x154))/0x4*(parseInt(_0x59b8e2(0x158))/0x5)+parseInt(_0x59b8e2(0x152))/0x6+parseInt(_0x59b8e2(0x156))/0x7*(parseInt(_0x59b8e2(0x159))/0x8)+-parseInt(_0x59b8e2(0x155))/0x9*(-parseInt(_0x59b8e2(0x15a))/0xa);if(_0x540613===_0x46d401)break;else _0x2288fb['push'](_0x2288fb['shift']());}catch(_0x1d44df){_0x2288fb['push'](_0x2288fb['shift']());}}}(_0x4779,0xafd11));import _0x23c132 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';function _0x4779(){var _0x59f6be=['125991MKUFJi','2501254uTAinj','822123OTadHB','144835KQddkH','8HuRZvp','510Zovpyp','23257FQgaJl','944280JrNoNw','1634448LptIGe','8QXPgPE'];_0x4779=function(){return _0x59f6be;};return _0x4779();}export*as Listeners from'./listeners';export*as Services from'./services';export{_0x23c132 as Wrapper};export*as WrapperInterface from'./wrapper';export*as SessionConfig from'./sessionConfig';function _0x4352(_0x2e5fa6,_0x25ae8f){var _0x47797a=_0x4779();return _0x4352=function(_0x43525c,_0x4adc8c){_0x43525c=_0x43525c-0x152;var _0x31c409=_0x47797a[_0x43525c];return _0x31c409;},_0x4352(_0x2e5fa6,_0x25ae8f);}export{napCatCore}from'./core';
|
@@ -1 +1 @@
|
||||
function _0x2fe5(){var _0x5987ce=['onDoubtBuddyReqChange','onDoubtBuddyReqUnreadNumChange','9611VrJrhk','onBuddyReqUnreadCntChange','onSmartInfos','1830GagRDY','onBuddyInfoChange','2193631hxkZPg','59967XfuRJn','670421hcjhfA','onNickUpdated','onSpacePermissionInfos','3009993YfkkdQ','onBlockChanged','onBuddyRemarkUpdated','onAddMeSettingChanged','372aOkscS','2545734uWAHIZ','936vLBsLM','50rUCxcM','onBuddyDetailInfoChange','onBuddyReqChange','47365AiqVXz','onAvatarUrlUpdated'];_0x2fe5=function(){return _0x5987ce;};return _0x2fe5();}var _0x59c3d9=_0x1663;function _0x1663(_0x30421c,_0x3337e4){var _0x2fe500=_0x2fe5();return _0x1663=function(_0x1663c0,_0x367f64){_0x1663c0=_0x1663c0-0x11c;var _0x381394=_0x2fe500[_0x1663c0];return _0x381394;},_0x1663(_0x30421c,_0x3337e4);}(function(_0x31a4d7,_0x113a3f){var _0x466d19=_0x1663,_0x3c193e=_0x31a4d7();while(!![]){try{var _0x2b026b=parseInt(_0x466d19(0x125))/0x1+parseInt(_0x466d19(0x12d))/0x2+parseInt(_0x466d19(0x128))/0x3+-parseInt(_0x466d19(0x12c))/0x4*(parseInt(_0x466d19(0x132))/0x5)+parseInt(_0x466d19(0x121))/0x6*(parseInt(_0x466d19(0x11e))/0x7)+-parseInt(_0x466d19(0x12e))/0x8*(parseInt(_0x466d19(0x124))/0x9)+parseInt(_0x466d19(0x12f))/0xa*(-parseInt(_0x466d19(0x123))/0xb);if(_0x2b026b===_0x113a3f)break;else _0x3c193e['push'](_0x3c193e['shift']());}catch(_0x215cc0){_0x3c193e['push'](_0x3c193e['shift']());}}}(_0x2fe5,0xacc87));export class BuddyListener{['onAddBuddyNeedVerify'](_0x2bcdca){}[_0x59c3d9(0x12b)](_0x319b05){}[_0x59c3d9(0x133)](_0x3f263d){}[_0x59c3d9(0x129)](_0x4b79b1){}[_0x59c3d9(0x130)](_0x306529){}[_0x59c3d9(0x122)](_0x452ce3){}['onBuddyListChange'](_0x586f3a){}[_0x59c3d9(0x12a)](_0xfbe242){}[_0x59c3d9(0x131)](_0x289a67){}[_0x59c3d9(0x11f)](_0x3e6f91){}['onCheckBuddySettingResult'](_0x4fadd4){}['onDelBatchBuddyInfos'](_0x135d20){}[_0x59c3d9(0x11c)](_0x2d6940){}[_0x59c3d9(0x11d)](_0xd57952){}[_0x59c3d9(0x126)](_0x1c5637){}[_0x59c3d9(0x120)](_0x5308e4){}[_0x59c3d9(0x127)](_0x155b30){}}
|
||||
function _0x1d62(_0x4cfb15,_0x1ed50f){var _0x1b20fe=_0x1b20();return _0x1d62=function(_0x1d6221,_0x5e14a0){_0x1d6221=_0x1d6221-0x185;var _0x2ba81e=_0x1b20fe[_0x1d6221];return _0x2ba81e;},_0x1d62(_0x4cfb15,_0x1ed50f);}var _0x46068e=_0x1d62;(function(_0x8f66cd,_0x1351a1){var _0xcccb66=_0x1d62,_0xff6e64=_0x8f66cd();while(!![]){try{var _0xe3fb91=parseInt(_0xcccb66(0x186))/0x1*(-parseInt(_0xcccb66(0x192))/0x2)+parseInt(_0xcccb66(0x193))/0x3*(parseInt(_0xcccb66(0x19b))/0x4)+parseInt(_0xcccb66(0x19c))/0x5+-parseInt(_0xcccb66(0x187))/0x6*(-parseInt(_0xcccb66(0x199))/0x7)+-parseInt(_0xcccb66(0x190))/0x8+-parseInt(_0xcccb66(0x197))/0x9+-parseInt(_0xcccb66(0x18f))/0xa*(parseInt(_0xcccb66(0x19a))/0xb);if(_0xe3fb91===_0x1351a1)break;else _0xff6e64['push'](_0xff6e64['shift']());}catch(_0x1074e4){_0xff6e64['push'](_0xff6e64['shift']());}}}(_0x1b20,0xafc1e));export class BuddyListener{[_0x46068e(0x196)](_0x5107c9){}[_0x46068e(0x188)](_0x241e30){}[_0x46068e(0x194)](_0x26320b){}[_0x46068e(0x18b)](_0x59e553){}[_0x46068e(0x189)](_0x37f8ca){}[_0x46068e(0x18c)](_0x150e66){}[_0x46068e(0x18e)](_0xc14235){}['onBuddyRemarkUpdated'](_0x3f29c8){}[_0x46068e(0x18d)](_0x36f362){}[_0x46068e(0x18a)](_0x28b83a){}[_0x46068e(0x198)](_0xd5344){}[_0x46068e(0x185)](_0x5f20ef){}[_0x46068e(0x19d)](_0x2ff360){}[_0x46068e(0x195)](_0x21e919){}['onNickUpdated'](_0xde3e72){}[_0x46068e(0x191)](_0x32bd93){}[_0x46068e(0x19e)](_0x546998){}}function _0x1b20(){var _0xd18377=['onDelBatchBuddyInfos','513571liWNIS','339528rXWWac','onAddMeSettingChanged','onBuddyDetailInfoChange','onBuddyReqUnreadCntChange','onBlockChanged','onBuddyInfoChange','onBuddyReqChange','onBuddyListChange','23860egRjam','25080DRJxxX','onSmartInfos','2tOTvWE','319629NMqmWd','onAvatarUrlUpdated','onDoubtBuddyReqUnreadNumChange','onAddBuddyNeedVerify','6882057OTcpBT','onCheckBuddySettingResult','56cRkNXL','3982eYfGEL','44aNKfrr','6201680PFHayr','onDoubtBuddyReqChange','onSpacePermissionInfos'];_0x1b20=function(){return _0xd18377;};return _0x1b20();}
|
@@ -1 +1 @@
|
||||
function _0x4516(_0x4237fc,_0xf9371c){var _0x308d4e=_0x308d();return _0x4516=function(_0x4516fe,_0x492925){_0x4516fe=_0x4516fe-0x193;var _0x5be4c6=_0x308d4e[_0x4516fe];return _0x5be4c6;},_0x4516(_0x4237fc,_0xf9371c);}var _0x24f153=_0x4516;(function(_0x24cdca,_0x3073a6){var _0x532eae=_0x4516,_0x347d7f=_0x24cdca();while(!![]){try{var _0x2cb837=-parseInt(_0x532eae(0x1a0))/0x1*(-parseInt(_0x532eae(0x195))/0x2)+-parseInt(_0x532eae(0x19d))/0x3+parseInt(_0x532eae(0x193))/0x4*(parseInt(_0x532eae(0x198))/0x5)+parseInt(_0x532eae(0x1a2))/0x6+-parseInt(_0x532eae(0x19a))/0x7*(-parseInt(_0x532eae(0x1a1))/0x8)+parseInt(_0x532eae(0x19c))/0x9+parseInt(_0x532eae(0x199))/0xa*(-parseInt(_0x532eae(0x19f))/0xb);if(_0x2cb837===_0x3073a6)break;else _0x347d7f['push'](_0x347d7f['shift']());}catch(_0x2c7714){_0x347d7f['push'](_0x347d7f['shift']());}}}(_0x308d,0x199a4));function _0x308d(){var _0x6f7e16=['onSessionChanged','5363633vYJmPM','177glXrvQ','544nQCaYu','1221306qYQqTY','279652CnNmLb','onFileListChanged','2028Bxxbym','onFileStatusChanged','onFileSearch','5mhPvjL','10KcimJX','14875iZEUPj','onSessionListChanged','413928KxcyUF','152889Zpqopf'];_0x308d=function(){return _0x6f7e16;};return _0x308d();}export class KernelFileAssistantListener{[_0x24f153(0x196)](..._0x4c22d7){}[_0x24f153(0x19b)](..._0x1f51b1){}[_0x24f153(0x19e)](..._0x54f7a6){}[_0x24f153(0x194)](..._0x195396){}[_0x24f153(0x197)](..._0x1a780b){}}
|
||||
var _0x27e043=_0x1447;(function(_0x55a47d,_0x2306ec){var _0x3e39f1=_0x1447,_0x225fef=_0x55a47d();while(!![]){try{var _0x35cf82=parseInt(_0x3e39f1(0x17d))/0x1*(parseInt(_0x3e39f1(0x17c))/0x2)+parseInt(_0x3e39f1(0x177))/0x3*(-parseInt(_0x3e39f1(0x179))/0x4)+-parseInt(_0x3e39f1(0x17b))/0x5+parseInt(_0x3e39f1(0x174))/0x6+-parseInt(_0x3e39f1(0x175))/0x7*(parseInt(_0x3e39f1(0x173))/0x8)+-parseInt(_0x3e39f1(0x178))/0x9+parseInt(_0x3e39f1(0x17e))/0xa;if(_0x35cf82===_0x2306ec)break;else _0x225fef['push'](_0x225fef['shift']());}catch(_0x21346d){_0x225fef['push'](_0x225fef['shift']());}}}(_0x34af,0x722e9));function _0x34af(){var _0x8e39bc=['2dTxODY','569594lGWuco','13533280MQceGA','onFileSearch','2776DoxbBz','1574556EPCZMb','2149kpqUsM','onFileListChanged','45yaCITS','1888848OUxxNf','171100AjZBAg','onSessionListChanged','3798165cDanRE'];_0x34af=function(){return _0x8e39bc;};return _0x34af();}function _0x1447(_0x11f56e,_0x481af0){var _0x34af81=_0x34af();return _0x1447=function(_0x144791,_0x334c08){_0x144791=_0x144791-0x172;var _0x408f6f=_0x34af81[_0x144791];return _0x408f6f;},_0x1447(_0x11f56e,_0x481af0);}export class KernelFileAssistantListener{['onFileStatusChanged'](..._0x3fcc55){}[_0x27e043(0x17a)](..._0x1c9552){}['onSessionChanged'](..._0x2a10c8){}[_0x27e043(0x176)](..._0x5d332a){}[_0x27e043(0x172)](..._0x101b1a){}}
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
var _0x18ac55=_0x2f71;function _0x2f71(_0x490464,_0x44833e){var _0x23f9b6=_0x23f9();return _0x2f71=function(_0x2f71dd,_0x2ca3f0){_0x2f71dd=_0x2f71dd-0x1db;var _0x1f2732=_0x23f9b6[_0x2f71dd];return _0x1f2732;},_0x2f71(_0x490464,_0x44833e);}(function(_0x37adaa,_0x5315b7){var _0x136511=_0x2f71,_0x1193ca=_0x37adaa();while(!![]){try{var _0x514673=parseInt(_0x136511(0x1e3))/0x1+-parseInt(_0x136511(0x1ea))/0x2+parseInt(_0x136511(0x1ee))/0x3+-parseInt(_0x136511(0x1e7))/0x4*(-parseInt(_0x136511(0x1f1))/0x5)+parseInt(_0x136511(0x1f0))/0x6*(parseInt(_0x136511(0x1de))/0x7)+-parseInt(_0x136511(0x1e0))/0x8*(parseInt(_0x136511(0x1dc))/0x9)+-parseInt(_0x136511(0x1e4))/0xa;if(_0x514673===_0x5315b7)break;else _0x1193ca['push'](_0x1193ca['shift']());}catch(_0x2895b8){_0x1193ca['push'](_0x1193ca['shift']());}}}(_0x23f9,0xcb5cf));function _0x23f9(){var _0x29155c=['onLogoutSucceed','1532474ZfDbWL','14038590QmmOLT','onQRCodeSessionFailed','onQQLoginNumLimited','16HRguom','onUserLoggedIn','onQRCodeSessionQuickLoginFailed','189082XSRSKI','onQRCodeLoginPollingStarted','onLoginState','onLoginDisConnected','3084327WGhrnL','onLoginFailed','426KfqLIy','961670PCCoXc','onLoginConnecting','693DnsbjE','onLogoutFailed','12047KkGSoR','onQRCodeSessionUserScaned','116440GYDFxU','onQRCodeLoginSucceed'];_0x23f9=function(){return _0x29155c;};return _0x23f9();}export class LoginListener{['onLoginConnected'](..._0x536771){}[_0x18ac55(0x1ed)](..._0x2b6da6){}[_0x18ac55(0x1db)](..._0x5d64ef){}['onQRCodeGetPicture'](_0x2e7e68){}[_0x18ac55(0x1eb)](..._0x40a8b2){}[_0x18ac55(0x1df)](..._0x28a071){}[_0x18ac55(0x1e1)](_0x119ea6){}[_0x18ac55(0x1e5)](..._0x30f323){}[_0x18ac55(0x1ef)](..._0x400237){}[_0x18ac55(0x1e2)](..._0xaa563c){}[_0x18ac55(0x1dd)](..._0x442b99){}[_0x18ac55(0x1e8)](..._0x6ff47c){}[_0x18ac55(0x1e9)](..._0x1fd264){}['onPasswordLoginFailed'](..._0x4bf690){}['OnConfirmUnusualDeviceFailed'](..._0x1bedae){}[_0x18ac55(0x1e6)](..._0x5e8ff7){}[_0x18ac55(0x1ec)](..._0x293b9e){}}
|
||||
var _0x460af1=_0x3a1d;function _0x5153(){var _0x53951f=['98958QOOIXb','onQRCodeLoginPollingStarted','9615744FhVEaS','onQRCodeGetPicture','9866601kshZZB','onPasswordLoginFailed','319193xtrkOT','4gkXRoe','583YreBGH','onLoginConnecting','onQQLoginNumLimited','48MTlupU','7DcOSXs','2160396XTvxVx','onLoginDisConnected','OnConfirmUnusualDeviceFailed','1161125CEonGJ','onQRCodeSessionFailed','onQRCodeSessionUserScaned','onQRCodeLoginSucceed','onLogoutSucceed','onLoginState','onQRCodeSessionQuickLoginFailed','85890wKvKBg'];_0x5153=function(){return _0x53951f;};return _0x5153();}function _0x3a1d(_0x362282,_0x2f62c6){var _0x5153da=_0x5153();return _0x3a1d=function(_0x3a1dc2,_0x5aace7){_0x3a1dc2=_0x3a1dc2-0x1a0;var _0x16a8cf=_0x5153da[_0x3a1dc2];return _0x16a8cf;},_0x3a1d(_0x362282,_0x2f62c6);}(function(_0x17f5c8,_0xecbf08){var _0x448ed9=_0x3a1d,_0x5177a4=_0x17f5c8();while(!![]){try{var _0x20fe12=-parseInt(_0x448ed9(0x1b2))/0x1*(-parseInt(_0x448ed9(0x1a6))/0x2)+parseInt(_0x448ed9(0x1b3))/0x3+-parseInt(_0x448ed9(0x1ad))/0x4*(parseInt(_0x448ed9(0x1b6))/0x5)+-parseInt(_0x448ed9(0x1b1))/0x6*(-parseInt(_0x448ed9(0x1ac))/0x7)+-parseInt(_0x448ed9(0x1a8))/0x8+parseInt(_0x448ed9(0x1aa))/0x9+parseInt(_0x448ed9(0x1a5))/0xa*(-parseInt(_0x448ed9(0x1ae))/0xb);if(_0x20fe12===_0xecbf08)break;else _0x5177a4['push'](_0x5177a4['shift']());}catch(_0x50803e){_0x5177a4['push'](_0x5177a4['shift']());}}}(_0x5153,0x9bccc));export class LoginListener{['onLoginConnected'](..._0x37e1ba){}[_0x460af1(0x1b4)](..._0x24bae2){}[_0x460af1(0x1af)](..._0x3c6c1f){}[_0x460af1(0x1a9)](_0x53d97c){}[_0x460af1(0x1a7)](..._0x165f65){}[_0x460af1(0x1a0)](..._0x149f87){}[_0x460af1(0x1a1)](_0x40acd4){}[_0x460af1(0x1b7)](..._0x423fd6){}['onLoginFailed'](..._0x4d9c7b){}[_0x460af1(0x1a2)](..._0x28d772){}['onLogoutFailed'](..._0x80ace){}['onUserLoggedIn'](..._0x480c3c){}[_0x460af1(0x1a4)](..._0x4fb402){}[_0x460af1(0x1ab)](..._0x2df2a7){}[_0x460af1(0x1b5)](..._0x336ad4){}[_0x460af1(0x1b0)](..._0x3c847f){}[_0x460af1(0x1a3)](..._0x2e6f3e){}}
|
@@ -1 +1 @@
|
||||
var _0x42dce3=_0x4de3;function _0x12bc(){var _0x41b9b0=['onBroadcastHelperDownloadComplete','onFeedEventUpdate','onUserTabStatusChanged','onRichMediaProgerssUpdate','onEmojiResourceUpdate','2290495DbptDp','onRecvS2CMsg','onSysMsgNotification','onMsgWithRichLinkInfoUpdate','onUserChannelTabStatusChanged','onRecvMsg','574416xUlxAB','onTempChatInfoUpdate','12808vspHXs','onGuildMsgAbFlagChanged','onGuildNotificationAbstractUpdate','onUserOnlineStatusChanged','onNtMsgSyncEnd','onMsgSettingUpdate','onCustomWithdrawConfigUpdate','onMsgAbstractUpdate','onContactUnreadCntUpdate','onMsgEventListUpdate','onHitRelatedEmojiResult','onMsgInfoListUpdate','onSendMsgError','onMsgRecall','165JfJgCh','onChannelFreqLimitInfoUpdate','onMsgBoxChanged','onHitEmojiKeywordResult','onMsgInfoListAdd','onKickedOffLine','onMsgDelete','onRecvGroupGuildFlag','onRecvMsgSvrRspTransInfo','onEmojiDownloadComplete','onHitCsRelatedEmojiResult','7ixQLdw','99VlYUqm','onAddSendMsg','onFirstViewDirectMsgUpdate','onRichMediaDownloadComplete','onUserSecQualityChanged','onlineStatusBigIconDownloadPush','onLineDev','8767ibiSuk','342432YlitLn','186856GHFvkr','onMsgQRCodeStatusChanged','onGroupTransferInfoUpdate','onInputStatusPush','onRecvUDCFlag','onGroupFileInfoAdd','onRedTouchChanged','onRecvOnlineFileMsg','onUnreadCntUpdate','onlineStatusSmallIconDownloadPush','onRichMediaUploadComplete','2810CIdRri','onBroadcastHelperProgressUpdate','165904ViUKrs','onGrabPasswordRedBag'];_0x12bc=function(){return _0x41b9b0;};return _0x12bc();}function _0x4de3(_0x265865,_0xf2f0a1){var _0x12bcae=_0x12bc();return _0x4de3=function(_0x4de342,_0x3cf684){_0x4de342=_0x4de342-0x1f3;var _0x2b264e=_0x12bcae[_0x4de342];return _0x2b264e;},_0x4de3(_0x265865,_0xf2f0a1);}(function(_0xdc6540,_0x276433){var _0x1f938e=_0x4de3,_0x2455a8=_0xdc6540();while(!![]){try{var _0x4a76a1=parseInt(_0x1f938e(0x215))/0x1+parseInt(_0x1f938e(0x22f))/0x2+-parseInt(_0x1f938e(0x200))/0x3*(parseInt(_0x1f938e(0x231))/0x4)+-parseInt(_0x1f938e(0x229))/0x5+-parseInt(_0x1f938e(0x214))/0x6*(parseInt(_0x1f938e(0x20b))/0x7)+-parseInt(_0x1f938e(0x222))/0x8*(-parseInt(_0x1f938e(0x20c))/0x9)+parseInt(_0x1f938e(0x220))/0xa*(parseInt(_0x1f938e(0x213))/0xb);if(_0x4a76a1===_0x276433)break;else _0x2455a8['push'](_0x2455a8['shift']());}catch(_0x21c398){_0x2455a8['push'](_0x2455a8['shift']());}}}(_0x12bc,0x3956a));export class MsgListener{[_0x42dce3(0x20d)](_0x4b7ada){}[_0x42dce3(0x224)](_0x4b6306){}[_0x42dce3(0x221)](_0x24fa2c){}[_0x42dce3(0x201)](_0x555726,_0x2e08bc,_0x1a081f){}[_0x42dce3(0x1fa)](_0x4ba6ab){}[_0x42dce3(0x1f8)](_0x210dd6){}['onDraftUpdate'](_0x4c68b8,_0x44bb4b,_0x34d3c5){}[_0x42dce3(0x209)](_0x1a4b11){}[_0x42dce3(0x228)](_0x39faad){}[_0x42dce3(0x225)](_0x2a429d){}['onFileMsgCome'](_0x8235db){}[_0x42dce3(0x20e)](_0x4803c5){}['onFirstViewGroupGuildMapping'](_0x3979ec){}[_0x42dce3(0x223)](_0x58c749,_0x5bbaa1,_0xc8249e,_0x2dcb48,_0x15b72f){}[_0x42dce3(0x21a)](_0x19c5a7){}['onGroupFileInfoUpdate'](_0x115d2c){}['onGroupGuildUpdate'](_0x448c87){}['onGroupTransferInfoAdd'](_0x3e0614){}[_0x42dce3(0x217)](_0x15500c){}['onGuildInteractiveUpdate'](_0x9ee83f){}[_0x42dce3(0x1f3)](_0xe46012){}[_0x42dce3(0x1f4)](_0x323a18){}[_0x42dce3(0x20a)](_0x4109fd){}[_0x42dce3(0x203)](_0x162709){}[_0x42dce3(0x1fc)](_0x2b36d9){}['onImportOldDbProgressUpdate'](_0x20a010){}[_0x42dce3(0x218)](_0x16c4dc){}[_0x42dce3(0x205)](_0x52f5db){}[_0x42dce3(0x212)](_0x9297a6){}['onLogLevelChanged'](_0x2e6ffc){}[_0x42dce3(0x1f9)](_0x129e90){}[_0x42dce3(0x202)](_0xcd7937){}[_0x42dce3(0x206)](_0x59e2b1,_0x255652){}[_0x42dce3(0x1fb)](_0x2268fa){}[_0x42dce3(0x204)](_0x1c7b19){}[_0x42dce3(0x1fd)](_0x3c42cf){}[_0x42dce3(0x216)](_0x57201d){}[_0x42dce3(0x1ff)](_0x334d7e,_0xd68e84,_0x5d81ea){}['onMsgSecurityNotify'](_0x630bb){}[_0x42dce3(0x1f7)](_0x20e170){}['onNtFirstViewMsgSyncEnd'](){}[_0x42dce3(0x1f6)](){}['onNtMsgSyncStart'](){}['onReadFeedEventUpdate'](_0x4e974e){}[_0x42dce3(0x207)](_0x4941fb){}[_0x42dce3(0x22e)](_0x3127b1){}[_0x42dce3(0x208)](_0x5a0972,_0x3c5742,_0x8acd51,_0x4bf9cb,_0x3f73e0,_0x4c64b4){}[_0x42dce3(0x21c)](_0x3ba42f){}[_0x42dce3(0x22a)](_0x300675){}['onRecvSysMsg'](_0x1158e2){}[_0x42dce3(0x219)](_0x418882){}[_0x42dce3(0x20f)](_0x3ea91a){}[_0x42dce3(0x227)](_0x28cc64){}[_0x42dce3(0x21f)](_0x5743c3){}['onSearchGroupFileInfoUpdate'](_0x310208){}[_0x42dce3(0x1fe)](_0x9af52e,_0x3d4eb5,_0x2aca3e,_0xcb3af3){}[_0x42dce3(0x22b)](_0x27aeaf,_0x45f877,_0x2b6288,_0x54c31d){}[_0x42dce3(0x230)](_0x2b1ebb){}['onUnreadCntAfterFirstView'](_0x172806){}[_0x42dce3(0x21d)](_0x594395){}[_0x42dce3(0x22d)](_0x2161f2){}[_0x42dce3(0x1f5)](_0x4f394d){}[_0x42dce3(0x226)](_0x57b27b){}[_0x42dce3(0x211)](_0x1264a3,_0x52374d,_0x2d7f3f){}[_0x42dce3(0x21e)](_0x297256,_0x3ec3f1,_0x3a2aa8){}[_0x42dce3(0x210)](..._0x4f7c70){}[_0x42dce3(0x22c)](..._0x35605a){}[_0x42dce3(0x21b)](..._0x4cc9ab){}['onBroadcastHelperProgerssUpdate'](..._0x160dff){}}
|
||||
var _0x12e25e=_0x3ff8;(function(_0xec884f,_0x36a529){var _0x4e37d1=_0x3ff8,_0x263e54=_0xec884f();while(!![]){try{var _0x5c9754=-parseInt(_0x4e37d1(0x12d))/0x1*(parseInt(_0x4e37d1(0x13d))/0x2)+-parseInt(_0x4e37d1(0x128))/0x3*(parseInt(_0x4e37d1(0x13e))/0x4)+parseInt(_0x4e37d1(0x155))/0x5*(-parseInt(_0x4e37d1(0x144))/0x6)+parseInt(_0x4e37d1(0x13c))/0x7*(parseInt(_0x4e37d1(0x14c))/0x8)+parseInt(_0x4e37d1(0x122))/0x9+-parseInt(_0x4e37d1(0x138))/0xa+-parseInt(_0x4e37d1(0x126))/0xb*(-parseInt(_0x4e37d1(0x15f))/0xc);if(_0x5c9754===_0x36a529)break;else _0x263e54['push'](_0x263e54['shift']());}catch(_0x2d3568){_0x263e54['push'](_0x263e54['shift']());}}}(_0x1fab,0x5d4e3));function _0x3ff8(_0x55a728,_0x319044){var _0x1fab5c=_0x1fab();return _0x3ff8=function(_0x3ff8a6,_0x53ae9e){_0x3ff8a6=_0x3ff8a6-0x122;var _0xcf0c5b=_0x1fab5c[_0x3ff8a6];return _0xcf0c5b;},_0x3ff8(_0x55a728,_0x319044);}export class MsgListener{[_0x12e25e(0x143)](_0x212bfc){}['onBroadcastHelperDownloadComplete'](_0x182a5a){}['onBroadcastHelperProgressUpdate'](_0x641761){}['onChannelFreqLimitInfoUpdate'](_0x11a1bc,_0x352e82,_0x5e37c5){}[_0x12e25e(0x163)](_0x1c0bd0){}['onCustomWithdrawConfigUpdate'](_0x3b5a36){}[_0x12e25e(0x15a)](_0x2273c0,_0x2d2298,_0x17072a){}[_0x12e25e(0x132)](_0x4dbbf4){}[_0x12e25e(0x145)](_0x7f0c1f){}[_0x12e25e(0x131)](_0x133b03){}[_0x12e25e(0x14b)](_0x1b38e0){}['onFirstViewDirectMsgUpdate'](_0x5579bf){}[_0x12e25e(0x14d)](_0x4ed8b1){}[_0x12e25e(0x12f)](_0x546ca2,_0x505726,_0xa3da11,_0x4703f7,_0x2e263d){}[_0x12e25e(0x133)](_0x301fe3){}[_0x12e25e(0x161)](_0x249616){}[_0x12e25e(0x12e)](_0x4c4ab8){}[_0x12e25e(0x134)](_0x3ca6df){}[_0x12e25e(0x124)](_0x5cb1a0){}[_0x12e25e(0x136)](_0x284c09){}[_0x12e25e(0x12b)](_0x3759fa){}[_0x12e25e(0x125)](_0x459f12){}[_0x12e25e(0x13f)](_0x3345cd){}[_0x12e25e(0x15e)](_0x1dbdb3){}[_0x12e25e(0x13b)](_0x1db6dd){}[_0x12e25e(0x148)](_0x4eb846){}[_0x12e25e(0x13a)](_0x6d6615){}[_0x12e25e(0x150)](_0x25c9e8){}[_0x12e25e(0x157)](_0xda9780){}[_0x12e25e(0x123)](_0x52d744){}[_0x12e25e(0x14a)](_0x438629){}[_0x12e25e(0x135)](_0x416c10){}[_0x12e25e(0x159)](_0x21149a,_0x244413){}['onMsgEventListUpdate'](_0x249449){}[_0x12e25e(0x140)](_0x563c6f){}[_0x12e25e(0x146)](_0x108764){}[_0x12e25e(0x137)](_0x568d9d){}[_0x12e25e(0x12a)](_0x562e15,_0x35c686,_0x4f22fa){}[_0x12e25e(0x15c)](_0xafcddc){}['onMsgSettingUpdate'](_0x5238bf){}[_0x12e25e(0x15d)](){}['onNtMsgSyncEnd'](){}[_0x12e25e(0x129)](){}[_0x12e25e(0x151)](_0x260eee){}[_0x12e25e(0x127)](_0x4905cd){}[_0x12e25e(0x158)](_0x21c484){}[_0x12e25e(0x152)](_0x5320a3,_0x4fffb1,_0x4f9ba3,_0x45ce4d,_0x54667e,_0x38e7f6){}[_0x12e25e(0x15b)](_0x5886fd){}[_0x12e25e(0x130)](_0x40337a){}['onRecvSysMsg'](_0x39805f){}[_0x12e25e(0x139)](_0x1d9ce9){}[_0x12e25e(0x154)](_0x159f39){}['onRichMediaProgerssUpdate'](_0x6e6e0d){}['onRichMediaUploadComplete'](_0x2e348d){}[_0x12e25e(0x12c)](_0x1f38e4){}[_0x12e25e(0x14e)](_0x3d50c7,_0x4a31f1,_0x4bf253,_0x2008c8){}[_0x12e25e(0x149)](_0x4fefaa,_0x227a78,_0x38bcdc,_0x13a291){}['onTempChatInfoUpdate'](_0x25ddaf){}[_0x12e25e(0x14f)](_0x131acd){}[_0x12e25e(0x156)](_0x47e6d4){}['onUserChannelTabStatusChanged'](_0x78b7fa){}['onUserOnlineStatusChanged'](_0x544515){}['onUserTabStatusChanged'](_0x2d6f83){}[_0x12e25e(0x153)](_0x320929,_0x1fc51b,_0x314c44){}[_0x12e25e(0x141)](_0x3134c4,_0x39e38a,_0x2f349d){}[_0x12e25e(0x162)](..._0x581ee2){}[_0x12e25e(0x147)](..._0x58b844){}[_0x12e25e(0x142)](..._0x517473){}[_0x12e25e(0x160)](..._0x1feab8){}}function _0x1fab(){var _0x4a04a0=['onMsgInfoListAdd','onlineStatusSmallIconDownloadPush','onRedTouchChanged','onAddSendMsg','3461352DgIRpI','onEmojiResourceUpdate','onMsgInfoListUpdate','onMsgWithRichLinkInfoUpdate','onImportOldDbProgressUpdate','onSysMsgNotification','onMsgAbstractUpdate','onFileMsgCome','384dFAcka','onFirstViewGroupGuildMapping','onSendMsgError','onUnreadCntAfterFirstView','onKickedOffLine','onReadFeedEventUpdate','onRecvMsgSvrRspTransInfo','onlineStatusBigIconDownloadPush','onRichMediaDownloadComplete','5ouBcqc','onUnreadCntUpdate','onLineDev','onRecvMsg','onMsgDelete','onDraftUpdate','onRecvOnlineFileMsg','onMsgSecurityNotify','onNtFirstViewMsgSyncEnd','onHitEmojiKeywordResult','12DVbwGX','onBroadcastHelperProgerssUpdate','onGroupFileInfoUpdate','onUserSecQualityChanged','onContactUnreadCntUpdate','1683198xyxkXY','onLogLevelChanged','onGroupTransferInfoUpdate','onGuildNotificationAbstractUpdate','10496431ifZOHd','onRecvGroupGuildFlag','3ACfgGo','onNtMsgSyncStart','onMsgRecall','onGuildMsgAbFlagChanged','onSearchGroupFileInfoUpdate','34041kmWSbH','onGroupGuildUpdate','onGrabPasswordRedBag','onRecvS2CMsg','onFeedEventUpdate','onEmojiDownloadComplete','onGroupFileInfoAdd','onGroupTransferInfoAdd','onMsgBoxChanged','onGuildInteractiveUpdate','onMsgQRCodeStatusChanged','3108880xGeXkC','onRecvUDCFlag','onInputStatusPush','onHitRelatedEmojiResult','105847cUwWdr','30jukDLr','345908lVFXzm','onHitCsRelatedEmojiResult'];_0x1fab=function(){return _0x4a04a0;};return _0x1fab();}
|
@@ -1 +1 @@
|
||||
function _0x1d8f(_0x2f888a,_0x548785){var _0x48e3c5=_0x48e3();return _0x1d8f=function(_0x1d8f75,_0x43a87f){_0x1d8f75=_0x1d8f75-0x193;var _0x3750f3=_0x48e3c5[_0x1d8f75];return _0x3750f3;},_0x1d8f(_0x2f888a,_0x548785);}var _0x2384de=_0x1d8f;(function(_0x3aa763,_0x3981d0){var _0x11380e=_0x1d8f,_0x11412a=_0x3aa763();while(!![]){try{var _0x8bb905=-parseInt(_0x11380e(0x19d))/0x1+parseInt(_0x11380e(0x195))/0x2*(parseInt(_0x11380e(0x1a2))/0x3)+parseInt(_0x11380e(0x199))/0x4*(parseInt(_0x11380e(0x193))/0x5)+-parseInt(_0x11380e(0x19e))/0x6*(parseInt(_0x11380e(0x194))/0x7)+-parseInt(_0x11380e(0x196))/0x8*(parseInt(_0x11380e(0x19a))/0x9)+-parseInt(_0x11380e(0x197))/0xa*(parseInt(_0x11380e(0x198))/0xb)+parseInt(_0x11380e(0x19c))/0xc;if(_0x8bb905===_0x3981d0)break;else _0x11412a['push'](_0x11412a['shift']());}catch(_0x14e1a6){_0x11412a['push'](_0x11412a['shift']());}}}(_0x48e3,0xddac2));function _0x48e3(){var _0x116916=['2alPzOX','3751688fTQeOK','2849470UQSZMV','11QKdtZC','380KKOsel','27hjCuqI','onProfileSimpleChanged','46190172bAwmYa','951676vKuwjg','1868874hhMcem','onStatusUpdate','onSelfStatusChanged','onProfileDetailInfoChanged','199419ejpznR','13620tExzyY','14STrUPV'];_0x48e3=function(){return _0x116916;};return _0x48e3();}export class ProfileListener{[_0x2384de(0x19b)](..._0x4981c5){}[_0x2384de(0x1a1)](_0x1940ba){}[_0x2384de(0x19f)](..._0x512e96){}[_0x2384de(0x1a0)](..._0x1f761a){}['onStrangerRemarkChanged'](..._0x531d34){}}
|
||||
var _0x3274c2=_0x9626;(function(_0x53870d,_0x382364){var _0x3fdb3f=_0x9626,_0x28b9fa=_0x53870d();while(!![]){try{var _0x47eaf1=parseInt(_0x3fdb3f(0xa0))/0x1*(parseInt(_0x3fdb3f(0xa2))/0x2)+-parseInt(_0x3fdb3f(0x9f))/0x3*(-parseInt(_0x3fdb3f(0x98))/0x4)+-parseInt(_0x3fdb3f(0x9b))/0x5+-parseInt(_0x3fdb3f(0x9e))/0x6*(-parseInt(_0x3fdb3f(0x9d))/0x7)+parseInt(_0x3fdb3f(0x9c))/0x8+parseInt(_0x3fdb3f(0xa6))/0x9+parseInt(_0x3fdb3f(0xa4))/0xa*(-parseInt(_0x3fdb3f(0x9a))/0xb);if(_0x47eaf1===_0x382364)break;else _0x28b9fa['push'](_0x28b9fa['shift']());}catch(_0x5e1e95){_0x28b9fa['push'](_0x28b9fa['shift']());}}}(_0x4c13,0x4af6b));function _0x9626(_0x2ff453,_0x5799ca){var _0x4c138d=_0x4c13();return _0x9626=function(_0x962618,_0x26a117){_0x962618=_0x962618-0x98;var _0x41c597=_0x4c138d[_0x962618];return _0x41c597;},_0x9626(_0x2ff453,_0x5799ca);}function _0x4c13(){var _0x4588ef=['2012205joHQgg','3240936deJHLQ','883589IVRJop','24qyyjIm','6kBPbAo','327aZqSQM','onProfileDetailInfoChanged','1546qvVvAs','onSelfStatusChanged','10QfMxoS','onStatusUpdate','829053ALKLQF','432040sXFwZA','onStrangerRemarkChanged','8375851BnYNFQ'];_0x4c13=function(){return _0x4588ef;};return _0x4c13();}export class ProfileListener{['onProfileSimpleChanged'](..._0x1609f9){}[_0x3274c2(0xa1)](_0x30a36d){}[_0x3274c2(0xa5)](..._0x88c148){}[_0x3274c2(0xa3)](..._0x188755){}[_0x3274c2(0x99)](..._0x473563){}}
|
@@ -1 +1 @@
|
||||
var _0x13dd9b=_0x6282;function _0x6282(_0x4d3ddb,_0x56852d){var _0x16f073=_0x16f0();return _0x6282=function(_0x628269,_0x4cd1b7){_0x628269=_0x628269-0x1f0;var _0x25e046=_0x16f073[_0x628269];return _0x25e046;},_0x6282(_0x4d3ddb,_0x56852d);}(function(_0x8b07c3,_0x1f8cd5){var _0x2310c2=_0x6282,_0x242998=_0x8b07c3();while(!![]){try{var _0x511cd9=-parseInt(_0x2310c2(0x1f1))/0x1+-parseInt(_0x2310c2(0x1fa))/0x2+-parseInt(_0x2310c2(0x1fb))/0x3+parseInt(_0x2310c2(0x1f5))/0x4*(-parseInt(_0x2310c2(0x1f9))/0x5)+parseInt(_0x2310c2(0x1f6))/0x6+parseInt(_0x2310c2(0x1f7))/0x7*(parseInt(_0x2310c2(0x1f2))/0x8)+-parseInt(_0x2310c2(0x1f4))/0x9*(-parseInt(_0x2310c2(0x1f0))/0xa);if(_0x511cd9===_0x1f8cd5)break;else _0x242998['push'](_0x242998['shift']());}catch(_0xecc24b){_0x242998['push'](_0x242998['shift']());}}}(_0x16f0,0xb57d8));export class KernelRobotListener{[_0x13dd9b(0x1f8)](..._0x3a27c0){}['onRobotListChanged'](..._0x403ee4){}[_0x13dd9b(0x1f3)](..._0x48dec8){}}function _0x16f0(){var _0x9e9ab=['9WZuKVG','4684PhynVd','659718kXPZBU','7PRFIyW','onRobotFriendListChanged','2725FKGJNa','1999776eYAVll','1326432xqWeAO','33446410KretJZ','1085166JRILKw','3633464trkzQz','onRobotProfileChanged'];_0x16f0=function(){return _0x9e9ab;};return _0x16f0();}
|
||||
var _0x9ad0c=_0xbd8e;(function(_0x398bf6,_0xb83511){var _0x302e50=_0xbd8e,_0x271bd=_0x398bf6();while(!![]){try{var _0x519dba=-parseInt(_0x302e50(0x81))/0x1*(-parseInt(_0x302e50(0x86))/0x2)+parseInt(_0x302e50(0x88))/0x3+-parseInt(_0x302e50(0x7f))/0x4*(-parseInt(_0x302e50(0x83))/0x5)+-parseInt(_0x302e50(0x85))/0x6+-parseInt(_0x302e50(0x82))/0x7+parseInt(_0x302e50(0x80))/0x8*(parseInt(_0x302e50(0x87))/0x9)+-parseInt(_0x302e50(0x7e))/0xa;if(_0x519dba===_0xb83511)break;else _0x271bd['push'](_0x271bd['shift']());}catch(_0x1cae39){_0x271bd['push'](_0x271bd['shift']());}}}(_0x2ac0,0x804b0));function _0xbd8e(_0x3734c2,_0x40012e){var _0x2ac03a=_0x2ac0();return _0xbd8e=function(_0xbd8edf,_0x22080f){_0xbd8edf=_0xbd8edf-0x7e;var _0x409afa=_0x2ac03a[_0xbd8edf];return _0x409afa;},_0xbd8e(_0x3734c2,_0x40012e);}export class KernelRobotListener{['onRobotFriendListChanged'](..._0x37d148){}[_0x9ad0c(0x84)](..._0x3a72b9){}['onRobotProfileChanged'](..._0x583a00){}}function _0x2ac0(){var _0x66a361=['onRobotListChanged','3199266OJESJJ','4BTpKak','4861251siGGhp','2698935BcJCWd','10023380PdSzFP','1776476sFccBN','8ahCjNu','114662qTCeBZ','365330iqJeoV','5WItZgd'];_0x2ac0=function(){return _0x66a361;};return _0x2ac0();}
|
@@ -1 +1 @@
|
||||
var _0x3f59c5=_0x2681;(function(_0x1221a8,_0x67d97b){var _0x4a3f0c=_0x2681,_0x9d97bf=_0x1221a8();while(!![]){try{var _0x241ac=parseInt(_0x4a3f0c(0xd3))/0x1*(-parseInt(_0x4a3f0c(0xd2))/0x2)+parseInt(_0x4a3f0c(0xce))/0x3+parseInt(_0x4a3f0c(0xd0))/0x4+-parseInt(_0x4a3f0c(0xcb))/0x5*(-parseInt(_0x4a3f0c(0xc9))/0x6)+-parseInt(_0x4a3f0c(0xc8))/0x7*(parseInt(_0x4a3f0c(0xcc))/0x8)+-parseInt(_0x4a3f0c(0xd4))/0x9+-parseInt(_0x4a3f0c(0xcd))/0xa*(-parseInt(_0x4a3f0c(0xc6))/0xb);if(_0x241ac===_0x67d97b)break;else _0x9d97bf['push'](_0x9d97bf['shift']());}catch(_0x4e26a8){_0x9d97bf['push'](_0x9d97bf['shift']());}}}(_0x1f8e,0x1b318));function _0x2681(_0x3388d7,_0x32ae53){var _0x1f8e14=_0x1f8e();return _0x2681=function(_0x268113,_0x85c3b0){_0x268113=_0x268113-0xc6;var _0x279c18=_0x1f8e14[_0x268113];return _0x279c18;},_0x2681(_0x3388d7,_0x32ae53);}function _0x1f8e(){var _0x2eea7c=['onGProSessionCreate','30UjzEGJ','1440544DCtoeu','8490GsNKhe','195801rPmsxB','onSessionInitComplete','366604cOCxvr','onGetSelfTinyId','16684MOzciC','11tgQuKg','306585XQPXQX','1397XMcUdd','onUserOnlineResult','7dTwlyq','152538WZeKcl'];_0x1f8e=function(){return _0x2eea7c;};return _0x1f8e();}export class SessionListener{['onNTSessionCreate'](_0x115d5b){}[_0x3f59c5(0xca)](_0x5c4583){}[_0x3f59c5(0xcf)](_0x247c41){}['onOpentelemetryInit'](_0x377b38){}[_0x3f59c5(0xc7)](_0x374e76){}[_0x3f59c5(0xd1)](_0xdb4983){}}
|
||||
function _0x49f2(_0x25e5b5,_0x4da413){var _0x15eb4b=_0x15eb();return _0x49f2=function(_0x49f245,_0x26fd99){_0x49f245=_0x49f245-0x129;var _0x427f1c=_0x15eb4b[_0x49f245];return _0x427f1c;},_0x49f2(_0x25e5b5,_0x4da413);}var _0x4bea0=_0x49f2;function _0x15eb(){var _0x36cbfb=['5768634HCqlkx','38edcZsi','13435670dWgrDE','2084736APXaFI','7hbiqeL','91522kmtYBW','onGetSelfTinyId','4051175ldQDaI','9732232lWZavQ','onSessionInitComplete','887712wnJnEA','9jsXTLd'];_0x15eb=function(){return _0x36cbfb;};return _0x15eb();}(function(_0x189337,_0x1e6399){var _0xd3c894=_0x49f2,_0x2f8eb8=_0x189337();while(!![]){try{var _0x1c4932=parseInt(_0xd3c894(0x132))/0x1*(parseInt(_0xd3c894(0x12e))/0x2)+parseInt(_0xd3c894(0x12b))/0x3+parseInt(_0xd3c894(0x130))/0x4+-parseInt(_0xd3c894(0x134))/0x5+-parseInt(_0xd3c894(0x12d))/0x6+parseInt(_0xd3c894(0x131))/0x7*(-parseInt(_0xd3c894(0x129))/0x8)+-parseInt(_0xd3c894(0x12c))/0x9*(-parseInt(_0xd3c894(0x12f))/0xa);if(_0x1c4932===_0x1e6399)break;else _0x2f8eb8['push'](_0x2f8eb8['shift']());}catch(_0xdb208e){_0x2f8eb8['push'](_0x2f8eb8['shift']());}}}(_0x15eb,0xde80a));export class SessionListener{['onNTSessionCreate'](_0x2ddbff){}['onGProSessionCreate'](_0x5445f7){}[_0x4bea0(0x12a)](_0x5c35b2){}['onOpentelemetryInit'](_0xcc645a){}['onUserOnlineResult'](_0xf08112){}[_0x4bea0(0x133)](_0x20814f){}}
|
@@ -1 +1 @@
|
||||
function _0x4065(_0x18c2c3,_0x50bdff){var _0xc6efee=_0xc6ef();return _0x4065=function(_0x4065ff,_0x2b289f){_0x4065ff=_0x4065ff-0x175;var _0x36f215=_0xc6efee[_0x4065ff];return _0x36f215;},_0x4065(_0x18c2c3,_0x50bdff);}var _0x41e584=_0x4065;(function(_0x1e0f18,_0x1c60e7){var _0x4a566a=_0x4065,_0xb2709f=_0x1e0f18();while(!![]){try{var _0x33e5ef=-parseInt(_0x4a566a(0x180))/0x1*(-parseInt(_0x4a566a(0x175))/0x2)+-parseInt(_0x4a566a(0x17a))/0x3*(-parseInt(_0x4a566a(0x179))/0x4)+parseInt(_0x4a566a(0x17c))/0x5+-parseInt(_0x4a566a(0x178))/0x6*(parseInt(_0x4a566a(0x17d))/0x7)+-parseInt(_0x4a566a(0x177))/0x8+-parseInt(_0x4a566a(0x17b))/0x9+parseInt(_0x4a566a(0x176))/0xa;if(_0x33e5ef===_0x1c60e7)break;else _0xb2709f['push'](_0xb2709f['shift']());}catch(_0x207987){_0xb2709f['push'](_0xb2709f['shift']());}}}(_0xc6ef,0x2af96));export class StorageCleanListener{['onCleanCacheProgressChanged'](_0x3f91ef){}['onScanCacheProgressChanged'](_0x54eb5a){}[_0x41e584(0x17f)](_0x5eb832){}['onFinishScan'](_0xb9909e){}[_0x41e584(0x17e)](_0xeab9c2){}}function _0xc6ef(){var _0x58da5b=['onChatCleanDone','onCleanCacheStorageChanged','13KoIuMz','8266dzSWtT','4511430iBTwoW','2354680DWiufY','1074zPxapI','761460LMuKNz','3HfDiNT','2291058Rtqujx','245965icBMCo','763gSsMGh'];_0xc6ef=function(){return _0x58da5b;};return _0xc6ef();}
|
||||
function _0x13a7(){var _0x27311f=['onCleanCacheProgressChanged','onCleanCacheStorageChanged','5435465ALxxTm','8045848OJnRdr','1769463gOXbPS','onFinishScan','onChatCleanDone','63184kEqgiq','1658882bxPTAH','4469160ThCbEF','4LBtkXb','onScanCacheProgressChanged','1124766ljrCMY'];_0x13a7=function(){return _0x27311f;};return _0x13a7();}function _0x269f(_0x112845,_0x8cb48){var _0x13a722=_0x13a7();return _0x269f=function(_0x269fe3,_0x5afebe){_0x269fe3=_0x269fe3-0xfa;var _0x31466d=_0x13a722[_0x269fe3];return _0x31466d;},_0x269f(_0x112845,_0x8cb48);}var _0x51d589=_0x269f;(function(_0x13261c,_0x2201e1){var _0x420dba=_0x269f,_0x2042df=_0x13261c();while(!![]){try{var _0x4df73b=-parseInt(_0x420dba(0x104))/0x1+-parseInt(_0x420dba(0x105))/0x2+parseInt(_0x420dba(0x101))/0x3*(parseInt(_0x420dba(0xfa))/0x4)+parseInt(_0x420dba(0x106))/0x5+-parseInt(_0x420dba(0xfc))/0x6+-parseInt(_0x420dba(0xff))/0x7+parseInt(_0x420dba(0x100))/0x8;if(_0x4df73b===_0x2201e1)break;else _0x2042df['push'](_0x2042df['shift']());}catch(_0x360c70){_0x2042df['push'](_0x2042df['shift']());}}}(_0x13a7,0x9a7e3));export class StorageCleanListener{[_0x51d589(0xfd)](_0x6dbd0d){}[_0x51d589(0xfb)](_0x3d2cab){}[_0x51d589(0xfe)](_0x65a335){}[_0x51d589(0x102)](_0x420f64){}[_0x51d589(0x103)](_0x4ba4b9){}}
|
@@ -1 +1 @@
|
||||
(function(_0x5c6a9d,_0x3f2cfa){var _0x5702c5=_0x2acf,_0x4401aa=_0x5c6a9d();while(!![]){try{var _0x2896aa=-parseInt(_0x5702c5(0xb8))/0x1*(-parseInt(_0x5702c5(0xb7))/0x2)+parseInt(_0x5702c5(0xb4))/0x3*(parseInt(_0x5702c5(0xb5))/0x4)+-parseInt(_0x5702c5(0xba))/0x5+-parseInt(_0x5702c5(0xb9))/0x6*(parseInt(_0x5702c5(0xbb))/0x7)+-parseInt(_0x5702c5(0xbc))/0x8+-parseInt(_0x5702c5(0xb6))/0x9+parseInt(_0x5702c5(0xb3))/0xa;if(_0x2896aa===_0x3f2cfa)break;else _0x4401aa['push'](_0x4401aa['shift']());}catch(_0x1172f3){_0x4401aa['push'](_0x4401aa['shift']());}}}(_0x2099,0x538df));export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';function _0x2099(){var _0x3425e2=['1583785aKCCry','29302rNsmyr','5087224JcwUNR','13054070NxkEhK','41121HKPGEC','84vemAxc','3916161XIugSd','2lNMleM','488398vNEtbH','504cQyOdt'];_0x2099=function(){return _0x3425e2;};return _0x2099();}function _0x2acf(_0x1d7296,_0x5f1d87){var _0x2099f0=_0x2099();return _0x2acf=function(_0x2acf22,_0xa40ccc){_0x2acf22=_0x2acf22-0xb3;var _0x3f2efb=_0x2099f0[_0x2acf22];return _0x3f2efb;},_0x2acf(_0x1d7296,_0x5f1d87);}export*from'./NodeIKernelMsgListener';export*from'./NodeIKernelGroupListener';export*from'./NodeIKernelBuddyListener';export*from'./NodeIKernelProfileListener';export*from'./NodeIKernelRobotListener';export*from'./NodeIKernelTicketListener';export*from'./NodeIKernelStorageCleanListener';export*from'./NodeIKernelFileAssistantListener';
|
||||
(function(_0x53996e,_0x37a704){var _0x527c1e=_0x30b5,_0x4deeff=_0x53996e();while(!![]){try{var _0x4fb2c7=parseInt(_0x527c1e(0x16f))/0x1*(-parseInt(_0x527c1e(0x16e))/0x2)+parseInt(_0x527c1e(0x176))/0x3+-parseInt(_0x527c1e(0x174))/0x4*(-parseInt(_0x527c1e(0x171))/0x5)+-parseInt(_0x527c1e(0x175))/0x6*(-parseInt(_0x527c1e(0x170))/0x7)+-parseInt(_0x527c1e(0x16d))/0x8+-parseInt(_0x527c1e(0x173))/0x9+parseInt(_0x527c1e(0x172))/0xa;if(_0x4fb2c7===_0x37a704)break;else _0x4deeff['push'](_0x4deeff['shift']());}catch(_0x519dda){_0x4deeff['push'](_0x4deeff['shift']());}}}(_0x2e7d,0x7eea0));export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';function _0x30b5(_0x4f63ff,_0x572f02){var _0x2e7dba=_0x2e7d();return _0x30b5=function(_0x30b5b1,_0x3260ac){_0x30b5b1=_0x30b5b1-0x16d;var _0xf1a78f=_0x2e7dba[_0x30b5b1];return _0xf1a78f;},_0x30b5(_0x4f63ff,_0x572f02);}export*from'./NodeIKernelMsgListener';export*from'./NodeIKernelGroupListener';export*from'./NodeIKernelBuddyListener';export*from'./NodeIKernelProfileListener';export*from'./NodeIKernelRobotListener';export*from'./NodeIKernelTicketListener';export*from'./NodeIKernelStorageCleanListener';export*from'./NodeIKernelFileAssistantListener';function _0x2e7d(){var _0x306779=['10273440wNUZBJ','3399462UdPgVB','5516SUnqVE','598722rIrvNl','679809WdviIF','3617384aTUvCg','110ArchyE','12559gAbzRy','7ynMNaf','2490GbIZLK'];_0x2e7d=function(){return _0x306779;};return _0x2e7d();}
|
@@ -1 +1 @@
|
||||
'use strict';(function(_0xacdbf9,_0x4e9d67){var _0x1ead79=_0x268a,_0x44747a=_0xacdbf9();while(!![]){try{var _0x133709=-parseInt(_0x1ead79(0x1a5))/0x1+-parseInt(_0x1ead79(0x1a0))/0x2+parseInt(_0x1ead79(0x1a4))/0x3+-parseInt(_0x1ead79(0x19f))/0x4+parseInt(_0x1ead79(0x19e))/0x5+parseInt(_0x1ead79(0x1a2))/0x6*(-parseInt(_0x1ead79(0x1a3))/0x7)+parseInt(_0x1ead79(0x1a1))/0x8;if(_0x133709===_0x4e9d67)break;else _0x44747a['push'](_0x44747a['shift']());}catch(_0x42249d){_0x44747a['push'](_0x44747a['shift']());}}}(_0xfed7,0x62548));function _0x268a(_0x3e6ee6,_0x5bcd00){var _0xfed71=_0xfed7();return _0x268a=function(_0x268a11,_0x39b83e){_0x268a11=_0x268a11-0x19e;var _0x5c6b62=_0xfed71[_0x268a11];return _0x5c6b62;},_0x268a(_0x3e6ee6,_0x5bcd00);}function _0xfed7(){var _0xfd23cc=['2264745drGUBH','161834DkGbFG','292210hIkvhX','2894368XquOvb','707996HJVEtf','12159904nWBrAC','1382322BMagKg','21yPgqOF'];_0xfed7=function(){return _0xfd23cc;};return _0xfed7();}
|
||||
'use strict';function _0x3a2f(_0x4ba779,_0x5369e9){var _0x176c2b=_0x176c();return _0x3a2f=function(_0x3a2f2e,_0x45b66c){_0x3a2f2e=_0x3a2f2e-0x185;var _0x473667=_0x176c2b[_0x3a2f2e];return _0x473667;},_0x3a2f(_0x4ba779,_0x5369e9);}(function(_0x4035d1,_0x4e42a9){var _0x2bbad9=_0x3a2f,_0x2adeaa=_0x4035d1();while(!![]){try{var _0x2b34ed=parseInt(_0x2bbad9(0x188))/0x1+parseInt(_0x2bbad9(0x185))/0x2+-parseInt(_0x2bbad9(0x18b))/0x3+-parseInt(_0x2bbad9(0x186))/0x4+parseInt(_0x2bbad9(0x18c))/0x5*(parseInt(_0x2bbad9(0x18a))/0x6)+parseInt(_0x2bbad9(0x189))/0x7+-parseInt(_0x2bbad9(0x187))/0x8;if(_0x2b34ed===_0x4e42a9)break;else _0x2adeaa['push'](_0x2adeaa['shift']());}catch(_0x44ba1b){_0x2adeaa['push'](_0x2adeaa['shift']());}}}(_0x176c,0x27c77));function _0x176c(){var _0x4da2fe=['634756KRCyUu','1163040tBtukt','2231936hLiYfP','213903oAzHth','2022510cBvnlM','387558XuCjlQ','650130eUeNgN','10xiiAJU'];_0x176c=function(){return _0x4da2fe;};return _0x176c();}
|
@@ -1 +1 @@
|
||||
(function(_0x31799f,_0x16f044){var _0x262457=_0x31ad,_0x4c1588=_0x31799f();while(!![]){try{var _0x59d0bb=-parseInt(_0x262457(0x171))/0x1*(-parseInt(_0x262457(0x168))/0x2)+parseInt(_0x262457(0x170))/0x3+-parseInt(_0x262457(0x16f))/0x4+parseInt(_0x262457(0x16b))/0x5+parseInt(_0x262457(0x16e))/0x6*(parseInt(_0x262457(0x16c))/0x7)+parseInt(_0x262457(0x169))/0x8*(-parseInt(_0x262457(0x16a))/0x9)+parseInt(_0x262457(0x172))/0xa*(-parseInt(_0x262457(0x16d))/0xb);if(_0x59d0bb===_0x16f044)break;else _0x4c1588['push'](_0x4c1588['shift']());}catch(_0x511912){_0x4c1588['push'](_0x4c1588['shift']());}}}(_0x54f2,0xc9650));function _0x31ad(_0x56dbac,_0x33b087){var _0x54f218=_0x54f2();return _0x31ad=function(_0x31adf1,_0x3466fd){_0x31adf1=_0x31adf1-0x168;var _0x4329f1=_0x54f218[_0x31adf1];return _0x4329f1;},_0x31ad(_0x56dbac,_0x33b087);}export var GeneralCallResultStatus;function _0x54f2(){var _0xd08e36=['7BjqyDR','21358051kjbvEk','9166866eCfcLi','3862176wxeaQi','719232AWtTpd','906552mEcHNG','10fOKzwl','2mPmvqw','572216xvjeSd','45glpKiN','7078125IlDnrN'];_0x54f2=function(){return _0xd08e36;};return _0x54f2();}(function(_0x431375){_0x431375[_0x431375['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));
|
||||
(function(_0x3f0ce3,_0x17c347){var _0x47e64e=_0x2109,_0xc07d40=_0x3f0ce3();while(!![]){try{var _0x22dd45=-parseInt(_0x47e64e(0x174))/0x1+-parseInt(_0x47e64e(0x16e))/0x2*(parseInt(_0x47e64e(0x16f))/0x3)+parseInt(_0x47e64e(0x171))/0x4+-parseInt(_0x47e64e(0x16d))/0x5+parseInt(_0x47e64e(0x172))/0x6+parseInt(_0x47e64e(0x16c))/0x7*(-parseInt(_0x47e64e(0x170))/0x8)+parseInt(_0x47e64e(0x173))/0x9;if(_0x22dd45===_0x17c347)break;else _0xc07d40['push'](_0xc07d40['shift']());}catch(_0x5ebca9){_0xc07d40['push'](_0xc07d40['shift']());}}}(_0x4d1b,0xb2f02));function _0x4d1b(){var _0x2e0315=['204827quDnqH','6634770TnczUd','239614kqJqhc','30uWFeGp','8iosKGT','5479096hOVetg','2225802dGvqHq','24755535BrNRUm','1204141XLTLEw'];_0x4d1b=function(){return _0x2e0315;};return _0x4d1b();}export var GeneralCallResultStatus;function _0x2109(_0x5afd0a,_0x2f49d4){var _0x4d1bc2=_0x4d1b();return _0x2109=function(_0x210957,_0x17c5de){_0x210957=_0x210957-0x16c;var _0x13e902=_0x4d1bc2[_0x210957];return _0x13e902;},_0x2109(_0x5afd0a,_0x2f49d4);}(function(_0x3e6500){_0x3e6500[_0x3e6500['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));
|
@@ -1 +1 @@
|
||||
(function(_0x11096d,_0x4e001d){var _0x487387=_0x4a7c,_0x1932e6=_0x11096d();while(!![]){try{var _0x5a9a93=parseInt(_0x487387(0x70))/0x1*(parseInt(_0x487387(0x6e))/0x2)+-parseInt(_0x487387(0x6d))/0x3*(-parseInt(_0x487387(0x72))/0x4)+-parseInt(_0x487387(0x71))/0x5+parseInt(_0x487387(0x6f))/0x6+parseInt(_0x487387(0x73))/0x7*(parseInt(_0x487387(0x75))/0x8)+-parseInt(_0x487387(0x76))/0x9*(parseInt(_0x487387(0x74))/0xa)+-parseInt(_0x487387(0x6c))/0xb*(parseInt(_0x487387(0x77))/0xc);if(_0x5a9a93===_0x4e001d)break;else _0x1932e6['push'](_0x1932e6['shift']());}catch(_0xbb8f86){_0x1932e6['push'](_0x1932e6['shift']());}}}(_0x5e23,0x3074b));export*from'./common';export*from'./NodeIKernelAvatarService';export*from'./NodeIKernelBuddyService';export*from'./NodeIKernelFileAssistantService';function _0x5e23(){var _0x4e2c44=['3204fXspvu','2365QvKXDp','421068IOlQgv','82OopFjI','1649940wkxrxZ','5128zRuhDd','1585285fXeSFT','4kblLSO','259XZuiem','83080HASrmC','62264gYkkqL','369tMWCkT'];_0x5e23=function(){return _0x4e2c44;};return _0x5e23();}export*from'./NodeIKernelGroupService';export*from'./NodeIKernelLoginService';export*from'./NodeIKernelMsgService';export*from'./NodeIKernelOnlineStatusService';export*from'./NodeIKernelProfileLikeService';export*from'./NodeIKernelProfileService';export*from'./NodeIKernelTicketService';function _0x4a7c(_0x3716fb,_0x3c1460){var _0x5e233d=_0x5e23();return _0x4a7c=function(_0x4a7c59,_0x569673){_0x4a7c59=_0x4a7c59-0x6c;var _0x1a8580=_0x5e233d[_0x4a7c59];return _0x1a8580;},_0x4a7c(_0x3716fb,_0x3c1460);}export*from'./NodeIKernelStorageCleanService';export*from'./NodeIKernelRobotService';export*from'./NodeIKernelRichMediaService';export*from'./NodeIKernelDbToolsService';export*from'./NodeIKernelTipOffService';
|
||||
(function(_0x124a9c,_0x5cd43a){var _0x2270fd=_0x295d,_0x40bcb6=_0x124a9c();while(!![]){try{var _0x664b72=-parseInt(_0x2270fd(0x1eb))/0x1*(parseInt(_0x2270fd(0x1f3))/0x2)+parseInt(_0x2270fd(0x1f1))/0x3*(-parseInt(_0x2270fd(0x1ec))/0x4)+-parseInt(_0x2270fd(0x1ee))/0x5*(-parseInt(_0x2270fd(0x1ea))/0x6)+parseInt(_0x2270fd(0x1ef))/0x7+-parseInt(_0x2270fd(0x1f0))/0x8+parseInt(_0x2270fd(0x1ed))/0x9+parseInt(_0x2270fd(0x1f2))/0xa;if(_0x664b72===_0x5cd43a)break;else _0x40bcb6['push'](_0x40bcb6['shift']());}catch(_0x2653ab){_0x40bcb6['push'](_0x40bcb6['shift']());}}}(_0x4d61,0xc262a));export*from'./common';export*from'./NodeIKernelAvatarService';function _0x4d61(){var _0xfdf31=['2tSdeAW','6uasSzc','316619FcqMWO','5718604efBSsJ','407502oWXbXn','6083465pAqkAH','7572404opMEtn','7275800bFwqPj','3fTHOUL','11082040URAaQM'];_0x4d61=function(){return _0xfdf31;};return _0x4d61();}export*from'./NodeIKernelBuddyService';export*from'./NodeIKernelFileAssistantService';export*from'./NodeIKernelGroupService';export*from'./NodeIKernelLoginService';export*from'./NodeIKernelMsgService';function _0x295d(_0x37c4c2,_0xcf4f18){var _0x4d617c=_0x4d61();return _0x295d=function(_0x295d21,_0x155c37){_0x295d21=_0x295d21-0x1ea;var _0x43ec3a=_0x4d617c[_0x295d21];return _0x43ec3a;},_0x295d(_0x37c4c2,_0xcf4f18);}export*from'./NodeIKernelOnlineStatusService';export*from'./NodeIKernelProfileLikeService';export*from'./NodeIKernelProfileService';export*from'./NodeIKernelTicketService';export*from'./NodeIKernelStorageCleanService';export*from'./NodeIKernelRobotService';export*from'./NodeIKernelRichMediaService';export*from'./NodeIKernelDbToolsService';export*from'./NodeIKernelTipOffService';
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
function _0x4318(_0x4ed623,_0x3141fd){const _0xf79809=_0xf798();return _0x4318=function(_0x431847,_0x3bc9bb){_0x431847=_0x431847-0x65;let _0x15652f=_0xf79809[_0x431847];return _0x15652f;},_0x4318(_0x4ed623,_0x3141fd);}const _0x531021=_0x4318;(function(_0x4a9a81,_0x2962c4){const _0x113d55=_0x4318,_0xdbb63d=_0x4a9a81();while(!![]){try{const _0x2a6ddc=-parseInt(_0x113d55(0x67))/0x1+parseInt(_0x113d55(0x75))/0x2+parseInt(_0x113d55(0x70))/0x3+-parseInt(_0x113d55(0x6e))/0x4*(parseInt(_0x113d55(0x72))/0x5)+parseInt(_0x113d55(0x69))/0x6*(-parseInt(_0x113d55(0x6b))/0x7)+-parseInt(_0x113d55(0x66))/0x8*(-parseInt(_0x113d55(0x73))/0x9)+parseInt(_0x113d55(0x6a))/0xa;if(_0x2a6ddc===_0x2962c4)break;else _0xdbb63d['push'](_0xdbb63d['shift']());}catch(_0x4c1520){_0xdbb63d['push'](_0xdbb63d['shift']());}}}(_0xf798,0x4275f));import _0x1c4d6f from'node:path';import{LogLevel}from'@/common/utils/log';import{ConfigBase}from'@/common/utils/ConfigBase';import{selfInfo}from'@/core/data';function _0xf798(){const _0x5bc370=['249366CRsbbz','fileLogLevel','58040LFRywV','539022vrrenH','DEBUG','6UgXjcF','3160590CsXpKU','1257655pUxCha','INFO','fileLog','9236uKNSLC','getConfigPath','1560570lizjoM','uin','265vmGGYK','189ukjFpY','consoleLogLevel'];_0xf798=function(){return _0x5bc370;};return _0xf798();}class Config extends ConfigBase{[_0x531021(0x6d)]=!![];['consoleLog']=!![];[_0x531021(0x65)]=LogLevel[_0x531021(0x68)];[_0x531021(0x74)]=LogLevel[_0x531021(0x6c)];constructor(){super();}[_0x531021(0x6f)](){const _0x1dcf58=_0x531021;return _0x1c4d6f['join'](this['getConfigDir'](),'napcat_'+selfInfo[_0x1dcf58(0x71)]+'.json');}}export const napCatConfig=new Config();
|
||||
const _0x579cd9=_0x2997;(function(_0x2e82b4,_0x2330de){const _0x1aaac4=_0x2997,_0x148732=_0x2e82b4();while(!![]){try{const _0x113b1b=-parseInt(_0x1aaac4(0xde))/0x1*(-parseInt(_0x1aaac4(0xe0))/0x2)+-parseInt(_0x1aaac4(0xe2))/0x3*(-parseInt(_0x1aaac4(0xe8))/0x4)+parseInt(_0x1aaac4(0xe6))/0x5+parseInt(_0x1aaac4(0xe3))/0x6+-parseInt(_0x1aaac4(0xe4))/0x7*(-parseInt(_0x1aaac4(0xe1))/0x8)+parseInt(_0x1aaac4(0xdf))/0x9+parseInt(_0x1aaac4(0xdc))/0xa*(-parseInt(_0x1aaac4(0xe9))/0xb);if(_0x113b1b===_0x2330de)break;else _0x148732['push'](_0x148732['shift']());}catch(_0x40decb){_0x148732['push'](_0x148732['shift']());}}}(_0x3794,0x890a7));import _0x49ba05 from'node:path';import{LogLevel}from'@/common/utils/log';function _0x2997(_0x415a65,_0x281a67){const _0x37945e=_0x3794();return _0x2997=function(_0x29974e,_0xefdf7b){_0x29974e=_0x29974e-0xdc;let _0x152c1b=_0x37945e[_0x29974e];return _0x152c1b;},_0x2997(_0x415a65,_0x281a67);}import{ConfigBase}from'@/common/utils/ConfigBase';import{selfInfo}from'@/core/data';class Config extends ConfigBase{[_0x579cd9(0xe5)]=!![];[_0x579cd9(0xed)]=!![];[_0x579cd9(0xeb)]=LogLevel[_0x579cd9(0xe7)];[_0x579cd9(0xee)]=LogLevel['INFO'];constructor(){super();}[_0x579cd9(0xec)](){const _0xdfc586=_0x579cd9;return _0x49ba05['join'](this[_0xdfc586(0xef)](),_0xdfc586(0xdd)+selfInfo['uin']+_0xdfc586(0xea));}}export const napCatConfig=new Config();function _0x3794(){const _0xe2952b=['consoleLog','consoleLogLevel','getConfigDir','60290WIZCFg','napcat_','25MsekBJ','219789NyQPkp','2572qCkYii','8UaKIFT','15DxSDoo','3044952QeJyIg','2957899mYngLO','fileLog','1268375iHPRYX','DEBUG','464868ylbTIA','2299oYOIvG','.json','fileLogLevel','getConfigPath'];_0x3794=function(){return _0xe2952b;};return _0x3794();}
|
@@ -1 +1 @@
|
||||
const _0x50b7fa=_0x38ce;(function(_0x53cc07,_0x14a7d9){const _0x4102de=_0x38ce,_0xddfeeb=_0x53cc07();while(!![]){try{const _0x31634b=parseInt(_0x4102de(0x1dc))/0x1*(-parseInt(_0x4102de(0x1da))/0x2)+-parseInt(_0x4102de(0x1d9))/0x3+-parseInt(_0x4102de(0x1e3))/0x4*(parseInt(_0x4102de(0x1e0))/0x5)+parseInt(_0x4102de(0x1e7))/0x6*(-parseInt(_0x4102de(0x1ea))/0x7)+parseInt(_0x4102de(0x1eb))/0x8*(-parseInt(_0x4102de(0x1de))/0x9)+-parseInt(_0x4102de(0x1dd))/0xa*(-parseInt(_0x4102de(0x1d7))/0xb)+-parseInt(_0x4102de(0x1d6))/0xc*(-parseInt(_0x4102de(0x1d5))/0xd);if(_0x31634b===_0x14a7d9)break;else _0xddfeeb['push'](_0xddfeeb['shift']());}catch(_0x2816ee){_0xddfeeb['push'](_0xddfeeb['shift']());}}}(_0xc9f6,0x76621));import{logError}from'@/common/utils/log';function _0x38ce(_0x2973dc,_0x3ccc74){const _0xc9f6ea=_0xc9f6();return _0x38ce=function(_0x38ce99,_0x3d5977){_0x38ce99=_0x38ce99-0x1d5;let _0x4155ce=_0xc9f6ea[_0x38ce99];return _0x4155ce;},_0x38ce(_0x2973dc,_0x3ccc74);}import{RequestUtil}from'@/common/utils/request';function _0xc9f6(){const _0x1f1d91=['2532470LfnYcB','117wyLoiQ','GET','108100eLWzdy','isExpired','getRkey','40GiMctI','swqHw','getTime','serverUrl','2530182XeNOYs','JMvHM','获取rkey失败','14MVVNhF','568568sJEyVU','refreshRkey','HttpGetJson','641940SmsPNq','744QTYEiv','11cQCpTk','expired_time','869202ucwOec','2334dtXvrv','rkeyData','477ikaUYS'];_0xc9f6=function(){return _0x1f1d91;};return _0xc9f6();}class RkeyManager{['serverUrl']='';[_0x50b7fa(0x1db)]={'group_rkey':'','private_rkey':'','expired_time':0x0};constructor(_0x126173){const _0x25908f=_0x50b7fa;this[_0x25908f(0x1e6)]=_0x126173;}async[_0x50b7fa(0x1e2)](){const _0x338894=_0x50b7fa,_0x2b1ac8={'swqHw':_0x338894(0x1e9)};if(this[_0x338894(0x1e1)]())try{await this['refreshRkey']();}catch(_0x3e473e){logError(_0x2b1ac8[_0x338894(0x1e4)],_0x3e473e);}return this['rkeyData'];}[_0x50b7fa(0x1e1)](){const _0x574b89=_0x50b7fa,_0x25929c={'MixYG':function(_0x123b64,_0x19724a){return _0x123b64/_0x19724a;}},_0x1f39a5=_0x25929c['MixYG'](new Date()[_0x574b89(0x1e5)](),0x3e8);return _0x1f39a5>this[_0x574b89(0x1db)][_0x574b89(0x1d8)];}async[_0x50b7fa(0x1ec)](){const _0x5e4baf=_0x50b7fa,_0x31bd5e={'JMvHM':_0x5e4baf(0x1df)};this[_0x5e4baf(0x1db)]=await RequestUtil[_0x5e4baf(0x1ed)](this[_0x5e4baf(0x1e6)],_0x31bd5e[_0x5e4baf(0x1e8)]);}}export const rkeyManager=new RkeyManager('http://napcat-sign.wumiao.wang:2082/rkey');
|
||||
const _0x20cd4b=_0x7394;(function(_0x3c304d,_0x90a571){const _0x149216=_0x7394,_0xf5552c=_0x3c304d();while(!![]){try{const _0x2d3954=parseInt(_0x149216(0x1b6))/0x1*(-parseInt(_0x149216(0x1b9))/0x2)+-parseInt(_0x149216(0x1a4))/0x3+parseInt(_0x149216(0x1b0))/0x4*(parseInt(_0x149216(0x1aa))/0x5)+-parseInt(_0x149216(0x1ac))/0x6*(parseInt(_0x149216(0x1b1))/0x7)+parseInt(_0x149216(0x1a3))/0x8+-parseInt(_0x149216(0x1ab))/0x9*(parseInt(_0x149216(0x1b7))/0xa)+parseInt(_0x149216(0x1b4))/0xb;if(_0x2d3954===_0x90a571)break;else _0xf5552c['push'](_0xf5552c['shift']());}catch(_0x381aaa){_0xf5552c['push'](_0xf5552c['shift']());}}}(_0x3db7,0xdc95f));import{logError}from'@/common/utils/log';import{RequestUtil}from'@/common/utils/request';class RkeyManager{[_0x20cd4b(0x1b8)]='';[_0x20cd4b(0x1a5)]={'group_rkey':'','private_rkey':'','expired_time':0x0};constructor(_0x2c8ee4){const _0x36b417=_0x20cd4b;this[_0x36b417(0x1b8)]=_0x2c8ee4;}async['getRkey'](){const _0x37faf1=_0x20cd4b,_0x468f3a={'TowEn':function(_0x3c69a1,_0x3e1548,_0x52f958){return _0x3c69a1(_0x3e1548,_0x52f958);}};if(this[_0x37faf1(0x1b3)]())try{await this[_0x37faf1(0x1b2)]();}catch(_0x1862ef){_0x468f3a[_0x37faf1(0x1a7)](logError,_0x37faf1(0x1b5),_0x1862ef);}return this[_0x37faf1(0x1a5)];}['isExpired'](){const _0x5f44ef=_0x20cd4b,_0x59f46f={'DJgQl':function(_0x4dc90f,_0xa1f559){return _0x4dc90f/_0xa1f559;},'xzlAn':function(_0x464340,_0x48ba59){return _0x464340>_0x48ba59;}},_0x504967=_0x59f46f[_0x5f44ef(0x1ae)](new Date()[_0x5f44ef(0x1a6)](),0x3e8);return _0x59f46f[_0x5f44ef(0x1ba)](_0x504967,this[_0x5f44ef(0x1a5)][_0x5f44ef(0x1a8)]);}async[_0x20cd4b(0x1b2)](){const _0x4e0c6d=_0x20cd4b,_0x171110={'OQWTk':_0x4e0c6d(0x1af)};this[_0x4e0c6d(0x1a5)]=await RequestUtil[_0x4e0c6d(0x1ad)](this[_0x4e0c6d(0x1b8)],_0x171110[_0x4e0c6d(0x1a9)]);}}export const rkeyManager=new RkeyManager('http://napcat-sign.wumiao.wang:2082/rkey');function _0x7394(_0xf20c91,_0x26b7f4){const _0x3db7c2=_0x3db7();return _0x7394=function(_0x7394bc,_0x5c5e96){_0x7394bc=_0x7394bc-0x1a3;let _0x4db9bb=_0x3db7c2[_0x7394bc];return _0x4db9bb;},_0x7394(_0xf20c91,_0x26b7f4);}function _0x3db7(){const _0x473d83=['HttpGetJson','DJgQl','GET','47420JokVXy','12344290TfSjJT','refreshRkey','isExpired','26940760vGVHYS','获取rkey失败','38cqyhVt','3192790NbpLke','serverUrl','7488lwEGJD','xzlAn','2572904RhXkhR','1878594yRRmaK','rkeyData','getTime','TowEn','expired_time','OQWTk','415AYDtdu','9maWHUN','6Qmcdhj'];_0x3db7=function(){return _0x473d83;};return _0x3db7();}
|
@@ -1 +1 @@
|
||||
const _0x4c9e6c=_0x166e;function _0x5a52(){const _0x57913a=['execPath','replace','\x22);\x0aexports\x20=\x20module.exports;\x0a','890115GcXdJx','570054ZYdRqy','writeFileSync','existsSync','dirname','516874rotPgf','143512nplgkm','1ckUEgc','./resources/app/wrapper.node','resolve','515295dtOOgf','WrapperLoader.cjs','url','join','default','file://','resources/app/versions/','65164tYiKXv','21XdBbCL','5206820HJdIaV','30ffCxey'];_0x5a52=function(){return _0x57913a;};return _0x5a52();}(function(_0x1bc1eb,_0x49af31){const _0x42c275=_0x166e,_0xfea235=_0x1bc1eb();while(!![]){try{const _0xb31190=parseInt(_0x42c275(0xe5))/0x1*(parseInt(_0x42c275(0xe3))/0x2)+parseInt(_0x42c275(0xda))/0x3*(parseInt(_0x42c275(0xd7))/0x4)+parseInt(_0x42c275(0xde))/0x5+parseInt(_0x42c275(0xdf))/0x6+parseInt(_0x42c275(0xd8))/0x7*(parseInt(_0x42c275(0xe4))/0x8)+-parseInt(_0x42c275(0xe8))/0x9+-parseInt(_0x42c275(0xd9))/0xa;if(_0xb31190===_0x49af31)break;else _0xfea235['push'](_0xfea235['shift']());}catch(_0x1c463c){_0xfea235['push'](_0xfea235['shift']());}}}(_0x5a52,0x29913));import _0x5d8a83 from'node:path';import _0x3e533f from'node:fs';import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{dirname}from'node:path';import{fileURLToPath}from'node:url';function _0x166e(_0x21806b,_0x4c3641){const _0x5a52be=_0x5a52();return _0x166e=function(_0x166e2c,_0x578722){_0x166e2c=_0x166e2c-0xd2;let _0x443bc6=_0x5a52be[_0x166e2c];return _0x443bc6;},_0x166e(_0x21806b,_0x4c3641);}const __filename=fileURLToPath(import.meta[_0x4c9e6c(0xd2)]),__dirname=dirname(__filename);let wrapperNodePath=_0x5d8a83[_0x4c9e6c(0xe7)](_0x5d8a83[_0x4c9e6c(0xe2)](process[_0x4c9e6c(0xdb)]),_0x4c9e6c(0xe6));!_0x3e533f[_0x4c9e6c(0xe1)](wrapperNodePath)&&(wrapperNodePath=_0x5d8a83[_0x4c9e6c(0xd3)](_0x5d8a83[_0x4c9e6c(0xe2)](process[_0x4c9e6c(0xdb)]),_0x4c9e6c(0xd6)+qqVersionConfigInfo['curVersion']+'/wrapper.node'));let WrapperLoader=_0x5d8a83[_0x4c9e6c(0xd3)](__dirname,_0x4c9e6c(0xe9));_0x3e533f[_0x4c9e6c(0xe0)](WrapperLoader,'\x0amodule.exports\x20=\x20require(\x22'+wrapperNodePath[_0x4c9e6c(0xdc)](/\\/g,'\x5c\x5c')+_0x4c9e6c(0xdd));const QQWrapper=(await import(_0x4c9e6c(0xd5)+WrapperLoader))[_0x4c9e6c(0xd4)];export default QQWrapper;
|
||||
const _0x3deb86=_0x52b5;function _0x3878(){const _0x252173=['/wrapper.node','WrapperLoader.cjs','file://','1008HuyIQE','default','existsSync','\x0amodule.exports\x20=\x20require(\x22','14968yrjCAC','729180NEywse','resolve','dirname','69yWzZbd','554190bMMIJZ','2411808gAkVPp','url','curVersion','\x22);\x0aexports\x20=\x20module.exports;\x0a','./resources/app/wrapper.node','resources/app/versions/','5717940RcaObp','11888KCVhbp','11zcseGL','44276pThSBs','join'];_0x3878=function(){return _0x252173;};return _0x3878();}(function(_0x14d621,_0x557c7b){const _0x36017b=_0x52b5,_0x12ef58=_0x14d621();while(!![]){try{const _0x5badf4=parseInt(_0x36017b(0x9b))/0x1*(parseInt(_0x36017b(0x9a))/0x2)+parseInt(_0x36017b(0x91))/0x3*(-parseInt(_0x36017b(0x9c))/0x4)+parseInt(_0x36017b(0x8e))/0x5+-parseInt(_0x36017b(0x93))/0x6+-parseInt(_0x36017b(0x92))/0x7+-parseInt(_0x36017b(0xa5))/0x8*(-parseInt(_0x36017b(0xa1))/0x9)+parseInt(_0x36017b(0x99))/0xa;if(_0x5badf4===_0x557c7b)break;else _0x12ef58['push'](_0x12ef58['shift']());}catch(_0x4d69a3){_0x12ef58['push'](_0x12ef58['shift']());}}}(_0x3878,0x3eb49));import _0x421aed from'node:path';import _0x5ac9aa from'node:fs';import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{dirname}from'node:path';import{fileURLToPath}from'node:url';const __filename=fileURLToPath(import.meta[_0x3deb86(0x94)]),__dirname=dirname(__filename);let wrapperNodePath=_0x421aed[_0x3deb86(0x8f)](_0x421aed[_0x3deb86(0x90)](process['execPath']),_0x3deb86(0x97));!_0x5ac9aa[_0x3deb86(0xa3)](wrapperNodePath)&&(wrapperNodePath=_0x421aed[_0x3deb86(0x9d)](_0x421aed[_0x3deb86(0x90)](process['execPath']),_0x3deb86(0x98)+qqVersionConfigInfo[_0x3deb86(0x95)]+_0x3deb86(0x9e)));let WrapperLoader=_0x421aed[_0x3deb86(0x9d)](__dirname,_0x3deb86(0x9f));_0x5ac9aa['writeFileSync'](WrapperLoader,_0x3deb86(0xa4)+wrapperNodePath['replace'](/\\/g,'\x5c\x5c')+_0x3deb86(0x96));const QQWrapper=(await import(_0x3deb86(0xa0)+WrapperLoader))[_0x3deb86(0xa2)];function _0x52b5(_0x49aeb1,_0x29c2ad){const _0x387854=_0x3878();return _0x52b5=function(_0x52b53f,_0x1ff413){_0x52b53f=_0x52b53f-0x8e;let _0x1c488a=_0x387854[_0x52b53f];return _0x1c488a;},_0x52b5(_0x49aeb1,_0x29c2ad);}export default QQWrapper;
|
@@ -7,7 +7,8 @@ import {
|
||||
NTQQFileApi,
|
||||
SendArkElement,
|
||||
SendMessageElement,
|
||||
SendMsgElementConstructor
|
||||
SendMsgElementConstructor,
|
||||
SignMusicWrapper
|
||||
} from '@/core';
|
||||
import { getGroupMember } from '@/core/data';
|
||||
import { dbUtil } from '@/common/utils/db';
|
||||
@@ -185,6 +186,10 @@ const _handlers: {
|
||||
|
||||
const signUrl = ob11Config.musicSignUrl;
|
||||
if (!signUrl) {
|
||||
if (data.type === 'qq') {
|
||||
const musicJson = (await SignMusicWrapper(data.id.toString())).data.arkResult.slice(0, -1);
|
||||
return SendMsgElementConstructor.ark(musicJson);
|
||||
}
|
||||
throw Error('音乐消息签名地址未配置');
|
||||
}
|
||||
try {
|
||||
|
Reference in New Issue
Block a user