mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
refactor: project
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
"depend": "cd dist && npm install --omit=dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.7",
|
||||
"@babel/preset-typescript": "^7.24.7",
|
||||
"vite-plugin-babel": "^1.2.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.24.7",
|
||||
"@log4js-node/log4js-api": "^1.0.2",
|
||||
"@protobuf-ts/plugin": "^2.9.4",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
|
@@ -43,8 +43,59 @@ export function truncateString(obj: any, maxLength = 500) {
|
||||
}
|
||||
return obj;
|
||||
}
|
||||
export function simpleDecorator(target: any, context: any) {
|
||||
}
|
||||
|
||||
// export function CacheClassFunc(ttl: number = 3600 * 1000, customKey: string = '') {
|
||||
// const cache = new Map<string, { expiry: number; value: any }>();
|
||||
// return function CacheClassFuncDecorator(originalMethod: Function, context: ClassMethodDecoratorContext) {
|
||||
// async function CacheClassFuncDecoratorInternal(this: any, ...args: any[]) {
|
||||
// const key = `${customKey}${String(context.name)}.(${args.map(arg => JSON.stringify(arg)).join(', ')})`;
|
||||
// const cachedValue = cache.get(key);
|
||||
// if (cachedValue && cachedValue.expiry > Date.now()) {
|
||||
// return cachedValue.value;
|
||||
// }
|
||||
// const result = originalMethod.call(this, ...args);
|
||||
// cache.set(key, { expiry: Date.now() + ttl, value: result });
|
||||
// return result;
|
||||
// }
|
||||
// return CacheClassFuncDecoratorInternal;
|
||||
// }
|
||||
// }
|
||||
|
||||
export function CacheClassFuncAsync(ttl: number = 3600 * 1000, customKey: string = ''): any {
|
||||
const cache = new Map<string, { expiry: number; value: any }>();
|
||||
|
||||
// 注意:在JavaScript装饰器中,我们通常不直接处理ClassMethodDecoratorContext这样的类型,
|
||||
// 因为装饰器的参数通常是目标类(对于类装饰器)、属性名(对于属性装饰器)等。
|
||||
// 对于方法装饰器,我们关注的是方法本身及其描述符。
|
||||
// 但这里我们维持原逻辑,假设有一个自定义的处理上下文的方式。
|
||||
|
||||
return function (originalMethod: Function): any {
|
||||
// 由于JavaScript装饰器原生不支持异步直接定义,我们保持async定义以便处理异步方法。
|
||||
async function decoratorWrapper(this: any, ...args: any[]): Promise<any> {
|
||||
const key = `${customKey}${originalMethod.name}.(${args.map(arg => JSON.stringify(arg)).join(', ')})`;
|
||||
const cachedValue = cache.get(key);
|
||||
// 遍历cache 清除expiry内容
|
||||
cache.forEach((value, key) => {
|
||||
if (value.expiry < Date.now()) {
|
||||
cache.delete(key);
|
||||
}
|
||||
});
|
||||
if (cachedValue && cachedValue.expiry > Date.now()) {
|
||||
return cachedValue.value;
|
||||
}
|
||||
|
||||
// 直接await异步方法的结果
|
||||
const result = await originalMethod.apply(this, args);
|
||||
cache.set(key, { expiry: Date.now() + ttl, value: result });
|
||||
return result;
|
||||
}
|
||||
|
||||
// 返回装饰后的方法,保持与原方法相同的名称和描述符(如果需要更精细的控制,可以考虑使用Object.getOwnPropertyDescriptor等)
|
||||
return decoratorWrapper;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* 函数缓存装饰器,根据方法名、参数、自定义key生成缓存键,在一定时间内返回缓存结果
|
||||
|
2
src/core
2
src/core
Submodule src/core updated: 3232f8459d...7463f72fd7
@@ -1 +1 @@
|
||||
var _0x5daf60=_0xf130;function _0xf130(_0x5aba6b,_0x2da99a){var _0x33d41a=_0x33d4();return _0xf130=function(_0xf13007,_0x22a283){_0xf13007=_0xf13007-0xe5;var _0x3c4d22=_0x33d41a[_0xf13007];return _0x3c4d22;},_0xf130(_0x5aba6b,_0x2da99a);}(function(_0x766d05,_0x3fb57d){var _0x53e091=_0xf130,_0x489945=_0x766d05();while(!![]){try{var _0xe36748=-parseInt(_0x53e091(0xed))/0x1+parseInt(_0x53e091(0xea))/0x2+-parseInt(_0x53e091(0xe9))/0x3*(-parseInt(_0x53e091(0xeb))/0x4)+-parseInt(_0x53e091(0xe8))/0x5+parseInt(_0x53e091(0xf0))/0x6*(-parseInt(_0x53e091(0xe7))/0x7)+-parseInt(_0x53e091(0xee))/0x8+parseInt(_0x53e091(0xec))/0x9;if(_0xe36748===_0x3fb57d)break;else _0x489945['push'](_0x489945['shift']());}catch(_0x30aacf){_0x489945['push'](_0x489945['shift']());}}}(_0x33d4,0x1ead7));export class DependsAdapter{[_0x5daf60(0xe5)](_0xa0058e,_0x3600a1){}[_0x5daf60(0xe6)](_0x348363){}[_0x5daf60(0xef)](_0x204292){}}function _0x33d4(){var _0x49d45c=['219395XymPAD','33xKAgLL','159856uAUczW','34268fiVkzX','3445191kRIxPL','228722umUXvP','1128496fVpmLM','getGroupCode','18FwcbMu','onMSFStatusChange','onMSFSsoError','41174mHKvzA'];_0x33d4=function(){return _0x49d45c;};return _0x33d4();}
|
||||
function _0x17fd(_0x23a70a,_0xcc3797){var _0x5c2a74=_0x5c2a();return _0x17fd=function(_0x17fd40,_0xa47965){_0x17fd40=_0x17fd40-0xeb;var _0x5ed4e9=_0x5c2a74[_0x17fd40];return _0x5ed4e9;},_0x17fd(_0x23a70a,_0xcc3797);}var _0xef5c1=_0x17fd;(function(_0x20465e,_0x4799da){var _0x11e402=_0x17fd,_0xc4093a=_0x20465e();while(!![]){try{var _0x192bfa=parseInt(_0x11e402(0xed))/0x1*(-parseInt(_0x11e402(0xf4))/0x2)+-parseInt(_0x11e402(0xf6))/0x3*(parseInt(_0x11e402(0xee))/0x4)+parseInt(_0x11e402(0xeb))/0x5*(-parseInt(_0x11e402(0xf0))/0x6)+parseInt(_0x11e402(0xf5))/0x7*(-parseInt(_0x11e402(0xf2))/0x8)+-parseInt(_0x11e402(0xec))/0x9+parseInt(_0x11e402(0xf3))/0xa+parseInt(_0x11e402(0xef))/0xb;if(_0x192bfa===_0x4799da)break;else _0xc4093a['push'](_0xc4093a['shift']());}catch(_0xa267c6){_0xc4093a['push'](_0xc4093a['shift']());}}}(_0x5c2a,0x98f4f));function _0x5c2a(){var _0x1ad2a3=['6439797QxeSDS','88FBCfVn','140sTVvJn','29722363sTxCeV','6AzDEVB','getGroupCode','2336pLbOGd','8344750zwOGGh','25852ZcKVAe','3122YUaRBj','13047BeXfUt','3872645jsdWJz'];_0x5c2a=function(){return _0x1ad2a3;};return _0x5c2a();}export class DependsAdapter{['onMSFStatusChange'](_0x5ce819,_0x716335){}['onMSFSsoError'](_0x1201b1){}[_0xef5c1(0xf1)](_0x1a0ea5){}}
|
@@ -1 +1 @@
|
||||
var _0x214073=_0x2b60;(function(_0x5e20f9,_0x20e9be){var _0x454329=_0x2b60,_0x300af1=_0x5e20f9();while(!![]){try{var _0x43a03a=-parseInt(_0x454329(0x1ed))/0x1+parseInt(_0x454329(0x1ee))/0x2*(-parseInt(_0x454329(0x1ec))/0x3)+parseInt(_0x454329(0x1f2))/0x4*(-parseInt(_0x454329(0x1f6))/0x5)+-parseInt(_0x454329(0x1f7))/0x6+parseInt(_0x454329(0x1f5))/0x7*(parseInt(_0x454329(0x1f0))/0x8)+parseInt(_0x454329(0x1f3))/0x9*(parseInt(_0x454329(0x1ef))/0xa)+-parseInt(_0x454329(0x1f4))/0xb*(-parseInt(_0x454329(0x1f8))/0xc);if(_0x43a03a===_0x20e9be)break;else _0x300af1['push'](_0x300af1['shift']());}catch(_0x27b22f){_0x300af1['push'](_0x300af1['shift']());}}}(_0x2d6a,0x347a9));function _0x2d6a(){var _0x2818e0=['70861OHGMJT','190378vcnJXJ','20jJxrgK','8ueFxDz','dispatchCall','8376nVDfrE','1098459UJbRaq','267663KVUxuI','904582avcoHF','270NAgmBg','2341452hzQpYq','252zEhNCo','dispatchCallWithJson','3QqtZgA'];_0x2d6a=function(){return _0x2818e0;};return _0x2d6a();}function _0x2b60(_0xc105d,_0xe30940){var _0x2d6a55=_0x2d6a();return _0x2b60=function(_0x2b601f,_0x49675f){_0x2b601f=_0x2b601f-0x1eb;var _0x1d1834=_0x2d6a55[_0x2b601f];return _0x1d1834;},_0x2b60(_0xc105d,_0xe30940);}export class DispatcherAdapter{['dispatchRequest'](_0x111dd9){}[_0x214073(0x1f1)](_0x18169d){}[_0x214073(0x1eb)](_0x51c38b){}}
|
||||
var _0x44368b=_0x18c0;function _0x5f37(){var _0x4f7c87=['18520qcYhlt','185izPiUO','14UryQMD','356WgcsvJ','3982572jxVfCN','143esyBwt','dispatchCallWithJson','1227482UoLcKl','dispatchRequest','7476776yDLoAw','115578EhhCkS','1496383YWjfvH','8028ZvCcIV','25572sqUqaY'];_0x5f37=function(){return _0x4f7c87;};return _0x5f37();}function _0x18c0(_0x51797d,_0x2d056a){var _0x5f372d=_0x5f37();return _0x18c0=function(_0x18c0f4,_0x14b3d8){_0x18c0f4=_0x18c0f4-0x194;var _0x1af7c8=_0x5f372d[_0x18c0f4];return _0x1af7c8;},_0x18c0(_0x51797d,_0x2d056a);}(function(_0x2ea512,_0x299634){var _0x58af43=_0x18c0,_0x479494=_0x2ea512();while(!![]){try{var _0x76f502=-parseInt(_0x58af43(0x19e))/0x1+-parseInt(_0x58af43(0x19a))/0x2+parseInt(_0x58af43(0x1a0))/0x3*(-parseInt(_0x58af43(0x196))/0x4)+-parseInt(_0x58af43(0x194))/0x5*(parseInt(_0x58af43(0x19d))/0x6)+parseInt(_0x58af43(0x195))/0x7*(parseInt(_0x58af43(0x19c))/0x8)+-parseInt(_0x58af43(0x19f))/0x9*(parseInt(_0x58af43(0x1a1))/0xa)+parseInt(_0x58af43(0x198))/0xb*(parseInt(_0x58af43(0x197))/0xc);if(_0x76f502===_0x299634)break;else _0x479494['push'](_0x479494['shift']());}catch(_0x59d740){_0x479494['push'](_0x479494['shift']());}}}(_0x5f37,0xe7f9c));export class DispatcherAdapter{[_0x44368b(0x19b)](_0x1c973){}['dispatchCall'](_0x572d1a){}[_0x44368b(0x199)](_0x67bd7b){}}
|
@@ -1 +1 @@
|
||||
function _0x29a4(){var _0x4115a3=['onInstallFinished','1713439MGzBmu','onGetSrvCalTime','20871irfequ','onGetOfflineMsg','4417902FqFeVv','1454436HqaUue','32hDspNg','226UKRZEW','onLog','fixPicImgType','890570gYImtR','12QweuxK','11471200nCCMiZ','288797EFwPxm','onShowErrUITips'];_0x29a4=function(){return _0x4115a3;};return _0x29a4();}function _0x3867(_0x57eca4,_0x3eb361){var _0x29a40a=_0x29a4();return _0x3867=function(_0x3867dd,_0x5af69a){_0x3867dd=_0x3867dd-0xcc;var _0x1caec7=_0x29a40a[_0x3867dd];return _0x1caec7;},_0x3867(_0x57eca4,_0x3eb361);}var _0x1d3ddc=_0x3867;(function(_0x4c9783,_0x4e47e2){var _0x336723=_0x3867,_0x409951=_0x4c9783();while(!![]){try{var _0x404267=-parseInt(_0x336723(0xd9))/0x1+-parseInt(_0x336723(0xd3))/0x2*(-parseInt(_0x336723(0xce))/0x3)+parseInt(_0x336723(0xd7))/0x4*(parseInt(_0x336723(0xd6))/0x5)+parseInt(_0x336723(0xd1))/0x6+parseInt(_0x336723(0xcc))/0x7*(parseInt(_0x336723(0xd2))/0x8)+-parseInt(_0x336723(0xd0))/0x9+-parseInt(_0x336723(0xd8))/0xa;if(_0x404267===_0x4e47e2)break;else _0x409951['push'](_0x409951['shift']());}catch(_0x3efa39){_0x409951['push'](_0x409951['shift']());}}}(_0x29a4,0x96322));export class GlobalAdapter{[_0x1d3ddc(0xd4)](..._0x4e53c0){}[_0x1d3ddc(0xcd)](..._0x1a5737){}[_0x1d3ddc(0xda)](..._0x11032a){}[_0x1d3ddc(0xd5)](..._0x4df954){}['getAppSetting'](..._0x68bfa3){}[_0x1d3ddc(0xdb)](..._0x54e795){}['onUpdateGeneralFlag'](..._0x30e16c){}[_0x1d3ddc(0xcf)](..._0x4e0105){}}
|
||||
function _0x4e82(){var _0x5c1ba7=['8DIlXiS','5503TfxwiB','onLog','onGetSrvCalTime','9nACLtn','getAppSetting','2230974nMQCeP','277905yuZpFx','862499knAJCQ','7gqgOIT','494142bqVPcI','966720YUrAcv','onShowErrUITips','onGetOfflineMsg','74jvgLLj','167704wvUuhb','onInstallFinished'];_0x4e82=function(){return _0x5c1ba7;};return _0x4e82();}var _0x30ff53=_0x2e1e;(function(_0x5dc3a3,_0x4f9149){var _0xa8b1ce=_0x2e1e,_0x2da262=_0x5dc3a3();while(!![]){try{var _0x5d2abc=-parseInt(_0xa8b1ce(0x1b4))/0x1*(parseInt(_0xa8b1ce(0x1c1))/0x2)+parseInt(_0xa8b1ce(0x1bd))/0x3*(parseInt(_0xa8b1ce(0x1b3))/0x4)+-parseInt(_0xa8b1ce(0x1ba))/0x5+-parseInt(_0xa8b1ce(0x1b9))/0x6*(-parseInt(_0xa8b1ce(0x1bc))/0x7)+parseInt(_0xa8b1ce(0x1c2))/0x8*(-parseInt(_0xa8b1ce(0x1b7))/0x9)+-parseInt(_0xa8b1ce(0x1be))/0xa+parseInt(_0xa8b1ce(0x1bb))/0xb;if(_0x5d2abc===_0x4f9149)break;else _0x2da262['push'](_0x2da262['shift']());}catch(_0x32b2e3){_0x2da262['push'](_0x2da262['shift']());}}}(_0x4e82,0x62597));function _0x2e1e(_0x77712b,_0x150b2e){var _0x4e8261=_0x4e82();return _0x2e1e=function(_0x2e1e3,_0x8de99c){_0x2e1e3=_0x2e1e3-0x1b2;var _0x24cd35=_0x4e8261[_0x2e1e3];return _0x24cd35;},_0x2e1e(_0x77712b,_0x150b2e);}export class GlobalAdapter{[_0x30ff53(0x1b5)](..._0x1c9cd2){}[_0x30ff53(0x1b6)](..._0x41a3fe){}[_0x30ff53(0x1bf)](..._0x57817a){}['fixPicImgType'](..._0x1fa11e){}[_0x30ff53(0x1b8)](..._0x1bc416){}[_0x30ff53(0x1b2)](..._0x785c07){}['onUpdateGeneralFlag'](..._0xb92b5d){}[_0x30ff53(0x1c0)](..._0x5c5eb2){}}
|
@@ -1 +1 @@
|
||||
(function(_0x5f4fa8,_0x494d4d){var _0x5de5e8=_0x301f,_0x5092f2=_0x5f4fa8();while(!![]){try{var _0x35baf9=parseInt(_0x5de5e8(0x174))/0x1*(-parseInt(_0x5de5e8(0x179))/0x2)+parseInt(_0x5de5e8(0x178))/0x3*(parseInt(_0x5de5e8(0x170))/0x4)+parseInt(_0x5de5e8(0x171))/0x5*(-parseInt(_0x5de5e8(0x176))/0x6)+parseInt(_0x5de5e8(0x177))/0x7+parseInt(_0x5de5e8(0x172))/0x8*(parseInt(_0x5de5e8(0x175))/0x9)+-parseInt(_0x5de5e8(0x17a))/0xa+parseInt(_0x5de5e8(0x173))/0xb;if(_0x35baf9===_0x494d4d)break;else _0x5092f2['push'](_0x5092f2['shift']());}catch(_0x4b5a76){_0x5092f2['push'](_0x5092f2['shift']());}}}(_0x20b5,0xb660b));export*from'./NodeIDependsAdapter';function _0x20b5(){var _0xdeaed9=['24407493DhjXSh','46519PWknJP','9EhXwdy','2144580DTVnDt','610302XAFkzu','20676LsqFRK','20JXDzYc','3766870ffaLSo','40WhQAvx','15oiNZsQ','2289736iQxHbn'];_0x20b5=function(){return _0xdeaed9;};return _0x20b5();}function _0x301f(_0x19d93c,_0x4c79fa){var _0x20b560=_0x20b5();return _0x301f=function(_0x301f97,_0x367937){_0x301f97=_0x301f97-0x170;var _0x2758b3=_0x20b560[_0x301f97];return _0x2758b3;},_0x301f(_0x19d93c,_0x4c79fa);}export*from'./NodeIDispatcherAdapter';export*from'./NodeIGlobalAdapter';
|
||||
(function(_0x2f7c39,_0x287c75){var _0x3bf422=_0x9b9f,_0xa4d6ad=_0x2f7c39();while(!![]){try{var _0xe2e56b=-parseInt(_0x3bf422(0x172))/0x1*(parseInt(_0x3bf422(0x173))/0x2)+-parseInt(_0x3bf422(0x170))/0x3*(parseInt(_0x3bf422(0x177))/0x4)+parseInt(_0x3bf422(0x178))/0x5+parseInt(_0x3bf422(0x171))/0x6+parseInt(_0x3bf422(0x179))/0x7+parseInt(_0x3bf422(0x174))/0x8*(parseInt(_0x3bf422(0x175))/0x9)+parseInt(_0x3bf422(0x176))/0xa*(-parseInt(_0x3bf422(0x16f))/0xb);if(_0xe2e56b===_0x287c75)break;else _0xa4d6ad['push'](_0xa4d6ad['shift']());}catch(_0x4b1655){_0xa4d6ad['push'](_0xa4d6ad['shift']());}}}(_0x55b2,0x62d6b));export*from'./NodeIDependsAdapter';export*from'./NodeIDispatcherAdapter';function _0x9b9f(_0x56021e,_0x44cb37){var _0x55b2e2=_0x55b2();return _0x9b9f=function(_0x9b9fe,_0x1aacfb){_0x9b9fe=_0x9b9fe-0x16f;var _0x2c9632=_0x55b2e2[_0x9b9fe];return _0x2c9632;},_0x9b9f(_0x56021e,_0x44cb37);}export*from'./NodeIGlobalAdapter';function _0x55b2(){var _0x2c960a=['2896cUFxkq','3681BaGAEc','230IryHeP','66108TnZGwS','2903855xiZbHT','906024RVuZiK','154473VzfGRV','126PnWSPt','3515700CisuuT','7415zbLdnm','6SAFwBZ'];_0x55b2=function(){return _0x2c960a;};return _0x55b2();}
|
@@ -1 +1 @@
|
||||
function _0x35eb(_0x2cb710,_0x5e82c0){const _0x1479e0=_0x1479();return _0x35eb=function(_0x35eb4c,_0x3356e8){_0x35eb4c=_0x35eb4c-0x160;let _0x4e079d=_0x1479e0[_0x35eb4c];return _0x4e079d;},_0x35eb(_0x2cb710,_0x5e82c0);}function _0x1479(){const _0x480c9e=['770292xhxxMd','now','160385kefZUm','toString','6129837DLduDg','session','64SKZecH','48uTLypr','createCollection','2039374zdwDXS','1grdznu','641938iVQvYn','24VBqhlv','458600MjoPNr','182868RkJXOz','10jhlHjH','getCollectionItemList','getCollectionService'];_0x1479=function(){return _0x480c9e;};return _0x1479();}const _0x16047e=_0x35eb;(function(_0x44cc82,_0x173648){const _0x39e690=_0x35eb,_0x206728=_0x44cc82();while(!![]){try{const _0x42ba66=parseInt(_0x39e690(0x170))/0x1*(parseInt(_0x39e690(0x16f))/0x2)+-parseInt(_0x39e690(0x166))/0x3+parseInt(_0x39e690(0x16c))/0x4*(-parseInt(_0x39e690(0x168))/0x5)+-parseInt(_0x39e690(0x160))/0x6*(parseInt(_0x39e690(0x162))/0x7)+parseInt(_0x39e690(0x161))/0x8+-parseInt(_0x39e690(0x16a))/0x9*(-parseInt(_0x39e690(0x163))/0xa)+-parseInt(_0x39e690(0x171))/0xb*(parseInt(_0x39e690(0x16d))/0xc);if(_0x42ba66===_0x173648)break;else _0x206728['push'](_0x206728['shift']());}catch(_0x24420f){_0x206728['push'](_0x206728['shift']());}}}(_0x1479,0x9ebc5));import{napCatCore}from'..';export class NTQQCollectionApi{static async[_0x16047e(0x16e)](_0x345384,_0x526380,_0x4ca5ac,_0x24f57c,_0x393b53){const _0x179ba0=_0x16047e;let _0x31c83a={'commInfo':{'bid':0x1,'category':0x2,'author':{'type':0x1,'numId':_0x345384,'strId':_0x4ca5ac,'groupId':'0','groupName':'','uid':_0x526380},'customGroupId':'0','createTime':Date['now']()['toString'](),'sequence':Date[_0x179ba0(0x167)]()[_0x179ba0(0x169)]()},'richMediaSummary':{'originalUri':'','publisher':'','richMediaVersion':0x0,'subTitle':'','title':'','brief':_0x24f57c,'picList':[],'contentType':0x1},'richMediaContent':{'rawData':_0x393b53,'bizDataList':[],'picList':[],'fileList':[]},'need_share_url':![]};return napCatCore[_0x179ba0(0x16b)][_0x179ba0(0x165)]()['createNewCollectionItem'](_0x31c83a);}static async['getAllCollection'](_0x5b62ec=0x0,_0x4ac328=0x32){const _0x5c04b8=_0x16047e;let _0x17dfb2={'category':_0x5b62ec,'groupId':-0x1,'forceSync':!![],'forceFromDb':![],'timeStamp':'0','count':_0x4ac328,'searchDown':!![]};return napCatCore[_0x5c04b8(0x16b)][_0x5c04b8(0x165)]()[_0x5c04b8(0x164)](_0x17dfb2);}}
|
||||
const _0x5293b2=_0x133e;function _0x133e(_0x3ac5c5,_0x4b1da0){const _0x17ec66=_0x17ec();return _0x133e=function(_0x133e09,_0x10efc5){_0x133e09=_0x133e09-0xc1;let _0x377271=_0x17ec66[_0x133e09];return _0x377271;},_0x133e(_0x3ac5c5,_0x4b1da0);}function _0x17ec(){const _0x5172b0=['136686GCwRJK','189CRCrxh','getCollectionItemList','2681833QgyEor','createNewCollectionItem','session','117LsMTRG','getAllCollection','1673ehVVMI','6224zzPQVJ','39476HwsHTF','1767051aoqotO','2322pWtlNV','10iCKktN','599795TVDbDX','createCollection','now','getCollectionService','toString'];_0x17ec=function(){return _0x5172b0;};return _0x17ec();}(function(_0x5f35dc,_0x16a370){const _0x163af5=_0x133e,_0x42f897=_0x5f35dc();while(!![]){try{const _0xeffc7a=-parseInt(_0x163af5(0xcd))/0x1*(parseInt(_0x163af5(0xc5))/0x2)+parseInt(_0x163af5(0xd2))/0x3*(parseInt(_0x163af5(0xc3))/0x4)+-parseInt(_0x163af5(0xc7))/0x5+parseInt(_0x163af5(0xcc))/0x6+parseInt(_0x163af5(0xc1))/0x7*(parseInt(_0x163af5(0xc2))/0x8)+parseInt(_0x163af5(0xc4))/0x9+-parseInt(_0x163af5(0xc6))/0xa*(parseInt(_0x163af5(0xcf))/0xb);if(_0xeffc7a===_0x16a370)break;else _0x42f897['push'](_0x42f897['shift']());}catch(_0x260ec5){_0x42f897['push'](_0x42f897['shift']());}}}(_0x17ec,0x327aa));import{napCatCore}from'..';export class NTQQCollectionApi{static async[_0x5293b2(0xc8)](_0x5262a9,_0x3ecf96,_0x33fc69,_0x2595b8,_0x2db61e){const _0x4e35dc=_0x5293b2;let _0x2b601a={'commInfo':{'bid':0x1,'category':0x2,'author':{'type':0x1,'numId':_0x5262a9,'strId':_0x33fc69,'groupId':'0','groupName':'','uid':_0x3ecf96},'customGroupId':'0','createTime':Date[_0x4e35dc(0xc9)]()[_0x4e35dc(0xcb)](),'sequence':Date[_0x4e35dc(0xc9)]()[_0x4e35dc(0xcb)]()},'richMediaSummary':{'originalUri':'','publisher':'','richMediaVersion':0x0,'subTitle':'','title':'','brief':_0x2595b8,'picList':[],'contentType':0x1},'richMediaContent':{'rawData':_0x2db61e,'bizDataList':[],'picList':[],'fileList':[]},'need_share_url':![]};return napCatCore[_0x4e35dc(0xd1)][_0x4e35dc(0xca)]()[_0x4e35dc(0xd0)](_0x2b601a);}static async[_0x5293b2(0xd3)](_0x2cdc7d=0x0,_0x5958d=0x32){const _0x41fa3a=_0x5293b2;let _0x238b46={'category':_0x2cdc7d,'groupId':-0x1,'forceSync':!![],'forceFromDb':![],'timeStamp':'0','count':_0x5958d,'searchDown':!![]};return napCatCore['session'][_0x41fa3a(0xca)]()[_0x41fa3a(0xce)](_0x238b46);}}
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
function _0x1a44(_0x1f1675,_0x83bd5){const _0xe9eef=_0xe9ee();return _0x1a44=function(_0x1a4428,_0x1b811b){_0x1a4428=_0x1a4428-0x16f;let _0x3f3d81=_0xe9eef[_0x1a4428];return _0x3f3d81;},_0x1a44(_0x1f1675,_0x83bd5);}const _0x93afbf=_0x1a44;(function(_0xac8491,_0x52fc93){const _0x2d29fa=_0x1a44,_0x5bf2f6=_0xac8491();while(!![]){try{const _0x4acc42=-parseInt(_0x2d29fa(0x179))/0x1+parseInt(_0x2d29fa(0x17d))/0x2*(parseInt(_0x2d29fa(0x170))/0x3)+-parseInt(_0x2d29fa(0x185))/0x4+-parseInt(_0x2d29fa(0x183))/0x5*(-parseInt(_0x2d29fa(0x177))/0x6)+-parseInt(_0x2d29fa(0x178))/0x7*(parseInt(_0x2d29fa(0x186))/0x8)+parseInt(_0x2d29fa(0x16f))/0x9*(-parseInt(_0x2d29fa(0x180))/0xa)+parseInt(_0x2d29fa(0x17c))/0xb;if(_0x4acc42===_0x52fc93)break;else _0x5bf2f6['push'](_0x5bf2f6['shift']());}catch(_0x12996b){_0x5bf2f6['push'](_0x5bf2f6['shift']());}}}(_0xe9ee,0x9a69d));function _0xe9ee(){const _0x2245a0=['71010trKnGM','getFriends','NodeIKernelBuddyService/getBuddyList','approvalFriendRequest','CallNormalEvent','isBuddy','push','275178IrUDoQ','623MMPxwq','408994YFdugo','split','NodeIKernelBuddyListener/onBuddyListChange','32730544MNzYzF','14fHNJfL','length','JIuBh','1410BLNxxK','session','handleFriendRequest','110lmNWnw','buddyList','3855392iETfXK','85928EUZROO','getBuddyService','75888GuQkuN'];_0xe9ee=function(){return _0x2245a0;};return _0xe9ee();}import{napCatCore}from'@/core';import{NTEventDispatch}from'@/common/utils/EventTask';export class NTQQFriendApi{static async[_0x93afbf(0x175)](_0x268d1e){const _0xd7b31b=_0x93afbf;return napCatCore['session'][_0xd7b31b(0x187)]()[_0xd7b31b(0x175)](_0x268d1e);}static async[_0x93afbf(0x171)](_0x2f6e18=![]){const _0x3007e5=_0x93afbf,_0x43e871={'JIuBh':_0x3007e5(0x17b)};let [_0xb58467,_0x5ebc85]=await NTEventDispatch[_0x3007e5(0x174)](_0x3007e5(0x172),_0x43e871[_0x3007e5(0x17f)],0x1,0x1388,_0x2f6e18);const _0x2d3bd0=[];for(const _0x578294 of _0x5ebc85){for(const _0x5cab41 of _0x578294[_0x3007e5(0x184)]){_0x2d3bd0[_0x3007e5(0x176)](_0x5cab41);}}return _0x2d3bd0;}static async[_0x93afbf(0x182)](_0x529c43,_0x29fa8a){const _0x5be223=_0x93afbf,_0x20323a={'vCgQu':function(_0x247b05,_0x54a1fd){return _0x247b05<_0x54a1fd;}};let _0x23fd0b=_0x529c43[_0x5be223(0x17a)]('|');if(_0x20323a['vCgQu'](_0x23fd0b[_0x5be223(0x17e)],0x2))return;let _0x178ba3=_0x23fd0b[0x0],_0x3ae0ce=_0x23fd0b[0x1];napCatCore[_0x5be223(0x181)][_0x5be223(0x187)]()?.[_0x5be223(0x173)]({'friendUid':_0x178ba3,'reqTime':_0x3ae0ce,'accept':_0x29fa8a});}}
|
||||
const _0x4786b3=_0x12b2;(function(_0x1d7eed,_0x11acdb){const _0x35eca1=_0x12b2,_0x5cb2af=_0x1d7eed();while(!![]){try{const _0x2645bc=parseInt(_0x35eca1(0x18a))/0x1*(parseInt(_0x35eca1(0x18f))/0x2)+parseInt(_0x35eca1(0x198))/0x3*(-parseInt(_0x35eca1(0x18c))/0x4)+-parseInt(_0x35eca1(0x18d))/0x5+-parseInt(_0x35eca1(0x195))/0x6+-parseInt(_0x35eca1(0x18e))/0x7+parseInt(_0x35eca1(0x190))/0x8+parseInt(_0x35eca1(0x197))/0x9;if(_0x2645bc===_0x11acdb)break;else _0x5cb2af['push'](_0x5cb2af['shift']());}catch(_0x418b83){_0x5cb2af['push'](_0x5cb2af['shift']());}}}(_0x53d6,0x35d17));import{napCatCore}from'@/core';function _0x53d6(){const _0x191e1c=['leRiM','getBuddyService','split','1298BLttbY','CallNormalEvent','12YFcIfl','913635JcYTlk','2265900elEyiG','354rZvLId','1220528tcaHDP','session','NodeIKernelBuddyService/getBuddyList','buddyList','approvalFriendRequest','831762eAHnjl','isBuddy','6224103mZDdgM','208386DAakOs','handleFriendRequest'];_0x53d6=function(){return _0x191e1c;};return _0x53d6();}function _0x12b2(_0x412aa9,_0x55711c){const _0x53d656=_0x53d6();return _0x12b2=function(_0x12b2aa,_0x89399a){_0x12b2aa=_0x12b2aa-0x18a;let _0x28ec99=_0x53d656[_0x12b2aa];return _0x28ec99;},_0x12b2(_0x412aa9,_0x55711c);}import{NTEventDispatch}from'@/common/utils/EventTask';export class NTQQFriendApi{static async[_0x4786b3(0x196)](_0x521e4d){const _0xe247f8=_0x4786b3;return napCatCore[_0xe247f8(0x191)][_0xe247f8(0x19b)]()['isBuddy'](_0x521e4d);}static async['getFriends'](_0x4bdbf1=![]){const _0xc775f7=_0x4786b3,_0xf8b710={'QyXXY':_0xc775f7(0x192)};let [_0x335dee,_0x2bb5ea]=await NTEventDispatch[_0xc775f7(0x18b)](_0xf8b710['QyXXY'],'NodeIKernelBuddyListener/onBuddyListChange',0x1,0x1388,_0x4bdbf1);const _0x5c8ba5=[];for(const _0x332ca5 of _0x2bb5ea){for(const _0x3e827d of _0x332ca5[_0xc775f7(0x193)]){_0x5c8ba5['push'](_0x3e827d);}}return _0x5c8ba5;}static async[_0x4786b3(0x199)](_0x1c4b3c,_0x142d51){const _0x8fb7af=_0x4786b3,_0x1e6d02={'leRiM':function(_0x3f4aad,_0x8b408f){return _0x3f4aad<_0x8b408f;}};let _0x239cfc=_0x1c4b3c[_0x8fb7af(0x19c)]('|');if(_0x1e6d02[_0x8fb7af(0x19a)](_0x239cfc['length'],0x2))return;let _0x1838cc=_0x239cfc[0x0],_0x35ac41=_0x239cfc[0x1];napCatCore[_0x8fb7af(0x191)][_0x8fb7af(0x19b)]()?.[_0x8fb7af(0x194)]({'friendUid':_0x1838cc,'reqTime':_0x35ac41,'accept':_0x142d51});}}
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
(function(_0x1cbddc,_0x590de3){var _0x68e0d5=_0x4b49,_0x4b8aee=_0x1cbddc();while(!![]){try{var _0x1b5afd=-parseInt(_0x68e0d5(0x1d5))/0x1*(parseInt(_0x68e0d5(0x1d3))/0x2)+parseInt(_0x68e0d5(0x1d4))/0x3+-parseInt(_0x68e0d5(0x1da))/0x4*(parseInt(_0x68e0d5(0x1d8))/0x5)+parseInt(_0x68e0d5(0x1d7))/0x6+parseInt(_0x68e0d5(0x1d9))/0x7+-parseInt(_0x68e0d5(0x1d6))/0x8+parseInt(_0x68e0d5(0x1db))/0x9;if(_0x1b5afd===_0x590de3)break;else _0x4b8aee['push'](_0x4b8aee['shift']());}catch(_0x29807e){_0x4b8aee['push'](_0x4b8aee['shift']());}}}(_0x3215,0x82bea));export*from'./file';function _0x4b49(_0x19865a,_0xdb1188){var _0x3215e1=_0x3215();return _0x4b49=function(_0x4b4913,_0x5acb79){_0x4b4913=_0x4b4913-0x1d3;var _0x5faede=_0x3215e1[_0x4b4913];return _0x5faede;},_0x4b49(_0x19865a,_0xdb1188);}export*from'./friend';export*from'./group';export*from'./msg';export*from'./user';function _0x3215(){var _0x2fbf37=['9408312sGSrEc','26XIJhMD','1626636oMZwGW','71959foJKOd','8126280vfDvrU','3862014hZwPOx','30YqHcLB','7197365bohcMc','515108dpbXXZ'];_0x3215=function(){return _0x2fbf37;};return _0x3215();}export*from'./webapi';export*from'./sign';export*from'./system';
|
||||
(function(_0x2502b9,_0x1a84fe){var _0x5085a6=_0x2300,_0x511d0e=_0x2502b9();while(!![]){try{var _0x92c541=-parseInt(_0x5085a6(0x1f0))/0x1+parseInt(_0x5085a6(0x1f3))/0x2+-parseInt(_0x5085a6(0x1ef))/0x3+-parseInt(_0x5085a6(0x1f5))/0x4*(-parseInt(_0x5085a6(0x1f2))/0x5)+parseInt(_0x5085a6(0x1f4))/0x6+parseInt(_0x5085a6(0x1ee))/0x7+-parseInt(_0x5085a6(0x1f1))/0x8;if(_0x92c541===_0x1a84fe)break;else _0x511d0e['push'](_0x511d0e['shift']());}catch(_0x3bdebf){_0x511d0e['push'](_0x511d0e['shift']());}}}(_0x2af6,0x767e5));export*from'./file';export*from'./friend';export*from'./group';function _0x2300(_0x61fc75,_0x270b98){var _0x2af665=_0x2af6();return _0x2300=function(_0x23003f,_0x58b5cd){_0x23003f=_0x23003f-0x1ee;var _0x4a1aba=_0x2af665[_0x23003f];return _0x4a1aba;},_0x2300(_0x61fc75,_0x270b98);}export*from'./msg';function _0x2af6(){var _0x72c704=['1569078OdTSvt','4397106ERwLDY','1027484YRNaCn','3354001iHvXSW','2594163xCPcSG','52278uDIsGZ','10918384tmeXKx','15hcdipO'];_0x2af6=function(){return _0x72c704;};return _0x2af6();}export*from'./user';export*from'./webapi';export*from'./sign';export*from'./system';
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
(function(_0x49f020,_0x393991){const _0x3d925f=_0x4ecc,_0x5cb184=_0x49f020();while(!![]){try{const _0x47797b=parseInt(_0x3d925f(0x1a2))/0x1+parseInt(_0x3d925f(0x1a7))/0x2*(parseInt(_0x3d925f(0x1a5))/0x3)+parseInt(_0x3d925f(0x19f))/0x4*(parseInt(_0x3d925f(0x1a8))/0x5)+-parseInt(_0x3d925f(0x194))/0x6*(parseInt(_0x3d925f(0x197))/0x7)+-parseInt(_0x3d925f(0x1ad))/0x8*(-parseInt(_0x3d925f(0x1b8))/0x9)+-parseInt(_0x3d925f(0x191))/0xa*(-parseInt(_0x3d925f(0x19e))/0xb)+parseInt(_0x3d925f(0x1a9))/0xc*(-parseInt(_0x3d925f(0x1aa))/0xd);if(_0x47797b===_0x393991)break;else _0x5cb184['push'](_0x5cb184['shift']());}catch(_0xe953f7){_0x5cb184['push'](_0x5cb184['shift']());}}}(_0x38b6,0x4284d));import{logDebug}from'@/common/utils/log';import{NTQQUserApi}from'./user';function _0x38b6(){const _0x4b5a3a=['166415jthWjj','tagIcon','getSkey','75zBpkyA','stringify','15560nOnpiH','5BwxTDn','48JlihVM','4188665RUntkl','cjxRl','oysrS','32TylZAO','p_skey','skey','title','source','CRWcd','normal','com.tencent.miniapp.lua','replace','MiniApp\x20JSON\x20消息生成失败','HttpGetJson','1167633lKOAwM','OFoUq','tag',';\x20skey=','signed_ark','prompt','preview','iKNTe','30YNlHBu','WrExs','miniapp','1851780Rlmlfd','sourcelogo','p_skey=','7VqXrCL','&ark=','jAUqA','GET',';\x20p_uin=o','imnuP','GSLYH','1973059WBcNtP','1807764nWqueD','https://h5.qzone.qq.com/v2/vip/tx/trpc/ark-share/GenNewSignedArk?g_tk=','\x5c/\x5c/'];_0x38b6=function(){return _0x4b5a3a;};return _0x38b6();}import{selfInfo}from'../data';import{RequestUtil}from'@/common/utils/request';import{WebApi}from'./webapi';function _0x4ecc(_0x662f63,_0x919f5){const _0x38b6f6=_0x38b6();return _0x4ecc=function(_0x4ecc92,_0x1e15ae){_0x4ecc92=_0x4ecc92-0x18d;let _0x42fe17=_0x38b6f6[_0x4ecc92];return _0x42fe17;},_0x4ecc(_0x662f63,_0x919f5);}export async function SignMiniApp(_0x23d49d){const _0x22860a=_0x4ecc,_0x19ea4d={'vGgCA':'tianxuan.imgJumpArk','ieetQ':_0x22860a(0x193),'GSLYH':'\x5c/\x5c/','OFoUq':function(_0x1b3350,_0x52646a){return _0x1b3350+_0x52646a;},'iKNTe':_0x22860a(0x196),'esDMQ':_0x22860a(0x1bb),'imnuP':_0x22860a(0x19b),'cjxRl':_0x22860a(0x198),'CRWcd':function(_0x96acd7,_0x390307){return _0x96acd7(_0x390307);},'jAUqA':_0x22860a(0x19a),'WrExs':function(_0x4b65b1,_0x177981,_0x2292e1){return _0x4b65b1(_0x177981,_0x2292e1);},'oysrS':_0x22860a(0x1b6)};let _0x5808e6={'app':_0x22860a(0x1b4),'bizsrc':_0x19ea4d['vGgCA'],'view':_0x19ea4d['ieetQ'],'prompt':_0x23d49d[_0x22860a(0x18e)],'config':{'type':_0x22860a(0x1b3),'forward':0x1,'autosize':0x0},'meta':{'miniapp':{'title':_0x23d49d[_0x22860a(0x1b0)],'preview':_0x23d49d[_0x22860a(0x18f)][_0x22860a(0x1b5)](/\\/g,_0x19ea4d[_0x22860a(0x19d)]),'jumpUrl':_0x23d49d['jumpUrl']['replace'](/\\/g,_0x19ea4d[_0x22860a(0x19d)]),'tag':_0x23d49d[_0x22860a(0x1ba)],'tagIcon':_0x23d49d[_0x22860a(0x1a3)][_0x22860a(0x1b5)](/\\/g,_0x22860a(0x1a1)),'source':_0x23d49d[_0x22860a(0x1b1)],'sourcelogo':_0x23d49d[_0x22860a(0x195)]['replace'](/\\/g,_0x22860a(0x1a1))}}};const _0x4ead04=await NTQQUserApi[_0x22860a(0x1a4)]();let _0x64fc90=await NTQQUserApi['getQzoneCookies']();const _0x46c782=WebApi['genBkn'](_0x64fc90[_0x22860a(0x1ae)]),_0x42e9e8=_0x19ea4d[_0x22860a(0x1b9)](_0x19ea4d[_0x22860a(0x1b9)](_0x19ea4d[_0x22860a(0x1b9)](_0x19ea4d['OFoUq'](_0x19ea4d['OFoUq'](_0x19ea4d[_0x22860a(0x190)]+_0x64fc90['p_skey']+_0x19ea4d['esDMQ'],_0x64fc90[_0x22860a(0x1af)]),_0x19ea4d[_0x22860a(0x19c)]),selfInfo['uin']),';\x20uin=o'),selfInfo['uin']);let _0x27627e=_0x19ea4d['OFoUq'](_0x19ea4d[_0x22860a(0x1b9)](_0x22860a(0x1a0)+_0x46c782,_0x19ea4d[_0x22860a(0x1ab)]),_0x19ea4d[_0x22860a(0x1b2)](encodeURIComponent,JSON[_0x22860a(0x1a6)](_0x5808e6))),_0x36e4de='';try{let _0x58d599=await RequestUtil[_0x22860a(0x1b7)](_0x27627e,_0x19ea4d[_0x22860a(0x199)],undefined,{'Cookie':_0x42e9e8});_0x36e4de=_0x58d599['data'][_0x22860a(0x18d)];}catch(_0x2ccfbe){_0x19ea4d[_0x22860a(0x192)](logDebug,_0x19ea4d[_0x22860a(0x1ac)],_0x2ccfbe);}return _0x36e4de;}
|
||||
function _0x477f(){const _0x4fcd67=['252rXePaN','\x5c/\x5c/','preview','56ktLkUY',';\x20skey=','uin','mOfMa','miniapp','tagIcon','signed_ark','com.tencent.miniapp.lua','ZBoiN','IQFae','YmvMo','41694EIzlfL','DRZpu','2686401aZDhFo',';\x20p_uin=o','source',';\x20uin=o','sourcelogo','title','jumpUrl','skey','49705OWAEfN','p_skey=','172755eiuaRG','stringify','spJKs','VeHYd','MiniApp\x20JSON\x20消息生成失败','tag','&ark=','data','nTMqz','jdXxJ','https://h5.qzone.qq.com/v2/vip/tx/trpc/ark-share/GenNewSignedArk?g_tk=','replace','581910JupUhW','p_skey','VmMcq','BgXhr','187320ekXpoA','WlBBZ','1002032xzkhYk'];_0x477f=function(){return _0x4fcd67;};return _0x477f();}(function(_0x2bc87a,_0x1e41aa){const _0x3c1ef9=_0x1ff0,_0x1bd9e0=_0x2bc87a();while(!![]){try{const _0x543351=-parseInt(_0x3c1ef9(0x141))/0x1+-parseInt(_0x3c1ef9(0x120))/0x2+-parseInt(_0x3c1ef9(0x135))/0x3*(parseInt(_0x3c1ef9(0x12a))/0x4)+parseInt(_0x3c1ef9(0x13f))/0x5*(parseInt(_0x3c1ef9(0x127))/0x6)+parseInt(_0x3c1ef9(0x124))/0x7+parseInt(_0x3c1ef9(0x126))/0x8+parseInt(_0x3c1ef9(0x137))/0x9;if(_0x543351===_0x1e41aa)break;else _0x1bd9e0['push'](_0x1bd9e0['shift']());}catch(_0x3d1967){_0x1bd9e0['push'](_0x1bd9e0['shift']());}}}(_0x477f,0x3334f));import{logDebug}from'@/common/utils/log';import{NTQQUserApi}from'./user';function _0x1ff0(_0x4bec11,_0x15bb3b){const _0x477f97=_0x477f();return _0x1ff0=function(_0x1ff038,_0x3fb424){_0x1ff038=_0x1ff038-0x11c;let _0x1ebeb7=_0x477f97[_0x1ff038];return _0x1ebeb7;},_0x1ff0(_0x4bec11,_0x15bb3b);}import{selfInfo}from'../data';import{RequestUtil}from'@/common/utils/request';import{WebApi}from'./webapi';export async function SignMiniApp(_0x586f25){const _0x4e86c2=_0x1ff0,_0x582a22={'DRZpu':_0x4e86c2(0x131),'BgXhr':'tianxuan.imgJumpArk','SebVs':_0x4e86c2(0x12e),'mOfMa':'normal','ZBoiN':_0x4e86c2(0x128),'nTMqz':function(_0x22cf76,_0x59fea2){return _0x22cf76+_0x59fea2;},'jdXxJ':_0x4e86c2(0x12b),'VmMcq':_0x4e86c2(0x138),'YmvMo':_0x4e86c2(0x13a),'spJKs':function(_0x1c44e0,_0x571053){return _0x1c44e0+_0x571053;},'WlBBZ':_0x4e86c2(0x11e),'IQFae':_0x4e86c2(0x147),'VeHYd':'GET','ZOcrU':function(_0x3307f0,_0x1f2a77,_0x393fea){return _0x3307f0(_0x1f2a77,_0x393fea);}};let _0xe7b77e={'app':_0x582a22[_0x4e86c2(0x136)],'bizsrc':_0x582a22[_0x4e86c2(0x123)],'view':_0x582a22['SebVs'],'prompt':_0x586f25['prompt'],'config':{'type':_0x582a22[_0x4e86c2(0x12d)],'forward':0x1,'autosize':0x0},'meta':{'miniapp':{'title':_0x586f25[_0x4e86c2(0x13c)],'preview':_0x586f25[_0x4e86c2(0x129)]['replace'](/\\/g,_0x582a22[_0x4e86c2(0x132)]),'jumpUrl':_0x586f25[_0x4e86c2(0x13d)][_0x4e86c2(0x11f)](/\\/g,_0x582a22['ZBoiN']),'tag':_0x586f25[_0x4e86c2(0x146)],'tagIcon':_0x586f25[_0x4e86c2(0x12f)][_0x4e86c2(0x11f)](/\\/g,_0x4e86c2(0x128)),'source':_0x586f25[_0x4e86c2(0x139)],'sourcelogo':_0x586f25[_0x4e86c2(0x13b)][_0x4e86c2(0x11f)](/\\/g,_0x582a22[_0x4e86c2(0x132)])}}},_0x5e465b=await NTQQUserApi['getQzoneCookies']();const _0x50918d=WebApi['genBkn'](_0x5e465b['p_skey']),_0x24098e=_0x582a22[_0x4e86c2(0x11c)](_0x582a22[_0x4e86c2(0x11c)](_0x582a22[_0x4e86c2(0x11c)](_0x582a22['nTMqz'](_0x582a22[_0x4e86c2(0x11c)](_0x4e86c2(0x140),_0x5e465b[_0x4e86c2(0x121)])+_0x582a22[_0x4e86c2(0x11d)],_0x5e465b[_0x4e86c2(0x13e)]),_0x582a22[_0x4e86c2(0x122)]),selfInfo[_0x4e86c2(0x12c)])+_0x582a22[_0x4e86c2(0x134)],selfInfo['uin']);let _0x4b16dd=_0x582a22[_0x4e86c2(0x143)](_0x582a22[_0x4e86c2(0x125)]+_0x50918d+_0x582a22[_0x4e86c2(0x133)],encodeURIComponent(JSON[_0x4e86c2(0x142)](_0xe7b77e))),_0xfc2b67='';try{let _0x7c28b0=await RequestUtil['HttpGetJson'](_0x4b16dd,_0x582a22[_0x4e86c2(0x144)],undefined,{'Cookie':_0x24098e});_0xfc2b67=_0x7c28b0[_0x4e86c2(0x148)][_0x4e86c2(0x130)];}catch(_0x2e2fdf){_0x582a22['ZOcrU'](logDebug,_0x4e86c2(0x145),_0x2e2fdf);}return _0xfc2b67;}
|
1
src/core.lib/src/apis/system.d.ts
vendored
1
src/core.lib/src/apis/system.d.ts
vendored
@@ -9,4 +9,5 @@ export declare class NTQQSystemApi {
|
||||
static getArkJsonCollection(cid: string): Promise<GeneralCallResult & {
|
||||
arkJson: string;
|
||||
}>;
|
||||
static BootMiniApp(appfile: string, params: string): Promise<unknown>;
|
||||
}
|
||||
|
@@ -1 +1 @@
|
||||
const _0x155ab2=_0x5adb;(function(_0x4e21ef,_0x353977){const _0x4d8c45=_0x5adb,_0x13ba08=_0x4e21ef();while(!![]){try{const _0x339059=parseInt(_0x4d8c45(0xe6))/0x1+-parseInt(_0x4d8c45(0xd9))/0x2+-parseInt(_0x4d8c45(0xdf))/0x3*(parseInt(_0x4d8c45(0xe2))/0x4)+parseInt(_0x4d8c45(0xe0))/0x5*(-parseInt(_0x4d8c45(0xe5))/0x6)+-parseInt(_0x4d8c45(0xdd))/0x7*(-parseInt(_0x4d8c45(0xda))/0x8)+parseInt(_0x4d8c45(0xd7))/0x9*(parseInt(_0x4d8c45(0xdb))/0xa)+-parseInt(_0x4d8c45(0xe3))/0xb;if(_0x339059===_0x353977)break;else _0x13ba08['push'](_0x13ba08['shift']());}catch(_0x147c6e){_0x13ba08['push'](_0x13ba08['shift']());}}}(_0x2192,0x4c4f5));function _0x5adb(_0x198b62,_0x42d8b5){const _0x219264=_0x2192();return _0x5adb=function(_0x5adbb7,_0x2db35a){_0x5adbb7=_0x5adbb7-0xd5;let _0x562124=_0x219264[_0x5adbb7];return _0x562124;},_0x5adb(_0x198b62,_0x42d8b5);}import{NTEventDispatch}from'@/common/utils/EventTask';function _0x2192(){const _0x56bb94=['1717662698058','translateEnWordToZn','hasOtherRunningQQProcess','NodeIKernelCollectionService/collectionArkShare','getOnLineDev','2133774IEvQal','getOnlineDev','196420jwxJYN','4675912BlWOZp','10pKvvsp','ORCImage','7zDtmYQ','CallNoListenerEvent','12795COvfuk','1915BEfeFm','wantWinScreenOCR','112XxtCbO','2363141tceIZY','session','6324SBFcMg','327133OwmYjV','getMsgService'];_0x2192=function(){return _0x56bb94;};return _0x2192();}import{napCatCore}from'@/core';export class NTQQSystemApi{static async[_0x155ab2(0xea)](){return napCatCore['util']['hasOtherRunningQQProcess']();}static async[_0x155ab2(0xdc)](_0x2ea266){const _0x31662e=_0x155ab2;return napCatCore[_0x31662e(0xe4)]['getNodeMiscService']()[_0x31662e(0xe1)](_0x2ea266);}static async['translateEnWordToZn'](_0x143393){const _0x30e5b2=_0x155ab2;return napCatCore[_0x30e5b2(0xe4)]['getRichMediaService']()[_0x30e5b2(0xe9)](_0x143393);}static async[_0x155ab2(0xd8)](){const _0x24d884=_0x155ab2;return napCatCore[_0x24d884(0xe4)][_0x24d884(0xe7)]()[_0x24d884(0xd6)]();}static async['getArkJsonCollection'](_0x5eee27){const _0x5ccd30=_0x155ab2,_0x275cd2={'yKNXB':_0x5ccd30(0xd5),'IWKNN':_0x5ccd30(0xe8)};let _0x2d2f7c=await NTEventDispatch[_0x5ccd30(0xde)](_0x275cd2['yKNXB'],0x1388,_0x275cd2['IWKNN']);return _0x2d2f7c;}}
|
||||
const _0x490294=_0x2c5f;(function(_0x142313,_0xcc3203){const _0x56674a=_0x2c5f,_0x364e51=_0x142313();while(!![]){try{const _0xd2cfd2=parseInt(_0x56674a(0xbc))/0x1*(-parseInt(_0x56674a(0xb2))/0x2)+parseInt(_0x56674a(0xa5))/0x3*(parseInt(_0x56674a(0xb9))/0x4)+-parseInt(_0x56674a(0xac))/0x5+parseInt(_0x56674a(0xa9))/0x6*(-parseInt(_0x56674a(0xa1))/0x7)+-parseInt(_0x56674a(0xb8))/0x8+-parseInt(_0x56674a(0xb5))/0x9+parseInt(_0x56674a(0xa2))/0xa*(parseInt(_0x56674a(0xae))/0xb);if(_0xd2cfd2===_0xcc3203)break;else _0x364e51['push'](_0x364e51['shift']());}catch(_0x44a842){_0x364e51['push'](_0x364e51['shift']());}}}(_0xb42d,0x90580));import{NTEventDispatch}from'@/common/utils/EventTask';function _0x2c5f(_0x35f37e,_0xf18b67){const _0xb42d6=_0xb42d();return _0x2c5f=function(_0x2c5f59,_0x2a5bc9){_0x2c5f59=_0x2c5f59-0xa0;let _0x312b94=_0xb42d6[_0x2c5f59];return _0x312b94;},_0x2c5f(_0x35f37e,_0xf18b67);}import{napCatCore}from'@/core';function _0xb42d(){const _0xcf575e=['4741710SUOgRM','getRichMediaService','CallNoListenerEvent','249015vPcdBO','RPxzd','22mEwXSr','getMiniAppPath','ntmEW','NodeIKernelCollectionService/collectionArkShare','265544xODvRJ','setMiniAppVersion','BootMiniApp','8367507ypArdm','translateEnWordToZn','wantWinScreenOCR','3969048qjUrqj','16CNfmkV','2.16.4','getMsgService','5lJltCm','hasOtherRunningQQProcess','7LFTlxb','14967490vagxgu','util','getNodeMiscService','395652igMIQv','getOnlineDev','log','session'];_0xb42d=function(){return _0xcf575e;};return _0xb42d();}export class NTQQSystemApi{static async[_0x490294(0xa0)](){const _0x3f5bf0=_0x490294;return napCatCore[_0x3f5bf0(0xa3)][_0x3f5bf0(0xa0)]();}static async['ORCImage'](_0x2cce8f){const _0x1ad3ac=_0x490294;return napCatCore['session'][_0x1ad3ac(0xa4)]()[_0x1ad3ac(0xb7)](_0x2cce8f);}static async[_0x490294(0xb6)](_0x21ccb3){const _0x39cf4d=_0x490294;return napCatCore['session'][_0x39cf4d(0xaa)]()[_0x39cf4d(0xb6)](_0x21ccb3);}static async[_0x490294(0xa6)](){const _0x2ff995=_0x490294;return napCatCore[_0x2ff995(0xa8)][_0x2ff995(0xbb)]()['getOnLineDev']();}static async['getArkJsonCollection'](_0x2ef663){const _0x337d3a=_0x490294,_0x57d968={'ntmEW':_0x337d3a(0xb1)};let _0x12e489=await NTEventDispatch[_0x337d3a(0xab)](_0x57d968[_0x337d3a(0xb0)],0x1388,'1717662698058');return _0x12e489;}static async[_0x490294(0xb4)](_0x50b214,_0xf9603e){const _0x1067f4=_0x490294,_0x17ca94={'RPxzd':_0x1067f4(0xba)};await napCatCore[_0x1067f4(0xa8)]['getNodeMiscService']()[_0x1067f4(0xb3)](_0x17ca94[_0x1067f4(0xad)]);let _0x568609=await napCatCore['session']['getNodeMiscService']()[_0x1067f4(0xaf)]();return console[_0x1067f4(0xa7)](_0x568609),napCatCore[_0x1067f4(0xa8)][_0x1067f4(0xa4)]()['startNewMiniApp'](_0x50b214,_0xf9603e);}}
|
8
src/core.lib/src/apis/user.d.ts
vendored
8
src/core.lib/src/apis/user.d.ts
vendored
@@ -17,15 +17,19 @@ export declare class NTQQUserApi {
|
||||
static getUserInfo(uid: string): Promise<void>;
|
||||
static getUserDetailInfo(uid: string): Promise<User>;
|
||||
static modifySelfProfile(param: ModifyProfileParams): Promise<GeneralCallResult>;
|
||||
static getPSkey(domainList: string[], cached?: boolean): Promise<{
|
||||
static getCookies(domain: string): Promise<{
|
||||
[key: string]: string;
|
||||
}>;
|
||||
static getPSkey(domainList: string[]): Promise<GeneralCallResult & {
|
||||
domainPskeyMap: Map<string, string>;
|
||||
}>;
|
||||
static getRobotUinRange(): Promise<Array<any>>;
|
||||
static getQzoneCookies(): Promise<{
|
||||
[key: string]: string;
|
||||
}>;
|
||||
static getSkey(cached?: boolean): Promise<string | undefined>;
|
||||
static getSkey(): Promise<string | undefined>;
|
||||
static getUidByUin(Uin: string): Promise<string | undefined>;
|
||||
static getUinByUid(Uid: string | undefined): Promise<string | undefined>;
|
||||
static getUserDetailInfoByUin(Uin: string): Promise<UserDetailInfoByUin>;
|
||||
static forceFetchClientKey(): Promise<import("@/core").forceFetchClientKeyRetType>;
|
||||
}
|
||||
|
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(_0x33edcd,_0x59f747){const _0x564bf5=_0x3317,_0x47eb43=_0x33edcd();while(!![]){try{const _0x594c49=parseInt(_0x564bf5(0xc1))/0x1*(parseInt(_0x564bf5(0xb7))/0x2)+parseInt(_0x564bf5(0xbf))/0x3*(-parseInt(_0x564bf5(0xb2))/0x4)+parseInt(_0x564bf5(0xbe))/0x5+-parseInt(_0x564bf5(0xae))/0x6*(-parseInt(_0x564bf5(0xb5))/0x7)+-parseInt(_0x564bf5(0xb1))/0x8*(parseInt(_0x564bf5(0xbc))/0x9)+parseInt(_0x564bf5(0xac))/0xa*(-parseInt(_0x564bf5(0xb8))/0xb)+-parseInt(_0x564bf5(0xad))/0xc;if(_0x594c49===_0x59f747)break;else _0x47eb43['push'](_0x47eb43['shift']());}catch(_0x4c50b4){_0x47eb43['push'](_0x47eb43['shift']());}}}(_0x1e65,0x64b0b));import{isNumeric}from'@/common/utils/helper';import{NTQQGroupApi}from'@/core/apis';export const Credentials={'Skey':'','CreatTime':0x0,'Cookies':new Map(),'ClientKey':'','KeyIndex':'','PskeyData':new Map(),'PskeyTime':new Map()};export const WebGroupData={'GroupData':new Map(),'GroupTime':new Map()};export const selfInfo={'uid':'','uin':'','nick':'','online':!![]};export const groups=new Map();function _0x3317(_0x5624d,_0x169f19){const _0x1e65bc=_0x1e65();return _0x3317=function(_0x331702,_0x127910){_0x331702=_0x331702-0xab;let _0x26db76=_0x1e65bc[_0x331702];return _0x26db76;},_0x3317(_0x5624d,_0x169f19);}export function deleteGroup(_0x34ec55){const _0x355fb1=_0x3317;groups[_0x355fb1(0xbb)](_0x34ec55),groupMembers[_0x355fb1(0xbb)](_0x34ec55);}export const groupMembers=new Map();export const friends=new Map();function _0x1e65(){const _0x81485d=['delete','9NEuGnV','getGroupMembers','1325195dbbExy','7893qOXhEp','toString','17177OMjzYL','get','from','310130kLtpia','5797044YVCHEd','126pxQjBM','groupCode','find','457904IysSoc','4bgvDSm','uin','oznTv','2359hztGXr','AsILF','94DfZXxp','44WLXfRS','set','values'];_0x1e65=function(){return _0x81485d;};return _0x1e65();}export const groupNotifies={};export async function getGroup(_0x4dbc87){const _0x3d3418=_0x3317;let _0x1dc7e8=groups[_0x3d3418(0xc2)](_0x4dbc87[_0x3d3418(0xc0)]());if(!_0x1dc7e8)try{const _0x133c9e=await NTQQGroupApi['getGroups']();_0x133c9e['length']&&_0x133c9e['forEach'](_0x12bf92=>{const _0x5c7dcf=_0x3d3418;groups[_0x5c7dcf(0xb9)](_0x12bf92[_0x5c7dcf(0xaf)],_0x12bf92);});}catch(_0x1991dd){return undefined;}return _0x1dc7e8=groups[_0x3d3418(0xc2)](_0x4dbc87[_0x3d3418(0xc0)]()),_0x1dc7e8;}export async function getGroupMember(_0x520a47,_0x22097e){const _0x36558e=_0x3317,_0x5da2da={'AsILF':function(_0x2272fe,_0x2f93e3){return _0x2272fe(_0x2f93e3);},'oznTv':function(_0x3d4bc8){return _0x3d4bc8();}};_0x520a47=_0x520a47['toString'](),_0x22097e=_0x22097e[_0x36558e(0xc0)]();let _0x20ad89=groupMembers[_0x36558e(0xc2)](_0x520a47);if(!_0x20ad89)try{_0x20ad89=await NTQQGroupApi[_0x36558e(0xbd)](_0x520a47),groupMembers[_0x36558e(0xb9)](_0x520a47,_0x20ad89);}catch(_0x34e000){return null;}const _0x18e1d8=()=>{const _0x31329c=_0x36558e;let _0x91912a=undefined;return _0x5da2da[_0x31329c(0xb6)](isNumeric,_0x22097e)?_0x91912a=Array[_0x31329c(0xab)](_0x20ad89[_0x31329c(0xba)]())[_0x31329c(0xb0)](_0x8b699b=>_0x8b699b[_0x31329c(0xb3)]===_0x22097e):_0x91912a=_0x20ad89[_0x31329c(0xc2)](_0x22097e),_0x91912a;};let _0x4faf63=_0x5da2da['oznTv'](_0x18e1d8);return!_0x4faf63&&(_0x20ad89=await NTQQGroupApi[_0x36558e(0xbd)](_0x520a47),_0x4faf63=_0x5da2da[_0x36558e(0xb4)](_0x18e1d8)),_0x4faf63;}export const tempGroupCodeMap={};export const rawFriends=[];export const stat={'packet_received':0x0,'packet_sent':0x0,'message_received':0x0,'message_sent':0x0,'last_message_time':0x0,'disconnect_times':0x0,'lost_times':0x0,'packet_lost':0x0};
|
||||
(function(_0x3c126f,_0x360ed5){const _0x5245f3=_0x4ad1,_0x3fd776=_0x3c126f();while(!![]){try{const _0xe94e9=-parseInt(_0x5245f3(0x14f))/0x1*(-parseInt(_0x5245f3(0x157))/0x2)+-parseInt(_0x5245f3(0x15a))/0x3+-parseInt(_0x5245f3(0x158))/0x4+parseInt(_0x5245f3(0x159))/0x5+-parseInt(_0x5245f3(0x156))/0x6+parseInt(_0x5245f3(0x151))/0x7*(parseInt(_0x5245f3(0x15d))/0x8)+parseInt(_0x5245f3(0x152))/0x9;if(_0xe94e9===_0x360ed5)break;else _0x3fd776['push'](_0x3fd776['shift']());}catch(_0x471ad0){_0x3fd776['push'](_0x3fd776['shift']());}}}(_0x518d,0x65abc));import{isNumeric}from'@/common/utils/helper';import{NTQQGroupApi}from'@/core/apis';export const Credentials={'Skey':'','CreatTime':0x0,'Cookies':new Map(),'ClientKey':'','KeyIndex':'','PskeyData':new Map(),'PskeyTime':new Map()};export const WebGroupData={'GroupData':new Map(),'GroupTime':new Map()};export const selfInfo={'uid':'','uin':'','nick':'','online':!![]};export const groups=new Map();export function deleteGroup(_0xe77c04){const _0x3504d6=_0x4ad1;groups[_0x3504d6(0x14d)](_0xe77c04),groupMembers[_0x3504d6(0x14d)](_0xe77c04);}export const groupMembers=new Map();export const friends=new Map();export const groupNotifies={};export async function getGroup(_0x9c99b5){const _0x27dc48=_0x4ad1;let _0x4f4fc8=groups['get'](_0x9c99b5[_0x27dc48(0x15c)]());if(!_0x4f4fc8)try{const _0x2450d2=await NTQQGroupApi[_0x27dc48(0x154)]();_0x2450d2[_0x27dc48(0x153)]&&_0x2450d2['forEach'](_0x377a22=>{const _0x5b0939=_0x27dc48;groups['set'](_0x377a22[_0x5b0939(0x150)],_0x377a22);});}catch(_0x42b6f6){return undefined;}return _0x4f4fc8=groups[_0x27dc48(0x14e)](_0x9c99b5[_0x27dc48(0x15c)]()),_0x4f4fc8;}function _0x518d(){const _0x2e68e1=['2449569OfOPso','from','toString','6634160tcaHxY','uin','yKeCz','MvdHn','delete','get','8sMXwdy','groupCode','7zFmomS','4199553GmjuEL','length','getGroups','getGroupMembers','1133190wENIqX','107990WMKtPP','1659968CfiiHf','544885afMDrm'];_0x518d=function(){return _0x2e68e1;};return _0x518d();}export async function getGroupMember(_0xaef6e5,_0x15b773){const _0x52058f=_0x4ad1,_0x454165={'yKeCz':function(_0x413291,_0x31ab1c){return _0x413291(_0x31ab1c);},'MvdHn':function(_0x9043f5){return _0x9043f5();}};_0xaef6e5=_0xaef6e5[_0x52058f(0x15c)](),_0x15b773=_0x15b773['toString']();let _0x237f16=groupMembers[_0x52058f(0x14e)](_0xaef6e5);if(!_0x237f16)try{_0x237f16=await NTQQGroupApi[_0x52058f(0x155)](_0xaef6e5),groupMembers['set'](_0xaef6e5,_0x237f16);}catch(_0xcaa62d){return null;}const _0x8df5c=()=>{const _0x176da9=_0x52058f;let _0x3a4fb3=undefined;return _0x454165[_0x176da9(0x14b)](isNumeric,_0x15b773)?_0x3a4fb3=Array[_0x176da9(0x15b)](_0x237f16['values']())['find'](_0x3c73fe=>_0x3c73fe[_0x176da9(0x14a)]===_0x15b773):_0x3a4fb3=_0x237f16[_0x176da9(0x14e)](_0x15b773),_0x3a4fb3;};let _0x61a17d=_0x454165['MvdHn'](_0x8df5c);return!_0x61a17d&&(_0x237f16=await NTQQGroupApi[_0x52058f(0x155)](_0xaef6e5),_0x61a17d=_0x454165[_0x52058f(0x14c)](_0x8df5c)),_0x61a17d;}function _0x4ad1(_0x4afab6,_0x33fef6){const _0x518dca=_0x518d();return _0x4ad1=function(_0x4ad108,_0x37b402){_0x4ad108=_0x4ad108-0x14a;let _0x407907=_0x518dca[_0x4ad108];return _0x407907;},_0x4ad1(_0x4afab6,_0x33fef6);}export const tempGroupCodeMap={};export const rawFriends=[];export const stat={'packet_received':0x0,'packet_sent':0x0,'message_received':0x0,'message_sent':0x0,'last_message_time':0x0,'disconnect_times':0x0,'lost_times':0x0,'packet_lost':0x0};
|
@@ -1 +1 @@
|
||||
(function(_0x8c32a6,_0x1f8dc1){var _0x31c6bc=_0x5b94,_0x14550f=_0x8c32a6();while(!![]){try{var _0x26cfb0=parseInt(_0x31c6bc(0xce))/0x1*(-parseInt(_0x31c6bc(0xcd))/0x2)+parseInt(_0x31c6bc(0xd6))/0x3*(-parseInt(_0x31c6bc(0xdf))/0x4)+-parseInt(_0x31c6bc(0xdd))/0x5*(-parseInt(_0x31c6bc(0xdb))/0x6)+parseInt(_0x31c6bc(0xd4))/0x7+parseInt(_0x31c6bc(0xd1))/0x8*(-parseInt(_0x31c6bc(0xcc))/0x9)+parseInt(_0x31c6bc(0xc9))/0xa*(-parseInt(_0x31c6bc(0xd9))/0xb)+parseInt(_0x31c6bc(0xd5))/0xc;if(_0x26cfb0===_0x1f8dc1)break;else _0x14550f['push'](_0x14550f['shift']());}catch(_0x9e07f6){_0x14550f['push'](_0x14550f['shift']());}}}(_0x2783,0xdb844));;export var CacheFileType;(function(_0x1feadb){var _0x3b011b=_0x5b94,_0x22fb04={'QwrTm':_0x3b011b(0xda),'khNJK':_0x3b011b(0xd0),'RKBKP':_0x3b011b(0xde),'zowbv':_0x3b011b(0xca),'LdwST':'VIDEO','DxToE':'AUDIO'},_0x1e60b0=_0x22fb04[_0x3b011b(0xd8)][_0x3b011b(0xcf)]('|'),_0x5595d7=0x0;while(!![]){switch(_0x1e60b0[_0x5595d7++]){case'0':_0x1feadb[_0x1feadb[_0x22fb04[_0x3b011b(0xdc)]]=0x0]=_0x22fb04['khNJK'];continue;case'1':_0x1feadb[_0x1feadb[_0x22fb04[_0x3b011b(0xd2)]]=0x4]=_0x22fb04[_0x3b011b(0xd2)];continue;case'2':_0x1feadb[_0x1feadb[_0x3b011b(0xca)]=0x3]=_0x22fb04[_0x3b011b(0xcb)];continue;case'3':_0x1feadb[_0x1feadb[_0x22fb04['LdwST']]=0x1]=_0x22fb04[_0x3b011b(0xd3)];continue;case'4':_0x1feadb[_0x1feadb[_0x22fb04[_0x3b011b(0xd7)]]=0x2]=_0x22fb04['DxToE'];continue;}break;}}(CacheFileType||(CacheFileType={})));function _0x5b94(_0x24b76c,_0x1f89eb){var _0x27837a=_0x2783();return _0x5b94=function(_0x5b94d4,_0x5b297b){_0x5b94d4=_0x5b94d4-0xc9;var _0x5d606c=_0x27837a[_0x5b94d4];return _0x5d606c;},_0x5b94(_0x24b76c,_0x1f89eb);}function _0x2783(){var _0x4872ee=['15419657LtnlPs','0|3|4|2|1','2607828TSqXIl','khNJK','5Eqonwq','OTHER','3388VuooNg','10cvimVU','DOCUMENT','zowbv','12573BdHvAs','10lNhXwo','66821QcotDK','split','IMAGE','2696JauVps','RKBKP','LdwST','6278832KSbQYH','29716440Nbfcfv','2487iqGGlf','DxToE','QwrTm'];_0x2783=function(){return _0x4872ee;};return _0x2783();}
|
||||
(function(_0x5a621d,_0x36ae58){var _0x42149e=_0x4a52,_0x44c174=_0x5a621d();while(!![]){try{var _0x5469f0=parseInt(_0x42149e(0xac))/0x1+parseInt(_0x42149e(0xa1))/0x2*(-parseInt(_0x42149e(0xae))/0x3)+parseInt(_0x42149e(0xa4))/0x4*(parseInt(_0x42149e(0xab))/0x5)+-parseInt(_0x42149e(0xaa))/0x6*(-parseInt(_0x42149e(0xb0))/0x7)+-parseInt(_0x42149e(0xa0))/0x8+-parseInt(_0x42149e(0xa3))/0x9*(parseInt(_0x42149e(0xaf))/0xa)+parseInt(_0x42149e(0xa6))/0xb;if(_0x5469f0===_0x36ae58)break;else _0x44c174['push'](_0x44c174['shift']());}catch(_0x3e9ca7){_0x44c174['push'](_0x44c174['shift']());}}}(_0x3e8f,0x8896d));function _0x4a52(_0xdcbf4,_0x606f78){var _0x3e8fd5=_0x3e8f();return _0x4a52=function(_0x4a523d,_0x445771){_0x4a523d=_0x4a523d-0xa0;var _0x26d728=_0x3e8fd5[_0x4a523d];return _0x26d728;},_0x4a52(_0xdcbf4,_0x606f78);}function _0x3e8f(){var _0x2aa672=['EQBSb','ynAPI','Dvciw','2808sLBxlg','125HNRrpT','321095mLvvHq','AUDIO','18nbzdtf','30HSERLr','14959GjylxY','VIDEO','KVDVK','7379000fDzwlP','60748ykGDKb','DOCUMENT','1317843ONLtIb','22864timePA','OTHER','7031838lvAzvp'];_0x3e8f=function(){return _0x2aa672;};return _0x3e8f();};export var CacheFileType;(function(_0x576eee){var _0x477ac2=_0x4a52,_0x4a600b={'EQBSb':'IMAGE','ynAPI':'VIDEO','AiqSP':_0x477ac2(0xad),'KVDVK':_0x477ac2(0xa2),'Dvciw':_0x477ac2(0xa5)};_0x576eee[_0x576eee[_0x4a600b[_0x477ac2(0xa7)]]=0x0]=_0x4a600b[_0x477ac2(0xa7)],_0x576eee[_0x576eee[_0x477ac2(0xb1)]=0x1]=_0x4a600b[_0x477ac2(0xa8)],_0x576eee[_0x576eee[_0x4a600b['AiqSP']]=0x2]=_0x4a600b['AiqSP'],_0x576eee[_0x576eee[_0x477ac2(0xa2)]=0x3]=_0x4a600b[_0x477ac2(0xb2)],_0x576eee[_0x576eee[_0x4a600b['Dvciw']]=0x4]=_0x4a600b[_0x477ac2(0xa9)];}(CacheFileType||(CacheFileType={})));
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
(function(_0x417175,_0x4de361){var _0x2789b3=_0x25ef,_0xfa313f=_0x417175();while(!![]){try{var _0x2c87cb=parseInt(_0x2789b3(0x1c9))/0x1*(parseInt(_0x2789b3(0x1c2))/0x2)+parseInt(_0x2789b3(0x1bf))/0x3*(-parseInt(_0x2789b3(0x1c6))/0x4)+-parseInt(_0x2789b3(0x1c8))/0x5*(parseInt(_0x2789b3(0x1c1))/0x6)+-parseInt(_0x2789b3(0x1bd))/0x7+parseInt(_0x2789b3(0x1c5))/0x8+-parseInt(_0x2789b3(0x1cd))/0x9*(-parseInt(_0x2789b3(0x1c0))/0xa)+-parseInt(_0x2789b3(0x1be))/0xb*(-parseInt(_0x2789b3(0x1cc))/0xc);if(_0x2c87cb===_0x4de361)break;else _0xfa313f['push'](_0xfa313f['shift']());}catch(_0x5b1e8d){_0xfa313f['push'](_0xfa313f['shift']());}}}(_0x2288,0x1e2ee));export var GroupMemberRole;function _0x2288(){var _0x56c90e=['yRnRZ','admin','182640KrHgtm','727488harMFm','1705928tzIZoG','143QJzuMy','3XNnqvf','30ARKrkY','41058tKXGjG','390GVaLNp','spGFL','fVJYL','64408VKXxGU','975724TvJokB','owner','45UsgBRE','1151vfugZN'];_0x2288=function(){return _0x56c90e;};return _0x2288();}function _0x25ef(_0x10d875,_0x3f2b99){var _0x228851=_0x2288();return _0x25ef=function(_0x25efc6,_0x30e83c){_0x25efc6=_0x25efc6-0x1bd;var _0x5d0b00=_0x228851[_0x25efc6];return _0x5d0b00;},_0x25ef(_0x10d875,_0x3f2b99);}(function(_0x38b478){var _0xc76f08=_0x25ef,_0x13610f={'yRnRZ':'normal','fVJYL':_0xc76f08(0x1cb),'spGFL':_0xc76f08(0x1c7)};_0x38b478[_0x38b478[_0x13610f[_0xc76f08(0x1ca)]]=0x2]=_0x13610f[_0xc76f08(0x1ca)],_0x38b478[_0x38b478[_0xc76f08(0x1cb)]=0x3]=_0x13610f[_0xc76f08(0x1c4)],_0x38b478[_0x38b478[_0x13610f[_0xc76f08(0x1c3)]]=0x4]=_0x13610f[_0xc76f08(0x1c3)];}(GroupMemberRole||(GroupMemberRole={})));
|
||||
(function(_0x7c1763,_0xfe9aad){var _0x3fcfa4=_0x53e6,_0x44ba28=_0x7c1763();while(!![]){try{var _0x47da07=-parseInt(_0x3fcfa4(0x1d2))/0x1+-parseInt(_0x3fcfa4(0x1d1))/0x2*(parseInt(_0x3fcfa4(0x1d0))/0x3)+parseInt(_0x3fcfa4(0x1d7))/0x4+parseInt(_0x3fcfa4(0x1d6))/0x5+parseInt(_0x3fcfa4(0x1cc))/0x6*(-parseInt(_0x3fcfa4(0x1d8))/0x7)+parseInt(_0x3fcfa4(0x1ce))/0x8+-parseInt(_0x3fcfa4(0x1cf))/0x9;if(_0x47da07===_0xfe9aad)break;else _0x44ba28['push'](_0x44ba28['shift']());}catch(_0x28c791){_0x44ba28['push'](_0x44ba28['shift']());}}}(_0x4b79,0x7277b));function _0x53e6(_0x253eed,_0x235928){var _0x4b7916=_0x4b79();return _0x53e6=function(_0x53e60e,_0x4b2b82){_0x53e60e=_0x53e60e-0x1cb;var _0xa6e563=_0x4b7916[_0x53e60e];return _0xa6e563;},_0x53e6(_0x253eed,_0x235928);}export var GroupMemberRole;(function(_0x247720){var _0x10bbf4=_0x53e6,_0x21c439={'KrzTl':_0x10bbf4(0x1cd),'nGiqc':_0x10bbf4(0x1d5),'CqXPv':_0x10bbf4(0x1cb)};_0x247720[_0x247720[_0x10bbf4(0x1cd)]=0x2]=_0x21c439['KrzTl'],_0x247720[_0x247720[_0x10bbf4(0x1d5)]=0x3]=_0x21c439[_0x10bbf4(0x1d4)],_0x247720[_0x247720[_0x21c439[_0x10bbf4(0x1d3)]]=0x4]=_0x21c439[_0x10bbf4(0x1d3)];}(GroupMemberRole||(GroupMemberRole={})));function _0x4b79(){var _0x340188=['nGiqc','admin','2715480RJeDQv','2781904rhYPDW','476vyTuVf','owner','21468UbIEVN','normal','7205616LuwdRA','8781174AgNIeq','3ZxygKc','574172ETcfGq','164339DWgodH','CqXPv'];_0x4b79=function(){return _0x340188;};return _0x4b79();}
|
@@ -1 +1 @@
|
||||
(function(_0x41e49a,_0x2ebb61){var _0x18c2ba=_0x5930,_0x3b6bbf=_0x41e49a();while(!![]){try{var _0x4a74c0=parseInt(_0x18c2ba(0xda))/0x1*(parseInt(_0x18c2ba(0xd8))/0x2)+-parseInt(_0x18c2ba(0xd9))/0x3*(parseInt(_0x18c2ba(0xd3))/0x4)+-parseInt(_0x18c2ba(0xd7))/0x5*(parseInt(_0x18c2ba(0xd5))/0x6)+parseInt(_0x18c2ba(0xd4))/0x7+-parseInt(_0x18c2ba(0xd1))/0x8+-parseInt(_0x18c2ba(0xd2))/0x9+parseInt(_0x18c2ba(0xd6))/0xa;if(_0x4a74c0===_0x2ebb61)break;else _0x3b6bbf['push'](_0x3b6bbf['shift']());}catch(_0x2092ac){_0x3b6bbf['push'](_0x3b6bbf['shift']());}}}(_0x538c,0x922f2));export*from'./user';export*from'./group';export*from'./msg';function _0x5930(_0x5458e5,_0x4c794c){var _0x538cfe=_0x538c();return _0x5930=function(_0x59309f,_0x351741){_0x59309f=_0x59309f-0xd1;var _0x49f8c1=_0x538cfe[_0x59309f];return _0x49f8c1;},_0x5930(_0x5458e5,_0x4c794c);}export*from'./notify';export*from'./cache';export*from'./constructor';function _0x538c(){var _0x433aab=['50kySWEX','801483kjNMMY','12515LjOXLl','4219976DXPovH','5212116scoMjm','8mMDyuM','3609529dHuMHa','3368454QeNpvL','19726000hhaLjx','5EuLLce'];_0x538c=function(){return _0x433aab;};return _0x538c();}
|
||||
(function(_0x4adfed,_0xbf96e6){var _0x27c3cd=_0x108a,_0x15a959=_0x4adfed();while(!![]){try{var _0x87d737=parseInt(_0x27c3cd(0x8a))/0x1*(parseInt(_0x27c3cd(0x8c))/0x2)+parseInt(_0x27c3cd(0x8e))/0x3*(parseInt(_0x27c3cd(0x85))/0x4)+parseInt(_0x27c3cd(0x8b))/0x5+-parseInt(_0x27c3cd(0x87))/0x6*(parseInt(_0x27c3cd(0x84))/0x7)+parseInt(_0x27c3cd(0x89))/0x8+parseInt(_0x27c3cd(0x88))/0x9*(-parseInt(_0x27c3cd(0x86))/0xa)+-parseInt(_0x27c3cd(0x8d))/0xb;if(_0x87d737===_0xbf96e6)break;else _0x15a959['push'](_0x15a959['shift']());}catch(_0x1af82a){_0x15a959['push'](_0x15a959['shift']());}}}(_0x55d4,0x337f5));export*from'./user';export*from'./group';export*from'./msg';function _0x108a(_0x5d74d2,_0x56c658){var _0x55d457=_0x55d4();return _0x108a=function(_0x108a36,_0xde80fb){_0x108a36=_0x108a36-0x84;var _0x28e827=_0x55d457[_0x108a36];return _0x28e827;},_0x108a(_0x5d74d2,_0x56c658);}function _0x55d4(){var _0x1b978a=['2mRVHHp','2053730uNNpMF','207346ICmmrB','2192157HNSyUZ','39jFsrGP','991459dLDzZw','45332yBHObM','40mzYHyB','12UqwLnO','578457utWpui','1481320bZJvEQ'];_0x55d4=function(){return _0x1b978a;};return _0x55d4();}export*from'./notify';export*from'./cache';export*from'./constructor';
|
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 _0x1486(_0x328b06,_0x117286){var _0x3c6035=_0x3c60();return _0x1486=function(_0x1486a1,_0x3a35dc){_0x1486a1=_0x1486a1-0x1b4;var _0x5ef6be=_0x3c6035[_0x1486a1];return _0x5ef6be;},_0x1486(_0x328b06,_0x117286);}(function(_0x12c93a,_0x54cab3){var _0x37fbfd=_0x1486,_0x558b1d=_0x12c93a();while(!![]){try{var _0x4acca0=parseInt(_0x37fbfd(0x1b8))/0x1+-parseInt(_0x37fbfd(0x1bd))/0x2*(parseInt(_0x37fbfd(0x1b9))/0x3)+parseInt(_0x37fbfd(0x1c4))/0x4+-parseInt(_0x37fbfd(0x1c0))/0x5+parseInt(_0x37fbfd(0x1c3))/0x6*(parseInt(_0x37fbfd(0x1b4))/0x7)+-parseInt(_0x37fbfd(0x1bb))/0x8*(-parseInt(_0x37fbfd(0x1c1))/0x9)+parseInt(_0x37fbfd(0x1b6))/0xa*(-parseInt(_0x37fbfd(0x1c2))/0xb);if(_0x4acca0===_0x54cab3)break;else _0x558b1d['push'](_0x558b1d['shift']());}catch(_0x499218){_0x558b1d['push'](_0x558b1d['shift']());}}}(_0x3c60,0xe9f23));export var Sex;(function(_0x4debb2){var _0x3c1549=_0x1486,_0x5a32c8={'bZrDj':'male','lHsCo':_0x3c1549(0x1bf),'rVSeb':_0x3c1549(0x1b7)};_0x4debb2[_0x4debb2[_0x5a32c8[_0x3c1549(0x1bc)]]=0x1]=_0x5a32c8[_0x3c1549(0x1bc)],_0x4debb2[_0x4debb2[_0x5a32c8[_0x3c1549(0x1c6)]]=0x2]=_0x5a32c8[_0x3c1549(0x1c6)],_0x4debb2[_0x4debb2[_0x5a32c8[_0x3c1549(0x1c5)]]=0xff]=_0x5a32c8[_0x3c1549(0x1c5)];}(Sex||(Sex={})));function _0x3c60(){var _0x2bb498=['1276807nuCQsN','CZvMn','10qTzIjk','unknown','1473897wGReGY','1305177ywbCIB','KPHOTOWALL','8QJpRwl','bZrDj','2Aintpo','NgVPa','female','3581255kgtxZf','2893626fxOpQu','37059638PWKWCU','60SqXFKm','7436760YvxCeV','rVSeb','lHsCo'];_0x3c60=function(){return _0x2bb498;};return _0x3c60();}export var BizKey;(function(_0x1d0b54){var _0x4645b9=_0x1486,_0x56379a={'NgVPa':'KPRIVILEGEICON','CZvMn':_0x4645b9(0x1ba)};_0x1d0b54[_0x1d0b54[_0x56379a[_0x4645b9(0x1be)]]=0x0]=_0x56379a['NgVPa'],_0x1d0b54[_0x1d0b54[_0x56379a[_0x4645b9(0x1b5)]]=0x1]=_0x56379a[_0x4645b9(0x1b5)];}(BizKey||(BizKey={})));
|
||||
(function(_0x34871a,_0x494743){var _0x51a366=_0x4ea6,_0x263a6c=_0x34871a();while(!![]){try{var _0x419954=-parseInt(_0x51a366(0x13a))/0x1+-parseInt(_0x51a366(0x138))/0x2*(-parseInt(_0x51a366(0x137))/0x3)+parseInt(_0x51a366(0x12b))/0x4+parseInt(_0x51a366(0x136))/0x5+-parseInt(_0x51a366(0x132))/0x6*(parseInt(_0x51a366(0x13c))/0x7)+parseInt(_0x51a366(0x12c))/0x8+-parseInt(_0x51a366(0x12d))/0x9*(parseInt(_0x51a366(0x139))/0xa);if(_0x419954===_0x494743)break;else _0x263a6c['push'](_0x263a6c['shift']());}catch(_0x5e8d22){_0x263a6c['push'](_0x263a6c['shift']());}}}(_0x2aa4,0xd9ec4));function _0x4ea6(_0x4e9973,_0x3b787e){var _0x2aa41c=_0x2aa4();return _0x4ea6=function(_0x4ea631,_0x3b3c2d){_0x4ea631=_0x4ea631-0x12b;var _0x462926=_0x2aa41c[_0x4ea631];return _0x462926;},_0x4ea6(_0x4e9973,_0x3b787e);}export var Sex;(function(_0x3ac6e0){var _0x58f707=_0x4ea6,_0x2d4ece={'LrLDs':_0x58f707(0x12f),'akEXe':_0x58f707(0x13b),'lPWPy':_0x58f707(0x134)};_0x3ac6e0[_0x3ac6e0[_0x58f707(0x12f)]=0x1]=_0x2d4ece['LrLDs'],_0x3ac6e0[_0x3ac6e0[_0x2d4ece[_0x58f707(0x131)]]=0x2]='female',_0x3ac6e0[_0x3ac6e0[_0x2d4ece[_0x58f707(0x12e)]]=0xff]=_0x2d4ece[_0x58f707(0x12e)];}(Sex||(Sex={})));export var BizKey;(function(_0x5cf1c2){var _0x3a98a4=_0x4ea6,_0x741eb8={'CSWFe':_0x3a98a4(0x130),'SLuLd':'KPHOTOWALL'};_0x5cf1c2[_0x5cf1c2[_0x741eb8[_0x3a98a4(0x133)]]=0x0]=_0x3a98a4(0x130),_0x5cf1c2[_0x5cf1c2[_0x741eb8[_0x3a98a4(0x135)]]=0x1]='KPHOTOWALL';}(BizKey||(BizKey={})));function _0x2aa4(){var _0x180bc4=['5264392PhBhcy','9IslWoS','lPWPy','male','KPRIVILEGEICON','akEXe','362676nMLbqH','CSWFe','unknown','SLuLd','3962495goChIJ','3PhCmCC','455558yEBiMe','11062120gAxxdp','571153LyembR','female','35gzxFDF','4775520eIpTnz'];_0x2aa4=function(){return _0x180bc4;};return _0x2aa4();}
|
@@ -1 +1 @@
|
||||
(function(_0x5a88d9,_0x5ab068){var _0x4173ab=_0x1a06,_0x3036a7=_0x5a88d9();while(!![]){try{var _0x289715=parseInt(_0x4173ab(0x118))/0x1+parseInt(_0x4173ab(0x116))/0x2+-parseInt(_0x4173ab(0x115))/0x3+parseInt(_0x4173ab(0x113))/0x4*(parseInt(_0x4173ab(0x117))/0x5)+-parseInt(_0x4173ab(0x119))/0x6+parseInt(_0x4173ab(0x11a))/0x7*(parseInt(_0x4173ab(0x11b))/0x8)+-parseInt(_0x4173ab(0x114))/0x9;if(_0x289715===_0x5ab068)break;else _0x3036a7['push'](_0x3036a7['shift']());}catch(_0x3977a0){_0x3036a7['push'](_0x3036a7['shift']());}}}(_0x2005,0xed49d));import _0x982f22 from'./wrapper';export*from'./adapters';export*from'./apis';export*from'./entities';export*from'./listeners';export*from'./services';export*as Adapters from'./adapters';export*as APIs from'./apis';export*as Entities from'./entities';export*as Listeners from'./listeners';export*as Services from'./services';export{_0x982f22 as Wrapper};export*as WrapperInterface from'./wrapper';export*as SessionConfig from'./sessionConfig';export{napCatCore}from'./core';function _0x1a06(_0x49759a,_0x315aa0){var _0x2005fe=_0x2005();return _0x1a06=function(_0x1a064f,_0x283c48){_0x1a064f=_0x1a064f-0x113;var _0x46e9af=_0x2005fe[_0x1a064f];return _0x46e9af;},_0x1a06(_0x49759a,_0x315aa0);}function _0x2005(){var _0x307347=['2986272hbeAEX','155953buaIdy','552ljIjTz','4jEWJhM','23346801GELwep','250023udeCqm','1325890IjnUQP','2914430RWFPoS','1363993GtoguH'];_0x2005=function(){return _0x307347;};return _0x2005();}
|
||||
(function(_0xe5c35e,_0x3e7e90){var _0x47c632=_0x24b5,_0x581c24=_0xe5c35e();while(!![]){try{var _0x2b2072=parseInt(_0x47c632(0x82))/0x1+-parseInt(_0x47c632(0x7d))/0x2+-parseInt(_0x47c632(0x81))/0x3+-parseInt(_0x47c632(0x83))/0x4+-parseInt(_0x47c632(0x84))/0x5*(parseInt(_0x47c632(0x7c))/0x6)+parseInt(_0x47c632(0x7f))/0x7+parseInt(_0x47c632(0x80))/0x8*(parseInt(_0x47c632(0x7e))/0x9);if(_0x2b2072===_0x3e7e90)break;else _0x581c24['push'](_0x581c24['shift']());}catch(_0x23f57f){_0x581c24['push'](_0x581c24['shift']());}}}(_0x2282,0xc67e0));import _0x332b61 from'./wrapper';export*from'./adapters';export*from'./apis';export*from'./entities';export*from'./listeners';export*from'./services';export*as Adapters from'./adapters';export*as APIs from'./apis';export*as Entities from'./entities';export*as Listeners from'./listeners';export*as Services from'./services';export{_0x332b61 as Wrapper};function _0x24b5(_0x124679,_0x2dafa2){var _0x2282ff=_0x2282();return _0x24b5=function(_0x24b5f6,_0xaaa19){_0x24b5f6=_0x24b5f6-0x7c;var _0x2197a4=_0x2282ff[_0x24b5f6];return _0x2197a4;},_0x24b5(_0x124679,_0x2dafa2);}export*as WrapperInterface from'./wrapper';function _0x2282(){var _0x16a9d5=['2082411hdrjIi','1268699UCTFwT','1205452zkwLIO','3620HXiGPc','7746hFiCqL','1886332gyCFyn','8928wlJldq','7285453nLndrV','11104FbrOJn'];_0x2282=function(){return _0x16a9d5;};return _0x2282();}export*as SessionConfig from'./sessionConfig';export{napCatCore}from'./core';
|
@@ -1 +1 @@
|
||||
function _0x3fab(){var _0x4d46a2=['273666uuvvYm','7990873CmIdaT','636447FZHmfW','8eqkubd','9WCntbC','onDelBatchBuddyInfos','1614780zkQLyc','20rKtiRl','onCheckBuddySettingResult','4MRFzAJ','onBuddyReqChange','onBuddyRemarkUpdated','onSpacePermissionInfos','264249PuBBOl','985236hsRowp','onBlockChanged','onDoubtBuddyReqUnreadNumChange','onNickUpdated','onAvatarUrlUpdated','onSmartInfos','onBuddyInfoChange','onBuddyReqUnreadCntChange','onDoubtBuddyReqChange','337715WMEKMj','onAddMeSettingChanged'];_0x3fab=function(){return _0x4d46a2;};return _0x3fab();}var _0x88adf8=_0x3d4c;(function(_0x3b1c8a,_0x1e1cb4){var _0x3169fc=_0x3d4c,_0x31dcfd=_0x3b1c8a();while(!![]){try{var _0x19ba97=-parseInt(_0x3169fc(0xf0))/0x1+-parseInt(_0x3169fc(0x105))/0x2*(parseInt(_0x3169fc(0xfc))/0x3)+-parseInt(_0x3169fc(0x103))/0x4*(parseInt(_0x3169fc(0xfa))/0x5)+parseInt(_0x3169fc(0xf1))/0x6+-parseInt(_0x3169fc(0xfe))/0x7*(parseInt(_0x3169fc(0xff))/0x8)+parseInt(_0x3169fc(0x100))/0x9*(parseInt(_0x3169fc(0x102))/0xa)+parseInt(_0x3169fc(0xfd))/0xb;if(_0x19ba97===_0x1e1cb4)break;else _0x31dcfd['push'](_0x31dcfd['shift']());}catch(_0x510daa){_0x31dcfd['push'](_0x31dcfd['shift']());}}}(_0x3fab,0x2b29e));function _0x3d4c(_0x576b67,_0x5694aa){var _0x3fabf5=_0x3fab();return _0x3d4c=function(_0x3d4c89,_0x33ac90){_0x3d4c89=_0x3d4c89-0xef;var _0x57106f=_0x3fabf5[_0x3d4c89];return _0x57106f;},_0x3d4c(_0x576b67,_0x5694aa);}export class BuddyListener{['onAddBuddyNeedVerify'](_0x35afa2){}[_0x88adf8(0xfb)](_0x160262){}[_0x88adf8(0xf5)](_0x301847){}[_0x88adf8(0xf2)](_0x5c2bd8){}['onBuddyDetailInfoChange'](_0x795f7b){}[_0x88adf8(0xf7)](_0x5d18c7){}['onBuddyListChange'](_0x109f89){}[_0x88adf8(0x107)](_0x55561d){}[_0x88adf8(0x106)](_0x58d4af){}[_0x88adf8(0xf8)](_0x37ab64){}[_0x88adf8(0x104)](_0x1a03df){}[_0x88adf8(0x101)](_0x57d3e3){}[_0x88adf8(0xf9)](_0x3b45a7){}[_0x88adf8(0xf3)](_0x2eab18){}[_0x88adf8(0xf4)](_0x2a6633){}[_0x88adf8(0xf6)](_0x487cf0){}[_0x88adf8(0xef)](_0x30c7f6){}}
|
||||
var _0x5820ae=_0x345e;function _0x345e(_0x15472d,_0x1c4f61){var _0x23fee3=_0x23fe();return _0x345e=function(_0x345efa,_0x37c191){_0x345efa=_0x345efa-0x1db;var _0x20deb8=_0x23fee3[_0x345efa];return _0x20deb8;},_0x345e(_0x15472d,_0x1c4f61);}function _0x23fe(){var _0x238d0e=['10952sNslGZ','964790acaHUj','onBuddyDetailInfoChange','onSmartInfos','785871kKuNvh','77rKotqw','4030569SPByIC','4643215taSpQU','20NsBDfX','onBuddyInfoChange','onBuddyReqUnreadCntChange','onSpacePermissionInfos','368536arZhoK','5663yqeNum','onBuddyReqChange','6ufMeFH','1907020yKPiYy','onCheckBuddySettingResult','onBuddyRemarkUpdated','onAddMeSettingChanged','onBuddyListChange','onAvatarUrlUpdated','onAddBuddyNeedVerify'];_0x23fe=function(){return _0x238d0e;};return _0x23fe();}(function(_0x33dada,_0x2ce6f7){var _0x548da9=_0x345e,_0x37a49=_0x33dada();while(!![]){try{var _0x109491=parseInt(_0x548da9(0x1e7))/0x1+-parseInt(_0x548da9(0x1eb))/0x2+parseInt(_0x548da9(0x1df))/0x3*(parseInt(_0x548da9(0x1e3))/0x4)+parseInt(_0x548da9(0x1e2))/0x5*(-parseInt(_0x548da9(0x1ea))/0x6)+parseInt(_0x548da9(0x1e8))/0x7*(parseInt(_0x548da9(0x1db))/0x8)+parseInt(_0x548da9(0x1e1))/0x9+-parseInt(_0x548da9(0x1dc))/0xa*(parseInt(_0x548da9(0x1e0))/0xb);if(_0x109491===_0x2ce6f7)break;else _0x37a49['push'](_0x37a49['shift']());}catch(_0x5d4cb6){_0x37a49['push'](_0x37a49['shift']());}}}(_0x23fe,0xa5151));export class BuddyListener{[_0x5820ae(0x1f1)](_0x2c9826){}[_0x5820ae(0x1ee)](_0x251400){}[_0x5820ae(0x1f0)](_0x6dc9eb){}['onBlockChanged'](_0x1143a5){}[_0x5820ae(0x1dd)](_0x168d0e){}[_0x5820ae(0x1e4)](_0x1e2d50){}[_0x5820ae(0x1ef)](_0x3aeb84){}[_0x5820ae(0x1ed)](_0x47e756){}[_0x5820ae(0x1e9)](_0x1497a4){}[_0x5820ae(0x1e5)](_0x153b2a){}[_0x5820ae(0x1ec)](_0x47db2e){}['onDelBatchBuddyInfos'](_0x42cd9a){}['onDoubtBuddyReqChange'](_0x47d516){}['onDoubtBuddyReqUnreadNumChange'](_0x4ee743){}['onNickUpdated'](_0x48d675){}[_0x5820ae(0x1de)](_0x4503be){}[_0x5820ae(0x1e6)](_0x139640){}}
|
@@ -1 +1 @@
|
||||
var _0x5457b1=_0x22fa;(function(_0x8f7c2d,_0x41452c){var _0x5c4950=_0x22fa,_0x52f638=_0x8f7c2d();while(!![]){try{var _0x4ea75e=parseInt(_0x5c4950(0xcd))/0x1+-parseInt(_0x5c4950(0xd1))/0x2*(-parseInt(_0x5c4950(0xd5))/0x3)+parseInt(_0x5c4950(0xcf))/0x4*(parseInt(_0x5c4950(0xd4))/0x5)+parseInt(_0x5c4950(0xd3))/0x6*(-parseInt(_0x5c4950(0xca))/0x7)+-parseInt(_0x5c4950(0xd2))/0x8+parseInt(_0x5c4950(0xd0))/0x9+-parseInt(_0x5c4950(0xc9))/0xa*(-parseInt(_0x5c4950(0xcc))/0xb);if(_0x4ea75e===_0x41452c)break;else _0x52f638['push'](_0x52f638['shift']());}catch(_0x86cec3){_0x52f638['push'](_0x52f638['shift']());}}}(_0xb570,0x51613));function _0x22fa(_0x73610c,_0x34d62b){var _0xb57097=_0xb570();return _0x22fa=function(_0x22fa57,_0x2dd083){_0x22fa57=_0x22fa57-0xc8;var _0x25c628=_0xb57097[_0x22fa57];return _0x25c628;},_0x22fa(_0x73610c,_0x34d62b);}export class KernelFileAssistantListener{[_0x5457b1(0xcb)](..._0x41e433){}['onSessionListChanged'](..._0x3829a9){}[_0x5457b1(0xce)](..._0x1acf9c){}['onFileListChanged'](..._0x2e851c){}[_0x5457b1(0xc8)](..._0xdd1f57){}}function _0xb570(){var _0x26737c=['176TRVIQU','639334cAezJC','onSessionChanged','92MNvEmx','1980171XiUnTR','187406cJjWdE','3990816AChBSo','22566vXTdRJ','78395uaKILN','3adVkYa','onFileSearch','42260gHnCNC','1022tWmkLI','onFileStatusChanged'];_0xb570=function(){return _0x26737c;};return _0xb570();}
|
||||
var _0x5cc46e=_0x12ff;(function(_0x134349,_0x137905){var _0x45518c=_0x12ff,_0x8d13bd=_0x134349();while(!![]){try{var _0x11b0f5=parseInt(_0x45518c(0x133))/0x1+parseInt(_0x45518c(0x130))/0x2+-parseInt(_0x45518c(0x132))/0x3+-parseInt(_0x45518c(0x136))/0x4*(-parseInt(_0x45518c(0x135))/0x5)+parseInt(_0x45518c(0x13a))/0x6+parseInt(_0x45518c(0x137))/0x7+-parseInt(_0x45518c(0x138))/0x8;if(_0x11b0f5===_0x137905)break;else _0x8d13bd['push'](_0x8d13bd['shift']());}catch(_0x366682){_0x8d13bd['push'](_0x8d13bd['shift']());}}}(_0x3ac8,0xa222d));function _0x12ff(_0x2d5205,_0x440851){var _0x3ac8e3=_0x3ac8();return _0x12ff=function(_0x12ffcd,_0x20c801){_0x12ffcd=_0x12ffcd-0x130;var _0x25af2d=_0x3ac8e3[_0x12ffcd];return _0x25af2d;},_0x12ff(_0x2d5205,_0x440851);}function _0x3ac8(){var _0x5ccbdc=['2247171AjrxFR','502310glImQE','onFileSearch','5665tsBhBz','3316pVCHry','1030120arVYHB','3998824qBUrdR','onFileListChanged','682998JkiFYG','420918aYFqvz','onFileStatusChanged'];_0x3ac8=function(){return _0x5ccbdc;};return _0x3ac8();}export class KernelFileAssistantListener{[_0x5cc46e(0x131)](..._0x5e46ce){}['onSessionListChanged'](..._0x576884){}['onSessionChanged'](..._0x4cdb9b){}[_0x5cc46e(0x139)](..._0x511c0b){}[_0x5cc46e(0x134)](..._0x14361e){}}
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
function _0x10b5(_0x3f73e6,_0xf3f67d){var _0x36b56a=_0x36b5();return _0x10b5=function(_0x10b5b1,_0xdceef7){_0x10b5b1=_0x10b5b1-0xf9;var _0x426467=_0x36b56a[_0x10b5b1];return _0x426467;},_0x10b5(_0x3f73e6,_0xf3f67d);}var _0x19eaf9=_0x10b5;(function(_0x46a75b,_0x30f01a){var _0x1bad46=_0x10b5,_0xd0b89c=_0x46a75b();while(!![]){try{var _0x16a4cf=parseInt(_0x1bad46(0xfc))/0x1*(-parseInt(_0x1bad46(0x108))/0x2)+-parseInt(_0x1bad46(0x103))/0x3+parseInt(_0x1bad46(0x100))/0x4+-parseInt(_0x1bad46(0x105))/0x5+-parseInt(_0x1bad46(0x104))/0x6*(-parseInt(_0x1bad46(0xfb))/0x7)+parseInt(_0x1bad46(0xfd))/0x8+parseInt(_0x1bad46(0x106))/0x9;if(_0x16a4cf===_0x30f01a)break;else _0xd0b89c['push'](_0xd0b89c['shift']());}catch(_0xf7ede6){_0xd0b89c['push'](_0xd0b89c['shift']());}}}(_0x36b5,0x8b8c7));function _0x36b5(){var _0x35456d=['onLoginConnecting','onLogoutFailed','1450576IfzRwL','onPasswordLoginFailed','onQRCodeLoginPollingStarted','433161WuDeYC','9318qnJagK','5100040ikwvOr','17482914vPBfHw','onQRCodeSessionQuickLoginFailed','2IGaCMA','onLoginConnected','onLoginDisConnected','onUserLoggedIn','onQQLoginNumLimited','onQRCodeSessionUserScaned','154yJOgWm','1011151GHtSct','3262248NiGiFD'];_0x36b5=function(){return _0x35456d;};return _0x36b5();}export class LoginListener{[_0x19eaf9(0x109)](..._0x4d129d){}[_0x19eaf9(0x10a)](..._0x48a257){}[_0x19eaf9(0xfe)](..._0x1739a6){}['onQRCodeGetPicture'](_0x41de67){}[_0x19eaf9(0x102)](..._0x4ee5bc){}[_0x19eaf9(0xfa)](..._0x54b299){}['onQRCodeLoginSucceed'](_0x4a8e73){}['onQRCodeSessionFailed'](..._0x5f4e9b){}['onLoginFailed'](..._0x381f3e){}['onLogoutSucceed'](..._0x3ea443){}[_0x19eaf9(0xff)](..._0x57291c){}[_0x19eaf9(0x10b)](..._0xb56e09){}[_0x19eaf9(0x107)](..._0x3ed9f5){}[_0x19eaf9(0x101)](..._0x5ef97f){}['OnConfirmUnusualDeviceFailed'](..._0x566cbc){}[_0x19eaf9(0xf9)](..._0x37c9ab){}['onLoginState'](..._0x5e89b0){}}
|
||||
function _0x2cb9(_0x9104e7,_0x480616){var _0x17e2bb=_0x17e2();return _0x2cb9=function(_0x2cb9cf,_0x43715c){_0x2cb9cf=_0x2cb9cf-0x17d;var _0x51babf=_0x17e2bb[_0x2cb9cf];return _0x51babf;},_0x2cb9(_0x9104e7,_0x480616);}var _0x43ac47=_0x2cb9;(function(_0x3aee9f,_0xfac91){var _0x74cbd8=_0x2cb9,_0x2c5ad0=_0x3aee9f();while(!![]){try{var _0x5772f5=-parseInt(_0x74cbd8(0x191))/0x1*(parseInt(_0x74cbd8(0x195))/0x2)+parseInt(_0x74cbd8(0x18b))/0x3*(parseInt(_0x74cbd8(0x180))/0x4)+-parseInt(_0x74cbd8(0x181))/0x5+parseInt(_0x74cbd8(0x190))/0x6+parseInt(_0x74cbd8(0x183))/0x7*(-parseInt(_0x74cbd8(0x18e))/0x8)+parseInt(_0x74cbd8(0x18f))/0x9*(parseInt(_0x74cbd8(0x188))/0xa)+parseInt(_0x74cbd8(0x194))/0xb*(parseInt(_0x74cbd8(0x182))/0xc);if(_0x5772f5===_0xfac91)break;else _0x2c5ad0['push'](_0x2c5ad0['shift']());}catch(_0x52dfe5){_0x2c5ad0['push'](_0x2c5ad0['shift']());}}}(_0x17e2,0x5dbb5));export class LoginListener{[_0x43ac47(0x189)](..._0x4f4b92){}[_0x43ac47(0x18a)](..._0x1408d8){}[_0x43ac47(0x184)](..._0x1bbae8){}[_0x43ac47(0x186)](_0x4bc1fd){}[_0x43ac47(0x17e)](..._0x153885){}['onQRCodeSessionUserScaned'](..._0xbc0c60){}[_0x43ac47(0x187)](_0x1787bf){}[_0x43ac47(0x185)](..._0x43afbe){}[_0x43ac47(0x17f)](..._0xd1d8ba){}['onLogoutSucceed'](..._0x11e662){}[_0x43ac47(0x196)](..._0xae76d0){}[_0x43ac47(0x192)](..._0xad6031){}['onQRCodeSessionQuickLoginFailed'](..._0xe2d904){}[_0x43ac47(0x18c)](..._0x5c960a){}[_0x43ac47(0x18d)](..._0xc208a){}[_0x43ac47(0x17d)](..._0xc9b151){}[_0x43ac47(0x193)](..._0xe4e79d){}}function _0x17e2(){var _0x25377e=['4SSAaVD','1622590vJxLUx','133788VbrcQZ','3619mStzFf','onLoginConnecting','onQRCodeSessionFailed','onQRCodeGetPicture','onQRCodeLoginSucceed','503190iofyNS','onLoginConnected','onLoginDisConnected','1001469YSSbwa','onPasswordLoginFailed','OnConfirmUnusualDeviceFailed','1704EKuhRW','99UprqiB','696390ZzWXWf','44EiTSRb','onUserLoggedIn','onLoginState','121GYpaiZ','13976mMbpfD','onLogoutFailed','onQQLoginNumLimited','onQRCodeLoginPollingStarted','onLoginFailed'];_0x17e2=function(){return _0x25377e;};return _0x17e2();}
|
@@ -1 +1 @@
|
||||
var _0x2c2352=_0xbf6e;(function(_0x2b6b21,_0x5793fa){var _0x5f8068=_0xbf6e,_0x48c901=_0x2b6b21();while(!![]){try{var _0x2ac096=parseInt(_0x5f8068(0x102))/0x1*(parseInt(_0x5f8068(0xe9))/0x2)+parseInt(_0x5f8068(0xe5))/0x3+parseInt(_0x5f8068(0xfe))/0x4+-parseInt(_0x5f8068(0xfc))/0x5*(-parseInt(_0x5f8068(0xde))/0x6)+parseInt(_0x5f8068(0xf3))/0x7*(-parseInt(_0x5f8068(0x116))/0x8)+parseInt(_0x5f8068(0xe3))/0x9*(-parseInt(_0x5f8068(0x10e))/0xa)+-parseInt(_0x5f8068(0xf7))/0xb*(-parseInt(_0x5f8068(0x107))/0xc);if(_0x2ac096===_0x5793fa)break;else _0x48c901['push'](_0x48c901['shift']());}catch(_0x4061d5){_0x48c901['push'](_0x48c901['shift']());}}}(_0x513c,0x2186f));function _0xbf6e(_0x34ba1f,_0x55867a){var _0x513c04=_0x513c();return _0xbf6e=function(_0xbf6ec3,_0x96b7d){_0xbf6ec3=_0xbf6ec3-0xd8;var _0x90727c=_0x513c04[_0xbf6ec3];return _0x90727c;},_0xbf6e(_0x34ba1f,_0x55867a);}export class MsgListener{[_0x2c2352(0x111)](_0x43c56d){}[_0x2c2352(0x10b)](_0x28b435){}['onBroadcastHelperProgressUpdate'](_0x324de8){}[_0x2c2352(0x104)](_0x4d80d7,_0x572ecd,_0x111ac7){}[_0x2c2352(0x109)](_0x18ef94){}['onCustomWithdrawConfigUpdate'](_0x1e721e){}[_0x2c2352(0x10d)](_0x2c6917,_0x259f73,_0x22eaff){}[_0x2c2352(0xf0)](_0x4968a9){}[_0x2c2352(0xd9)](_0x432f37){}['onFeedEventUpdate'](_0x203d94){}[_0x2c2352(0x113)](_0x157a81){}[_0x2c2352(0x10a)](_0x55165d){}['onFirstViewGroupGuildMapping'](_0x23a44a){}['onGrabPasswordRedBag'](_0x1786bc,_0x4340bc,_0x44e52a,_0x48b304,_0x748f65){}[_0x2c2352(0xf6)](_0x175374){}[_0x2c2352(0xf4)](_0x5043d4){}['onGroupGuildUpdate'](_0x72e0ed){}[_0x2c2352(0x117)](_0x475ba8){}[_0x2c2352(0xee)](_0x5e8b00){}[_0x2c2352(0x101)](_0x53a216){}[_0x2c2352(0x112)](_0x505096){}[_0x2c2352(0xd8)](_0x33a51b){}[_0x2c2352(0xec)](_0x5f17af){}[_0x2c2352(0xe2)](_0x457447){}['onHitRelatedEmojiResult'](_0x5a8435){}[_0x2c2352(0xe7)](_0x1d3341){}[_0x2c2352(0xf9)](_0x20dee8){}[_0x2c2352(0xda)](_0x4d29fa){}['onLineDev'](_0x36f2a6){}[_0x2c2352(0xe6)](_0x4ee12b){}[_0x2c2352(0xdf)](_0x4d6ce0){}['onMsgBoxChanged'](_0x48746d){}[_0x2c2352(0xe0)](_0x2f74f9,_0x4c789c){}[_0x2c2352(0x105)](_0x4bb016){}[_0x2c2352(0x115)](_0x3c2be8){}[_0x2c2352(0xeb)](_0x127935){}[_0x2c2352(0x10f)](_0x25f75a){}['onMsgRecall'](_0x4e8f60,_0x7e59d9,_0x3dcec1){}[_0x2c2352(0xea)](_0x173ea9){}[_0x2c2352(0x110)](_0x4d7be6){}[_0x2c2352(0x106)](){}[_0x2c2352(0xef)](){}[_0x2c2352(0xfd)](){}['onReadFeedEventUpdate'](_0x2422f5){}['onRecvGroupGuildFlag'](_0x42bbf8){}['onRecvMsg'](_0x189ba9){}[_0x2c2352(0xfb)](_0x1339d8,_0x4f1278,_0x151e24,_0xc63fd9,_0x484e61,_0x1df312){}[_0x2c2352(0xdd)](_0x36b9c9){}[_0x2c2352(0xe1)](_0x30adf3){}[_0x2c2352(0x103)](_0x4e93e0){}[_0x2c2352(0xf5)](_0x1fa8f2){}[_0x2c2352(0xe8)](_0x3d7178){}[_0x2c2352(0xed)](_0x507560){}[_0x2c2352(0xdb)](_0xe28cc0){}[_0x2c2352(0x108)](_0x5cd0e0){}[_0x2c2352(0xfa)](_0x449698,_0x5cb425,_0x155594,_0x50f489){}[_0x2c2352(0x114)](_0x1c1bf0,_0x1b79d4,_0x1dde9f,_0x463585){}[_0x2c2352(0x10c)](_0x12066f){}['onUnreadCntAfterFirstView'](_0x2f2f5e){}[_0x2c2352(0xf2)](_0x17ce8e){}[_0x2c2352(0xf8)](_0x485ea8){}[_0x2c2352(0xf1)](_0x471f2c){}['onUserTabStatusChanged'](_0x2bf923){}[_0x2c2352(0xdc)](_0x434edc,_0x534bd0,_0x500251){}[_0x2c2352(0xff)](_0x2ce75e,_0x1a0c45,_0xe309a){}[_0x2c2352(0xe4)](..._0x10a93f){}['onMsgWithRichLinkInfoUpdate'](..._0x1cfc11){}['onRedTouchChanged'](..._0x4a6641){}[_0x2c2352(0x100)](..._0x415784){}}function _0x513c(){var _0xeea6ae=['onMsgInfoListUpdate','onHitCsRelatedEmojiResult','onRichMediaProgerssUpdate','onGroupTransferInfoUpdate','onNtMsgSyncEnd','onEmojiDownloadComplete','onUserOnlineStatusChanged','onUnreadCntUpdate','70yhdLxY','onGroupFileInfoUpdate','onRecvUDCFlag','onGroupFileInfoAdd','187bJimZv','onUserChannelTabStatusChanged','onInputStatusPush','onSendMsgError','onRecvMsgSvrRspTransInfo','10tXhELD','onNtMsgSyncStart','950668zlMsMt','onlineStatusSmallIconDownloadPush','onBroadcastHelperProgerssUpdate','onGuildInteractiveUpdate','1CXvviK','onRecvSysMsg','onChannelFreqLimitInfoUpdate','onMsgEventListUpdate','onNtFirstViewMsgSyncEnd','96216ZEjmmp','onSearchGroupFileInfoUpdate','onContactUnreadCntUpdate','onFirstViewDirectMsgUpdate','onBroadcastHelperDownloadComplete','onTempChatInfoUpdate','onDraftUpdate','2314930KUtdBf','onMsgQRCodeStatusChanged','onMsgSettingUpdate','onAddSendMsg','onGuildMsgAbFlagChanged','onFileMsgCome','onSysMsgNotification','onMsgInfoListAdd','164240MKfMBe','onGroupTransferInfoAdd','onGuildNotificationAbstractUpdate','onEmojiResourceUpdate','onKickedOffLine','onRichMediaUploadComplete','onlineStatusBigIconDownloadPush','onRecvOnlineFileMsg','192876pDHgJD','onMsgAbstractUpdate','onMsgDelete','onRecvS2CMsg','onHitEmojiKeywordResult','9ZWqUey','onUserSecQualityChanged','391785ojcDON','onLogLevelChanged','onImportOldDbProgressUpdate','onRichMediaDownloadComplete','10520ZHwTQf','onMsgSecurityNotify'];_0x513c=function(){return _0xeea6ae;};return _0x513c();}
|
||||
function _0x419c(_0x3a9c44,_0x5df866){var _0xee852e=_0xee85();return _0x419c=function(_0x419c93,_0x4aaf2e){_0x419c93=_0x419c93-0x8d;var _0x47f948=_0xee852e[_0x419c93];return _0x47f948;},_0x419c(_0x3a9c44,_0x5df866);}function _0xee85(){var _0xd4ec2f=['onCustomWithdrawConfigUpdate','onSearchGroupFileInfoUpdate','onMsgSecurityNotify','onReadFeedEventUpdate','onGroupGuildUpdate','onSendMsgError','2288997AukraQ','onRecvUDCFlag','onSysMsgNotification','onImportOldDbProgressUpdate','205yGHfWW','onFileMsgCome','52943ZRwLdM','1375350hdoSCO','onGuildMsgAbFlagChanged','7767uLsedG','onAddSendMsg','onRichMediaUploadComplete','onMsgAbstractUpdate','onRecvS2CMsg','onRichMediaProgerssUpdate','onBroadcastHelperProgerssUpdate','onUserSecQualityChanged','onHitCsRelatedEmojiResult','onEmojiDownloadComplete','onHitRelatedEmojiResult','onUserOnlineStatusChanged','onNtMsgSyncStart','onFeedEventUpdate','4501uhmpbN','onRecvSysMsg','onMsgBoxChanged','6906mbwmeS','onMsgRecall','onMsgDelete','onBroadcastHelperProgressUpdate','onLogLevelChanged','onFirstViewDirectMsgUpdate','onMsgQRCodeStatusChanged','onUnreadCntUpdate','383125Wzripk','62468hVVYmS','onGrabPasswordRedBag','1952xhCeso','onUserChannelTabStatusChanged','1310igWchF','onMsgInfoListAdd','onUserTabStatusChanged','onGroupTransferInfoAdd','onKickedOffLine','onNtFirstViewMsgSyncEnd','onBroadcastHelperDownloadComplete','onUnreadCntAfterFirstView','onGroupFileInfoAdd','onlineStatusSmallIconDownloadPush','onTempChatInfoUpdate','onGuildInteractiveUpdate','onRecvGroupGuildFlag','onNtMsgSyncEnd','onGuildNotificationAbstractUpdate','onGroupFileInfoUpdate','onGroupTransferInfoUpdate'];_0xee85=function(){return _0xd4ec2f;};return _0xee85();}var _0x418578=_0x419c;(function(_0x1c6929,_0x312718){var _0x1f9460=_0x419c,_0x17be30=_0x1c6929();while(!![]){try{var _0xca6bf9=-parseInt(_0x1f9460(0xa9))/0x1+parseInt(_0x1f9460(0x8e))/0x2+-parseInt(_0x1f9460(0xc5))/0x3+parseInt(_0x1f9460(0xaa))/0x4*(-parseInt(_0x1f9460(0xc9))/0x5)+-parseInt(_0x1f9460(0xa1))/0x6*(-parseInt(_0x1f9460(0x9e))/0x7)+parseInt(_0x1f9460(0xac))/0x8*(parseInt(_0x1f9460(0x90))/0x9)+parseInt(_0x1f9460(0xae))/0xa*(parseInt(_0x1f9460(0x8d))/0xb);if(_0xca6bf9===_0x312718)break;else _0x17be30['push'](_0x17be30['shift']());}catch(_0x47de61){_0x17be30['push'](_0x17be30['shift']());}}}(_0xee85,0x75c76));export class MsgListener{[_0x418578(0x91)](_0x427cc8){}[_0x418578(0xb4)](_0x5f436f){}[_0x418578(0xa4)](_0x1de9b2){}['onChannelFreqLimitInfoUpdate'](_0x9ce371,_0x2413d8,_0x34fa4f){}['onContactUnreadCntUpdate'](_0x256dd8){}[_0x418578(0xbf)](_0x1dee72){}['onDraftUpdate'](_0xfc7a2a,_0x410b21,_0x3a0b86){}[_0x418578(0x99)](_0x5cb1c0){}['onEmojiResourceUpdate'](_0x20feb8){}[_0x418578(0x9d)](_0x2e27f4){}[_0x418578(0xca)](_0x2f5f11){}[_0x418578(0xa6)](_0x240c12){}['onFirstViewGroupGuildMapping'](_0x17421a){}[_0x418578(0xab)](_0x3a8d7f,_0x1474bf,_0x3e4a37,_0x513232,_0x533ca9){}[_0x418578(0xb6)](_0x21be31){}[_0x418578(0xbd)](_0x4ee845){}[_0x418578(0xc3)](_0x10ceef){}[_0x418578(0xb1)](_0x2624d3){}[_0x418578(0xbe)](_0xd5230d){}[_0x418578(0xb9)](_0x3b3011){}[_0x418578(0x8f)](_0x4bc771){}[_0x418578(0xbc)](_0x5bb1ab){}[_0x418578(0x98)](_0x579390){}['onHitEmojiKeywordResult'](_0x6dbfab){}[_0x418578(0x9a)](_0x56c86f){}[_0x418578(0xc8)](_0x1850ac){}['onInputStatusPush'](_0x1bfeaa){}[_0x418578(0xb2)](_0x179e46){}['onLineDev'](_0x16e47c){}[_0x418578(0xa5)](_0x5eed64){}[_0x418578(0x93)](_0x4e7379){}[_0x418578(0xa0)](_0x2d28c6){}[_0x418578(0xa3)](_0x22a545,_0x1c3193){}['onMsgEventListUpdate'](_0x2c9d38){}[_0x418578(0xaf)](_0x1296df){}['onMsgInfoListUpdate'](_0x511086){}[_0x418578(0xa7)](_0x2ad06e){}[_0x418578(0xa2)](_0x4eecf2,_0x488516,_0x2b9e62){}[_0x418578(0xc1)](_0x864ed0){}['onMsgSettingUpdate'](_0x1fe8f7){}[_0x418578(0xb3)](){}[_0x418578(0xbb)](){}[_0x418578(0x9c)](){}[_0x418578(0xc2)](_0x1dc278){}[_0x418578(0xba)](_0x12d96f){}['onRecvMsg'](_0x54d87a){}['onRecvMsgSvrRspTransInfo'](_0x2569fb,_0xfcce93,_0x2e4654,_0x16c58a,_0x29728,_0x5d393c){}['onRecvOnlineFileMsg'](_0x1c02b2){}[_0x418578(0x94)](_0x4eff47){}[_0x418578(0x9f)](_0x2a982a){}[_0x418578(0xc6)](_0x4cbbaf){}['onRichMediaDownloadComplete'](_0x233690){}[_0x418578(0x95)](_0x2834d8){}[_0x418578(0x92)](_0x4fe412){}[_0x418578(0xc0)](_0x452698){}[_0x418578(0xc4)](_0x2a950e,_0x366c4b,_0x6408e8,_0x1407fa){}[_0x418578(0xc7)](_0x2938b2,_0xa9bb7b,_0xa7a132,_0x18292c){}[_0x418578(0xb8)](_0x107f9e){}[_0x418578(0xb5)](_0x5db6c6){}[_0x418578(0xa8)](_0x4f54b9){}[_0x418578(0xad)](_0x3a5c9d){}[_0x418578(0x9b)](_0x2340e8){}[_0x418578(0xb0)](_0x185ffa){}['onlineStatusBigIconDownloadPush'](_0x4b4d0d,_0x59d32d,_0x48afc9){}[_0x418578(0xb7)](_0x417f9c,_0xe42668,_0x11757c){}[_0x418578(0x97)](..._0x1233d8){}['onMsgWithRichLinkInfoUpdate'](..._0x32ede5){}['onRedTouchChanged'](..._0x6f9e65){}[_0x418578(0x96)](..._0x4e742f){}}
|
@@ -1 +1 @@
|
||||
var _0x540e4e=_0x128e;(function(_0x1a1f50,_0x576544){var _0x624bdd=_0x128e,_0x362787=_0x1a1f50();while(!![]){try{var _0x206160=-parseInt(_0x624bdd(0x1a3))/0x1*(-parseInt(_0x624bdd(0x1a5))/0x2)+-parseInt(_0x624bdd(0x1a4))/0x3+parseInt(_0x624bdd(0x1ad))/0x4+parseInt(_0x624bdd(0x1a2))/0x5*(-parseInt(_0x624bdd(0x1a8))/0x6)+-parseInt(_0x624bdd(0x1a9))/0x7+parseInt(_0x624bdd(0x1ab))/0x8*(-parseInt(_0x624bdd(0x1b0))/0x9)+parseInt(_0x624bdd(0x1aa))/0xa*(parseInt(_0x624bdd(0x1ac))/0xb);if(_0x206160===_0x576544)break;else _0x362787['push'](_0x362787['shift']());}catch(_0x4ef38a){_0x362787['push'](_0x362787['shift']());}}}(_0x1aa6,0x5cdba));function _0x128e(_0xebbf8e,_0x2cfddb){var _0x1aa676=_0x1aa6();return _0x128e=function(_0x128e53,_0x353d65){_0x128e53=_0x128e53-0x1a2;var _0x1df795=_0x1aa676[_0x128e53];return _0x1df795;},_0x128e(_0xebbf8e,_0x2cfddb);}export class ProfileListener{[_0x540e4e(0x1a6)](..._0xbe5483){}[_0x540e4e(0x1ae)](_0xd412eb){}['onStatusUpdate'](..._0x5bc4ff){}[_0x540e4e(0x1a7)](..._0x478c82){}[_0x540e4e(0x1af)](..._0x3af599){}}function _0x1aa6(){var _0x46a9d0=['3951UNowpm','5XAJZdE','67IhHwtE','821709LUhOBd','21806EZRTal','onProfileSimpleChanged','onSelfStatusChanged','3299682QXxmRn','213731MsDyQl','20IXLHyJ','10664ugDqcT','3151852thBAst','2065404TvOBLN','onProfileDetailInfoChanged','onStrangerRemarkChanged'];_0x1aa6=function(){return _0x46a9d0;};return _0x1aa6();}
|
||||
function _0x1811(){var _0x3b9994=['1765chvTVi','551104zMxIwG','1776621FMJLUB','9htZVfP','onSelfStatusChanged','187092RDfpHd','2171659wqqZUn','7962YLbXBW','2072KeqzHQ','153856nYfAqq','228kQOmqw','onProfileSimpleChanged','60gsfpSO'];_0x1811=function(){return _0x3b9994;};return _0x1811();}function _0x4afd(_0x3ffce8,_0xf69177){var _0x1811d0=_0x1811();return _0x4afd=function(_0x4afd99,_0x2c8f23){_0x4afd99=_0x4afd99-0xb6;var _0x48b46b=_0x1811d0[_0x4afd99];return _0x48b46b;},_0x4afd(_0x3ffce8,_0xf69177);}var _0x207e09=_0x4afd;(function(_0x75c175,_0x430c57){var _0x3bba1a=_0x4afd,_0x2f04dc=_0x75c175();while(!![]){try{var _0x15906f=parseInt(_0x3bba1a(0xbe))/0x1+-parseInt(_0x3bba1a(0xbc))/0x2*(parseInt(_0x3bba1a(0xbf))/0x3)+-parseInt(_0x3bba1a(0xbd))/0x4*(parseInt(_0x3bba1a(0xc2))/0x5)+-parseInt(_0x3bba1a(0xba))/0x6+-parseInt(_0x3bba1a(0xbb))/0x7+-parseInt(_0x3bba1a(0xb6))/0x8*(parseInt(_0x3bba1a(0xb8))/0x9)+-parseInt(_0x3bba1a(0xc1))/0xa*(-parseInt(_0x3bba1a(0xb7))/0xb);if(_0x15906f===_0x430c57)break;else _0x2f04dc['push'](_0x2f04dc['shift']());}catch(_0x260904){_0x2f04dc['push'](_0x2f04dc['shift']());}}}(_0x1811,0x37785));export class ProfileListener{[_0x207e09(0xc0)](..._0x58670d){}['onProfileDetailInfoChanged'](_0x31cede){}['onStatusUpdate'](..._0x483e3a){}[_0x207e09(0xb9)](..._0x3ea329){}['onStrangerRemarkChanged'](..._0x50d179){}}
|
@@ -1 +1 @@
|
||||
var _0xb24922=_0xf8de;(function(_0x427e1f,_0x352ec1){var _0x3a6665=_0xf8de,_0x239318=_0x427e1f();while(!![]){try{var _0x913184=parseInt(_0x3a6665(0x1bf))/0x1*(parseInt(_0x3a6665(0x1ba))/0x2)+parseInt(_0x3a6665(0x1be))/0x3*(-parseInt(_0x3a6665(0x1bd))/0x4)+parseInt(_0x3a6665(0x1bb))/0x5+-parseInt(_0x3a6665(0x1c6))/0x6+parseInt(_0x3a6665(0x1c3))/0x7*(-parseInt(_0x3a6665(0x1c0))/0x8)+parseInt(_0x3a6665(0x1c4))/0x9+parseInt(_0x3a6665(0x1c1))/0xa;if(_0x913184===_0x352ec1)break;else _0x239318['push'](_0x239318['shift']());}catch(_0x629714){_0x239318['push'](_0x239318['shift']());}}}(_0x290e,0xbbcb8));function _0x290e(){var _0x9c957d=['onRobotFriendListChanged','7ABYKEx','13523706PQDIFg','onRobotProfileChanged','8420052QCLNEL','6ZBhQys','3799685TZrUtm','onRobotListChanged','193352OURTBa','63SAVzMo','426698jtVFDs','8586392lVepiD','7182820gUmKQY'];_0x290e=function(){return _0x9c957d;};return _0x290e();}function _0xf8de(_0x10d489,_0x5b81b0){var _0x290e2c=_0x290e();return _0xf8de=function(_0xf8dec0,_0x513a17){_0xf8dec0=_0xf8dec0-0x1ba;var _0xa3a43d=_0x290e2c[_0xf8dec0];return _0xa3a43d;},_0xf8de(_0x10d489,_0x5b81b0);}export class KernelRobotListener{[_0xb24922(0x1c2)](..._0x265a02){}[_0xb24922(0x1bc)](..._0x3eb528){}[_0xb24922(0x1c5)](..._0x2d1253){}}
|
||||
function _0x2708(_0x21ff47,_0x4aa4c1){var _0x23c496=_0x23c4();return _0x2708=function(_0x270898,_0x1d76d8){_0x270898=_0x270898-0x110;var _0x2ca8c1=_0x23c496[_0x270898];return _0x2ca8c1;},_0x2708(_0x21ff47,_0x4aa4c1);}function _0x23c4(){var _0x5ded1e=['onRobotProfileChanged','24MveaUD','1681383GVFaKY','512634qxrbcw','1345588hBUPne','5fGSJBD','1790GZyfZZ','708543alZdwZ','onRobotFriendListChanged','1302007tEzudz','6066dvTKyU','onRobotListChanged','4741KypkZX','8729WagTwI'];_0x23c4=function(){return _0x5ded1e;};return _0x23c4();}var _0x1b55fa=_0x2708;(function(_0x32643f,_0xac0a53){var _0x303045=_0x2708,_0x271fc4=_0x32643f();while(!![]){try{var _0x247e5d=parseInt(_0x303045(0x111))/0x1+-parseInt(_0x303045(0x119))/0x2+parseInt(_0x303045(0x118))/0x3+parseInt(_0x303045(0x11a))/0x4*(parseInt(_0x303045(0x11b))/0x5)+-parseInt(_0x303045(0x112))/0x6*(parseInt(_0x303045(0x115))/0x7)+-parseInt(_0x303045(0x117))/0x8*(-parseInt(_0x303045(0x11d))/0x9)+parseInt(_0x303045(0x11c))/0xa*(-parseInt(_0x303045(0x114))/0xb);if(_0x247e5d===_0xac0a53)break;else _0x271fc4['push'](_0x271fc4['shift']());}catch(_0x401fb1){_0x271fc4['push'](_0x271fc4['shift']());}}}(_0x23c4,0xcd49f));export class KernelRobotListener{[_0x1b55fa(0x110)](..._0x26c3f0){}[_0x1b55fa(0x113)](..._0x219349){}[_0x1b55fa(0x116)](..._0x29b43c){}}
|
@@ -1 +1 @@
|
||||
var _0x1345f7=_0x45fe;function _0x45fe(_0x278706,_0x5b31d6){var _0x42c3fe=_0x42c3();return _0x45fe=function(_0x45fe9a,_0x5a9658){_0x45fe9a=_0x45fe9a-0xb0;var _0x3be7ab=_0x42c3fe[_0x45fe9a];return _0x3be7ab;},_0x45fe(_0x278706,_0x5b31d6);}(function(_0x2374e5,_0x14a920){var _0x34772b=_0x45fe,_0x2b9064=_0x2374e5();while(!![]){try{var _0x17a407=parseInt(_0x34772b(0xba))/0x1+-parseInt(_0x34772b(0xb5))/0x2*(-parseInt(_0x34772b(0xb2))/0x3)+parseInt(_0x34772b(0xb9))/0x4+-parseInt(_0x34772b(0xb3))/0x5+parseInt(_0x34772b(0xbb))/0x6*(-parseInt(_0x34772b(0xb8))/0x7)+parseInt(_0x34772b(0xbc))/0x8*(parseInt(_0x34772b(0xb6))/0x9)+-parseInt(_0x34772b(0xb4))/0xa;if(_0x17a407===_0x14a920)break;else _0x2b9064['push'](_0x2b9064['shift']());}catch(_0x1cd39c){_0x2b9064['push'](_0x2b9064['shift']());}}}(_0x42c3,0xbb952));export class SessionListener{[_0x1345f7(0xbd)](_0x4c3d94){}[_0x1345f7(0xbe)](_0x1e2d33){}[_0x1345f7(0xb0)](_0x506900){}[_0x1345f7(0xbf)](_0x5e5c0e){}[_0x1345f7(0xb7)](_0x27a564){}[_0x1345f7(0xb1)](_0x1153fe){}}function _0x42c3(){var _0x203786=['6440045FQrMik','4974010hyrcBj','66806VgbYsJ','702PXWbLI','onUserOnlineResult','8256052GiiRZw','4993832RqEVCi','625003jiqmEe','6QCkjMX','111944CbozzB','onNTSessionCreate','onGProSessionCreate','onOpentelemetryInit','onSessionInitComplete','onGetSelfTinyId','69gkugqW'];_0x42c3=function(){return _0x203786;};return _0x42c3();}
|
||||
function _0x4857(_0x2ea5eb,_0x173757){var _0x4de438=_0x4de4();return _0x4857=function(_0x48572c,_0x2719b5){_0x48572c=_0x48572c-0x163;var _0x4c4d0c=_0x4de438[_0x48572c];return _0x4c4d0c;},_0x4857(_0x2ea5eb,_0x173757);}function _0x4de4(){var _0x25a2e7=['1518DKslAf','734306DUUEJW','6taexHl','onOpentelemetryInit','28yWdUjr','onGProSessionCreate','3878609HbGaEJ','onSessionInitComplete','24570557hPrUQU','onUserOnlineResult','1307168cEiRhj','658685iQXUMC','1007451ZojXgA','onGetSelfTinyId','1443enNNvz','10ySzKcl'];_0x4de4=function(){return _0x25a2e7;};return _0x4de4();}var _0x547b18=_0x4857;(function(_0x410cef,_0x50477c){var _0x434eea=_0x4857,_0x2ba11f=_0x410cef();while(!![]){try{var _0x5b2b06=-parseInt(_0x434eea(0x171))/0x1+parseInt(_0x434eea(0x170))/0x2*(-parseInt(_0x434eea(0x16e))/0x3)+parseInt(_0x434eea(0x164))/0x4*(-parseInt(_0x434eea(0x16b))/0x5)+parseInt(_0x434eea(0x172))/0x6*(parseInt(_0x434eea(0x166))/0x7)+-parseInt(_0x434eea(0x16a))/0x8+-parseInt(_0x434eea(0x16c))/0x9+-parseInt(_0x434eea(0x16f))/0xa*(-parseInt(_0x434eea(0x168))/0xb);if(_0x5b2b06===_0x50477c)break;else _0x2ba11f['push'](_0x2ba11f['shift']());}catch(_0x5659af){_0x2ba11f['push'](_0x2ba11f['shift']());}}}(_0x4de4,0x77d8f));export class SessionListener{['onNTSessionCreate'](_0x3bccc1){}[_0x547b18(0x165)](_0x4f3b4d){}[_0x547b18(0x167)](_0x23aff1){}[_0x547b18(0x163)](_0x536a12){}[_0x547b18(0x169)](_0x17b657){}[_0x547b18(0x16d)](_0x4c6c77){}}
|
@@ -1 +1 @@
|
||||
var _0x188148=_0x5931;function _0x4853(){var _0x42f083=['2082645dOOiZl','1202NZqpjy','18OzAhlI','1613JqLqvB','onChatCleanDone','onCleanCacheProgressChanged','onScanCacheProgressChanged','137187mHaPBP','22pzByxd','2583045sZPlXT','7702696mtylWC','90KibopI','4lGVqmU','5662080tHSnTq','onFinishScan','2133201yeAICL','onCleanCacheStorageChanged'];_0x4853=function(){return _0x42f083;};return _0x4853();}(function(_0x13296c,_0x30b644){var _0xf9314a=_0x5931,_0x25014c=_0x13296c();while(!![]){try{var _0x5f3310=-parseInt(_0xf9314a(0xdb))/0x1*(-parseInt(_0xf9314a(0xea))/0x2)+-parseInt(_0xf9314a(0xe9))/0x3+-parseInt(_0xf9314a(0xe4))/0x4*(parseInt(_0xf9314a(0xe1))/0x5)+-parseInt(_0xf9314a(0xda))/0x6*(-parseInt(_0xf9314a(0xe7))/0x7)+-parseInt(_0xf9314a(0xe2))/0x8+parseInt(_0xf9314a(0xdf))/0x9*(-parseInt(_0xf9314a(0xe3))/0xa)+parseInt(_0xf9314a(0xe0))/0xb*(parseInt(_0xf9314a(0xe5))/0xc);if(_0x5f3310===_0x30b644)break;else _0x25014c['push'](_0x25014c['shift']());}catch(_0x7d6c7){_0x25014c['push'](_0x25014c['shift']());}}}(_0x4853,0x7e17a));function _0x5931(_0x3a7253,_0xffda67){var _0x48539a=_0x4853();return _0x5931=function(_0x59314c,_0x3bf4cb){_0x59314c=_0x59314c-0xda;var _0x57b80f=_0x48539a[_0x59314c];return _0x57b80f;},_0x5931(_0x3a7253,_0xffda67);}export class StorageCleanListener{[_0x188148(0xdd)](_0x580f50){}[_0x188148(0xde)](_0x228651){}[_0x188148(0xe8)](_0x256d3b){}[_0x188148(0xe6)](_0xcface8){}[_0x188148(0xdc)](_0x1be062){}}
|
||||
function _0x46bf(){var _0x5294ed=['8hHCFxL','2930DxpjyT','12qNIMge','492LtTJAw','3949652EWfyvt','10uWQMAo','80322gUTjoM','onScanCacheProgressChanged','38952GEpoya','3114534sfSyuP','112323sjaNLg','50948uIFvlQ','7235669vsYKUQ','onChatCleanDone','26OaEWHZ','53DBHivs','onCleanCacheStorageChanged'];_0x46bf=function(){return _0x5294ed;};return _0x46bf();}var _0x40c184=_0x344f;function _0x344f(_0xbab790,_0x28fc6d){var _0x46bf6f=_0x46bf();return _0x344f=function(_0x344fcf,_0x47124d){_0x344fcf=_0x344fcf-0x1d1;var _0x2b9baf=_0x46bf6f[_0x344fcf];return _0x2b9baf;},_0x344f(_0xbab790,_0x28fc6d);}(function(_0x3cd335,_0x295788){var _0x1a77e7=_0x344f,_0x18197c=_0x3cd335();while(!![]){try{var _0x46f673=-parseInt(_0x1a77e7(0x1d7))/0x1*(-parseInt(_0x1a77e7(0x1d3))/0x2)+parseInt(_0x1a77e7(0x1d2))/0x3*(-parseInt(_0x1a77e7(0x1db))/0x4)+-parseInt(_0x1a77e7(0x1de))/0x5*(parseInt(_0x1a77e7(0x1d1))/0x6)+-parseInt(_0x1a77e7(0x1d4))/0x7*(-parseInt(_0x1a77e7(0x1d9))/0x8)+parseInt(_0x1a77e7(0x1e1))/0x9*(-parseInt(_0x1a77e7(0x1da))/0xa)+-parseInt(_0x1a77e7(0x1df))/0xb*(-parseInt(_0x1a77e7(0x1dc))/0xc)+parseInt(_0x1a77e7(0x1d6))/0xd*(parseInt(_0x1a77e7(0x1dd))/0xe);if(_0x46f673===_0x295788)break;else _0x18197c['push'](_0x18197c['shift']());}catch(_0x1aa687){_0x18197c['push'](_0x18197c['shift']());}}}(_0x46bf,0xca582));export class StorageCleanListener{['onCleanCacheProgressChanged'](_0x402b95){}[_0x40c184(0x1e0)](_0x36cb80){}[_0x40c184(0x1d8)](_0x39e9eb){}['onFinishScan'](_0x3bff47){}[_0x40c184(0x1d5)](_0x56904f){}}
|
@@ -1 +1 @@
|
||||
(function(_0xa0d897,_0x20e438){var _0x29c1d5=_0x579b,_0x2728dc=_0xa0d897();while(!![]){try{var _0x424410=-parseInt(_0x29c1d5(0x1bc))/0x1+-parseInt(_0x29c1d5(0x1ba))/0x2+parseInt(_0x29c1d5(0x1c0))/0x3+-parseInt(_0x29c1d5(0x1bf))/0x4+-parseInt(_0x29c1d5(0x1be))/0x5*(parseInt(_0x29c1d5(0x1c2))/0x6)+parseInt(_0x29c1d5(0x1bd))/0x7*(-parseInt(_0x29c1d5(0x1c1))/0x8)+parseInt(_0x29c1d5(0x1bb))/0x9;if(_0x424410===_0x20e438)break;else _0x2728dc['push'](_0x2728dc['shift']());}catch(_0x16f6f7){_0x2728dc['push'](_0x2728dc['shift']());}}}(_0x3ecd,0xa7fba));export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';export*from'./NodeIKernelMsgListener';export*from'./NodeIKernelGroupListener';export*from'./NodeIKernelBuddyListener';export*from'./NodeIKernelProfileListener';export*from'./NodeIKernelRobotListener';export*from'./NodeIKernelTicketListener';function _0x3ecd(){var _0x102ebd=['3780152ICbmOJ','24inaCvP','1236824zehvZx','41122782qMifAE','875827DqWTFc','14kgLLdw','1173135JAweRj','4484064gmbxNL','1852983wjgpeb'];_0x3ecd=function(){return _0x102ebd;};return _0x3ecd();}function _0x579b(_0x2214f6,_0x2b9d73){var _0x3ecdcd=_0x3ecd();return _0x579b=function(_0x579b91,_0x23276f){_0x579b91=_0x579b91-0x1ba;var _0x3be0b=_0x3ecdcd[_0x579b91];return _0x3be0b;},_0x579b(_0x2214f6,_0x2b9d73);}export*from'./NodeIKernelStorageCleanListener';export*from'./NodeIKernelFileAssistantListener';
|
||||
(function(_0x14333a,_0x39e865){var _0xea8110=_0x1c28,_0x2c8097=_0x14333a();while(!![]){try{var _0x46cf35=-parseInt(_0xea8110(0x7a))/0x1*(parseInt(_0xea8110(0x7c))/0x2)+parseInt(_0xea8110(0x7d))/0x3*(-parseInt(_0xea8110(0x77))/0x4)+parseInt(_0xea8110(0x75))/0x5+-parseInt(_0xea8110(0x78))/0x6*(-parseInt(_0xea8110(0x7b))/0x7)+parseInt(_0xea8110(0x72))/0x8*(-parseInt(_0xea8110(0x76))/0x9)+-parseInt(_0xea8110(0x73))/0xa+parseInt(_0xea8110(0x74))/0xb*(parseInt(_0xea8110(0x79))/0xc);if(_0x46cf35===_0x39e865)break;else _0x2c8097['push'](_0x2c8097['shift']());}catch(_0x5c1924){_0x2c8097['push'](_0x2c8097['shift']());}}}(_0x2c30,0xe861c));export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';function _0x2c30(){var _0x47746b=['21107436rUgDMh','1lmkqiD','1687LZmPGd','3127158sZpZJb','378uVfGAz','8OtLPVi','1708390sSKgNq','11muwIGs','9507380VuMDZL','10933542WJlqPY','4364CoqWgC','9414DkEHXX'];_0x2c30=function(){return _0x47746b;};return _0x2c30();}export*from'./NodeIKernelMsgListener';export*from'./NodeIKernelGroupListener';export*from'./NodeIKernelBuddyListener';export*from'./NodeIKernelProfileListener';export*from'./NodeIKernelRobotListener';export*from'./NodeIKernelTicketListener';export*from'./NodeIKernelStorageCleanListener';function _0x1c28(_0xb6ef0c,_0x349c9f){var _0x2c3023=_0x2c30();return _0x1c28=function(_0x1c28a3,_0x3640fa){_0x1c28a3=_0x1c28a3-0x72;var _0x5b12be=_0x2c3023[_0x1c28a3];return _0x5b12be;},_0x1c28(_0xb6ef0c,_0x349c9f);}export*from'./NodeIKernelFileAssistantListener';
|
@@ -1,5 +1,8 @@
|
||||
import { GeneralCallResult } from "./common";
|
||||
export interface NodeIKernelNodeMiscService {
|
||||
getMiniAppPath(): unknown;
|
||||
setMiniAppVersion(version: string): unknown;
|
||||
wantWinScreenOCR(imagepath: string): Promise<GeneralCallResult>;
|
||||
SendMiniAppMsg(arg1: string, arg2: string, arg3: string): unknown;
|
||||
startNewMiniApp(appfile: string, params: string): unknown;
|
||||
}
|
||||
|
@@ -1 +1 @@
|
||||
'use strict';(function(_0x522b74,_0x3910b8){var _0x5ce351=_0x58ab,_0x44e1fa=_0x522b74();while(!![]){try{var _0x7751be=parseInt(_0x5ce351(0xb7))/0x1+-parseInt(_0x5ce351(0xb8))/0x2*(-parseInt(_0x5ce351(0xb3))/0x3)+-parseInt(_0x5ce351(0xb9))/0x4+parseInt(_0x5ce351(0xb4))/0x5+parseInt(_0x5ce351(0xba))/0x6+parseInt(_0x5ce351(0xb6))/0x7+-parseInt(_0x5ce351(0xb5))/0x8;if(_0x7751be===_0x3910b8)break;else _0x44e1fa['push'](_0x44e1fa['shift']());}catch(_0xc1c7e5){_0x44e1fa['push'](_0x44e1fa['shift']());}}}(_0x3b57,0x89511));function _0x58ab(_0x5087b2,_0x5e120f){var _0x3b5782=_0x3b57();return _0x58ab=function(_0x58ab7b,_0x473954){_0x58ab7b=_0x58ab7b-0xb3;var _0x4b4518=_0x3b5782[_0x58ab7b];return _0x4b4518;},_0x58ab(_0x5087b2,_0x5e120f);}function _0x3b57(){var _0x3cfd7a=['2986460zyCEQe','20107464AhCSCF','4081119ITmMJf','894070ZoddKA','14uthhUt','1241256zwsZZm','5502480WacrFN','169173moFCOA'];_0x3b57=function(){return _0x3cfd7a;};return _0x3b57();}
|
||||
'use strict';function _0x45f2(_0xc4016c,_0x1e6cd3){var _0x1787c3=_0x1787();return _0x45f2=function(_0x45f213,_0x303e02){_0x45f213=_0x45f213-0x13a;var _0x8e0186=_0x1787c3[_0x45f213];return _0x8e0186;},_0x45f2(_0xc4016c,_0x1e6cd3);}(function(_0x85023d,_0x4fb0c3){var _0x9ce6d0=_0x45f2,_0x3f117b=_0x85023d();while(!![]){try{var _0x56a6f7=parseInt(_0x9ce6d0(0x13f))/0x1+parseInt(_0x9ce6d0(0x141))/0x2*(parseInt(_0x9ce6d0(0x144))/0x3)+parseInt(_0x9ce6d0(0x142))/0x4*(-parseInt(_0x9ce6d0(0x145))/0x5)+parseInt(_0x9ce6d0(0x13d))/0x6*(-parseInt(_0x9ce6d0(0x13a))/0x7)+parseInt(_0x9ce6d0(0x140))/0x8*(parseInt(_0x9ce6d0(0x143))/0x9)+-parseInt(_0x9ce6d0(0x13e))/0xa+parseInt(_0x9ce6d0(0x13b))/0xb*(parseInt(_0x9ce6d0(0x13c))/0xc);if(_0x56a6f7===_0x4fb0c3)break;else _0x3f117b['push'](_0x3f117b['shift']());}catch(_0x53fd40){_0x3f117b['push'](_0x3f117b['shift']());}}}(_0x1787,0x489c9));function _0x1787(){var _0x434110=['66022msTJQO','996afClrC','6mCKMpJ','574340KFhYLY','532926JPOhju','2999368jTmxDf','12652aBOKQi','36TGBSvi','9gCdhrm','51eWtSQb','326865VlNMGv','3992429wfJBep'];_0x1787=function(){return _0x434110;};return _0x1787();}
|
@@ -1 +1 @@
|
||||
function _0x4c57(_0x1266e7,_0x49590e){var _0x4c53da=_0x4c53();return _0x4c57=function(_0x4c5765,_0x4811c9){_0x4c5765=_0x4c5765-0x179;var _0x5186b7=_0x4c53da[_0x4c5765];return _0x5186b7;},_0x4c57(_0x1266e7,_0x49590e);}function _0x4c53(){var _0x1d8843=['90030hvDaDj','2484119MTpURe','30GFZpxu','24dyyxer','533HKfuvx','12124260uBuRhE','954iPgBFD','10Qyygfn','560214ypiQyA','16lCNARQ','168807BfizZp','2088695GOeuRx'];_0x4c53=function(){return _0x1d8843;};return _0x4c53();}(function(_0x574633,_0x114446){var _0x5ea47d=_0x4c57,_0x379eae=_0x574633();while(!![]){try{var _0x4b84c3=parseInt(_0x5ea47d(0x182))/0x1*(-parseInt(_0x5ea47d(0x184))/0x2)+-parseInt(_0x5ea47d(0x17c))/0x3*(-parseInt(_0x5ea47d(0x17b))/0x4)+-parseInt(_0x5ea47d(0x180))/0x5*(parseInt(_0x5ea47d(0x17e))/0x6)+-parseInt(_0x5ea47d(0x17d))/0x7+-parseInt(_0x5ea47d(0x181))/0x8*(parseInt(_0x5ea47d(0x17a))/0x9)+parseInt(_0x5ea47d(0x179))/0xa*(-parseInt(_0x5ea47d(0x17f))/0xb)+parseInt(_0x5ea47d(0x183))/0xc;if(_0x4b84c3===_0x114446)break;else _0x379eae['push'](_0x379eae['shift']());}catch(_0x13a54a){_0x379eae['push'](_0x379eae['shift']());}}}(_0x4c53,0x2bff0));export var GeneralCallResultStatus;(function(_0xc5fdd1){_0xc5fdd1[_0xc5fdd1['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));
|
||||
(function(_0x4f4fc0,_0x439de9){var _0x176f04=_0xea58,_0x489707=_0x4f4fc0();while(!![]){try{var _0x2e3da2=parseInt(_0x176f04(0xc6))/0x1*(parseInt(_0x176f04(0xc5))/0x2)+-parseInt(_0x176f04(0xc3))/0x3*(parseInt(_0x176f04(0xc4))/0x4)+-parseInt(_0x176f04(0xc8))/0x5+parseInt(_0x176f04(0xca))/0x6+parseInt(_0x176f04(0xc9))/0x7+parseInt(_0x176f04(0xc1))/0x8+parseInt(_0x176f04(0xc2))/0x9*(-parseInt(_0x176f04(0xc7))/0xa);if(_0x2e3da2===_0x439de9)break;else _0x489707['push'](_0x489707['shift']());}catch(_0x11d663){_0x489707['push'](_0x489707['shift']());}}}(_0x16ca,0xae356));function _0x16ca(){var _0x23fba8=['8192592grWVav','22042539JinGXm','164649lzZUdj','8gCDDpC','23550GXkTcU','89faiprX','10PeDYIF','2556975mwrfDb','9411003lBmLnE','2204472wYpViV'];_0x16ca=function(){return _0x23fba8;};return _0x16ca();}export var GeneralCallResultStatus;function _0xea58(_0x2a2a21,_0x159204){var _0x16ca0e=_0x16ca();return _0xea58=function(_0xea58c,_0x1bf706){_0xea58c=_0xea58c-0xc1;var _0x2f298a=_0x16ca0e[_0xea58c];return _0x2f298a;},_0xea58(_0x2a2a21,_0x159204);}(function(_0x563647){_0x563647[_0x563647['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));
|
@@ -1 +1 @@
|
||||
(function(_0x1e289d,_0x12e67a){var _0x1bbdba=_0x3d43,_0x563117=_0x1e289d();while(!![]){try{var _0x4e12b4=-parseInt(_0x1bbdba(0xfd))/0x1+parseInt(_0x1bbdba(0x104))/0x2*(-parseInt(_0x1bbdba(0x100))/0x3)+-parseInt(_0x1bbdba(0x103))/0x4+-parseInt(_0x1bbdba(0x102))/0x5*(-parseInt(_0x1bbdba(0x101))/0x6)+-parseInt(_0x1bbdba(0x106))/0x7+parseInt(_0x1bbdba(0xfe))/0x8*(-parseInt(_0x1bbdba(0xff))/0x9)+parseInt(_0x1bbdba(0x105))/0xa;if(_0x4e12b4===_0x12e67a)break;else _0x563117['push'](_0x563117['shift']());}catch(_0x12f7b3){_0x563117['push'](_0x563117['shift']());}}}(_0x2ac0,0x69c81));export*from'./common';function _0x3d43(_0x49d727,_0x208422){var _0x2ac0d7=_0x2ac0();return _0x3d43=function(_0x3d43d4,_0xf2fd35){_0x3d43d4=_0x3d43d4-0xfd;var _0x3c28d0=_0x2ac0d7[_0x3d43d4];return _0x3c28d0;},_0x3d43(_0x49d727,_0x208422);}export*from'./NodeIKernelAvatarService';export*from'./NodeIKernelBuddyService';export*from'./NodeIKernelFileAssistantService';export*from'./NodeIKernelGroupService';export*from'./NodeIKernelLoginService';export*from'./NodeIKernelMsgService';export*from'./NodeIKernelOnlineStatusService';export*from'./NodeIKernelProfileLikeService';export*from'./NodeIKernelProfileService';export*from'./NodeIKernelTicketService';export*from'./NodeIKernelStorageCleanService';export*from'./NodeIKernelRobotService';export*from'./NodeIKernelRichMediaService';export*from'./NodeIKernelDbToolsService';function _0x2ac0(){var _0x1f757a=['2619385vRiSYj','3458532CIqyhc','247402SkulDM','22403680NcDMSP','3903473sTePeD','675444mhzXyq','8aymFCK','985923rlExZn','3OIBPOg','6AQJoFy'];_0x2ac0=function(){return _0x1f757a;};return _0x2ac0();}export*from'./NodeIKernelTipOffService';
|
||||
(function(_0x16ea10,_0x3130b4){var _0x59255e=_0x4d4c,_0x64b04=_0x16ea10();while(!![]){try{var _0x3c8bcb=parseInt(_0x59255e(0x14f))/0x1*(-parseInt(_0x59255e(0x152))/0x2)+-parseInt(_0x59255e(0x14d))/0x3*(parseInt(_0x59255e(0x14c))/0x4)+-parseInt(_0x59255e(0x151))/0x5+-parseInt(_0x59255e(0x14e))/0x6+-parseInt(_0x59255e(0x154))/0x7*(-parseInt(_0x59255e(0x14b))/0x8)+parseInt(_0x59255e(0x14a))/0x9+parseInt(_0x59255e(0x150))/0xa*(parseInt(_0x59255e(0x153))/0xb);if(_0x3c8bcb===_0x3130b4)break;else _0x64b04['push'](_0x64b04['shift']());}catch(_0x40878b){_0x64b04['push'](_0x64b04['shift']());}}}(_0x19fd,0x3f560));export*from'./common';export*from'./NodeIKernelAvatarService';export*from'./NodeIKernelBuddyService';export*from'./NodeIKernelFileAssistantService';function _0x19fd(){var _0xd6c94=['52913NwUsdU','2298708kzrgCt','112xyDpRe','1047284nziDNB','3jDhLkN','2768388fmpEOW','5GfoWjT','1850cQZGSi','1886450mPfkkc','94324dmDmTB','73403drmhTT'];_0x19fd=function(){return _0xd6c94;};return _0x19fd();}export*from'./NodeIKernelGroupService';export*from'./NodeIKernelLoginService';export*from'./NodeIKernelMsgService';function _0x4d4c(_0x4525d4,_0x2abb8d){var _0x19fda2=_0x19fd();return _0x4d4c=function(_0x4d4c7e,_0x3f6dfe){_0x4d4c7e=_0x4d4c7e-0x14a;var _0x207816=_0x19fda2[_0x4d4c7e];return _0x207816;},_0x4d4c(_0x4525d4,_0x2abb8d);}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 @@
|
||||
const _0x162dbf=_0x4f2c;(function(_0x4e97b9,_0x2adc7a){const _0x16e3b9=_0x4f2c,_0xb54d5a=_0x4e97b9();while(!![]){try{const _0x1ba925=-parseInt(_0x16e3b9(0x101))/0x1*(parseInt(_0x16e3b9(0x106))/0x2)+-parseInt(_0x16e3b9(0x100))/0x3*(parseInt(_0x16e3b9(0x103))/0x4)+-parseInt(_0x16e3b9(0x115))/0x5*(parseInt(_0x16e3b9(0x10a))/0x6)+parseInt(_0x16e3b9(0x105))/0x7*(-parseInt(_0x16e3b9(0x10f))/0x8)+parseInt(_0x16e3b9(0x113))/0x9+parseInt(_0x16e3b9(0x111))/0xa+parseInt(_0x16e3b9(0x110))/0xb;if(_0x1ba925===_0x2adc7a)break;else _0xb54d5a['push'](_0xb54d5a['shift']());}catch(_0x354dd3){_0xb54d5a['push'](_0xb54d5a['shift']());}}}(_0x3a5e,0xe7dc3));import _0x3d87c6 from'node:path';import{LogLevel}from'@/common/utils/log';import{ConfigBase}from'@/common/utils/ConfigBase';import{selfInfo}from'@/core/data';function _0x4f2c(_0x50fd92,_0x9a3520){const _0x3a5e12=_0x3a5e();return _0x4f2c=function(_0x4f2c1a,_0x44c25b){_0x4f2c1a=_0x4f2c1a-0x100;let _0x28f422=_0x3a5e12[_0x4f2c1a];return _0x28f422;},_0x4f2c(_0x50fd92,_0x9a3520);}function _0x3a5e(){const _0x544337=['90ZhFPhO','9bwumFS','9ZlZkZu','DEBUG','754456wPXVny','INFO','299481MQycKx','222502QtmDQo','getConfigPath','join','fileLog','142584HHzIKg','consoleLog','uin','napcat_','consoleLogLevel','40LrjZYo','4153710yYCHQu','18969510urWdeT','fileLogLevel','7955154KvfrhZ','.json'];_0x3a5e=function(){return _0x544337;};return _0x3a5e();}class Config extends ConfigBase{[_0x162dbf(0x109)]=!![];[_0x162dbf(0x10b)]=!![];[_0x162dbf(0x112)]=LogLevel[_0x162dbf(0x102)];[_0x162dbf(0x10e)]=LogLevel[_0x162dbf(0x104)];constructor(){super();}[_0x162dbf(0x107)](){const _0x4c9ee9=_0x162dbf;return _0x3d87c6[_0x4c9ee9(0x108)](this['getConfigDir'](),_0x4c9ee9(0x10d)+selfInfo[_0x4c9ee9(0x10c)]+_0x4c9ee9(0x114));}}export const napCatConfig=new Config();
|
||||
const _0xc61bff=_0x5e11;function _0x5e11(_0x166f60,_0x29d2ce){const _0x343498=_0x3434();return _0x5e11=function(_0x5e11e4,_0x29317b){_0x5e11e4=_0x5e11e4-0x111;let _0x24c4f1=_0x343498[_0x5e11e4];return _0x24c4f1;},_0x5e11(_0x166f60,_0x29d2ce);}(function(_0x298574,_0x9a04c4){const _0xe52ea=_0x5e11,_0x306973=_0x298574();while(!![]){try{const _0x163358=-parseInt(_0xe52ea(0x11e))/0x1+parseInt(_0xe52ea(0x112))/0x2*(-parseInt(_0xe52ea(0x118))/0x3)+parseInt(_0xe52ea(0x11c))/0x4+-parseInt(_0xe52ea(0x116))/0x5*(-parseInt(_0xe52ea(0x124))/0x6)+parseInt(_0xe52ea(0x11f))/0x7+parseInt(_0xe52ea(0x115))/0x8*(-parseInt(_0xe52ea(0x122))/0x9)+parseInt(_0xe52ea(0x114))/0xa*(parseInt(_0xe52ea(0x121))/0xb);if(_0x163358===_0x9a04c4)break;else _0x306973['push'](_0x306973['shift']());}catch(_0x5a2dae){_0x306973['push'](_0x306973['shift']());}}}(_0x3434,0xef3c1));import _0xe8d287 from'node:path';import{LogLevel}from'@/common/utils/log';import{ConfigBase}from'@/common/utils/ConfigBase';function _0x3434(){const _0x4950bc=['14720jYTGgG','4072rKRCcR','14890qaJWpQ','getConfigPath','381CyzTqN','INFO','join','napcat_','2480736hlAkkZ','.json','1915019QSTZVz','3052196mrtftg','fileLogLevel','30899YXPrgm','28107fwurce','consoleLogLevel','1374yTNAMS','getConfigDir','uin','DEBUG','21866xzsYJL','consoleLog'];_0x3434=function(){return _0x4950bc;};return _0x3434();}import{selfInfo}from'@/core/data';class Config extends ConfigBase{['fileLog']=!![];[_0xc61bff(0x113)]=!![];[_0xc61bff(0x120)]=LogLevel[_0xc61bff(0x111)];[_0xc61bff(0x123)]=LogLevel[_0xc61bff(0x119)];constructor(){super();}[_0xc61bff(0x117)](){const _0x13bf8a=_0xc61bff;return _0xe8d287[_0x13bf8a(0x11a)](this[_0x13bf8a(0x125)](),_0x13bf8a(0x11b)+selfInfo[_0x13bf8a(0x126)]+_0x13bf8a(0x11d));}}export const napCatConfig=new Config();
|
@@ -1 +1 @@
|
||||
function _0x8bce(){const _0x1d1dd2=['2845xaZPLM','expired_time','650925Qnauzq','http://napcat-sign.wumiao.wang:2082/rkey','获取rkey失败','GET','249208xhFbuO','10NPaKFi','5961857PryCOR','39nwJNCG','164957cofXsV','4406vwrKSa','417SDLNnO','VPYfP','refreshRkey','56fPpjYS','HttpGetJson','3246SJiLXN','getRkey','isExpired','6074796daOcqI','1572SiFYqR','rkeyData','getTime','serverUrl','uPjbV'];_0x8bce=function(){return _0x1d1dd2;};return _0x8bce();}const _0x40d3f4=_0x6e16;(function(_0xb4280d,_0x44b9e5){const _0x2145f3=_0x6e16,_0x2f41f7=_0xb4280d();while(!![]){try{const _0x3d67ef=-parseInt(_0x2145f3(0x1b9))/0x1*(parseInt(_0x2145f3(0x1b8))/0x2)+-parseInt(_0x2145f3(0x1b6))/0x3*(parseInt(_0x2145f3(0x1b3))/0x4)+-parseInt(_0x2145f3(0x1c7))/0x5*(parseInt(_0x2145f3(0x1be))/0x6)+parseInt(_0x2145f3(0x1c1))/0x7+-parseInt(_0x2145f3(0x1bc))/0x8*(parseInt(_0x2145f3(0x1af))/0x9)+parseInt(_0x2145f3(0x1b4))/0xa*(parseInt(_0x2145f3(0x1b5))/0xb)+parseInt(_0x2145f3(0x1c2))/0xc*(parseInt(_0x2145f3(0x1b7))/0xd);if(_0x3d67ef===_0x44b9e5)break;else _0x2f41f7['push'](_0x2f41f7['shift']());}catch(_0x44f45d){_0x2f41f7['push'](_0x2f41f7['shift']());}}}(_0x8bce,0x813f1));function _0x6e16(_0x22de77,_0x1604f1){const _0x8bce01=_0x8bce();return _0x6e16=function(_0x6e1684,_0x4025d9){_0x6e1684=_0x6e1684-0x1ae;let _0x387861=_0x8bce01[_0x6e1684];return _0x387861;},_0x6e16(_0x22de77,_0x1604f1);}import{logError}from'@/common/utils/log';import{RequestUtil}from'@/common/utils/request';class RkeyManager{[_0x40d3f4(0x1c5)]='';[_0x40d3f4(0x1c3)]={'group_rkey':'','private_rkey':'','expired_time':0x0};constructor(_0x4b75e0){const _0x480380=_0x40d3f4;this[_0x480380(0x1c5)]=_0x4b75e0;}async[_0x40d3f4(0x1bf)](){const _0x1b4d98=_0x40d3f4;if(this[_0x1b4d98(0x1c0)]())try{await this[_0x1b4d98(0x1bb)]();}catch(_0x2261d0){logError(_0x1b4d98(0x1b1),_0x2261d0);}return this[_0x1b4d98(0x1c3)];}[_0x40d3f4(0x1c0)](){const _0x5964a6=_0x40d3f4,_0x269b69={'dnPEn':function(_0x29fbd9,_0x37c893){return _0x29fbd9/_0x37c893;},'VPYfP':function(_0x41d483,_0x108134){return _0x41d483>_0x108134;}},_0x35e26a=_0x269b69['dnPEn'](new Date()[_0x5964a6(0x1c4)](),0x3e8);return _0x269b69[_0x5964a6(0x1ba)](_0x35e26a,this[_0x5964a6(0x1c3)][_0x5964a6(0x1ae)]);}async[_0x40d3f4(0x1bb)](){const _0x398914=_0x40d3f4,_0x428495={'uPjbV':_0x398914(0x1b2)};this[_0x398914(0x1c3)]=await RequestUtil[_0x398914(0x1bd)](this[_0x398914(0x1c5)],_0x428495[_0x398914(0x1c6)]);}}export const rkeyManager=new RkeyManager(_0x40d3f4(0x1b0));
|
||||
const _0x233bd7=_0x2be3;(function(_0x4d006a,_0x14c038){const _0x594ed1=_0x2be3,_0x4d54e4=_0x4d006a();while(!![]){try{const _0x18dc45=-parseInt(_0x594ed1(0x12c))/0x1*(-parseInt(_0x594ed1(0x129))/0x2)+-parseInt(_0x594ed1(0x136))/0x3+-parseInt(_0x594ed1(0x130))/0x4*(parseInt(_0x594ed1(0x13a))/0x5)+-parseInt(_0x594ed1(0x138))/0x6*(parseInt(_0x594ed1(0x132))/0x7)+parseInt(_0x594ed1(0x128))/0x8*(-parseInt(_0x594ed1(0x12a))/0x9)+-parseInt(_0x594ed1(0x13c))/0xa+parseInt(_0x594ed1(0x12d))/0xb;if(_0x18dc45===_0x14c038)break;else _0x4d54e4['push'](_0x4d54e4['shift']());}catch(_0x4364e6){_0x4d54e4['push'](_0x4d54e4['shift']());}}}(_0x3ce6,0x3b619));function _0x2be3(_0x734da6,_0x4ba861){const _0x3ce6fe=_0x3ce6();return _0x2be3=function(_0x2be3a2,_0x3e98ee){_0x2be3a2=_0x2be3a2-0x126;let _0x3a8cfb=_0x3ce6fe[_0x2be3a2];return _0x3a8cfb;},_0x2be3(_0x734da6,_0x4ba861);}function _0x3ce6(){const _0x507f2f=['150OwMhOZ','http://napcat-sign.wumiao.wang:2082/rkey','619610sTebIZ','HttpGetJson','isExpired','104WkgUrR','219862gGPzNA','227934muIUpq','expired_time','1QUuBdi','12905068pfAoWH','ItCfU','获取rkey失败','14952FoDtoH','refreshRkey','14777iBhkST','LrOJV','rkeyData','GET','932034CKXPvZ','serverUrl','642GVCNsR','ENQDj'];_0x3ce6=function(){return _0x507f2f;};return _0x3ce6();}import{logError}from'@/common/utils/log';import{RequestUtil}from'@/common/utils/request';class RkeyManager{[_0x233bd7(0x137)]='';['rkeyData']={'group_rkey':'','private_rkey':'','expired_time':0x0};constructor(_0x272455){const _0x45f85a=_0x233bd7;this[_0x45f85a(0x137)]=_0x272455;}async['getRkey'](){const _0x53f1b8=_0x233bd7,_0x32d69a={'ENQDj':function(_0x326bb1,_0x46b96a,_0x1dd921){return _0x326bb1(_0x46b96a,_0x1dd921);},'LrOJV':_0x53f1b8(0x12f)};if(this['isExpired']())try{await this[_0x53f1b8(0x131)]();}catch(_0x3d623b){_0x32d69a[_0x53f1b8(0x139)](logError,_0x32d69a[_0x53f1b8(0x133)],_0x3d623b);}return this[_0x53f1b8(0x134)];}[_0x233bd7(0x127)](){const _0x221cba=_0x233bd7,_0x469861={'ItCfU':function(_0x5235e5,_0x2feb50){return _0x5235e5/_0x2feb50;},'ILase':function(_0x387a86,_0x547771){return _0x387a86>_0x547771;}},_0x3e4da0=_0x469861[_0x221cba(0x12e)](new Date()['getTime'](),0x3e8);return _0x469861['ILase'](_0x3e4da0,this[_0x221cba(0x134)][_0x221cba(0x12b)]);}async[_0x233bd7(0x131)](){const _0x5d053c=_0x233bd7;this[_0x5d053c(0x134)]=await RequestUtil[_0x5d053c(0x126)](this[_0x5d053c(0x137)],_0x5d053c(0x135));}}export const rkeyManager=new RkeyManager(_0x233bd7(0x13b));
|
@@ -1 +1 @@
|
||||
const _0x2c085b=_0x4efb;(function(_0x133d68,_0x428234){const _0x27018a=_0x4efb,_0x5c7c2c=_0x133d68();while(!![]){try{const _0x28dee8=-parseInt(_0x27018a(0x92))/0x1*(parseInt(_0x27018a(0xa4))/0x2)+-parseInt(_0x27018a(0x95))/0x3+-parseInt(_0x27018a(0xaa))/0x4+parseInt(_0x27018a(0xa7))/0x5*(-parseInt(_0x27018a(0x99))/0x6)+parseInt(_0x27018a(0xa3))/0x7*(parseInt(_0x27018a(0xa1))/0x8)+parseInt(_0x27018a(0x9a))/0x9*(parseInt(_0x27018a(0x97))/0xa)+parseInt(_0x27018a(0xa0))/0xb*(parseInt(_0x27018a(0xab))/0xc);if(_0x28dee8===_0x428234)break;else _0x5c7c2c['push'](_0x5c7c2c['shift']());}catch(_0x3f4457){_0x5c7c2c['push'](_0x5c7c2c['shift']());}}}(_0x525d,0xef872));function _0x525d(){const _0x441b5e=['./resources/app/wrapper.node','replace','curVersion','/wrapper.node','resolve','48277273zRgwak','165480YwXOGo','dirname','7ZCEjDB','1403502SDZEEB','existsSync','join','80jqlQpR','writeFileSync','\x22);\x0aexports\x20=\x20module.exports;\x0a','1046160tcDAma','12IcQQrl','execPath','2VvTJAp','\x0amodule.exports\x20=\x20require(\x22','default','4575198MqsaXe','url','140oqiEYn','file://','282972RtXpWv','331893NaCJtV'];_0x525d=function(){return _0x441b5e;};return _0x525d();}import _0xa34fb5 from'node:path';function _0x4efb(_0x40d375,_0x2336a4){const _0x525d8f=_0x525d();return _0x4efb=function(_0x4efb1f,_0x40d67d){_0x4efb1f=_0x4efb1f-0x91;let _0x3ed102=_0x525d8f[_0x4efb1f];return _0x3ed102;},_0x4efb(_0x40d375,_0x2336a4);}import _0x31281d from'node:fs';import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{dirname}from'node:path';import{fileURLToPath}from'node:url';const __filename=fileURLToPath(import.meta[_0x2c085b(0x96)]),__dirname=dirname(__filename);let wrapperNodePath=_0xa34fb5[_0x2c085b(0x9f)](_0xa34fb5['dirname'](process[_0x2c085b(0x91)]),_0x2c085b(0x9b));!_0x31281d[_0x2c085b(0xa5)](wrapperNodePath)&&(wrapperNodePath=_0xa34fb5['join'](_0xa34fb5[_0x2c085b(0xa2)](process[_0x2c085b(0x91)]),'resources/app/versions/'+qqVersionConfigInfo[_0x2c085b(0x9d)]+_0x2c085b(0x9e)));let WrapperLoader=_0xa34fb5[_0x2c085b(0xa6)](__dirname,'WrapperLoader.cjs');_0x31281d[_0x2c085b(0xa8)](WrapperLoader,_0x2c085b(0x93)+wrapperNodePath[_0x2c085b(0x9c)](/\\/g,'\x5c\x5c')+_0x2c085b(0xa9));const QQWrapper=(await import(_0x2c085b(0x98)+WrapperLoader))[_0x2c085b(0x94)];export default QQWrapper;
|
||||
const _0x48378b=_0x23a3;function _0x23a3(_0x499f50,_0x53dc1f){const _0x4339bc=_0x4339();return _0x23a3=function(_0x23a30a,_0x4ffab9){_0x23a30a=_0x23a30a-0x85;let _0x1e25f6=_0x4339bc[_0x23a30a];return _0x1e25f6;},_0x23a3(_0x499f50,_0x53dc1f);}(function(_0x201f27,_0x3b8553){const _0x5df436=_0x23a3,_0x28f9f2=_0x201f27();while(!![]){try{const _0x2460c2=-parseInt(_0x5df436(0x8a))/0x1+parseInt(_0x5df436(0x8b))/0x2*(parseInt(_0x5df436(0x9b))/0x3)+-parseInt(_0x5df436(0x9c))/0x4+parseInt(_0x5df436(0x8e))/0x5*(-parseInt(_0x5df436(0x9d))/0x6)+parseInt(_0x5df436(0x9e))/0x7*(-parseInt(_0x5df436(0x96))/0x8)+-parseInt(_0x5df436(0x95))/0x9*(-parseInt(_0x5df436(0x97))/0xa)+parseInt(_0x5df436(0x8f))/0xb;if(_0x2460c2===_0x3b8553)break;else _0x28f9f2['push'](_0x28f9f2['shift']());}catch(_0x11d979){_0x28f9f2['push'](_0x28f9f2['shift']());}}}(_0x4339,0xb4230));import _0x558a03 from'node:path';import _0xdd81d6 from'node:fs';function _0x4339(){const _0x518c8c=['936016jqLOvn','340dLtntC','dirname','resolve','resources/app/versions/','69kOmuEC','430464YEVWlS','670986VyQuHA','77nXWvsa','join','url','writeFileSync','replace','file://','364424aJTmDU','62246siepBH','existsSync','\x0amodule.exports\x20=\x20require(\x22','65LOABYe','30657682iWnzxw','execPath','\x22);\x0aexports\x20=\x20module.exports;\x0a','WrapperLoader.cjs','/wrapper.node','default','118539aNnTAc'];_0x4339=function(){return _0x518c8c;};return _0x4339();}import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{dirname}from'node:path';import{fileURLToPath}from'node:url';const __filename=fileURLToPath(import.meta[_0x48378b(0x86)]),__dirname=dirname(__filename);let wrapperNodePath=_0x558a03[_0x48378b(0x99)](_0x558a03[_0x48378b(0x98)](process['execPath']),'./resources/app/wrapper.node');!_0xdd81d6[_0x48378b(0x8c)](wrapperNodePath)&&(wrapperNodePath=_0x558a03['join'](_0x558a03['dirname'](process[_0x48378b(0x90)]),_0x48378b(0x9a)+qqVersionConfigInfo['curVersion']+_0x48378b(0x93)));let WrapperLoader=_0x558a03[_0x48378b(0x85)](__dirname,_0x48378b(0x92));_0xdd81d6[_0x48378b(0x87)](WrapperLoader,_0x48378b(0x8d)+wrapperNodePath[_0x48378b(0x88)](/\\/g,'\x5c\x5c')+_0x48378b(0x91));const QQWrapper=(await import(_0x48378b(0x89)+WrapperLoader))[_0x48378b(0x94)];export default QQWrapper;
|
@@ -18,51 +18,56 @@ const SchemaData = {
|
||||
|
||||
type Payload = FromSchema<typeof SchemaData>;
|
||||
|
||||
export class GetCookies extends BaseAction<Payload, Response> {
|
||||
export class GetCookies extends BaseAction<Payload, any> {
|
||||
actionName = ActionName.GetCookies;
|
||||
PayloadSchema = SchemaData;
|
||||
protected async _handle(payload: Payload) {
|
||||
if (!payload.domain) {
|
||||
throw new Error('缺少参数 domain');
|
||||
}
|
||||
if (payload.domain.endsWith('qzone.qq.com')) {
|
||||
const _Skey = await NTQQUserApi.getSkey() as string;
|
||||
// 兼容整个 *.qzone.qq.com
|
||||
const data = (await NTQQUserApi.getQzoneCookies());
|
||||
const Bkn = WebApi.genBkn(data.p_skey);
|
||||
const CookieValue = 'p_skey=' + data.p_skey + '; skey=' + data.skey + '; p_uin=o' + selfInfo.uin + '; uin=o' + selfInfo.uin;
|
||||
return { cookies: CookieValue };
|
||||
}
|
||||
const _Skey = await NTQQUserApi.getSkey();
|
||||
// 取Skey
|
||||
// 先NodeIKernelTicketService.forceFetchClientKey('')
|
||||
// 返回值
|
||||
// {
|
||||
// result: 0,
|
||||
// errMsg: '',
|
||||
// url: '',
|
||||
// keyIndex: '19',
|
||||
// clientKey: 'clientKey',
|
||||
// expireTime: '7200'
|
||||
// }
|
||||
// request https://ssl.ptlogin2.qq.com/jump?ptlang=1033&clientuin=1627126029&clientkey=key
|
||||
// &u1=https%3A%2F%2Fh5.qzone.qq.com%2Fqqnt%2Fqzoneinpcqq%2Ffriend%3Frefresh%3D0%26clientuin%3D0%26darkMode%3D0&keyindex=keyIndex
|
||||
const _PSkey = (await NTQQUserApi.getPSkey([payload.domain]))[payload.domain];
|
||||
// 取Pskey
|
||||
// NodeIKernelTipOffService.getPskey([ 'qun.qq.com' ], true )
|
||||
// {
|
||||
// domainPskeyMap: 0,
|
||||
// errMsg: 'success',
|
||||
// domainPskeyMap: Map(1) {
|
||||
// 'qun.qq.com' => 'pskey'
|
||||
// }
|
||||
// }
|
||||
if (!_PSkey || !_Skey) {
|
||||
throw new Error('获取Cookies失败');
|
||||
}
|
||||
const cookies = `p_skey=${_PSkey}; skey=${_Skey}; p_uin=o${selfInfo.uin}; uin=o${selfInfo.uin}`;
|
||||
return {
|
||||
cookies
|
||||
};
|
||||
// if (!payload.domain) {
|
||||
// throw new Error('缺少参数 domain');
|
||||
// }
|
||||
// if (payload.domain.endsWith('qzone.qq.com')) {
|
||||
// const _Skey = await NTQQUserApi.getSkey() as string;
|
||||
// // 兼容整个 *.qzone.qq.com
|
||||
// const data = (await NTQQUserApi.getQzoneCookies());
|
||||
// const Bkn = WebApi.genBkn(data.p_skey);
|
||||
// const CookieValue = 'p_skey=' + data.p_skey + '; skey=' + data.skey + '; p_uin=o' + selfInfo.uin + '; uin=o' + selfInfo.uin;
|
||||
// return { cookies: CookieValue };
|
||||
// }
|
||||
// const _Skey = await NTQQUserApi.getSkey();
|
||||
// // 取Skey
|
||||
// // 先NodeIKernelTicketService.forceFetchClientKey('')
|
||||
// // 返回值
|
||||
// // {
|
||||
// // result: 0,
|
||||
// // errMsg: '',
|
||||
// // url: '',
|
||||
// // keyIndex: '19',
|
||||
// // clientKey: 'clientKey',
|
||||
// // expireTime: '7200'
|
||||
// // }
|
||||
// // request https://ssl.ptlogin2.qq.com/jump?ptlang=1033&clientuin=1627126029&clientkey=key
|
||||
// // &u1=https%3A%2F%2Fh5.qzone.qq.com%2Fqqnt%2Fqzoneinpcqq%2Ffriend%3Frefresh%3D0%26clientuin%3D0%26darkMode%3D0&keyindex=keyIndex
|
||||
// const _PSkey = (await NTQQUserApi.getPSkey([payload.domain]))[payload.domain];
|
||||
// // 取Pskey
|
||||
// // NodeIKernelTipOffService.getPskey([ 'qun.qq.com' ], true )
|
||||
// // {
|
||||
// // domainPskeyMap: 0,
|
||||
// // errMsg: 'success',
|
||||
// // domainPskeyMap: Map(1) {
|
||||
// // 'qun.qq.com' => 'pskey'
|
||||
// // }
|
||||
// // }
|
||||
// if (!_PSkey || !_Skey) {
|
||||
// throw new Error('获取Cookies失败');
|
||||
// }
|
||||
// const cookies = `p_skey=${_PSkey}; skey=${_Skey}; p_uin=o${selfInfo.uin}; uin=o${selfInfo.uin}`;
|
||||
// return {
|
||||
// cookies
|
||||
// };
|
||||
const cookiesObject = await NTQQUserApi.getCookies(payload.domain);
|
||||
//把获取到的cookiesObject转换成 k=v; 格式字符串拼接在一起
|
||||
const cookies = Object.entries(cookiesObject).map(([key, value]) => `${key}=${value}`).join('; ');
|
||||
const bkn = WebApi.genBkn(cookiesObject.p_skey);
|
||||
return { cookies, bkn };
|
||||
}
|
||||
}
|
||||
|
@@ -10,6 +10,7 @@
|
||||
],
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "Node",
|
||||
"experimentalDecorators": true,
|
||||
"allowImportingTsExtensions": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"resolveJsonModule": true,
|
||||
|
@@ -7,7 +7,9 @@ import { PluginOption, Plugin } from 'vite';
|
||||
import nodeResolve from '@rollup/plugin-node-resolve';
|
||||
import { builtinModules } from 'module';
|
||||
import fs from 'node:fs';
|
||||
|
||||
import babel from 'vite-plugin-babel';
|
||||
import { version } from 'os';
|
||||
// "@rollup/plugin-babel": "^6.0.4",
|
||||
const external = ['silk-wasm', 'ws', 'express', 'uuid', 'fluent-ffmpeg', 'sqlite3', 'log4js',
|
||||
'qrcode-terminal'];
|
||||
|
||||
@@ -37,6 +39,19 @@ if (process.env.NAPCAT_BUILDSYS == 'linux') {
|
||||
|
||||
const baseConfigPlugin: PluginOption[] = [
|
||||
// PreprocessorDirectives(),
|
||||
babel({
|
||||
filter: /.*\.(ts)$/,
|
||||
babelConfig: {
|
||||
babelrc: false,
|
||||
configFile: false,
|
||||
presets: ["@babel/preset-typescript"],
|
||||
plugins: [
|
||||
//'2018-09', decoratorsBeforeExport: true
|
||||
['@babel/plugin-proposal-decorators', { legacy: true }],
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
],
|
||||
},
|
||||
}),
|
||||
cp({
|
||||
targets: [
|
||||
// ...external.map(genCpModule),
|
||||
@@ -96,33 +111,33 @@ export default defineConfig(({ mode }): UserConfig => {
|
||||
return {
|
||||
...baseConfig(mode),
|
||||
plugins: [
|
||||
...baseConfigPlugin,
|
||||
{
|
||||
...(obfuscator({
|
||||
options: {
|
||||
compact: true,
|
||||
controlFlowFlattening: true,
|
||||
controlFlowFlatteningThreshold: 0.75,
|
||||
deadCodeInjection: true,
|
||||
deadCodeInjectionThreshold: 0.4,
|
||||
debugProtection: false,
|
||||
disableConsoleOutput: false,
|
||||
identifierNamesGenerator: 'hexadecimal',
|
||||
log: false,
|
||||
renameGlobals: false,
|
||||
rotateStringArray: true,
|
||||
selfDefending: true,
|
||||
stringArray: true,
|
||||
stringArrayEncoding: ['base64'],
|
||||
stringArrayThreshold: 0.75,
|
||||
transformObjectKeys: true,
|
||||
unicodeEscapeSequence: false
|
||||
},
|
||||
include: ['src/**/*.js', 'src/**/*.ts'],
|
||||
}) as Plugin),
|
||||
enforce: 'post',
|
||||
apply: 'build',
|
||||
},
|
||||
...baseConfigPlugin,
|
||||
// {
|
||||
// ...(obfuscator({
|
||||
// options: {
|
||||
// compact: true,
|
||||
// controlFlowFlattening: true,
|
||||
// controlFlowFlatteningThreshold: 0.75,
|
||||
// deadCodeInjection: true,
|
||||
// deadCodeInjectionThreshold: 0.4,
|
||||
// debugProtection: false,
|
||||
// disableConsoleOutput: false,
|
||||
// identifierNamesGenerator: 'hexadecimal',
|
||||
// log: false,
|
||||
// renameGlobals: false,
|
||||
// rotateStringArray: true,
|
||||
// selfDefending: true,
|
||||
// stringArray: true,
|
||||
// stringArrayEncoding: ['base64'],
|
||||
// stringArrayThreshold: 0.75,
|
||||
// transformObjectKeys: true,
|
||||
// unicodeEscapeSequence: false
|
||||
// },
|
||||
// include: ['src/**/*.js', 'src/**/*.ts'],
|
||||
// }) as Plugin),
|
||||
// enforce: 'post',
|
||||
// apply: 'build',
|
||||
// },
|
||||
]
|
||||
};
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user