mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
chore: sync core
This commit is contained in:
53
src/common/utils/MessageUnique.ts
Normal file
53
src/common/utils/MessageUnique.ts
Normal file
@@ -0,0 +1,53 @@
|
||||
import crypto from 'crypto';
|
||||
|
||||
class LimitedHashTable<K, V> {
|
||||
private keyToValue: Map<K, V> = new Map();
|
||||
private valueToKey: Map<V, K> = new Map();
|
||||
private maxSize: number;
|
||||
private KeyQueneList: K[] = [];
|
||||
private ValueQueneList: V[] = [];
|
||||
constructor(maxSize: number) {
|
||||
this.maxSize = maxSize;
|
||||
}
|
||||
set(key: K, value: V): void {
|
||||
this.keyToValue.set(key, value);
|
||||
this.valueToKey.set(value, key);
|
||||
if (this.KeyQueneList.length >= this.maxSize || this.ValueQueneList.length >= this.maxSize) {
|
||||
this.KeyQueneList.shift();
|
||||
this.ValueQueneList.shift();
|
||||
}
|
||||
}
|
||||
|
||||
getValue(key: K): V | undefined {
|
||||
return this.keyToValue.get(key);
|
||||
}
|
||||
|
||||
getKey(value: V): K | undefined {
|
||||
return this.valueToKey.get(value);
|
||||
}
|
||||
|
||||
delete(key: K): void {
|
||||
const value = this.keyToValue.get(key);
|
||||
if (value !== undefined) {
|
||||
this.keyToValue.delete(key);
|
||||
this.valueToKey.delete(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class MessageUniqueWrapper {
|
||||
private msgIdMap: LimitedHashTable<number, string> = new LimitedHashTable(1000);
|
||||
createMsg(MsgId: string) {
|
||||
let ShortId = parseInt(crypto.createHash('sha1').update('2345').digest('hex').slice(0, 8), 16);
|
||||
this.msgIdMap.set(ShortId, MsgId);
|
||||
return ShortId;
|
||||
}
|
||||
getMsgIdByShortId(ShortId: number) {
|
||||
return this.msgIdMap.getValue(ShortId);
|
||||
}
|
||||
getShortIdByMsgId(MsgId: string) {
|
||||
return this.msgIdMap.getKey(MsgId);
|
||||
}
|
||||
}
|
||||
|
||||
export const MessageUnique = new MessageUniqueWrapper();
|
2
src/core
2
src/core
Submodule src/core updated: 399e9ae3f0...560889a937
@@ -1 +1 @@
|
||||
function _0x154b(){var _0x19d84b=['32055380hKAsVE','6601085XpJHUk','78146SLaFUf','8YoryNO','onMSFStatusChange','24ZZyUDk','7645149giBFIa','177IgGXzZ','1862670HTcYlt','16432fDNlzf','8471239jyPyfG'];_0x154b=function(){return _0x19d84b;};return _0x154b();}var _0x26f9b7=_0x36b7;(function(_0x5a1684,_0x328281){var _0xa7ffd5=_0x36b7,_0x5e97b0=_0x5a1684();while(!![]){try{var _0x442b5a=parseInt(_0xa7ffd5(0x13b))/0x1*(-parseInt(_0xa7ffd5(0x13e))/0x2)+parseInt(_0xa7ffd5(0x135))/0x3*(-parseInt(_0xa7ffd5(0x137))/0x4)+-parseInt(_0xa7ffd5(0x13a))/0x5+-parseInt(_0xa7ffd5(0x136))/0x6+parseInt(_0xa7ffd5(0x138))/0x7+parseInt(_0xa7ffd5(0x13c))/0x8*(-parseInt(_0xa7ffd5(0x134))/0x9)+parseInt(_0xa7ffd5(0x139))/0xa;if(_0x442b5a===_0x328281)break;else _0x5e97b0['push'](_0x5e97b0['shift']());}catch(_0x35cf77){_0x5e97b0['push'](_0x5e97b0['shift']());}}}(_0x154b,0xb870c));function _0x36b7(_0x161664,_0x2a89ac){var _0x154b02=_0x154b();return _0x36b7=function(_0x36b71b,_0x20f910){_0x36b71b=_0x36b71b-0x134;var _0x9b769f=_0x154b02[_0x36b71b];return _0x9b769f;},_0x36b7(_0x161664,_0x2a89ac);}export class DependsAdapter{[_0x26f9b7(0x13d)](_0x27e93a,_0x123ff0){}['onMSFSsoError'](_0x27cce9){}['getGroupCode'](_0x552cf4){}}
|
||||
var _0x348973=_0x3c1e;function _0x3c1e(_0x5ee745,_0x337c0d){var _0x2cbd1f=_0x2cbd();return _0x3c1e=function(_0x3c1e92,_0x3b810c){_0x3c1e92=_0x3c1e92-0x1ab;var _0x37b802=_0x2cbd1f[_0x3c1e92];return _0x37b802;},_0x3c1e(_0x5ee745,_0x337c0d);}function _0x2cbd(){var _0x351c54=['217VpbvZf','623028XLabrC','4201110oWJQHv','4686344hsQdLM','60384cRWWDI','getGroupCode','5753820UbkJGg','onMSFSsoError','8523315Vdgnzi','845698CoLuKP','50iwlXfY','9ENDphd'];_0x2cbd=function(){return _0x351c54;};return _0x2cbd();}(function(_0x137249,_0xf1ab75){var _0x1c8973=_0x3c1e,_0x43f0c9=_0x137249();while(!![]){try{var _0x1b956d=-parseInt(_0x1c8973(0x1ad))/0x1+-parseInt(_0x1c8973(0x1b5))/0x2*(parseInt(_0x1c8973(0x1ab))/0x3)+-parseInt(_0x1c8973(0x1b2))/0x4+-parseInt(_0x1c8973(0x1ae))/0x5+-parseInt(_0x1c8973(0x1b0))/0x6*(parseInt(_0x1c8973(0x1ac))/0x7)+parseInt(_0x1c8973(0x1af))/0x8+parseInt(_0x1c8973(0x1b4))/0x9*(parseInt(_0x1c8973(0x1b6))/0xa);if(_0x1b956d===_0xf1ab75)break;else _0x43f0c9['push'](_0x43f0c9['shift']());}catch(_0x48c912){_0x43f0c9['push'](_0x43f0c9['shift']());}}}(_0x2cbd,0xccc4c));export class DependsAdapter{['onMSFStatusChange'](_0x4a8bc4,_0x2ae48d){}[_0x348973(0x1b3)](_0x2fd458){}[_0x348973(0x1b1)](_0x309ac2){}}
|
@@ -1 +1 @@
|
||||
function _0x2bd2(){var _0x3e6087=['122034pDrLzk','2FNLUqg','30BUEQhw','9RdLkby','19580110PlebGo','669972NjipTE','dispatchCallWithJson','1844359RzjPLH','18882YEepSz','8781210lWznor','dispatchCall','1162pcHSoR','9061088gaPUzT'];_0x2bd2=function(){return _0x3e6087;};return _0x2bd2();}function _0x304b(_0x335c81,_0xc08e00){var _0x2bd290=_0x2bd2();return _0x304b=function(_0x304baa,_0x3835e1){_0x304baa=_0x304baa-0xee;var _0x46af11=_0x2bd290[_0x304baa];return _0x46af11;},_0x304b(_0x335c81,_0xc08e00);}var _0x584809=_0x304b;(function(_0x588af1,_0x422d15){var _0x462c7a=_0x304b,_0x4c9437=_0x588af1();while(!![]){try{var _0x11d093=parseInt(_0x462c7a(0xf1))/0x1*(parseInt(_0x462c7a(0xf8))/0x2)+parseInt(_0x462c7a(0xf9))/0x3*(-parseInt(_0x462c7a(0xef))/0x4)+-parseInt(_0x462c7a(0xf3))/0x5+parseInt(_0x462c7a(0xf2))/0x6*(-parseInt(_0x462c7a(0xf5))/0x7)+parseInt(_0x462c7a(0xf6))/0x8+parseInt(_0x462c7a(0xfa))/0x9*(parseInt(_0x462c7a(0xee))/0xa)+parseInt(_0x462c7a(0xf7))/0xb;if(_0x11d093===_0x422d15)break;else _0x4c9437['push'](_0x4c9437['shift']());}catch(_0x3428df){_0x4c9437['push'](_0x4c9437['shift']());}}}(_0x2bd2,0xf250e));export class DispatcherAdapter{['dispatchRequest'](_0x4be085){}[_0x584809(0xf4)](_0x56ed33){}[_0x584809(0xf0)](_0x3116e0){}}
|
||||
function _0x5a55(_0x2e45c5,_0x12f27b){var _0xc2cfaa=_0xc2cf();return _0x5a55=function(_0x5a552b,_0x9c1933){_0x5a552b=_0x5a552b-0xe7;var _0x34153b=_0xc2cfaa[_0x5a552b];return _0x34153b;},_0x5a55(_0x2e45c5,_0x12f27b);}var _0x3e8271=_0x5a55;function _0xc2cf(){var _0x5b8906=['dispatchCallWithJson','597285VrcfBe','1413zhUlMy','dispatchRequest','8210685mqBWYB','304168qDyUuR','6017376KwvHtv','2283784VxTjMw','171408VAMbvH','5Rlkgti','1951736RdKeNO'];_0xc2cf=function(){return _0x5b8906;};return _0xc2cf();}(function(_0x4ac8f5,_0x4564a7){var _0x3dce5d=_0x5a55,_0x1d3e23=_0x4ac8f5();while(!![]){try{var _0x46add1=parseInt(_0x3dce5d(0xed))/0x1+-parseInt(_0x3dce5d(0xef))/0x2+-parseInt(_0x3dce5d(0xe9))/0x3+parseInt(_0x3dce5d(0xe7))/0x4*(parseInt(_0x3dce5d(0xf1))/0x5)+-parseInt(_0x3dce5d(0xee))/0x6+-parseInt(_0x3dce5d(0xec))/0x7+-parseInt(_0x3dce5d(0xf0))/0x8*(-parseInt(_0x3dce5d(0xea))/0x9);if(_0x46add1===_0x4564a7)break;else _0x1d3e23['push'](_0x1d3e23['shift']());}catch(_0x4f3f26){_0x1d3e23['push'](_0x1d3e23['shift']());}}}(_0xc2cf,0x9c0aa));export class DispatcherAdapter{[_0x3e8271(0xeb)](_0x297547){}['dispatchCall'](_0x2410c6){}[_0x3e8271(0xe8)](_0x2f95c2){}}
|
@@ -1 +1 @@
|
||||
var _0xfa0b19=_0x5960;function _0x2c4d(){var _0x4989f6=['2984kmbUNm','onUpdateGeneralFlag','3458497zNOVGL','12251020XKdqJe','4ySCDRG','51RvKBnG','402HsXUKF','47221zqyeWj','onInstallFinished','15006915DQePoM','onGetSrvCalTime','25676232mZKZEv','getAppSetting','fixPicImgType','13rCJDij','8vpOMRn','9ijfema','20905CeNPbn'];_0x2c4d=function(){return _0x4989f6;};return _0x2c4d();}(function(_0x59da3e,_0x39155b){var _0x443774=_0x5960,_0x1d8e85=_0x59da3e();while(!![]){try{var _0x4b8366=-parseInt(_0x443774(0x169))/0x1*(-parseInt(_0x443774(0x166))/0x2)+parseInt(_0x443774(0x167))/0x3*(parseInt(_0x443774(0x162))/0x4)+-parseInt(_0x443774(0x161))/0x5*(parseInt(_0x443774(0x168))/0x6)+-parseInt(_0x443774(0x164))/0x7*(-parseInt(_0x443774(0x15f))/0x8)+parseInt(_0x443774(0x160))/0x9*(parseInt(_0x443774(0x165))/0xa)+parseInt(_0x443774(0x16b))/0xb+-parseInt(_0x443774(0x15b))/0xc*(parseInt(_0x443774(0x15e))/0xd);if(_0x4b8366===_0x39155b)break;else _0x1d8e85['push'](_0x1d8e85['shift']());}catch(_0x4b8ee9){_0x1d8e85['push'](_0x1d8e85['shift']());}}}(_0x2c4d,0xbc2bd));function _0x5960(_0x2c4a86,_0x104d63){var _0x2c4d14=_0x2c4d();return _0x5960=function(_0x596038,_0x3a25c5){_0x596038=_0x596038-0x15a;var _0xab67c8=_0x2c4d14[_0x596038];return _0xab67c8;},_0x5960(_0x2c4a86,_0x104d63);}export class GlobalAdapter{['onLog'](..._0xb52745){}[_0xfa0b19(0x15a)](..._0x2b09a6){}['onShowErrUITips'](..._0x5dce9b){}[_0xfa0b19(0x15d)](..._0x58731a){}[_0xfa0b19(0x15c)](..._0x3e8219){}[_0xfa0b19(0x16a)](..._0x4c2b9f){}[_0xfa0b19(0x163)](..._0x3267a1){}['onGetOfflineMsg'](..._0x1cf55f){}}
|
||||
function _0x4414(_0x491bbb,_0x4da3f5){var _0x47f06d=_0x47f0();return _0x4414=function(_0x441472,_0x1e87d4){_0x441472=_0x441472-0xce;var _0x1001cf=_0x47f06d[_0x441472];return _0x1001cf;},_0x4414(_0x491bbb,_0x4da3f5);}var _0x51e847=_0x4414;function _0x47f0(){var _0x5c4679=['3146440GkbGwK','onInstallFinished','getAppSetting','63770GrUMQh','354fswJOf','22brvXmU','3360240pOwJim','onGetOfflineMsg','2041956JywvWB','fixPicImgType','onShowErrUITips','2125010prfoPf','9QEsUAh','542338WDZURK','onUpdateGeneralFlag','3JqkKyP','10943824cvtLlO','onLog','8Tsgshb'];_0x47f0=function(){return _0x5c4679;};return _0x47f0();}(function(_0x1b8f36,_0x3f89c4){var _0x510ad6=_0x4414,_0x3766ac=_0x1b8f36();while(!![]){try{var _0x581e43=parseInt(_0x510ad6(0xdd))/0x1*(-parseInt(_0x510ad6(0xdb))/0x2)+parseInt(_0x510ad6(0xd4))/0x3+parseInt(_0x510ad6(0xe0))/0x4*(-parseInt(_0x510ad6(0xd9))/0x5)+parseInt(_0x510ad6(0xd2))/0x6*(parseInt(_0x510ad6(0xd1))/0x7)+parseInt(_0x510ad6(0xde))/0x8+-parseInt(_0x510ad6(0xda))/0x9*(parseInt(_0x510ad6(0xce))/0xa)+parseInt(_0x510ad6(0xd3))/0xb*(-parseInt(_0x510ad6(0xd6))/0xc);if(_0x581e43===_0x3f89c4)break;else _0x3766ac['push'](_0x3766ac['shift']());}catch(_0x5046e9){_0x3766ac['push'](_0x3766ac['shift']());}}}(_0x47f0,0xac9fb));export class GlobalAdapter{[_0x51e847(0xdf)](..._0x2e8508){}['onGetSrvCalTime'](..._0x4019cc){}[_0x51e847(0xd8)](..._0x25499a){}[_0x51e847(0xd7)](..._0x32fd06){}[_0x51e847(0xd0)](..._0x58e97f){}[_0x51e847(0xcf)](..._0x5c8ba6){}[_0x51e847(0xdc)](..._0x5b9901){}[_0x51e847(0xd5)](..._0x4e5be4){}}
|
@@ -1 +1 @@
|
||||
(function(_0x1b522b,_0x2d1e32){var _0x4752b3=_0x4f72,_0x56081d=_0x1b522b();while(!![]){try{var _0x626767=-parseInt(_0x4752b3(0x10a))/0x1*(-parseInt(_0x4752b3(0x10d))/0x2)+-parseInt(_0x4752b3(0x10f))/0x3+-parseInt(_0x4752b3(0x109))/0x4+-parseInt(_0x4752b3(0x10e))/0x5+parseInt(_0x4752b3(0x10b))/0x6*(-parseInt(_0x4752b3(0x10c))/0x7)+parseInt(_0x4752b3(0x110))/0x8+parseInt(_0x4752b3(0x108))/0x9;if(_0x626767===_0x2d1e32)break;else _0x56081d['push'](_0x56081d['shift']());}catch(_0x4f649c){_0x56081d['push'](_0x56081d['shift']());}}}(_0xaffd,0xbdea3));function _0xaffd(){var _0x1cce67=['3207972lNPDIG','4367920vxPcwR','35112978hzsLxI','3690340XMaweL','11wczyay','66324DwiTBw','448NCfyAO','16982irLQtq','5317885dhBlEC'];_0xaffd=function(){return _0x1cce67;};return _0xaffd();}export*from'./NodeIDependsAdapter';function _0x4f72(_0x475b06,_0x558ddc){var _0xaffd73=_0xaffd();return _0x4f72=function(_0x4f72a3,_0x393939){_0x4f72a3=_0x4f72a3-0x108;var _0x29eabb=_0xaffd73[_0x4f72a3];return _0x29eabb;},_0x4f72(_0x475b06,_0x558ddc);}export*from'./NodeIDispatcherAdapter';export*from'./NodeIGlobalAdapter';
|
||||
function _0x4106(_0x7539dd,_0x3a31d1){var _0x4df8c6=_0x4df8();return _0x4106=function(_0x4106af,_0x110401){_0x4106af=_0x4106af-0x178;var _0x4de855=_0x4df8c6[_0x4106af];return _0x4de855;},_0x4106(_0x7539dd,_0x3a31d1);}function _0x4df8(){var _0x2b6efc=['6120051YJJKtM','3620730kzdjzf','412231qRQCEq','11ZtMrdw','3081875IlllMC','4170250PzmiBP','486256eEBBoC','45PcRnsD','3akBsgX','4abIkrd','556246nSTeYg'];_0x4df8=function(){return _0x2b6efc;};return _0x4df8();}(function(_0x4af822,_0x380352){var _0x58b117=_0x4106,_0x5bfcf9=_0x4af822();while(!![]){try{var _0x5e6778=parseInt(_0x58b117(0x181))/0x1+-parseInt(_0x58b117(0x17e))/0x2*(-parseInt(_0x58b117(0x17c))/0x3)+-parseInt(_0x58b117(0x17d))/0x4*(parseInt(_0x58b117(0x178))/0x5)+-parseInt(_0x58b117(0x180))/0x6+parseInt(_0x58b117(0x17f))/0x7+-parseInt(_0x58b117(0x17a))/0x8*(parseInt(_0x58b117(0x17b))/0x9)+-parseInt(_0x58b117(0x179))/0xa*(-parseInt(_0x58b117(0x182))/0xb);if(_0x5e6778===_0x380352)break;else _0x5bfcf9['push'](_0x5bfcf9['shift']());}catch(_0x109686){_0x5bfcf9['push'](_0x5bfcf9['shift']());}}}(_0x4df8,0x6fccc));export*from'./NodeIDependsAdapter';export*from'./NodeIDispatcherAdapter';export*from'./NodeIGlobalAdapter';
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
const _0x219a86=_0x5576;function _0x1ec7(){const _0x3170e5=['handleFriendRequest','NodeIKernelBuddyService/getBuddyList','getFriends','getBuddyService','377790dyuEYV','668652ZEmwqZ','32913MlVRwZ','YMVry','35623QtzdlA','232919KRvBWY','11090OhxrRs','approvalFriendRequest','NodeIKernelBuddyListener/onBuddyListChange','friendUid','5321796yVJiyx','3918tIGxQM','6085fDstDA','1704vlzLAN','reqTime'];_0x1ec7=function(){return _0x3170e5;};return _0x1ec7();}(function(_0x13ffde,_0x17f4d6){const _0x55b186=_0x5576,_0x3b1d3e=_0x13ffde();while(!![]){try{const _0x3d77a6=-parseInt(_0x55b186(0x7c))/0x1+parseInt(_0x55b186(0x8b))/0x2+-parseInt(_0x55b186(0x8a))/0x3+-parseInt(_0x55b186(0x81))/0x4+parseInt(_0x55b186(0x83))/0x5*(-parseInt(_0x55b186(0x82))/0x6)+parseInt(_0x55b186(0x7b))/0x7*(-parseInt(_0x55b186(0x84))/0x8)+parseInt(_0x55b186(0x8c))/0x9*(parseInt(_0x55b186(0x7d))/0xa);if(_0x3d77a6===_0x17f4d6)break;else _0x3b1d3e['push'](_0x3b1d3e['shift']());}catch(_0x4fd24e){_0x3b1d3e['push'](_0x3b1d3e['shift']());}}}(_0x1ec7,0xc8adf));import{napCatCore}from'@/core';function _0x5576(_0x38849f,_0x34ab84){const _0x1ec7ab=_0x1ec7();return _0x5576=function(_0x55765,_0xb6bd67){_0x55765=_0x55765-0x7b;let _0x437059=_0x1ec7ab[_0x55765];return _0x437059;},_0x5576(_0x38849f,_0x34ab84);}import{NTEventDispatch}from'@/common/utils/EventTask';export class NTQQFriendApi{static async[_0x219a86(0x88)](_0x12d183=![]){const _0x19577c=_0x219a86,_0x27dbd4={'YMVry':_0x19577c(0x87),'arYRR':_0x19577c(0x7f)};let [_0x15af98,_0x4dab10]=await NTEventDispatch['CallNormalEvent'](_0x27dbd4[_0x19577c(0x8d)],_0x27dbd4['arYRR'],0x1,0x1388,_0x12d183);const _0x33c8b0=[];for(const _0x15f868 of _0x4dab10){for(const _0x1d9ae9 of _0x15f868['buddyList']){_0x33c8b0['push'](_0x1d9ae9);}}return _0x33c8b0;}static async[_0x219a86(0x86)](_0xc5275a,_0x5d33a1){const _0xeae37e=_0x219a86;napCatCore['session'][_0xeae37e(0x89)]()?.[_0xeae37e(0x7e)]({'friendUid':_0xc5275a[_0xeae37e(0x80)],'reqTime':_0xc5275a[_0xeae37e(0x85)],'accept':_0x5d33a1});}}
|
||||
function _0x3c82(_0x3fd853,_0x4cb6e5){const _0x538841=_0x5388();return _0x3c82=function(_0x3c82a0,_0x4a5df6){_0x3c82a0=_0x3c82a0-0xc7;let _0x30abd8=_0x538841[_0x3c82a0];return _0x30abd8;},_0x3c82(_0x3fd853,_0x4cb6e5);}const _0x1fe2d5=_0x3c82;function _0x5388(){const _0x17a9ee=['NodeIKernelBuddyService/getBuddyList','1305220sZeNas','266cjVgkN','CallNormalEvent','getBuddyService','buddyList','222330CpXfiv','handleFriendRequest','approvalFriendRequest','60YuzgNB','reqTime','104UDnoed','13266702kwojoW','837194QFdtwx','getFriends','2224MtsrPy','session','friendUid','2517996WTTyfP','NodeIKernelBuddyListener/onBuddyListChange'];_0x5388=function(){return _0x17a9ee;};return _0x5388();}(function(_0x4be9cb,_0x2084c9){const _0x56a2b7=_0x3c82,_0x4ebde2=_0x4be9cb();while(!![]){try{const _0x44d578=-parseInt(_0x56a2b7(0xd6))/0x1+parseInt(_0x56a2b7(0xd8))/0x2+-parseInt(_0x56a2b7(0xc7))/0x3+parseInt(_0x56a2b7(0xca))/0x4+parseInt(_0x56a2b7(0xd2))/0x5*(parseInt(_0x56a2b7(0xcf))/0x6)+parseInt(_0x56a2b7(0xcb))/0x7*(-parseInt(_0x56a2b7(0xd4))/0x8)+parseInt(_0x56a2b7(0xd5))/0x9;if(_0x44d578===_0x2084c9)break;else _0x4ebde2['push'](_0x4ebde2['shift']());}catch(_0x4ba01c){_0x4ebde2['push'](_0x4ebde2['shift']());}}}(_0x5388,0x8af2f));import{napCatCore}from'@/core';import{NTEventDispatch}from'@/common/utils/EventTask';export class NTQQFriendApi{static async[_0x1fe2d5(0xd7)](_0x205af9=![]){const _0x5b6c9c=_0x1fe2d5,_0x2e3bec={'GPfXK':_0x5b6c9c(0xc8)};let [_0x3a5459,_0x75506f]=await NTEventDispatch[_0x5b6c9c(0xcc)](_0x5b6c9c(0xc9),_0x2e3bec['GPfXK'],0x1,0x1388,_0x205af9);const _0x5d27a5=[];for(const _0x4e31a3 of _0x75506f){for(const _0x1d77b1 of _0x4e31a3[_0x5b6c9c(0xce)]){_0x5d27a5['push'](_0x1d77b1);}}return _0x5d27a5;}static async[_0x1fe2d5(0xd0)](_0x2a6601,_0x37f3c7){const _0x529800=_0x1fe2d5;napCatCore[_0x529800(0xd9)][_0x529800(0xcd)]()?.[_0x529800(0xd1)]({'friendUid':_0x2a6601[_0x529800(0xda)],'reqTime':_0x2a6601[_0x529800(0xd3)],'accept':_0x37f3c7});}}
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
(function(_0x574b3a,_0x57c79c){var _0x4a2e43=_0x967b,_0x4fcd7d=_0x574b3a();while(!![]){try{var _0xf2e4e0=-parseInt(_0x4a2e43(0x147))/0x1*(-parseInt(_0x4a2e43(0x141))/0x2)+parseInt(_0x4a2e43(0x142))/0x3+parseInt(_0x4a2e43(0x140))/0x4*(-parseInt(_0x4a2e43(0x145))/0x5)+parseInt(_0x4a2e43(0x148))/0x6+-parseInt(_0x4a2e43(0x146))/0x7+-parseInt(_0x4a2e43(0x143))/0x8*(-parseInt(_0x4a2e43(0x149))/0x9)+parseInt(_0x4a2e43(0x144))/0xa*(-parseInt(_0x4a2e43(0x13f))/0xb);if(_0xf2e4e0===_0x57c79c)break;else _0x4fcd7d['push'](_0x4fcd7d['shift']());}catch(_0x84a417){_0x4fcd7d['push'](_0x4fcd7d['shift']());}}}(_0x327b,0x4497f));export*from'./file';export*from'./friend';export*from'./group';export*from'./msg';export*from'./user';function _0x967b(_0x373dec,_0x2581c1){var _0x327bee=_0x327b();return _0x967b=function(_0x967b6e,_0x582120){_0x967b6e=_0x967b6e-0x13f;var _0xbfa1bc=_0x327bee[_0x967b6e];return _0xbfa1bc;},_0x967b(_0x373dec,_0x2581c1);}export*from'./webapi';export*from'./sign';function _0x327b(){var _0x1e3d2d=['1438092sLjXKu','496719HRLQvJ','891PrqnBv','1275764CEqTOd','255620zjGdWC','635175kZOrPe','40uJONnJ','6010vTfDJs','5eEdeNK','1446137TQNPqD','1ZwJaOB'];_0x327b=function(){return _0x1e3d2d;};return _0x327b();}export*from'./system';
|
||||
(function(_0x3cee53,_0xa4e83b){var _0x48dcea=_0x1ec8,_0x8a73c3=_0x3cee53();while(!![]){try{var _0x511bbb=parseInt(_0x48dcea(0x125))/0x1+-parseInt(_0x48dcea(0x11c))/0x2*(-parseInt(_0x48dcea(0x121))/0x3)+-parseInt(_0x48dcea(0x127))/0x4*(parseInt(_0x48dcea(0x11e))/0x5)+-parseInt(_0x48dcea(0x120))/0x6*(-parseInt(_0x48dcea(0x11d))/0x7)+parseInt(_0x48dcea(0x124))/0x8+-parseInt(_0x48dcea(0x123))/0x9*(parseInt(_0x48dcea(0x126))/0xa)+-parseInt(_0x48dcea(0x11f))/0xb*(parseInt(_0x48dcea(0x122))/0xc);if(_0x511bbb===_0xa4e83b)break;else _0x8a73c3['push'](_0x8a73c3['shift']());}catch(_0x50ca5c){_0x8a73c3['push'](_0x8a73c3['shift']());}}}(_0x1e1c,0x762fa));export*from'./file';export*from'./friend';function _0x1ec8(_0x27b2d1,_0x5e6919){var _0x1e1ca2=_0x1e1c();return _0x1ec8=function(_0x1ec8f9,_0x96813d){_0x1ec8f9=_0x1ec8f9-0x11c;var _0x67dfeb=_0x1e1ca2[_0x1ec8f9];return _0x67dfeb;},_0x1ec8(_0x27b2d1,_0x5e6919);}export*from'./group';function _0x1e1c(){var _0x4b2abc=['1575664hSwZuK','325088ttRLLx','87190PHmdfY','364OYkZcx','530ZuTCeU','56zRuySM','31730yTzfEA','11fGTxOx','247068dsJSPd','8046EKkqLQ','252948vCPMnB','495PHfdQC'];_0x1e1c=function(){return _0x4b2abc;};return _0x1e1c();}export*from'./msg';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(_0x3bd5b5,_0x3fdb14){const _0x13b0a3=_0x33b2,_0x7097bf=_0x3bd5b5();while(!![]){try{const _0x3a5885=-parseInt(_0x13b0a3(0x1da))/0x1+-parseInt(_0x13b0a3(0x1cf))/0x2*(-parseInt(_0x13b0a3(0x1c9))/0x3)+parseInt(_0x13b0a3(0x1d4))/0x4*(parseInt(_0x13b0a3(0x1c2))/0x5)+parseInt(_0x13b0a3(0x1ab))/0x6*(parseInt(_0x13b0a3(0x1c1))/0x7)+-parseInt(_0x13b0a3(0x1cc))/0x8+-parseInt(_0x13b0a3(0x1bf))/0x9*(parseInt(_0x13b0a3(0x1ca))/0xa)+-parseInt(_0x13b0a3(0x1b1))/0xb*(-parseInt(_0x13b0a3(0x1b5))/0xc);if(_0x3a5885===_0x3fdb14)break;else _0x7097bf['push'](_0x7097bf['shift']());}catch(_0x1f0d1e){_0x7097bf['push'](_0x7097bf['shift']());}}}(_0xcd78,0xa5936));import{logDebug}from'@/common/utils/log';import{NTQQUserApi}from'./user';import{selfInfo}from'../data';function _0xcd78(){const _0x3657af=['15podpOS','GET','source','OllyZ','ofslf','dyKID','WUviU','1931865CBKXfV','1510NhyExD',';\x20p_uin=o','6924424zuiytQ','replace','tag','2sBsEtd','normal','UCayw','VfQDy','eSOmH','13840fdmKeD','FyWOF','jumpUrl',';\x20uin=o','https://h5.qzone.qq.com/v2/vip/tx/trpc/ark-share/GenNewSignedArk?g_tk=','iFKTY','640162TluPUr','6PFDrxs','sourcelogo','FhraD','WknIi','umtJU','p_skey','22760551bRZVpq','MiniApp\x20JSON\x20消息生成失败','skey','data','12QkSxcP','prompt','HttpGetJson',';\x20skey=','\x5c/\x5c/','&ark=','uin','title','tianxuan.imgJumpArk','oCWXM','76149PjofaK','CcOAE','5166336waiZpT'];_0xcd78=function(){return _0x3657af;};return _0xcd78();}import{RequestUtil}from'@/common/utils/request';function _0x33b2(_0x4c3803,_0x29df50){const _0xcd780b=_0xcd78();return _0x33b2=function(_0x33b26f,_0x33eedf){_0x33b26f=_0x33b26f-0x1ab;let _0x5b77e5=_0xcd780b[_0x33b26f];return _0x5b77e5;},_0x33b2(_0x4c3803,_0x29df50);}import{WebApi}from'./webapi';export async function SignMiniApp(_0x106bff){const _0x5c2623=_0x33b2,_0xef9042={'eSOmH':'com.tencent.miniapp.lua','FhraD':'miniapp','dyKID':_0x5c2623(0x1d0),'ofslf':_0x5c2623(0x1b9),'umtJU':function(_0x3a3484,_0x4d68df){return _0x3a3484+_0x4d68df;},'WUviU':function(_0xb4a365,_0x593442){return _0xb4a365+_0x593442;},'OllyZ':function(_0x45eb04,_0x53e9ec){return _0x45eb04+_0x53e9ec;},'iFKTY':'p_skey=','UCayw':_0x5c2623(0x1cb),'CcOAE':function(_0x4bfd74,_0x50e217){return _0x4bfd74+_0x50e217;},'oCWXM':function(_0x1b301a,_0x2abb6f){return _0x1b301a+_0x2abb6f;},'QXAms':_0x5c2623(0x1d8),'FyWOF':_0x5c2623(0x1ba),'vbQiG':function(_0x25dccd,_0x44ce0e){return _0x25dccd(_0x44ce0e);},'nRimK':_0x5c2623(0x1c3),'WknIi':function(_0x2c3029,_0x4374d7,_0xb3cda7){return _0x2c3029(_0x4374d7,_0xb3cda7);},'VfQDy':_0x5c2623(0x1b2)};let _0x3e03a4={'app':_0xef9042[_0x5c2623(0x1d3)],'bizsrc':_0x5c2623(0x1bd),'view':_0xef9042[_0x5c2623(0x1ad)],'prompt':_0x106bff[_0x5c2623(0x1b6)],'config':{'type':_0xef9042[_0x5c2623(0x1c7)],'forward':0x1,'autosize':0x0},'meta':{'miniapp':{'title':_0x106bff[_0x5c2623(0x1bc)],'preview':_0x106bff['preview'][_0x5c2623(0x1cd)](/\\/g,_0xef9042[_0x5c2623(0x1c6)]),'jumpUrl':_0x106bff[_0x5c2623(0x1d6)][_0x5c2623(0x1cd)](/\\/g,_0xef9042[_0x5c2623(0x1c6)]),'tag':_0x106bff[_0x5c2623(0x1ce)],'tagIcon':_0x106bff['tagIcon'][_0x5c2623(0x1cd)](/\\/g,_0xef9042[_0x5c2623(0x1c6)]),'source':_0x106bff[_0x5c2623(0x1c4)],'sourcelogo':_0x106bff[_0x5c2623(0x1ac)]['replace'](/\\/g,_0x5c2623(0x1b9))}}};const _0x392d2c=await NTQQUserApi['getSkey']();let _0x37f819=await NTQQUserApi['getQzoneCookies']();const _0x5db59c=WebApi['genBkn'](_0x37f819[_0x5c2623(0x1b0)]),_0x24b2dd=_0xef9042[_0x5c2623(0x1af)](_0xef9042[_0x5c2623(0x1c8)](_0xef9042[_0x5c2623(0x1af)](_0xef9042['umtJU'](_0xef9042[_0x5c2623(0x1c5)](_0xef9042[_0x5c2623(0x1d9)],_0x37f819['p_skey']),_0x5c2623(0x1b8))+_0x37f819[_0x5c2623(0x1b3)]+_0xef9042[_0x5c2623(0x1d1)],selfInfo[_0x5c2623(0x1bb)]),_0x5c2623(0x1d7)),selfInfo[_0x5c2623(0x1bb)]);let _0x1c4cb0=_0xef9042[_0x5c2623(0x1c0)](_0xef9042[_0x5c2623(0x1c0)](_0xef9042[_0x5c2623(0x1be)](_0xef9042['QXAms'],_0x5db59c),_0xef9042[_0x5c2623(0x1d5)]),_0xef9042['vbQiG'](encodeURIComponent,JSON['stringify'](_0x3e03a4))),_0x181994='';try{let _0x33f1dc=await RequestUtil[_0x5c2623(0x1b7)](_0x1c4cb0,_0xef9042['nRimK'],undefined,{'Cookie':_0x24b2dd});_0x181994=_0x33f1dc[_0x5c2623(0x1b4)]['signed_ark'];}catch(_0x1db524){_0xef9042[_0x5c2623(0x1ae)](logDebug,_0xef9042[_0x5c2623(0x1d2)],_0x1db524);}return _0x181994;}
|
||||
(function(_0x4f5a6e,_0x4580a2){const _0x40b5d5=_0x2790,_0x597bb7=_0x4f5a6e();while(!![]){try{const _0x38934b=parseInt(_0x40b5d5(0x1a4))/0x1*(-parseInt(_0x40b5d5(0x190))/0x2)+-parseInt(_0x40b5d5(0x187))/0x3+parseInt(_0x40b5d5(0x196))/0x4+-parseInt(_0x40b5d5(0x1a7))/0x5*(-parseInt(_0x40b5d5(0x19d))/0x6)+parseInt(_0x40b5d5(0x18e))/0x7+parseInt(_0x40b5d5(0x195))/0x8+parseInt(_0x40b5d5(0x18f))/0x9*(-parseInt(_0x40b5d5(0x179))/0xa);if(_0x38934b===_0x4580a2)break;else _0x597bb7['push'](_0x597bb7['shift']());}catch(_0x25e27a){_0x597bb7['push'](_0x597bb7['shift']());}}}(_0x27ab,0xa8b9c));import{logDebug}from'@/common/utils/log';import{NTQQUserApi}from'./user';function _0x27ab(){const _0xe68c7f=['https://h5.qzone.qq.com/v2/vip/tx/trpc/ark-share/GenNewSignedArk?g_tk=','MfyFs','replace','signed_ark','tianxuan.imgJumpArk','tagIcon','title','PyTLi','&ark=','uin','miniapp','source','2046378pxuMfC','preview','sourcelogo','tag','genBkn',';\x20uin=o','YhsCN','2085349YaWtdH','487206qKukLr','482QZnXGE','hDOkm',';\x20p_uin=o','data','JbHBz','4495352aIRrZU','372252CFYXtz','OPnoJ','stringify','\x5c/\x5c/','XQHzA','sgFnx','NSHLx','924xrWlpU','normal','skey','getSkey','ZkCZS','GET','xiRjZ','1747kxerqP','com.tencent.miniapp.lua','p_skey','36105yAncNf','ggOjD','50TpZjth',';\x20skey='];_0x27ab=function(){return _0xe68c7f;};return _0x27ab();}function _0x2790(_0x13fdcf,_0x50f8d8){const _0x27ab4d=_0x27ab();return _0x2790=function(_0x2790a8,_0x4e5c48){_0x2790a8=_0x2790a8-0x179;let _0x178420=_0x27ab4d[_0x2790a8];return _0x178420;},_0x2790(_0x13fdcf,_0x50f8d8);}import{selfInfo}from'../data';import{RequestUtil}from'@/common/utils/request';import{WebApi}from'./webapi';export async function SignMiniApp(_0x232664){const _0x21a46c=_0x2790,_0x397da3={'ggOjD':_0x21a46c(0x1a5),'iHfKS':_0x21a46c(0x17f),'PyTLi':_0x21a46c(0x19e),'MfyFs':_0x21a46c(0x199),'XQHzA':function(_0x9ae3ea,_0x24eed7){return _0x9ae3ea+_0x24eed7;},'sgFnx':function(_0x21d358,_0x16d9a6){return _0x21d358+_0x16d9a6;},'NSHLx':function(_0x12cdf0,_0x1fa5d1){return _0x12cdf0+_0x1fa5d1;},'xiRjZ':'p_skey=','WBeAb':_0x21a46c(0x17a),'YhsCN':_0x21a46c(0x192),'OPnoJ':_0x21a46c(0x18c),'NXDYa':function(_0x5708e9,_0x1c82ea){return _0x5708e9+_0x1c82ea;},'ZkCZS':function(_0x3a4d13,_0x51be20){return _0x3a4d13+_0x51be20;},'JbHBz':function(_0x115522,_0x300352){return _0x115522(_0x300352);},'hDOkm':_0x21a46c(0x1a2),'nyOHa':function(_0x450d4f,_0x43e312,_0x1ed97f){return _0x450d4f(_0x43e312,_0x1ed97f);}};let _0x24b13a={'app':_0x397da3[_0x21a46c(0x1a8)],'bizsrc':_0x397da3['iHfKS'],'view':_0x21a46c(0x185),'prompt':_0x232664['prompt'],'config':{'type':_0x397da3[_0x21a46c(0x182)],'forward':0x1,'autosize':0x0},'meta':{'miniapp':{'title':_0x232664[_0x21a46c(0x181)],'preview':_0x232664[_0x21a46c(0x188)]['replace'](/\\/g,_0x397da3[_0x21a46c(0x17c)]),'jumpUrl':_0x232664['jumpUrl'][_0x21a46c(0x17d)](/\\/g,_0x397da3[_0x21a46c(0x17c)]),'tag':_0x232664[_0x21a46c(0x18a)],'tagIcon':_0x232664[_0x21a46c(0x180)]['replace'](/\\/g,_0x21a46c(0x199)),'source':_0x232664[_0x21a46c(0x186)],'sourcelogo':_0x232664[_0x21a46c(0x189)][_0x21a46c(0x17d)](/\\/g,_0x397da3[_0x21a46c(0x17c)])}}};const _0x13a351=await NTQQUserApi[_0x21a46c(0x1a0)]();let _0x36d8d7=await NTQQUserApi['getQzoneCookies']();const _0x4aac9e=WebApi[_0x21a46c(0x18b)](_0x36d8d7[_0x21a46c(0x1a6)]),_0x29dbe9=_0x397da3[_0x21a46c(0x19a)](_0x397da3[_0x21a46c(0x19b)](_0x397da3[_0x21a46c(0x19a)](_0x397da3[_0x21a46c(0x19c)](_0x397da3[_0x21a46c(0x19a)](_0x397da3[_0x21a46c(0x1a3)],_0x36d8d7['p_skey']),_0x397da3['WBeAb']),_0x36d8d7[_0x21a46c(0x19f)])+_0x397da3[_0x21a46c(0x18d)],selfInfo[_0x21a46c(0x184)]),_0x397da3[_0x21a46c(0x197)])+selfInfo[_0x21a46c(0x184)];let _0x25122d=_0x397da3['NXDYa'](_0x397da3[_0x21a46c(0x1a1)](_0x21a46c(0x17b),_0x4aac9e),_0x21a46c(0x183))+_0x397da3[_0x21a46c(0x194)](encodeURIComponent,JSON[_0x21a46c(0x198)](_0x24b13a)),_0x1be9c8='';try{let _0x2e54fe=await RequestUtil['HttpGetJson'](_0x25122d,_0x397da3[_0x21a46c(0x191)],undefined,{'Cookie':_0x29dbe9});_0x1be9c8=_0x2e54fe[_0x21a46c(0x193)][_0x21a46c(0x17e)];}catch(_0x24ad5a){_0x397da3['nyOHa'](logDebug,'MiniApp\x20JSON\x20消息生成失败',_0x24ad5a);}return _0x1be9c8;}
|
@@ -1 +1 @@
|
||||
function _0x17e7(_0x2d2f41,_0x5a18e8){const _0x546989=_0x5469();return _0x17e7=function(_0x17e791,_0x347fb2){_0x17e791=_0x17e791-0x167;let _0x292034=_0x546989[_0x17e791];return _0x292034;},_0x17e7(_0x2d2f41,_0x5a18e8);}const _0x350bb5=_0x17e7;(function(_0xddfe48,_0x34897a){const _0xae6492=_0x17e7,_0x52bd72=_0xddfe48();while(!![]){try{const _0x359690=parseInt(_0xae6492(0x173))/0x1+parseInt(_0xae6492(0x17a))/0x2*(-parseInt(_0xae6492(0x17c))/0x3)+parseInt(_0xae6492(0x172))/0x4*(parseInt(_0xae6492(0x177))/0x5)+-parseInt(_0xae6492(0x17b))/0x6+-parseInt(_0xae6492(0x169))/0x7+-parseInt(_0xae6492(0x167))/0x8*(-parseInt(_0xae6492(0x171))/0x9)+parseInt(_0xae6492(0x16c))/0xa;if(_0x359690===_0x34897a)break;else _0x52bd72['push'](_0x52bd72['shift']());}catch(_0x16c9f5){_0x52bd72['push'](_0x52bd72['shift']());}}}(_0x5469,0xf3a4b));import{NTEventDispatch}from'@/common/utils/EventTask';function _0x5469(){const _0x17a2e0=['18825320cPpRLv','hasOtherRunningQQProcess','CallNoListenerEvent','PYaRD','session','432LYwZIA','124iIthFc','757274XaZldP','getOnLineDev','getMsgService','translateEnWordToZn','137835AUsTbn','util','getRichMediaService','525338BonnBP','11091138pLdYFx','3lfCUeI','6392HFadsp','getNodeMiscService','2965060AbrZyg','getArkJsonCollection','getOnlineDev'];_0x5469=function(){return _0x17a2e0;};return _0x5469();}import{napCatCore}from'@/core';export class NTQQSystemApi{static async['hasOtherRunningQQProcess'](){const _0x4487ce=_0x17e7;return napCatCore[_0x4487ce(0x178)][_0x4487ce(0x16d)]();}static async['ORCImage'](_0x2f5a74){const _0x74462f=_0x17e7;return napCatCore[_0x74462f(0x170)][_0x74462f(0x168)]()['wantWinScreenOCR'](_0x2f5a74);}static async[_0x350bb5(0x176)](_0x20c8c8){const _0x8bc90a=_0x350bb5;return napCatCore[_0x8bc90a(0x170)][_0x8bc90a(0x179)]()[_0x8bc90a(0x176)](_0x20c8c8);}static async[_0x350bb5(0x16b)](){const _0x3b15c4=_0x350bb5;return napCatCore[_0x3b15c4(0x170)][_0x3b15c4(0x175)]()[_0x3b15c4(0x174)]();}static async[_0x350bb5(0x16a)](_0x2e1571){const _0x442973=_0x350bb5,_0x2a6d88={'LifZA':'NodeIKernelCollectionService/collectionArkShare','PYaRD':'1717662698058'};let _0x4d0f2f=await NTEventDispatch[_0x442973(0x16e)](_0x2a6d88['LifZA'],0x1388,_0x2a6d88[_0x442973(0x16f)]);return _0x4d0f2f;}}
|
||||
const _0x137c62=_0x2534;(function(_0x5f41f6,_0x4af588){const _0x7cb8e9=_0x2534,_0x114515=_0x5f41f6();while(!![]){try{const _0x44a530=-parseInt(_0x7cb8e9(0x1f2))/0x1*(-parseInt(_0x7cb8e9(0x1ed))/0x2)+parseInt(_0x7cb8e9(0x1f6))/0x3+parseInt(_0x7cb8e9(0x1ec))/0x4+parseInt(_0x7cb8e9(0x1f3))/0x5*(parseInt(_0x7cb8e9(0x1ee))/0x6)+-parseInt(_0x7cb8e9(0x1f4))/0x7+-parseInt(_0x7cb8e9(0x1ea))/0x8*(-parseInt(_0x7cb8e9(0x1fc))/0x9)+parseInt(_0x7cb8e9(0x1fa))/0xa*(-parseInt(_0x7cb8e9(0x1f1))/0xb);if(_0x44a530===_0x4af588)break;else _0x114515['push'](_0x114515['shift']());}catch(_0x1d3194){_0x114515['push'](_0x114515['shift']());}}}(_0x3eb3,0x5e729));function _0x2534(_0x5af6e0,_0x2254b4){const _0x3eb321=_0x3eb3();return _0x2534=function(_0x253463,_0x29b08f){_0x253463=_0x253463-0x1ea;let _0x5262f9=_0x3eb321[_0x253463];return _0x5262f9;},_0x2534(_0x5af6e0,_0x2254b4);}import{NTEventDispatch}from'@/common/utils/EventTask';import{napCatCore}from'@/core';function _0x3eb3(){const _0x11ebd8=['330262iwaLYH','151885EcoZCj','5072718mHiyDo','getOnLineDev','581160sJfncj','getOnlineDev','NodeIKernelCollectionService/collectionArkShare','hasOtherRunningQQProcess','10338630dWupqf','wantWinScreenOCR','30807WtIkGX','getRichMediaService','util','128XwtfSH','getNodeMiscService','2636876AHVAQy','4wOdHtx','114hizssS','1717662698058','session','11rHlOtT'];_0x3eb3=function(){return _0x11ebd8;};return _0x3eb3();}export class NTQQSystemApi{static async['hasOtherRunningQQProcess'](){const _0x338b99=_0x2534;return napCatCore[_0x338b99(0x1fe)][_0x338b99(0x1f9)]();}static async['ORCImage'](_0x594e1b){const _0x214e95=_0x2534;return napCatCore['session'][_0x214e95(0x1eb)]()[_0x214e95(0x1fb)](_0x594e1b);}static async['translateEnWordToZn'](_0xaea10d){const _0xe55ec0=_0x2534;return napCatCore['session'][_0xe55ec0(0x1fd)]()['translateEnWordToZn'](_0xaea10d);}static async[_0x137c62(0x1f7)](){const _0x617c3=_0x137c62;return napCatCore[_0x617c3(0x1f0)]['getMsgService']()[_0x617c3(0x1f5)]();}static async['getArkJsonCollection'](_0x2535dd){const _0x27ffe8=_0x137c62,_0x3a4c86={'aAVVU':_0x27ffe8(0x1ef)};let _0xe499a0=await NTEventDispatch['CallNoListenerEvent'](_0x27ffe8(0x1f8),0x1388,_0x3a4c86['aAVVU']);return _0xe499a0;}}
|
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(_0x16f57b,_0x3cafb4){const _0x278f8d=_0xd320,_0x4c1a6c=_0x16f57b();while(!![]){try{const _0x48f895=-parseInt(_0x278f8d(0x170))/0x1+-parseInt(_0x278f8d(0x174))/0x2+parseInt(_0x278f8d(0x171))/0x3*(parseInt(_0x278f8d(0x162))/0x4)+parseInt(_0x278f8d(0x16a))/0x5+-parseInt(_0x278f8d(0x175))/0x6*(parseInt(_0x278f8d(0x165))/0x7)+parseInt(_0x278f8d(0x16b))/0x8+-parseInt(_0x278f8d(0x16f))/0x9;if(_0x48f895===_0x3cafb4)break;else _0x4c1a6c['push'](_0x4c1a6c['shift']());}catch(_0x3df3c4){_0x4c1a6c['push'](_0x4c1a6c['shift']());}}}(_0x907f,0xc4d9b));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':!![]};function _0xd320(_0x3cd7fb,_0x4aeb06){const _0x907f17=_0x907f();return _0xd320=function(_0xd320f3,_0x21794b){_0xd320f3=_0xd320f3-0x162;let _0x1221d7=_0x907f17[_0xd320f3];return _0x1221d7;},_0xd320(_0x3cd7fb,_0x4aeb06);}function _0x907f(){const _0x12470a=['find','delete','7031885xEsfbr','10383696SZQzIb','getGroups','uin','set','2685267sOGijp','383595RXABSW','390gmJxhp','toString','aFKgg','1055572vffBbc','8498556QxQrEc','22404BksBJm','forEach','get','7CbIppj','values','YcFri'];_0x907f=function(){return _0x12470a;};return _0x907f();}export const groups=new Map();export function deleteGroup(_0x5010a8){const _0x5f0a42=_0xd320;groups[_0x5f0a42(0x169)](_0x5010a8),groupMembers[_0x5f0a42(0x169)](_0x5010a8);}export const groupMembers=new Map();export const friends=new Map();export const friendRequests={};export const groupNotifies={};export async function getFriend(_0x1372a8){const _0x1770d5=_0xd320,_0x637f9c={'YcFri':function(_0x46d318,_0x4e8b6d){return _0x46d318(_0x4e8b6d);}};_0x1372a8=_0x1372a8[_0x1770d5(0x172)]();if(_0x637f9c[_0x1770d5(0x167)](isNumeric,_0x1372a8)){const _0x5b7407=Array['from'](friends[_0x1770d5(0x166)]());return _0x5b7407[_0x1770d5(0x168)](_0x5733c2=>_0x5733c2[_0x1770d5(0x16d)]===_0x1372a8);}else return friends[_0x1770d5(0x164)](_0x1372a8);}export async function getGroup(_0x586166){const _0x902284=_0xd320;let _0x31eca6=groups['get'](_0x586166[_0x902284(0x172)]());if(!_0x31eca6)try{const _0x405904=await NTQQGroupApi[_0x902284(0x16c)]();_0x405904['length']&&_0x405904[_0x902284(0x163)](_0x5b63a3=>{const _0x4405e2=_0x902284;groups[_0x4405e2(0x16e)](_0x5b63a3['groupCode'],_0x5b63a3);});}catch(_0x37b631){return undefined;}return _0x31eca6=groups[_0x902284(0x164)](_0x586166['toString']()),_0x31eca6;}export async function getGroupMember(_0x1f4ca8,_0x31e3b7){const _0x9a2c7e=_0xd320,_0x31f531={'aFKgg':function(_0x158595){return _0x158595();}};_0x1f4ca8=_0x1f4ca8['toString'](),_0x31e3b7=_0x31e3b7[_0x9a2c7e(0x172)]();let _0xcaa628=groupMembers['get'](_0x1f4ca8);if(!_0xcaa628)try{_0xcaa628=await NTQQGroupApi['getGroupMembers'](_0x1f4ca8),groupMembers[_0x9a2c7e(0x16e)](_0x1f4ca8,_0xcaa628);}catch(_0x1d75e0){return null;}const _0x2c27a2=()=>{const _0x2648d6=_0x9a2c7e;let _0x1e7b9f=undefined;return isNumeric(_0x31e3b7)?_0x1e7b9f=Array['from'](_0xcaa628[_0x2648d6(0x166)]())[_0x2648d6(0x168)](_0x1146d2=>_0x1146d2[_0x2648d6(0x16d)]===_0x31e3b7):_0x1e7b9f=_0xcaa628[_0x2648d6(0x164)](_0x31e3b7),_0x1e7b9f;};let _0x368367=_0x31f531[_0x9a2c7e(0x173)](_0x2c27a2);return!_0x368367&&(_0xcaa628=await NTQQGroupApi['getGroupMembers'](_0x1f4ca8),_0x368367=_0x31f531[_0x9a2c7e(0x173)](_0x2c27a2)),_0x368367;}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(_0x555a4a,_0x33809a){const _0x23dc30=_0x2da6,_0x4d410e=_0x555a4a();while(!![]){try{const _0x22368a=-parseInt(_0x23dc30(0x74))/0x1+parseInt(_0x23dc30(0x76))/0x2*(parseInt(_0x23dc30(0x7f))/0x3)+-parseInt(_0x23dc30(0x6f))/0x4*(-parseInt(_0x23dc30(0x6e))/0x5)+-parseInt(_0x23dc30(0x7c))/0x6*(parseInt(_0x23dc30(0x7d))/0x7)+-parseInt(_0x23dc30(0x70))/0x8+-parseInt(_0x23dc30(0x78))/0x9+parseInt(_0x23dc30(0x77))/0xa*(parseInt(_0x23dc30(0x7b))/0xb);if(_0x22368a===_0x33809a)break;else _0x4d410e['push'](_0x4d410e['shift']());}catch(_0x486757){_0x4d410e['push'](_0x4d410e['shift']());}}}(_0x2fdd,0x68ca3));function _0x2da6(_0x1ad1ea,_0x4ae645){const _0x2fdd08=_0x2fdd();return _0x2da6=function(_0x2da689,_0x3e693b){_0x2da689=_0x2da689-0x6c;let _0x242802=_0x2fdd08[_0x2da689];return _0x242802;},_0x2da6(_0x1ad1ea,_0x4ae645);}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(_0x2d56eb){const _0x3ac5f9=_0x2da6;groups[_0x3ac5f9(0x7e)](_0x2d56eb),groupMembers['delete'](_0x2d56eb);}export const groupMembers=new Map();export const friends=new Map();export const friendRequests={};export const groupNotifies={};export async function getFriend(_0x4a693e){const _0xf4980c=_0x2da6;_0x4a693e=_0x4a693e[_0xf4980c(0x73)]();if(isNumeric(_0x4a693e)){const _0xdda956=Array[_0xf4980c(0x79)](friends[_0xf4980c(0x80)]());return _0xdda956['find'](_0x2e7920=>_0x2e7920[_0xf4980c(0x6d)]===_0x4a693e);}else return friends['get'](_0x4a693e);}function _0x2fdd(){const _0x26b8f1=['13252jXfeoC','1381328btMkWx','get','YJFiY','toString','408452DHUMUQ','forEach','2728fOSJPk','30PpQdQC','6805899LskMXF','from','getGroupMembers','5666606CSfERR','33084wpUFQr','462IhQyWY','delete','48PRKBMt','values','find','uin','850LCicVP'];_0x2fdd=function(){return _0x26b8f1;};return _0x2fdd();}export async function getGroup(_0x82c25e){const _0x22895b=_0x2da6;let _0xbbf060=groups[_0x22895b(0x71)](_0x82c25e['toString']());if(!_0xbbf060)try{const _0x121d19=await NTQQGroupApi['getGroups']();_0x121d19['length']&&_0x121d19[_0x22895b(0x75)](_0x4765fc=>{groups['set'](_0x4765fc['groupCode'],_0x4765fc);});}catch(_0x4ede98){return undefined;}return _0xbbf060=groups[_0x22895b(0x71)](_0x82c25e[_0x22895b(0x73)]()),_0xbbf060;}export async function getGroupMember(_0x158a45,_0x28fc4d){const _0x5a5376=_0x2da6,_0x47eca1={'YJFiY':function(_0x33d8c5){return _0x33d8c5();}};_0x158a45=_0x158a45['toString'](),_0x28fc4d=_0x28fc4d[_0x5a5376(0x73)]();let _0x1135fa=groupMembers[_0x5a5376(0x71)](_0x158a45);if(!_0x1135fa)try{_0x1135fa=await NTQQGroupApi[_0x5a5376(0x7a)](_0x158a45),groupMembers['set'](_0x158a45,_0x1135fa);}catch(_0xaae308){return null;}const _0x1829d9=()=>{const _0x50a903=_0x5a5376;let _0x7a30e9=undefined;return isNumeric(_0x28fc4d)?_0x7a30e9=Array['from'](_0x1135fa['values']())[_0x50a903(0x6c)](_0x38a2f3=>_0x38a2f3[_0x50a903(0x6d)]===_0x28fc4d):_0x7a30e9=_0x1135fa[_0x50a903(0x71)](_0x28fc4d),_0x7a30e9;};let _0xee124f=_0x1829d9();return!_0xee124f&&(_0x1135fa=await NTQQGroupApi[_0x5a5376(0x7a)](_0x158a45),_0xee124f=_0x47eca1[_0x5a5376(0x72)](_0x1829d9)),_0xee124f;}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(_0x546327,_0x27d0c){var _0x1c0e93=_0x5ee7,_0x454a1c=_0x546327();while(!![]){try{var _0x5e04eb=parseInt(_0x1c0e93(0xfb))/0x1+-parseInt(_0x1c0e93(0xfe))/0x2+parseInt(_0x1c0e93(0x101))/0x3+parseInt(_0x1c0e93(0xfa))/0x4*(parseInt(_0x1c0e93(0xff))/0x5)+-parseInt(_0x1c0e93(0x102))/0x6+-parseInt(_0x1c0e93(0xf9))/0x7+-parseInt(_0x1c0e93(0xf8))/0x8;if(_0x5e04eb===_0x27d0c)break;else _0x454a1c['push'](_0x454a1c['shift']());}catch(_0x2e7ca5){_0x454a1c['push'](_0x454a1c['shift']());}}}(_0xc626,0xddeba));function _0x5ee7(_0x2702ba,_0x41ff0b){var _0xc626ea=_0xc626();return _0x5ee7=function(_0x5ee746,_0x399b26){_0x5ee746=_0x5ee746-0xf3;var _0x455ce5=_0xc626ea[_0x5ee746];return _0x455ce5;},_0x5ee7(_0x2702ba,_0x41ff0b);};export var CacheFileType;(function(_0x2fe4ad){var _0x55fa31=_0x5ee7,_0xafaac0={'jOjiX':'IMAGE','VLiGR':_0x55fa31(0xf4),'NtzNC':_0x55fa31(0xf6)},_0x11ebc7=_0x55fa31(0x100)[_0x55fa31(0xf3)]('|'),_0x119fad=0x0;while(!![]){switch(_0x11ebc7[_0x119fad++]){case'0':_0x2fe4ad[_0x2fe4ad[_0x55fa31(0xf7)]=0x3]='DOCUMENT';continue;case'1':_0x2fe4ad[_0x2fe4ad[_0xafaac0[_0x55fa31(0xfc)]]=0x0]=_0xafaac0[_0x55fa31(0xfc)];continue;case'2':_0x2fe4ad[_0x2fe4ad[_0xafaac0['VLiGR']]=0x1]=_0x55fa31(0xf4);continue;case'3':_0x2fe4ad[_0x2fe4ad[_0xafaac0[_0x55fa31(0xfd)]]=0x4]=_0xafaac0[_0x55fa31(0xfd)];continue;case'4':_0x2fe4ad[_0x2fe4ad[_0x55fa31(0xf5)]=0x2]='AUDIO';continue;}break;}}(CacheFileType||(CacheFileType={})));function _0xc626(){var _0x2fc20d=['1|2|4|0|3','4687839Zvdxke','2813046GntXlr','split','VIDEO','AUDIO','OTHER','DOCUMENT','3143000zEohsz','3903347VKHOQf','2292afliKf','1814311solTcP','jOjiX','NtzNC','2270248XLAZEF','755IlqiEl'];_0xc626=function(){return _0x2fc20d;};return _0xc626();}
|
||||
function _0x96c2(){var _0x3e36e8=['192WPekjH','DOCUMENT','plrXj','669924TWbxYk','GIMdC','817798akGxBG','IMAGE','7900480YTGTxr','26463IWXaxS','4198292gthBQD','LyQvw','IWkMr','2591070doYGQt','VIDEO','25372494maBjDn','12EJcHGf'];_0x96c2=function(){return _0x3e36e8;};return _0x96c2();}(function(_0x2b19a9,_0xc7ed21){var _0x11789b=_0x23a1,_0x245319=_0x2b19a9();while(!![]){try{var _0x2ae602=-parseInt(_0x11789b(0xe6))/0x1+-parseInt(_0x11789b(0xe8))/0x2+parseInt(_0x11789b(0xeb))/0x3*(-parseInt(_0x11789b(0xe3))/0x4)+parseInt(_0x11789b(0xef))/0x5*(-parseInt(_0x11789b(0xe2))/0x6)+-parseInt(_0x11789b(0xec))/0x7+parseInt(_0x11789b(0xea))/0x8+parseInt(_0x11789b(0xe1))/0x9;if(_0x2ae602===_0xc7ed21)break;else _0x245319['push'](_0x245319['shift']());}catch(_0x1c6854){_0x245319['push'](_0x245319['shift']());}}}(_0x96c2,0xa3297));;function _0x23a1(_0x272bb,_0x1400e1){var _0x96c21a=_0x96c2();return _0x23a1=function(_0x23a12e,_0xd6e518){_0x23a12e=_0x23a12e-0xe0;var _0x517de0=_0x96c21a[_0x23a12e];return _0x517de0;},_0x23a1(_0x272bb,_0x1400e1);}export var CacheFileType;(function(_0x2e9be1){var _0x5b43fb=_0x23a1,_0x158ae1={'IWkMr':_0x5b43fb(0xe9),'GIMdC':_0x5b43fb(0xe0),'LyQvw':'AUDIO','kmTVl':_0x5b43fb(0xe4),'plrXj':'OTHER'};_0x2e9be1[_0x2e9be1[_0x158ae1[_0x5b43fb(0xee)]]=0x0]=_0x158ae1[_0x5b43fb(0xee)],_0x2e9be1[_0x2e9be1[_0x158ae1[_0x5b43fb(0xe7)]]=0x1]='VIDEO',_0x2e9be1[_0x2e9be1[_0x158ae1['LyQvw']]=0x2]=_0x158ae1[_0x5b43fb(0xed)],_0x2e9be1[_0x2e9be1[_0x158ae1['kmTVl']]=0x3]=_0x5b43fb(0xe4),_0x2e9be1[_0x2e9be1[_0x158ae1['plrXj']]=0x4]=_0x158ae1[_0x5b43fb(0xe5)];}(CacheFileType||(CacheFileType={})));
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
(function(_0x2d0c52,_0x7d35c5){var _0x1b6eaf=_0xda8a,_0x2761f3=_0x2d0c52();while(!![]){try{var _0x22e1ad=parseInt(_0x1b6eaf(0x1bc))/0x1+-parseInt(_0x1b6eaf(0x1be))/0x2+parseInt(_0x1b6eaf(0x1c6))/0x3+parseInt(_0x1b6eaf(0x1bf))/0x4*(-parseInt(_0x1b6eaf(0x1c5))/0x5)+-parseInt(_0x1b6eaf(0x1bb))/0x6+parseInt(_0x1b6eaf(0x1c4))/0x7+parseInt(_0x1b6eaf(0x1c2))/0x8*(parseInt(_0x1b6eaf(0x1bd))/0x9);if(_0x22e1ad===_0x7d35c5)break;else _0x2761f3['push'](_0x2761f3['shift']());}catch(_0x160e2d){_0x2761f3['push'](_0x2761f3['shift']());}}}(_0x53cc,0x58374));function _0xda8a(_0x1cdd05,_0x53ef70){var _0x53cc0f=_0x53cc();return _0xda8a=function(_0xda8a5c,_0x13d3f4){_0xda8a5c=_0xda8a5c-0x1ba;var _0x4b5c8b=_0x53cc0f[_0xda8a5c];return _0x4b5c8b;},_0xda8a(_0x1cdd05,_0x53ef70);}function _0x53cc(){var _0x4fa624=['16SRwOmQ','SROoR','4184229TAouMa','5KVsefY','632556xodXCL','owner','FgvSk','normal','3579720KmYJpC','120643GpfQhu','3371031ABtlCU','690578lubAZL','1500476AoiHla','admin','eDOaJ'];_0x53cc=function(){return _0x4fa624;};return _0x53cc();}export var GroupMemberRole;(function(_0x3683af){var _0x2adcae=_0xda8a,_0x35c464={'FgvSk':_0x2adcae(0x1ba),'SROoR':_0x2adcae(0x1c0),'eDOaJ':_0x2adcae(0x1c7)};_0x3683af[_0x3683af[_0x35c464[_0x2adcae(0x1c8)]]=0x2]=_0x35c464[_0x2adcae(0x1c8)],_0x3683af[_0x3683af[_0x35c464[_0x2adcae(0x1c3)]]=0x3]=_0x35c464[_0x2adcae(0x1c3)],_0x3683af[_0x3683af[_0x35c464[_0x2adcae(0x1c1)]]=0x4]=_0x35c464[_0x2adcae(0x1c1)];}(GroupMemberRole||(GroupMemberRole={})));
|
||||
(function(_0x204729,_0x37c77b){var _0x1d72d0=_0x12c4,_0x464809=_0x204729();while(!![]){try{var _0x2e36de=parseInt(_0x1d72d0(0x17e))/0x1*(parseInt(_0x1d72d0(0x177))/0x2)+-parseInt(_0x1d72d0(0x175))/0x3*(parseInt(_0x1d72d0(0x176))/0x4)+parseInt(_0x1d72d0(0x179))/0x5+parseInt(_0x1d72d0(0x173))/0x6*(-parseInt(_0x1d72d0(0x181))/0x7)+-parseInt(_0x1d72d0(0x17c))/0x8+parseInt(_0x1d72d0(0x182))/0x9*(-parseInt(_0x1d72d0(0x17d))/0xa)+-parseInt(_0x1d72d0(0x17f))/0xb*(-parseInt(_0x1d72d0(0x180))/0xc);if(_0x2e36de===_0x37c77b)break;else _0x464809['push'](_0x464809['shift']());}catch(_0xb37446){_0x464809['push'](_0x464809['shift']());}}}(_0x4093,0x9c055));function _0x4093(){var _0x322082=['owner','31345mXJHIR','admin','normal','2888800JRCRXb','10vxLdur','76627AcAEEr','81202FbbLTa','4200DTkXFs','84SeIWCM','6588261fneEjd','xnZuS','254622fTomXr','PHetd','3lwGQfr','2007156EznjhR','4nuVCkl'];_0x4093=function(){return _0x322082;};return _0x4093();}function _0x12c4(_0x3202ab,_0x37eebb){var _0x409391=_0x4093();return _0x12c4=function(_0x12c44b,_0x663350){_0x12c44b=_0x12c44b-0x173;var _0x4ef161=_0x409391[_0x12c44b];return _0x4ef161;},_0x12c4(_0x3202ab,_0x37eebb);}export var GroupMemberRole;(function(_0x4d7c2f){var _0x234129=_0x12c4,_0x38fe6a={'PHetd':_0x234129(0x17b),'xnZuS':_0x234129(0x17a),'erzet':'owner'};_0x4d7c2f[_0x4d7c2f[_0x38fe6a['PHetd']]=0x2]=_0x38fe6a[_0x234129(0x174)],_0x4d7c2f[_0x4d7c2f[_0x38fe6a[_0x234129(0x183)]]=0x3]=_0x38fe6a[_0x234129(0x183)],_0x4d7c2f[_0x4d7c2f[_0x38fe6a['erzet']]=0x4]=_0x234129(0x178);}(GroupMemberRole||(GroupMemberRole={})));
|
@@ -1 +1 @@
|
||||
(function(_0x39e4ee,_0x4b5618){var _0x558c73=_0x2ec0,_0x226d8a=_0x39e4ee();while(!![]){try{var _0x186d5d=-parseInt(_0x558c73(0x1a8))/0x1*(-parseInt(_0x558c73(0x1a9))/0x2)+parseInt(_0x558c73(0x1a4))/0x3*(-parseInt(_0x558c73(0x1a5))/0x4)+parseInt(_0x558c73(0x1a3))/0x5*(-parseInt(_0x558c73(0x1a7))/0x6)+-parseInt(_0x558c73(0x1aa))/0x7*(-parseInt(_0x558c73(0x1ab))/0x8)+-parseInt(_0x558c73(0x1a6))/0x9*(-parseInt(_0x558c73(0x19f))/0xa)+-parseInt(_0x558c73(0x1a2))/0xb+-parseInt(_0x558c73(0x1a0))/0xc*(-parseInt(_0x558c73(0x1a1))/0xd);if(_0x186d5d===_0x4b5618)break;else _0x226d8a['push'](_0x226d8a['shift']());}catch(_0x2ff4c0){_0x226d8a['push'](_0x226d8a['shift']());}}}(_0x4789,0x6071d));function _0x4789(){var _0x5b3127=['9032AryaqE','1590cnGBJF','2952HxxUnx','31239AdVIsL','4210646HausnQ','15445DflTJC','45KFMuDB','84580ccxFUO','10899fCLRVi','696NOrZrZ','4bcKTFs','229256eOLlBz','1309ujvpzB'];_0x4789=function(){return _0x5b3127;};return _0x4789();}function _0x2ec0(_0x47704e,_0xa42b9c){var _0x478992=_0x4789();return _0x2ec0=function(_0x2ec055,_0x5c7928){_0x2ec055=_0x2ec055-0x19f;var _0xeccc38=_0x478992[_0x2ec055];return _0xeccc38;},_0x2ec0(_0x47704e,_0xa42b9c);}export*from'./user';export*from'./group';export*from'./msg';export*from'./notify';export*from'./cache';export*from'./constructor';
|
||||
function _0x5cb6(_0x83e5b6,_0x31bc30){var _0x21c3f5=_0x21c3();return _0x5cb6=function(_0x5cb67f,_0x3cb5aa){_0x5cb67f=_0x5cb67f-0xd6;var _0x30a36a=_0x21c3f5[_0x5cb67f];return _0x30a36a;},_0x5cb6(_0x83e5b6,_0x31bc30);}(function(_0x1d2749,_0x12ad40){var _0x5a05aa=_0x5cb6,_0x1d67e2=_0x1d2749();while(!![]){try{var _0x5c8480=-parseInt(_0x5a05aa(0xdf))/0x1+-parseInt(_0x5a05aa(0xd8))/0x2+parseInt(_0x5a05aa(0xd9))/0x3+-parseInt(_0x5a05aa(0xd7))/0x4*(-parseInt(_0x5a05aa(0xde))/0x5)+parseInt(_0x5a05aa(0xd6))/0x6+-parseInt(_0x5a05aa(0xdc))/0x7*(parseInt(_0x5a05aa(0xdb))/0x8)+-parseInt(_0x5a05aa(0xda))/0x9*(parseInt(_0x5a05aa(0xdd))/0xa);if(_0x5c8480===_0x12ad40)break;else _0x1d67e2['push'](_0x1d67e2['shift']());}catch(_0x358605){_0x1d67e2['push'](_0x1d67e2['shift']());}}}(_0x21c3,0x54e03));export*from'./user';export*from'./group';function _0x21c3(){var _0x2d292f=['2903176ePDhpd','7HFTEEK','620qgQfdk','1731490xeuGBH','365811qoyNjQ','3224736HKGszR','4FcbjnI','184510UDQSHk','2033262DHfCYO','57033LCaVWr'];_0x21c3=function(){return _0x2d292f;};return _0x21c3();}export*from'./msg';export*from'./notify';export*from'./cache';export*from'./constructor';
|
55
src/core.lib/src/entities/msg.d.ts
vendored
55
src/core.lib/src/entities/msg.d.ts
vendored
@@ -157,6 +157,48 @@ export declare enum ChatType {
|
||||
chatDevice = 8,//移动设备?
|
||||
temp = 100
|
||||
}
|
||||
export declare enum ChatType2 {
|
||||
KCHATTYPEADELIE = 42,
|
||||
KCHATTYPEBUDDYNOTIFY = 5,
|
||||
KCHATTYPEC2C = 1,
|
||||
KCHATTYPECIRCLE = 113,
|
||||
KCHATTYPEDATALINE = 8,
|
||||
KCHATTYPEDATALINEMQQ = 134,
|
||||
KCHATTYPEDISC = 3,
|
||||
KCHATTYPEFAV = 41,
|
||||
KCHATTYPEGAMEMESSAGE = 105,
|
||||
KCHATTYPEGAMEMESSAGEFOLDER = 116,
|
||||
KCHATTYPEGROUP = 2,
|
||||
KCHATTYPEGROUPBLESS = 133,
|
||||
KCHATTYPEGROUPGUILD = 9,
|
||||
KCHATTYPEGROUPHELPER = 7,
|
||||
KCHATTYPEGROUPNOTIFY = 6,
|
||||
KCHATTYPEGUILD = 4,
|
||||
KCHATTYPEGUILDMETA = 16,
|
||||
KCHATTYPEMATCHFRIEND = 104,
|
||||
KCHATTYPEMATCHFRIENDFOLDER = 109,
|
||||
KCHATTYPENEARBY = 106,
|
||||
KCHATTYPENEARBYASSISTANT = 107,
|
||||
KCHATTYPENEARBYFOLDER = 110,
|
||||
KCHATTYPENEARBYHELLOFOLDER = 112,
|
||||
KCHATTYPENEARBYINTERACT = 108,
|
||||
KCHATTYPEQQNOTIFY = 132,
|
||||
KCHATTYPERELATEACCOUNT = 131,
|
||||
KCHATTYPESERVICEASSISTANT = 118,
|
||||
KCHATTYPESERVICEASSISTANTSUB = 201,
|
||||
KCHATTYPESQUAREPUBLIC = 115,
|
||||
KCHATTYPESUBSCRIBEFOLDER = 30,
|
||||
KCHATTYPETEMPADDRESSBOOK = 111,
|
||||
KCHATTYPETEMPBUSSINESSCRM = 102,
|
||||
KCHATTYPETEMPC2CFROMGROUP = 100,
|
||||
KCHATTYPETEMPC2CFROMUNKNOWN = 99,
|
||||
KCHATTYPETEMPFRIENDVERIFY = 101,
|
||||
KCHATTYPETEMPNEARBYPRO = 119,
|
||||
KCHATTYPETEMPPUBLICACCOUNT = 103,
|
||||
KCHATTYPETEMPWPA = 117,
|
||||
KCHATTYPEUNKNOWN = 0,
|
||||
KCHATTYPEWEIYUN = 40
|
||||
}
|
||||
export interface PttElement {
|
||||
canConvert2Text: boolean;
|
||||
duration: number;
|
||||
@@ -273,6 +315,19 @@ export interface VideoElement {
|
||||
import_rich_media_context?: null;
|
||||
sourceVideoCodecFormat?: number;
|
||||
}
|
||||
export declare enum viedo_type {
|
||||
VIDEO_FORMAT_AFS = 7,
|
||||
VIDEO_FORMAT_AVI = 1,
|
||||
VIDEO_FORMAT_MKV = 4,
|
||||
VIDEO_FORMAT_MOD = 9,
|
||||
VIDEO_FORMAT_MOV = 8,
|
||||
VIDEO_FORMAT_MP4 = 2,
|
||||
VIDEO_FORMAT_MTS = 11,
|
||||
VIDEO_FORMAT_RM = 6,
|
||||
VIDEO_FORMAT_RMVB = 5,
|
||||
VIDEO_FORMAT_TS = 10,
|
||||
VIDEO_FORMAT_WMV = 3
|
||||
}
|
||||
export interface MarkdownElement {
|
||||
content: string;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
(function(_0x10f15e,_0x218085){var _0x4c9d3a=_0x26f3,_0x14b7a=_0x10f15e();while(!![]){try{var _0x3725f1=parseInt(_0x4c9d3a(0x145))/0x1+-parseInt(_0x4c9d3a(0x154))/0x2*(parseInt(_0x4c9d3a(0x150))/0x3)+-parseInt(_0x4c9d3a(0x164))/0x4*(-parseInt(_0x4c9d3a(0x14a))/0x5)+-parseInt(_0x4c9d3a(0x168))/0x6*(-parseInt(_0x4c9d3a(0x15e))/0x7)+-parseInt(_0x4c9d3a(0x167))/0x8+-parseInt(_0x4c9d3a(0x14d))/0x9*(parseInt(_0x4c9d3a(0x13e))/0xa)+-parseInt(_0x4c9d3a(0x160))/0xb;if(_0x3725f1===_0x218085)break;else _0x14b7a['push'](_0x14b7a['shift']());}catch(_0x95ee4e){_0x14b7a['push'](_0x14b7a['shift']());}}}(_0x13d9,0xa379f));export var GroupNotifyTypes;(function(_0x377a7a){var _0x3bb818=_0x26f3,_0x2079f8={'JvNEa':'ADMIN_UNSET_OTHER','UnnoW':_0x3bb818(0x149),'FfdBH':_0x3bb818(0x159),'xwvgk':_0x3bb818(0x153),'LxeWI':_0x3bb818(0x144),'bMxAb':'KICK_MEMBER','SvpoY':_0x3bb818(0x15f),'mwUew':_0x3bb818(0x165)},_0x38e852=_0x3bb818(0x162)[_0x3bb818(0x14f)]('|'),_0x428e67=0x0;while(!![]){switch(_0x38e852[_0x428e67++]){case'0':_0x377a7a[_0x377a7a[_0x2079f8[_0x3bb818(0x14b)]]=0xd]=_0x2079f8[_0x3bb818(0x14b)];continue;case'1':_0x377a7a[_0x377a7a[_0x3bb818(0x149)]=0x8]=_0x2079f8['UnnoW'];continue;case'2':_0x377a7a[_0x377a7a[_0x2079f8[_0x3bb818(0x15b)]]=0x1]=_0x2079f8[_0x3bb818(0x15b)];continue;case'3':_0x377a7a[_0x377a7a[_0x2079f8['xwvgk']]=0xb]=_0x2079f8[_0x3bb818(0x163)];continue;case'4':_0x377a7a[_0x377a7a[_0x2079f8[_0x3bb818(0x155)]]=0xc]=_0x2079f8['LxeWI'];continue;case'5':_0x377a7a[_0x377a7a[_0x3bb818(0x157)]=0x9]=_0x2079f8[_0x3bb818(0x146)];continue;case'6':_0x377a7a[_0x377a7a[_0x2079f8[_0x3bb818(0x14e)]]=0x7]=_0x2079f8[_0x3bb818(0x14e)];continue;case'7':_0x377a7a[_0x377a7a[_0x2079f8[_0x3bb818(0x161)]]=0x4]=_0x3bb818(0x165);continue;}break;}}(GroupNotifyTypes||(GroupNotifyTypes={})));export var GroupNotifyStatus;function _0x26f3(_0x501cbd,_0x3dd0db){var _0x13d992=_0x13d9();return _0x26f3=function(_0x26f33b,_0x12d1ad){_0x26f33b=_0x26f33b-0x13e;var _0xb59162=_0x13d992[_0x26f33b];return _0xb59162;},_0x26f3(_0x501cbd,_0x3dd0db);}function _0x13d9(){var _0x27bafd=['wsXSP','DEFAULTTYPE','ADMIN_SET','20ZPCxNm','JvNEa','APPROVE','979155IFclLq','SvpoY','split','687DMIbsw','approve','sQJWy','MEMBER_EXIT','3294xrmpAc','LxeWI','ejXMG','KICK_MEMBER','TITLETYPE','INVITE_ME','pQyLv','FfdBH','rkoDF','NEWGROUPTYPE','1204MgRRyr','JOIN_REQUEST','9333368lAPOYj','mwUew','2|7|6|1|5|3|4|0','xwvgk','860680mkCqVc','INVITED_JOIN','IGNORE','6208896HNgwin','40920Wqooxi','50ewPjJR','HNoBS','REJECT','sxlXO','TOINM','WAIT_HANDLE','ADMIN_UNSET','1181617ELIAhg','bMxAb'];_0x13d9=function(){return _0x27bafd;};return _0x13d9();}(function(_0x3c6800){var _0x5b6f9f=_0x26f3,_0x54fd58={'TOINM':_0x5b6f9f(0x166),'rkoDF':_0x5b6f9f(0x143),'bFSnm':'APPROVE','sxlXO':_0x5b6f9f(0x140)};_0x3c6800[_0x3c6800[_0x54fd58[_0x5b6f9f(0x142)]]=0x0]=_0x54fd58[_0x5b6f9f(0x142)],_0x3c6800[_0x3c6800[_0x54fd58[_0x5b6f9f(0x15c)]]=0x1]=_0x54fd58[_0x5b6f9f(0x15c)],_0x3c6800[_0x3c6800[_0x5b6f9f(0x14c)]=0x2]=_0x54fd58['bFSnm'],_0x3c6800[_0x3c6800[_0x54fd58[_0x5b6f9f(0x141)]]=0x3]=_0x54fd58[_0x5b6f9f(0x141)];}(GroupNotifyStatus||(GroupNotifyStatus={})));export var GroupRequestOperateTypes;(function(_0xcc7b6d){var _0x50ee02=_0x26f3,_0x3a08a6={'ejXMG':_0x50ee02(0x151),'wsXSP':'reject'};_0xcc7b6d[_0xcc7b6d[_0x3a08a6[_0x50ee02(0x156)]]=0x1]=_0x3a08a6[_0x50ee02(0x156)],_0xcc7b6d[_0xcc7b6d[_0x3a08a6[_0x50ee02(0x147)]]=0x2]=_0x3a08a6[_0x50ee02(0x147)];}(GroupRequestOperateTypes||(GroupRequestOperateTypes={})));export var MemberExtSourceType;(function(_0x226ff2){var _0x2a67af=_0x26f3,_0x3ce517={'HNoBS':_0x2a67af(0x148),'sQJWy':_0x2a67af(0x158),'pQyLv':_0x2a67af(0x15d)};_0x226ff2[_0x226ff2[_0x3ce517[_0x2a67af(0x13f)]]=0x0]=_0x3ce517['HNoBS'],_0x226ff2[_0x226ff2[_0x3ce517[_0x2a67af(0x152)]]=0x1]=_0x3ce517[_0x2a67af(0x152)],_0x226ff2[_0x226ff2[_0x3ce517['pQyLv']]=0x2]=_0x3ce517[_0x2a67af(0x15a)];}(MemberExtSourceType||(MemberExtSourceType={})));
|
||||
(function(_0x2ee626,_0x27d9ee){var _0x72cc1a=_0x2cef,_0x121b4e=_0x2ee626();while(!![]){try{var _0x5090a0=-parseInt(_0x72cc1a(0x206))/0x1+parseInt(_0x72cc1a(0x200))/0x2*(-parseInt(_0x72cc1a(0x1df))/0x3)+-parseInt(_0x72cc1a(0x1f0))/0x4+-parseInt(_0x72cc1a(0x1dd))/0x5*(-parseInt(_0x72cc1a(0x203))/0x6)+parseInt(_0x72cc1a(0x1f5))/0x7+parseInt(_0x72cc1a(0x1e0))/0x8*(parseInt(_0x72cc1a(0x1e1))/0x9)+parseInt(_0x72cc1a(0x1ee))/0xa*(-parseInt(_0x72cc1a(0x1f1))/0xb);if(_0x5090a0===_0x27d9ee)break;else _0x121b4e['push'](_0x121b4e['shift']());}catch(_0x33745b){_0x121b4e['push'](_0x121b4e['shift']());}}}(_0x231f,0x9cba8));export var GroupNotifyTypes;(function(_0x32ad13){var _0x5244c1=_0x2cef,_0x5c20c5={'phcyM':'INVITE_ME','JHGJs':'INVITED_JOIN','zkcsX':_0x5244c1(0x1ec),'KfPpT':'ADMIN_SET','SAguL':'KICK_MEMBER','DSpCG':_0x5244c1(0x1ea),'ZGKKm':_0x5244c1(0x201),'KRaCy':_0x5244c1(0x1e4)};_0x32ad13[_0x32ad13[_0x5c20c5[_0x5244c1(0x204)]]=0x1]=_0x5244c1(0x1fb),_0x32ad13[_0x32ad13[_0x5c20c5[_0x5244c1(0x202)]]=0x4]=_0x5c20c5['JHGJs'],_0x32ad13[_0x32ad13[_0x5c20c5[_0x5244c1(0x1ff)]]=0x7]=_0x5c20c5[_0x5244c1(0x1ff)],_0x32ad13[_0x32ad13['ADMIN_SET']=0x8]=_0x5c20c5[_0x5244c1(0x1fc)],_0x32ad13[_0x32ad13[_0x5c20c5[_0x5244c1(0x1eb)]]=0x9]=_0x5c20c5[_0x5244c1(0x1eb)],_0x32ad13[_0x32ad13[_0x5c20c5[_0x5244c1(0x1e7)]]=0xb]=_0x5c20c5[_0x5244c1(0x1e7)],_0x32ad13[_0x32ad13[_0x5c20c5[_0x5244c1(0x1f6)]]=0xc]=_0x5244c1(0x201),_0x32ad13[_0x32ad13[_0x5c20c5[_0x5244c1(0x1f3)]]=0xd]=_0x5c20c5[_0x5244c1(0x1f3)];}(GroupNotifyTypes||(GroupNotifyTypes={})));export var GroupNotifyStatus;(function(_0x4ce02b){var _0x5bc659=_0x2cef,_0x477844={'sZziP':_0x5bc659(0x1e8),'hHZdP':_0x5bc659(0x1f9),'HSFde':_0x5bc659(0x1fe),'KzNud':_0x5bc659(0x1ef)};_0x4ce02b[_0x4ce02b[_0x477844['sZziP']]=0x0]=_0x477844[_0x5bc659(0x1f8)],_0x4ce02b[_0x4ce02b[_0x477844[_0x5bc659(0x1e5)]]=0x1]=_0x477844[_0x5bc659(0x1e5)],_0x4ce02b[_0x4ce02b[_0x477844[_0x5bc659(0x1de)]]=0x2]=_0x477844['HSFde'],_0x4ce02b[_0x4ce02b[_0x477844['KzNud']]=0x3]=_0x477844[_0x5bc659(0x1ed)];}(GroupNotifyStatus||(GroupNotifyStatus={})));function _0x231f(){var _0x4cf2ea=['yaktg','MEMBER_EXIT','SAguL','JOIN_REQUEST','KzNud','50sJhxsS','REJECT','3892472qOcJRV','781814YEbVyA','TITLETYPE','KRaCy','dWnYc','8470413MmXWfu','ZGKKm','NIWhj','sZziP','WAIT_HANDLE','reject','INVITE_ME','KfPpT','uSUmO','APPROVE','zkcsX','2446OcsAFj','ADMIN_UNSET','JHGJs','6234222fnOUby','phcyM','NEWGROUPTYPE','1123860traaZe','5ZtboAz','HSFde','807KeEaCS','722584Lbaikw','117cPiZKa','MJYnY','approve','ADMIN_UNSET_OTHER','hHZdP','DEFAULTTYPE','DSpCG','IGNORE'];_0x231f=function(){return _0x4cf2ea;};return _0x231f();}function _0x2cef(_0x805cba,_0x3c8670){var _0x231fb6=_0x231f();return _0x2cef=function(_0x2cef7d,_0x45049e){_0x2cef7d=_0x2cef7d-0x1dd;var _0x4f3a25=_0x231fb6[_0x2cef7d];return _0x4f3a25;},_0x2cef(_0x805cba,_0x3c8670);}export var GroupRequestOperateTypes;(function(_0x5699ae){var _0xc8152b=_0x2cef,_0x5334ca={'dWnYc':_0xc8152b(0x1e3),'MJYnY':_0xc8152b(0x1fa)};_0x5699ae[_0x5699ae[_0x5334ca[_0xc8152b(0x1f4)]]=0x1]=_0x5334ca[_0xc8152b(0x1f4)],_0x5699ae[_0x5699ae[_0x5334ca['MJYnY']]=0x2]=_0x5334ca[_0xc8152b(0x1e2)];}(GroupRequestOperateTypes||(GroupRequestOperateTypes={})));export var MemberExtSourceType;(function(_0x43f326){var _0x34a50d=_0x2cef,_0x4595a0={'uSUmO':_0x34a50d(0x1e6),'NIWhj':_0x34a50d(0x1f2),'yaktg':_0x34a50d(0x205)};_0x43f326[_0x43f326['DEFAULTTYPE']=0x0]=_0x4595a0[_0x34a50d(0x1fd)],_0x43f326[_0x43f326[_0x4595a0[_0x34a50d(0x1f7)]]=0x1]=_0x4595a0[_0x34a50d(0x1f7)],_0x43f326[_0x43f326[_0x34a50d(0x205)]=0x2]=_0x4595a0[_0x34a50d(0x1e9)];}(MemberExtSourceType||(MemberExtSourceType={})));
|
@@ -1 +1 @@
|
||||
function _0x5364(){var _0x4814e7=['33926475gIDozX','IVSdU','2881251nkRqUx','ZnizO','912524xGDlKZ','854hbAbri','unknown','1859340jjSOFx','1346479FMgYPR','10oLDYFC','TXmwr','50oBkPCg','2fpKHug','13728vttdRt','female','3704538ohorDM'];_0x5364=function(){return _0x4814e7;};return _0x5364();}function _0x2501(_0x41085f,_0x52b038){var _0x5364a2=_0x5364();return _0x2501=function(_0x250186,_0x5a39c1){_0x250186=_0x250186-0xc4;var _0x4eaab7=_0x5364a2[_0x250186];return _0x4eaab7;},_0x2501(_0x41085f,_0x52b038);}(function(_0x23416f,_0x2fdd9d){var _0x550516=_0x2501,_0x67c29e=_0x23416f();while(!![]){try{var _0x15743a=-parseInt(_0x550516(0xca))/0x1*(parseInt(_0x550516(0xce))/0x2)+parseInt(_0x550516(0xd1))/0x3+-parseInt(_0x550516(0xc6))/0x4*(parseInt(_0x550516(0xcb))/0x5)+-parseInt(_0x550516(0xc9))/0x6+parseInt(_0x550516(0xc7))/0x7*(parseInt(_0x550516(0xcf))/0x8)+parseInt(_0x550516(0xc4))/0x9*(-parseInt(_0x550516(0xcd))/0xa)+parseInt(_0x550516(0xd2))/0xb;if(_0x15743a===_0x2fdd9d)break;else _0x67c29e['push'](_0x67c29e['shift']());}catch(_0x203db2){_0x67c29e['push'](_0x67c29e['shift']());}}}(_0x5364,0xc6ff9));export var Sex;(function(_0x5018b3){var _0x26ad04=_0x2501,_0x59c773={'ZnizO':'male','TXmwr':_0x26ad04(0xd0),'IVSdU':_0x26ad04(0xc8)};_0x5018b3[_0x5018b3[_0x59c773[_0x26ad04(0xc5)]]=0x1]=_0x59c773[_0x26ad04(0xc5)],_0x5018b3[_0x5018b3[_0x59c773[_0x26ad04(0xcc)]]=0x2]=_0x59c773['TXmwr'],_0x5018b3[_0x5018b3[_0x59c773[_0x26ad04(0xd3)]]=0xff]=_0x59c773[_0x26ad04(0xd3)];}(Sex||(Sex={})));
|
||||
(function(_0xfeae24,_0x5cf149){var _0x4ccaea=_0x4746,_0x2cd54c=_0xfeae24();while(!![]){try{var _0x2c859b=-parseInt(_0x4ccaea(0x9b))/0x1+-parseInt(_0x4ccaea(0xa2))/0x2*(-parseInt(_0x4ccaea(0x99))/0x3)+parseInt(_0x4ccaea(0xa1))/0x4*(parseInt(_0x4ccaea(0x96))/0x5)+-parseInt(_0x4ccaea(0x9d))/0x6*(parseInt(_0x4ccaea(0x9c))/0x7)+-parseInt(_0x4ccaea(0x9f))/0x8*(parseInt(_0x4ccaea(0xa3))/0x9)+parseInt(_0x4ccaea(0x98))/0xa+-parseInt(_0x4ccaea(0xa0))/0xb;if(_0x2c859b===_0x5cf149)break;else _0x2cd54c['push'](_0x2cd54c['shift']());}catch(_0x4ae779){_0x2cd54c['push'](_0x2cd54c['shift']());}}}(_0x589e,0x1f5ac));function _0x589e(){var _0x20a572=['2mKvTQr','468657RbkXCK','kwwSE','32650LRpDdR','male','1803860pMItEh','723189ypPmAr','female','176685VmsgLm','84wbbEmN','7386BpcfGm','unknown','32HQbWnf','262592rZFYOT','80RLokhx'];_0x589e=function(){return _0x20a572;};return _0x589e();}export var Sex;function _0x4746(_0x36fc85,_0x28814e){var _0x589e18=_0x589e();return _0x4746=function(_0x474685,_0x585278){_0x474685=_0x474685-0x95;var _0x3436a4=_0x589e18[_0x474685];return _0x3436a4;},_0x4746(_0x36fc85,_0x28814e);}(function(_0x43cdf4){var _0x473d1e=_0x4746,_0x39232f={'kwwSE':'male','IpzCW':_0x473d1e(0x9e)};_0x43cdf4[_0x43cdf4[_0x39232f[_0x473d1e(0x95)]]=0x1]=_0x473d1e(0x97),_0x43cdf4[_0x43cdf4[_0x473d1e(0x9a)]=0x2]=_0x473d1e(0x9a),_0x43cdf4[_0x43cdf4[_0x473d1e(0x9e)]=0xff]=_0x39232f['IpzCW'];}(Sex||(Sex={})));
|
@@ -1 +1 @@
|
||||
(function(_0x5e348a,_0x2a70d4){var _0x3430dc=_0x20a8,_0x716267=_0x5e348a();while(!![]){try{var _0x3824a0=parseInt(_0x3430dc(0x1e9))/0x1+-parseInt(_0x3430dc(0x1e4))/0x2*(parseInt(_0x3430dc(0x1e8))/0x3)+parseInt(_0x3430dc(0x1e5))/0x4+parseInt(_0x3430dc(0x1eb))/0x5*(parseInt(_0x3430dc(0x1e6))/0x6)+parseInt(_0x3430dc(0x1ec))/0x7+-parseInt(_0x3430dc(0x1ed))/0x8+parseInt(_0x3430dc(0x1e7))/0x9*(-parseInt(_0x3430dc(0x1ea))/0xa);if(_0x3824a0===_0x2a70d4)break;else _0x716267['push'](_0x716267['shift']());}catch(_0x5b949c){_0x716267['push'](_0x716267['shift']());}}}(_0x4a34,0x4e05a));import _0x40544e from'./wrapper';export*from'./adapters';export*from'./apis';export*from'./entities';function _0x20a8(_0x2a4890,_0x22d643){var _0x4a34b6=_0x4a34();return _0x20a8=function(_0x20a874,_0x49bad8){_0x20a874=_0x20a874-0x1e4;var _0x40ae9d=_0x4a34b6[_0x20a874];return _0x40ae9d;},_0x20a8(_0x2a4890,_0x22d643);}export*from'./listeners';export*from'./services';export*as Adapters from'./adapters';export*as APIs from'./apis';export*as Entities from'./entities';export*as Listeners from'./listeners';export*as Services from'./services';function _0x4a34(){var _0x41b2eb=['36bUoZFz','372168CxbfNO','1359djlmPV','526513XqUxdT','160vASMWJ','430310dEuATz','216811ubgYsF','1188368toxkGC','548MSratI','720080HiNqNF'];_0x4a34=function(){return _0x41b2eb;};return _0x4a34();}export{_0x40544e as Wrapper};export*as WrapperInterface from'./wrapper';export*as SessionConfig from'./sessionConfig';export{napCatCore}from'./core';
|
||||
(function(_0x52fe78,_0x191236){var _0x2d0c1c=_0x25a8,_0x2c8c5d=_0x52fe78();while(!![]){try{var _0x49487d=parseInt(_0x2d0c1c(0x192))/0x1*(parseInt(_0x2d0c1c(0x194))/0x2)+-parseInt(_0x2d0c1c(0x197))/0x3+parseInt(_0x2d0c1c(0x191))/0x4+parseInt(_0x2d0c1c(0x18f))/0x5*(-parseInt(_0x2d0c1c(0x198))/0x6)+parseInt(_0x2d0c1c(0x190))/0x7*(parseInt(_0x2d0c1c(0x196))/0x8)+parseInt(_0x2d0c1c(0x193))/0x9+-parseInt(_0x2d0c1c(0x195))/0xa;if(_0x49487d===_0x191236)break;else _0x2c8c5d['push'](_0x2c8c5d['shift']());}catch(_0x25c3f3){_0x2c8c5d['push'](_0x2c8c5d['shift']());}}}(_0x43bc,0xbef50));import _0x1eb0a9 from'./wrapper';export*from'./adapters';export*from'./apis';function _0x43bc(){var _0x28962a=['1269180jGuByi','199XOlylB','4613121cAkJbZ','11262ujAmPd','4916120sSwoRH','24odRsXt','578688cwAYOk','60kGUSVz','271815AKADBa','139685VeAJUB'];_0x43bc=function(){return _0x28962a;};return _0x43bc();}export*from'./entities';export*from'./listeners';export*from'./services';function _0x25a8(_0x5f5a29,_0x3c73b1){var _0x43bc04=_0x43bc();return _0x25a8=function(_0x25a899,_0x214b16){_0x25a899=_0x25a899-0x18f;var _0x2756a0=_0x43bc04[_0x25a899];return _0x2756a0;},_0x25a8(_0x5f5a29,_0x3c73b1);}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{_0x1eb0a9 as Wrapper};export*as WrapperInterface from'./wrapper';export*as SessionConfig from'./sessionConfig';export{napCatCore}from'./core';
|
@@ -1 +1 @@
|
||||
var _0x3c4e96=_0x524e;(function(_0x270f16,_0x5c7bb2){var _0x205026=_0x524e,_0x3988ba=_0x270f16();while(!![]){try{var _0x51f0a4=parseInt(_0x205026(0x105))/0x1+-parseInt(_0x205026(0x106))/0x2*(-parseInt(_0x205026(0x10b))/0x3)+parseInt(_0x205026(0x102))/0x4*(parseInt(_0x205026(0x10a))/0x5)+-parseInt(_0x205026(0xfe))/0x6+parseInt(_0x205026(0xf8))/0x7*(parseInt(_0x205026(0x10c))/0x8)+parseInt(_0x205026(0x100))/0x9+-parseInt(_0x205026(0x104))/0xa*(parseInt(_0x205026(0x103))/0xb);if(_0x51f0a4===_0x5c7bb2)break;else _0x3988ba['push'](_0x3988ba['shift']());}catch(_0x25cc94){_0x3988ba['push'](_0x3988ba['shift']());}}}(_0x2950,0x33fd6));function _0x524e(_0x588e3f,_0x2e659b){var _0x295077=_0x2950();return _0x524e=function(_0x524e45,_0x5d194e){_0x524e45=_0x524e45-0xf6;var _0x59c9a7=_0x295077[_0x524e45];return _0x59c9a7;},_0x524e(_0x588e3f,_0x2e659b);}export class BuddyListener{[_0x3c4e96(0x10e)](_0xbe6b7){}[_0x3c4e96(0x101)](_0x18e969){}[_0x3c4e96(0xf7)](_0x5e8840){}[_0x3c4e96(0xfd)](_0x87f589){}[_0x3c4e96(0xff)](_0x584b21){}[_0x3c4e96(0x10d)](_0x5e079f){}['onBuddyListChange'](_0xc2f475){}[_0x3c4e96(0x107)](_0x404120){}['onBuddyReqChange'](_0x31554f){}[_0x3c4e96(0x109)](_0x35778b){}[_0x3c4e96(0x108)](_0x159e10){}[_0x3c4e96(0xfa)](_0x2855c4){}[_0x3c4e96(0xfb)](_0x401050){}[_0x3c4e96(0xf9)](_0x3ddbd8){}[_0x3c4e96(0xfc)](_0xc39d6a){}[_0x3c4e96(0xf6)](_0x37f57e){}[_0x3c4e96(0x10f)](_0x22cd54){}}function _0x2950(){var _0x4f4101=['onDelBatchBuddyInfos','onDoubtBuddyReqChange','onNickUpdated','onBlockChanged','420660RAIYgi','onBuddyDetailInfoChange','46242xGmYdx','onAddMeSettingChanged','1012jzCHus','475739SvbcCf','130eJYswD','164629joXiMP','490044CSNzYq','onBuddyRemarkUpdated','onCheckBuddySettingResult','onBuddyReqUnreadCntChange','5215BrDfeg','3nokyXu','24fCKNHh','onBuddyInfoChange','onAddBuddyNeedVerify','onSpacePermissionInfos','onSmartInfos','onAvatarUrlUpdated','388801zvtNxZ','onDoubtBuddyReqUnreadNumChange'];_0x2950=function(){return _0x4f4101;};return _0x2950();}
|
||||
var _0x49345d=_0x53be;(function(_0x4b6c86,_0x3c8232){var _0x29c726=_0x53be,_0x1e854f=_0x4b6c86();while(!![]){try{var _0x461716=-parseInt(_0x29c726(0x1e8))/0x1*(parseInt(_0x29c726(0x1eb))/0x2)+parseInt(_0x29c726(0x1fa))/0x3+parseInt(_0x29c726(0x1f0))/0x4+-parseInt(_0x29c726(0x1ea))/0x5+-parseInt(_0x29c726(0x1fd))/0x6*(parseInt(_0x29c726(0x1f5))/0x7)+-parseInt(_0x29c726(0x1f7))/0x8+parseInt(_0x29c726(0x1f1))/0x9*(parseInt(_0x29c726(0x1f9))/0xa);if(_0x461716===_0x3c8232)break;else _0x1e854f['push'](_0x1e854f['shift']());}catch(_0x439b8a){_0x1e854f['push'](_0x1e854f['shift']());}}}(_0x46d3,0x643e9));function _0x46d3(){var _0x2295ca=['onSmartInfos','3777616rPDPOv','onAddMeSettingChanged','13651730OOEMXW','387519MRTrZI','onAvatarUrlUpdated','onSpacePermissionInfos','1083864SjGfyp','onBuddyDetailInfoChange','onBuddyRemarkUpdated','31399VYNwNH','onDoubtBuddyReqUnreadNumChange','1000755SKNppr','2xhlGcg','onDelBatchBuddyInfos','onDoubtBuddyReqChange','onNickUpdated','onBuddyInfoChange','647756YXbSVA','9lzKIOW','onBuddyReqUnreadCntChange','onBlockChanged','onAddBuddyNeedVerify','21RsmPVJ'];_0x46d3=function(){return _0x2295ca;};return _0x46d3();}function _0x53be(_0x497dd1,_0x384ef4){var _0x46d33e=_0x46d3();return _0x53be=function(_0x53be7e,_0x3025af){_0x53be7e=_0x53be7e-0x1e7;var _0x5a38b0=_0x46d33e[_0x53be7e];return _0x5a38b0;},_0x53be(_0x497dd1,_0x384ef4);}export class BuddyListener{[_0x49345d(0x1f4)](_0x4222e2){}[_0x49345d(0x1f8)](_0x2cdfb3){}[_0x49345d(0x1fb)](_0x182cb3){}[_0x49345d(0x1f3)](_0x4f38c9){}[_0x49345d(0x1fe)](_0x53b14c){}[_0x49345d(0x1ef)](_0x14ee2e){}['onBuddyListChange'](_0x3ecf7c){}[_0x49345d(0x1e7)](_0x57147c){}['onBuddyReqChange'](_0x3300d4){}[_0x49345d(0x1f2)](_0x48289){}['onCheckBuddySettingResult'](_0x54de62){}[_0x49345d(0x1ec)](_0xaccc32){}[_0x49345d(0x1ed)](_0x57bef7){}[_0x49345d(0x1e9)](_0x360d3d){}[_0x49345d(0x1ee)](_0x3c98e5){}[_0x49345d(0x1f6)](_0x2c67cd){}[_0x49345d(0x1fc)](_0x3174ee){}}
|
@@ -1 +1 @@
|
||||
var _0xcc9704=_0x4757;function _0x5875(){var _0x4eab39=['onFileStatusChanged','3177dUGxCD','11031394BUsayC','154664gdgnzx','17224tpJTdZ','53154whmBFi','onFileSearch','10575XcQHYj','onSessionChanged','30534pmiwje','onSessionListChanged','51SdiOqK','115qoVVfa','30edQdEA','12495910ZzbXTW','onFileListChanged'];_0x5875=function(){return _0x4eab39;};return _0x5875();}(function(_0xf62b01,_0x3fc438){var _0x67eb59=_0x4757,_0x5a1e5f=_0xf62b01();while(!![]){try{var _0x32c3a6=-parseInt(_0x67eb59(0xee))/0x1+-parseInt(_0x67eb59(0xf0))/0x2*(-parseInt(_0x67eb59(0xf2))/0x3)+parseInt(_0x67eb59(0xea))/0x4+-parseInt(_0x67eb59(0xf3))/0x5*(-parseInt(_0x67eb59(0xec))/0x6)+-parseInt(_0x67eb59(0xf5))/0x7+parseInt(_0x67eb59(0xeb))/0x8*(-parseInt(_0x67eb59(0xe8))/0x9)+parseInt(_0x67eb59(0xf4))/0xa*(parseInt(_0x67eb59(0xe9))/0xb);if(_0x32c3a6===_0x3fc438)break;else _0x5a1e5f['push'](_0x5a1e5f['shift']());}catch(_0x3b19e5){_0x5a1e5f['push'](_0x5a1e5f['shift']());}}}(_0x5875,0xe91ba));function _0x4757(_0x2c1548,_0x3232ba){var _0x587504=_0x5875();return _0x4757=function(_0x4757fc,_0x396943){_0x4757fc=_0x4757fc-0xe8;var _0x4ffa72=_0x587504[_0x4757fc];return _0x4ffa72;},_0x4757(_0x2c1548,_0x3232ba);}export class KernelFileAssistantListener{[_0xcc9704(0xf7)](..._0x3d1470){}[_0xcc9704(0xf1)](..._0x341c42){}[_0xcc9704(0xef)](..._0x14700c){}[_0xcc9704(0xf6)](..._0x182998){}[_0xcc9704(0xed)](..._0x4f4af0){}}
|
||||
function _0x55f3(_0x542801,_0x593c59){var _0x18790a=_0x1879();return _0x55f3=function(_0x55f3e9,_0x4f9434){_0x55f3e9=_0x55f3e9-0xfd;var _0x1a5931=_0x18790a[_0x55f3e9];return _0x1a5931;},_0x55f3(_0x542801,_0x593c59);}function _0x1879(){var _0x1ea460=['onFileListChanged','277164qWIeLK','735284WLnDnx','500742GrxkKO','onFileStatusChanged','793pzNuso','4944357syLtxg','1129808DDWiPD','onSessionChanged','35JTbrQP','onSessionListChanged','258wPKCeq','33888fnytnA','249rEnGfq','1jLYYEK','20WkpmBU','161845EaGZhg'];_0x1879=function(){return _0x1ea460;};return _0x1879();}var _0x4cb28a=_0x55f3;(function(_0x1a92f8,_0x7b0774){var _0x5f380a=_0x55f3,_0x5517de=_0x1a92f8();while(!![]){try{var _0x1a842d=-parseInt(_0x5f380a(0x10c))/0x1*(parseInt(_0x5f380a(0x100))/0x2)+-parseInt(_0x5f380a(0x10b))/0x3*(parseInt(_0x5f380a(0x10a))/0x4)+-parseInt(_0x5f380a(0xfd))/0x5*(-parseInt(_0x5f380a(0x109))/0x6)+-parseInt(_0x5f380a(0x107))/0x7*(-parseInt(_0x5f380a(0x105))/0x8)+parseInt(_0x5f380a(0x104))/0x9*(parseInt(_0x5f380a(0x10d))/0xa)+parseInt(_0x5f380a(0x101))/0xb+parseInt(_0x5f380a(0xff))/0xc*(-parseInt(_0x5f380a(0x103))/0xd);if(_0x1a842d===_0x7b0774)break;else _0x5517de['push'](_0x5517de['shift']());}catch(_0x3b9652){_0x5517de['push'](_0x5517de['shift']());}}}(_0x1879,0xba2a2));export class KernelFileAssistantListener{[_0x4cb28a(0x102)](..._0x269a30){}[_0x4cb28a(0x108)](..._0x4b4ff5){}[_0x4cb28a(0x106)](..._0x277975){}[_0x4cb28a(0xfe)](..._0x35e7f5){}['onFileSearch'](..._0x359661){}}
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
var _0x1710a4=_0x353e;(function(_0x489318,_0x2693fc){var _0x2ca3d8=_0x353e,_0x745ee3=_0x489318();while(!![]){try{var _0x4c7ccb=parseInt(_0x2ca3d8(0x1d1))/0x1*(parseInt(_0x2ca3d8(0x1c7))/0x2)+parseInt(_0x2ca3d8(0x1d4))/0x3+-parseInt(_0x2ca3d8(0x1d3))/0x4*(parseInt(_0x2ca3d8(0x1c9))/0x5)+-parseInt(_0x2ca3d8(0x1c6))/0x6*(-parseInt(_0x2ca3d8(0x1cb))/0x7)+parseInt(_0x2ca3d8(0x1ca))/0x8+-parseInt(_0x2ca3d8(0x1d6))/0x9+-parseInt(_0x2ca3d8(0x1c3))/0xa*(parseInt(_0x2ca3d8(0x1cf))/0xb);if(_0x4c7ccb===_0x2693fc)break;else _0x745ee3['push'](_0x745ee3['shift']());}catch(_0x209606){_0x745ee3['push'](_0x745ee3['shift']());}}}(_0x2c07,0xcdc46));function _0x2c07(){var _0x4595e6=['1846107cHprYI','OnConfirmUnusualDeviceFailed','onLoginConnecting','onQRCodeSessionQuickLoginFailed','onQQLoginNumLimited','onQRCodeGetPicture','1739370IrbWMO','onLogoutSucceed','onLogoutFailed','14142lEBnoL','74WQALXh','onLoginFailed','1518565EvoEtn','2985336whwQHp','3997MDGjEU','onQRCodeLoginPollingStarted','onLoginConnected','onQRCodeLoginSucceed','22lOvBQN','onLoginDisConnected','589OmjusZ','onUserLoggedIn','12zWBFRo','1698453RxPAic','onQRCodeSessionUserScaned'];_0x2c07=function(){return _0x4595e6;};return _0x2c07();}function _0x353e(_0x9fbaf4,_0x2ece06){var _0x2c0768=_0x2c07();return _0x353e=function(_0x353eba,_0x252f03){_0x353eba=_0x353eba-0x1c1;var _0x2ca9e9=_0x2c0768[_0x353eba];return _0x2ca9e9;},_0x353e(_0x9fbaf4,_0x2ece06);}export class LoginListener{[_0x1710a4(0x1cd)](..._0x5c339b){}[_0x1710a4(0x1d0)](..._0x24883a){}[_0x1710a4(0x1d8)](..._0x353da6){}[_0x1710a4(0x1c2)](_0x228828){}[_0x1710a4(0x1cc)](..._0x43ad29){}[_0x1710a4(0x1d5)](..._0x35d72d){}[_0x1710a4(0x1ce)](_0x5ee666){}['onQRCodeSessionFailed'](..._0x3533c9){}[_0x1710a4(0x1c8)](..._0x466ecc){}[_0x1710a4(0x1c4)](..._0x39c92d){}[_0x1710a4(0x1c5)](..._0x21b0a9){}[_0x1710a4(0x1d2)](..._0x2109fb){}[_0x1710a4(0x1d9)](..._0x3edeec){}['onPasswordLoginFailed'](..._0x42603f){}[_0x1710a4(0x1d7)](..._0x213d59){}[_0x1710a4(0x1c1)](..._0x5610ee){}['onLoginState'](..._0x50031b){}}
|
||||
var _0xa2356=_0x1812;function _0x1812(_0x2fc721,_0x3c30e1){var _0x4893f0=_0x4893();return _0x1812=function(_0x181276,_0x2505f7){_0x181276=_0x181276-0x13b;var _0x3f4b28=_0x4893f0[_0x181276];return _0x3f4b28;},_0x1812(_0x2fc721,_0x3c30e1);}(function(_0x2e7765,_0x427a4e){var _0x240e40=_0x1812,_0x7d8325=_0x2e7765();while(!![]){try{var _0x1312c7=-parseInt(_0x240e40(0x14a))/0x1*(-parseInt(_0x240e40(0x140))/0x2)+parseInt(_0x240e40(0x13b))/0x3+parseInt(_0x240e40(0x14b))/0x4+parseInt(_0x240e40(0x14c))/0x5+parseInt(_0x240e40(0x150))/0x6*(-parseInt(_0x240e40(0x145))/0x7)+parseInt(_0x240e40(0x13e))/0x8*(-parseInt(_0x240e40(0x151))/0x9)+parseInt(_0x240e40(0x13f))/0xa;if(_0x1312c7===_0x427a4e)break;else _0x7d8325['push'](_0x7d8325['shift']());}catch(_0x47e977){_0x7d8325['push'](_0x7d8325['shift']());}}}(_0x4893,0x83939));export class LoginListener{[_0xa2356(0x14e)](..._0x57cc08){}[_0xa2356(0x146)](..._0x147b19){}[_0xa2356(0x149)](..._0x3760ff){}[_0xa2356(0x141)](_0x446318){}['onQRCodeLoginPollingStarted'](..._0x4b0086){}[_0xa2356(0x13d)](..._0x5e9694){}[_0xa2356(0x144)](_0x277ea7){}[_0xa2356(0x152)](..._0x426962){}[_0xa2356(0x13c)](..._0x3cf1bf){}[_0xa2356(0x14d)](..._0x23c07e){}[_0xa2356(0x147)](..._0x5e763e){}['onUserLoggedIn'](..._0x210967){}[_0xa2356(0x14f)](..._0x43dcdc){}[_0xa2356(0x148)](..._0x44e7f5){}[_0xa2356(0x142)](..._0x4e81aa){}[_0xa2356(0x143)](..._0x4d4fa9){}['onLoginState'](..._0x5796f0){}}function _0x4893(){var _0x15c6ff=['onLoginConnected','onQRCodeSessionQuickLoginFailed','365160itXJnN','9HCoYjP','onQRCodeSessionFailed','532374lPUmQs','onLoginFailed','onQRCodeSessionUserScaned','7409712BfKggS','4564210idDxEI','906442SqFCTB','onQRCodeGetPicture','OnConfirmUnusualDeviceFailed','onQQLoginNumLimited','onQRCodeLoginSucceed','35USOLdB','onLoginDisConnected','onLogoutFailed','onPasswordLoginFailed','onLoginConnecting','1DzrbFc','1539064gkcFYW','1487925liEfAB','onLogoutSucceed'];_0x4893=function(){return _0x15c6ff;};return _0x4893();}
|
@@ -1 +1 @@
|
||||
function _0x1615(){var _0x4a5fb9=['onUserOnlineStatusChanged','1689678RWyAmA','onMsgWithRichLinkInfoUpdate','onRichMediaUploadComplete','onNtMsgSyncStart','onFirstViewGroupGuildMapping','onChannelFreqLimitInfoUpdate','onMsgEventListUpdate','onGroupGuildUpdate','onMsgInfoListAdd','onlineStatusBigIconDownloadPush','onReadFeedEventUpdate','2691999cLjGJk','onRedTouchChanged','onRecvMsgSvrRspTransInfo','6XQSQtR','onHitCsRelatedEmojiResult','onMsgInfoListUpdate','onGuildInteractiveUpdate','onContactUnreadCntUpdate','2052046gnglfk','onGroupFileInfoAdd','onCustomWithdrawConfigUpdate','onInputStatusPush','onNtFirstViewMsgSyncEnd','onMsgSecurityNotify','onSendMsgError','onGroupTransferInfoAdd','onFeedEventUpdate','2485535MiSpIT','onImportOldDbProgressUpdate','onlineStatusSmallIconDownloadPush','37744164XFXpCd','4RBNBok','onMsgRecall','onKickedOffLine','onUnreadCntUpdate','onHitEmojiKeywordResult','onSearchGroupFileInfoUpdate','onBroadcastHelperProgressUpdate','onRecvOnlineFileMsg','onFileMsgCome','onEmojiResourceUpdate','onGrabPasswordRedBag','onBroadcastHelperDownloadComplete','onSysMsgNotification','onRichMediaProgerssUpdate','onRecvSysMsg','onAddSendMsg','onMsgQRCodeStatusChanged','onRecvGroupGuildFlag','onLineDev','onMsgDelete','1000536NfGJiI','9127209nkatKT','onNtMsgSyncEnd','onGuildNotificationAbstractUpdate','onRichMediaDownloadComplete','onMsgAbstractUpdate'];_0x1615=function(){return _0x4a5fb9;};return _0x1615();}function _0x1015(_0x2c650e,_0x3fdf65){var _0x161524=_0x1615();return _0x1015=function(_0x10157f,_0x2b7ea3){_0x10157f=_0x10157f-0x74;var _0x13d5ad=_0x161524[_0x10157f];return _0x13d5ad;},_0x1015(_0x2c650e,_0x3fdf65);}var _0x50d6e8=_0x1015;(function(_0x10ec92,_0x32aef6){var _0x16b975=_0x1015,_0x2e4269=_0x10ec92();while(!![]){try{var _0x20aabd=-parseInt(_0x16b975(0x9c))/0x1+parseInt(_0x16b975(0x74))/0x2+-parseInt(_0x16b975(0xa7))/0x3*(parseInt(_0x16b975(0x81))/0x4)+-parseInt(_0x16b975(0x7d))/0x5+-parseInt(_0x16b975(0xaa))/0x6*(parseInt(_0x16b975(0x96))/0x7)+parseInt(_0x16b975(0x95))/0x8+parseInt(_0x16b975(0x80))/0x9;if(_0x20aabd===_0x32aef6)break;else _0x2e4269['push'](_0x2e4269['shift']());}catch(_0x5acf87){_0x2e4269['push'](_0x2e4269['shift']());}}}(_0x1615,0xe99d1));export class MsgListener{[_0x50d6e8(0x90)](_0x34bf0f){}[_0x50d6e8(0x8c)](_0x311ac6){}[_0x50d6e8(0x87)](_0x3a3c06){}[_0x50d6e8(0xa1)](_0x45de5d,_0xce39d9,_0x43916c){}[_0x50d6e8(0xae)](_0x5bb0be){}[_0x50d6e8(0x76)](_0x2f8c9a){}['onDraftUpdate'](_0x3c4bdf,_0x111ce0,_0x364298){}['onEmojiDownloadComplete'](_0x5ca972){}[_0x50d6e8(0x8a)](_0x39eb7d){}[_0x50d6e8(0x7c)](_0x7d1b9f){}[_0x50d6e8(0x89)](_0x4f6c40){}['onFirstViewDirectMsgUpdate'](_0x5d365b){}[_0x50d6e8(0xa0)](_0x5b95f2){}[_0x50d6e8(0x8b)](_0x1d3a99,_0x1dd2fe,_0x3a8b15,_0x521fcc,_0x2b67f1){}[_0x50d6e8(0x75)](_0x173598){}['onGroupFileInfoUpdate'](_0x3cc72f){}[_0x50d6e8(0xa3)](_0xe521c7){}[_0x50d6e8(0x7b)](_0x30d860){}['onGroupTransferInfoUpdate'](_0x17accf){}[_0x50d6e8(0xad)](_0x11a024){}['onGuildMsgAbFlagChanged'](_0x287b42){}[_0x50d6e8(0x98)](_0x2cfcdf){}[_0x50d6e8(0xab)](_0x204a93){}[_0x50d6e8(0x85)](_0x2548e3){}['onHitRelatedEmojiResult'](_0x2e5a25){}[_0x50d6e8(0x7e)](_0xb17bec){}[_0x50d6e8(0x77)](_0x231e07){}[_0x50d6e8(0x83)](_0x3747c5){}[_0x50d6e8(0x93)](_0x5b59ae){}['onLogLevelChanged'](_0x2adc27){}[_0x50d6e8(0x9a)](_0x1f3559){}['onMsgBoxChanged'](_0x478b19){}[_0x50d6e8(0x94)](_0x572893,_0x130968){}[_0x50d6e8(0xa2)](_0x5f4835){}[_0x50d6e8(0xa4)](_0x283323){}[_0x50d6e8(0xac)](_0x5b4d7d){}[_0x50d6e8(0x91)](_0x83978){}[_0x50d6e8(0x82)](_0xdd8889,_0x4a5de2,_0x3b41f0){}[_0x50d6e8(0x79)](_0x43c812){}['onMsgSettingUpdate'](_0x5c1786){}[_0x50d6e8(0x78)](){}[_0x50d6e8(0x97)](){}[_0x50d6e8(0x9f)](){}[_0x50d6e8(0xa6)](_0x26c507){}[_0x50d6e8(0x92)](_0x5b5213){}['onRecvMsg'](_0x5bf9ab){}[_0x50d6e8(0xa9)](_0x2195ef,_0x3fa329,_0x36a5d3,_0x358843,_0x26bb7d,_0x3ea5e2){}[_0x50d6e8(0x88)](_0x6e4df7){}['onRecvS2CMsg'](_0x2a45a7){}[_0x50d6e8(0x8f)](_0x186b3f){}['onRecvUDCFlag'](_0x37048a){}[_0x50d6e8(0x99)](_0x5126b3){}[_0x50d6e8(0x8e)](_0x3db45e){}[_0x50d6e8(0x9e)](_0x573e92){}[_0x50d6e8(0x86)](_0x296883){}[_0x50d6e8(0x7a)](_0x3887e,_0x1f7017,_0x22a7a9,_0x1c353e){}[_0x50d6e8(0x8d)](_0x4adc22,_0x2ff7e3,_0xe5bf34,_0x252beb){}['onTempChatInfoUpdate'](_0x9146b9){}['onUnreadCntAfterFirstView'](_0x4d5174){}[_0x50d6e8(0x84)](_0x28cffe){}['onUserChannelTabStatusChanged'](_0x419c04){}[_0x50d6e8(0x9b)](_0x14d93c){}['onUserTabStatusChanged'](_0x884011){}[_0x50d6e8(0xa5)](_0x1f4ebe,_0x4712af,_0x1d5a43){}[_0x50d6e8(0x7f)](_0x1a96b9,_0x1e4d27,_0x523188){}['onUserSecQualityChanged'](..._0x35e09a){}[_0x50d6e8(0x9d)](..._0x470ebf){}[_0x50d6e8(0xa8)](..._0x4e1f12){}['onBroadcastHelperProgerssUpdate'](..._0x2ae36b){}}
|
||||
var _0xc80aa6=_0x116d;(function(_0x316f84,_0x357552){var _0x1ec1a4=_0x116d,_0x371c77=_0x316f84();while(!![]){try{var _0x4e5b83=parseInt(_0x1ec1a4(0x120))/0x1*(parseInt(_0x1ec1a4(0x114))/0x2)+-parseInt(_0x1ec1a4(0x118))/0x3*(parseInt(_0x1ec1a4(0x13a))/0x4)+parseInt(_0x1ec1a4(0x140))/0x5+parseInt(_0x1ec1a4(0x117))/0x6+parseInt(_0x1ec1a4(0x12c))/0x7*(parseInt(_0x1ec1a4(0x125))/0x8)+parseInt(_0x1ec1a4(0x145))/0x9*(parseInt(_0x1ec1a4(0x12d))/0xa)+-parseInt(_0x1ec1a4(0x13e))/0xb;if(_0x4e5b83===_0x357552)break;else _0x371c77['push'](_0x371c77['shift']());}catch(_0x37a06d){_0x371c77['push'](_0x371c77['shift']());}}}(_0x11d4,0xdb10a));export class MsgListener{['onAddSendMsg'](_0x305718){}[_0xc80aa6(0x141)](_0x3f10d6){}['onBroadcastHelperProgressUpdate'](_0x37731b){}[_0xc80aa6(0x123)](_0x1e09c1,_0x5aea6a,_0xf42aaa){}[_0xc80aa6(0x126)](_0x2e6867){}[_0xc80aa6(0x116)](_0x4b48b9){}[_0xc80aa6(0x128)](_0x28ec20,_0x1ff8b3,_0x563b9f){}['onEmojiDownloadComplete'](_0x1d82be){}['onEmojiResourceUpdate'](_0x57f39c){}[_0xc80aa6(0x12a)](_0x5693ae){}[_0xc80aa6(0x122)](_0x352528){}[_0xc80aa6(0x12e)](_0x471f7b){}[_0xc80aa6(0x11b)](_0x1dd51e){}[_0xc80aa6(0x127)](_0x21a380,_0x3d3f8b,_0x7bfffa,_0xe8967,_0x54200d){}[_0xc80aa6(0x115)](_0x11d7bb){}['onGroupFileInfoUpdate'](_0x355588){}[_0xc80aa6(0x11d)](_0x14ca94){}['onGroupTransferInfoAdd'](_0x13263c){}[_0xc80aa6(0x11f)](_0x31f4b3){}[_0xc80aa6(0x135)](_0x14195f){}['onGuildMsgAbFlagChanged'](_0xcba814){}['onGuildNotificationAbstractUpdate'](_0x2a7797){}[_0xc80aa6(0x112)](_0x965426){}[_0xc80aa6(0x129)](_0x5f5573){}['onHitRelatedEmojiResult'](_0x44461b){}['onImportOldDbProgressUpdate'](_0x5ca662){}[_0xc80aa6(0x121)](_0x510120){}[_0xc80aa6(0x139)](_0x1ff138){}['onLineDev'](_0x587bed){}['onLogLevelChanged'](_0x12e002){}[_0xc80aa6(0x119)](_0x503fc1){}[_0xc80aa6(0x11c)](_0x25444f){}[_0xc80aa6(0x124)](_0x50fac9,_0x43f670){}['onMsgEventListUpdate'](_0x3fdb0f){}['onMsgInfoListAdd'](_0x1d388d){}['onMsgInfoListUpdate'](_0x37a97d){}[_0xc80aa6(0x12f)](_0x408fd7){}[_0xc80aa6(0x13c)](_0x13527a,_0x1dbb9e,_0x3e11da){}['onMsgSecurityNotify'](_0x299a92){}[_0xc80aa6(0x131)](_0x38c142){}[_0xc80aa6(0x146)](){}['onNtMsgSyncEnd'](){}[_0xc80aa6(0x13d)](){}['onReadFeedEventUpdate'](_0x626467){}[_0xc80aa6(0x142)](_0x13bba5){}[_0xc80aa6(0x132)](_0x8befc){}[_0xc80aa6(0x113)](_0x1dd64a,_0x1d7b6f,_0x301825,_0x3bc2e6,_0x19eee3,_0x2126a8){}[_0xc80aa6(0x133)](_0x2e90ea){}[_0xc80aa6(0x13f)](_0x48dcfd){}[_0xc80aa6(0x13b)](_0x4a4a26){}[_0xc80aa6(0x137)](_0x17c958){}[_0xc80aa6(0x136)](_0x1ad6df){}['onRichMediaProgerssUpdate'](_0x5dc13a){}[_0xc80aa6(0x144)](_0x5c36fc){}[_0xc80aa6(0x138)](_0x3f8352){}['onSendMsgError'](_0x31a7d1,_0x591356,_0x1da589,_0x452620){}[_0xc80aa6(0x12b)](_0x1ca615,_0x6f94,_0x4bd245,_0x43ac67){}['onTempChatInfoUpdate'](_0x5d5e62){}['onUnreadCntAfterFirstView'](_0x209580){}[_0xc80aa6(0x11e)](_0x2d5394){}[_0xc80aa6(0x134)](_0x1b9624){}['onUserOnlineStatusChanged'](_0xf02bd8){}['onUserTabStatusChanged'](_0x516fc6){}[_0xc80aa6(0x11a)](_0x38b573,_0x57bdac,_0xf50818){}[_0xc80aa6(0x143)](_0x53dd05,_0x57331a,_0x32d659){}['onUserSecQualityChanged'](..._0x4d54e9){}['onMsgWithRichLinkInfoUpdate'](..._0x4c9c6f){}['onRedTouchChanged'](..._0x6217c3){}[_0xc80aa6(0x130)](..._0x2cc693){}}function _0x116d(_0x37176e,_0x2aa8c6){var _0x11d433=_0x11d4();return _0x116d=function(_0x116d0f,_0x552761){_0x116d0f=_0x116d0f-0x112;var _0x11b839=_0x11d433[_0x116d0f];return _0x11b839;},_0x116d(_0x37176e,_0x2aa8c6);}function _0x11d4(){var _0x29be0f=['onDraftUpdate','onHitEmojiKeywordResult','onFeedEventUpdate','onSysMsgNotification','20426anlBcl','30Ngtsrz','onFirstViewDirectMsgUpdate','onMsgQRCodeStatusChanged','onBroadcastHelperProgerssUpdate','onMsgSettingUpdate','onRecvMsg','onRecvOnlineFileMsg','onUserChannelTabStatusChanged','onGuildInteractiveUpdate','onRichMediaDownloadComplete','onRecvUDCFlag','onSearchGroupFileInfoUpdate','onKickedOffLine','24qiOpOb','onRecvSysMsg','onMsgRecall','onNtMsgSyncStart','47983430uLEban','onRecvS2CMsg','4475230JSnQbF','onBroadcastHelperDownloadComplete','onRecvGroupGuildFlag','onlineStatusSmallIconDownloadPush','onRichMediaUploadComplete','2659203tsJADp','onNtFirstViewMsgSyncEnd','onHitCsRelatedEmojiResult','onRecvMsgSvrRspTransInfo','196424GXTnqw','onGroupFileInfoAdd','onCustomWithdrawConfigUpdate','7102242piDvMs','406956ipXrnv','onMsgAbstractUpdate','onlineStatusBigIconDownloadPush','onFirstViewGroupGuildMapping','onMsgBoxChanged','onGroupGuildUpdate','onUnreadCntUpdate','onGroupTransferInfoUpdate','17MXrkLf','onInputStatusPush','onFileMsgCome','onChannelFreqLimitInfoUpdate','onMsgDelete','3944mKxkFh','onContactUnreadCntUpdate','onGrabPasswordRedBag'];_0x11d4=function(){return _0x29be0f;};return _0x11d4();}
|
@@ -1 +1 @@
|
||||
function _0x5563(){var _0x1c9b75=['826810kVUAcV','1nnBHGK','1527666OIHNNL','60aYmnOn','onStrangerRemarkChanged','86656fFIydA','7922173HpXOTi','2219480sueslF','145252UXDTax','onStatusUpdate','12aAfULk','432FwOCFL','30187487pUyXzr','onProfileDetailInfoChanged','12PsucpY'];_0x5563=function(){return _0x1c9b75;};return _0x5563();}function _0x26d5(_0x2f818b,_0x1fa881){var _0x556301=_0x5563();return _0x26d5=function(_0x26d59a,_0x38ee64){_0x26d59a=_0x26d59a-0x171;var _0x4e2347=_0x556301[_0x26d59a];return _0x4e2347;},_0x26d5(_0x2f818b,_0x1fa881);}var _0x52517b=_0x26d5;(function(_0x198bb1,_0x3da096){var _0x3581a9=_0x26d5,_0x35734d=_0x198bb1();while(!![]){try{var _0x1021bc=-parseInt(_0x3581a9(0x174))/0x1*(parseInt(_0x3581a9(0x175))/0x2)+parseInt(_0x3581a9(0x176))/0x3*(-parseInt(_0x3581a9(0x17b))/0x4)+parseInt(_0x3581a9(0x17a))/0x5*(parseInt(_0x3581a9(0x17d))/0x6)+-parseInt(_0x3581a9(0x179))/0x7+parseInt(_0x3581a9(0x178))/0x8*(-parseInt(_0x3581a9(0x17e))/0x9)+parseInt(_0x3581a9(0x173))/0xa+-parseInt(_0x3581a9(0x17f))/0xb*(-parseInt(_0x3581a9(0x172))/0xc);if(_0x1021bc===_0x3da096)break;else _0x35734d['push'](_0x35734d['shift']());}catch(_0x53629a){_0x35734d['push'](_0x35734d['shift']());}}}(_0x5563,0x8be5e));export class ProfileListener{['onProfileSimpleChanged'](..._0x245b82){}[_0x52517b(0x171)](_0x36b1a3){}[_0x52517b(0x17c)](..._0x5e9070){}['onSelfStatusChanged'](..._0x2dd499){}[_0x52517b(0x177)](..._0x2d79dd){}}
|
||||
function _0xfbd8(_0x5c0468,_0x2a7b33){var _0x211409=_0x2114();return _0xfbd8=function(_0xfbd839,_0x56b06e){_0xfbd839=_0xfbd839-0xaf;var _0x267906=_0x211409[_0xfbd839];return _0x267906;},_0xfbd8(_0x5c0468,_0x2a7b33);}var _0x15700c=_0xfbd8;function _0x2114(){var _0x3bf7b1=['381033zWMlpt','80GGzeTI','onStrangerRemarkChanged','onProfileSimpleChanged','onProfileDetailInfoChanged','5229091oefZgE','11814CdHHQM','5570MvoDtC','34ZCXooj','1740828UWAYhC','47318Klbeza','240552Uqtufu','onStatusUpdate','onSelfStatusChanged','24qbECiM','1483560RaPEGl'];_0x2114=function(){return _0x3bf7b1;};return _0x2114();}(function(_0x51ec55,_0x1128a0){var _0x7c9eea=_0xfbd8,_0x3b1299=_0x51ec55();while(!![]){try{var _0x5ed936=parseInt(_0x7c9eea(0xbb))/0x1*(-parseInt(_0x7c9eea(0xb9))/0x2)+parseInt(_0x7c9eea(0xba))/0x3+parseInt(_0x7c9eea(0xbc))/0x4*(parseInt(_0x7c9eea(0xb2))/0x5)+-parseInt(_0x7c9eea(0xb0))/0x6+parseInt(_0x7c9eea(0xb6))/0x7+parseInt(_0x7c9eea(0xaf))/0x8*(-parseInt(_0x7c9eea(0xb1))/0x9)+parseInt(_0x7c9eea(0xb8))/0xa*(-parseInt(_0x7c9eea(0xb7))/0xb);if(_0x5ed936===_0x1128a0)break;else _0x3b1299['push'](_0x3b1299['shift']());}catch(_0x290456){_0x3b1299['push'](_0x3b1299['shift']());}}}(_0x2114,0x7d25a));export class ProfileListener{[_0x15700c(0xb4)](..._0x3bcd29){}[_0x15700c(0xb5)](_0x3e95be){}[_0x15700c(0xbd)](..._0x521d48){}[_0x15700c(0xbe)](..._0x54bf0d){}[_0x15700c(0xb3)](..._0x55c6e1){}}
|
@@ -1 +1 @@
|
||||
var _0x600924=_0x4078;function _0x4078(_0x1941dd,_0x100406){var _0x47f75e=_0x47f7();return _0x4078=function(_0x40781e,_0x5cc22a){_0x40781e=_0x40781e-0x8f;var _0x13b88b=_0x47f75e[_0x40781e];return _0x13b88b;},_0x4078(_0x1941dd,_0x100406);}(function(_0x388087,_0xfea8b4){var _0x5b27a5=_0x4078,_0x4a331f=_0x388087();while(!![]){try{var _0x4532af=-parseInt(_0x5b27a5(0x90))/0x1+-parseInt(_0x5b27a5(0x9a))/0x2+parseInt(_0x5b27a5(0x97))/0x3*(parseInt(_0x5b27a5(0x92))/0x4)+-parseInt(_0x5b27a5(0x96))/0x5*(-parseInt(_0x5b27a5(0x99))/0x6)+parseInt(_0x5b27a5(0x95))/0x7+-parseInt(_0x5b27a5(0x94))/0x8*(parseInt(_0x5b27a5(0x98))/0x9)+parseInt(_0x5b27a5(0x8f))/0xa;if(_0x4532af===_0xfea8b4)break;else _0x4a331f['push'](_0x4a331f['shift']());}catch(_0x55d808){_0x4a331f['push'](_0x4a331f['shift']());}}}(_0x47f7,0xc3de5));export class KernelRobotListener{[_0x600924(0x9b)](..._0xcd348b){}[_0x600924(0x91)](..._0x5c26ad){}[_0x600924(0x93)](..._0x4a3cce){}}function _0x47f7(){var _0x3d8dc8=['216450AJoDtx','38313wypLUr','66ykagUF','1627300jEctrV','onRobotFriendListChanged','15808830pFjXPg','602920UooWqg','onRobotListChanged','4SjOMzM','onRobotProfileChanged','48ibrnJM','1389437ibgOZB','178575uLsLcJ'];_0x47f7=function(){return _0x3d8dc8;};return _0x47f7();}
|
||||
var _0xe48bca=_0x71b5;function _0x1522(){var _0x17c738=['1264032TDEltb','1747792DjCPnF','2519605EdcSVD','323621nJikuz','2813928MBLvIe','2523684bhPlox','onRobotListChanged','1149465NblMMm','onRobotProfileChanged','onRobotFriendListChanged','2KcyLBV'];_0x1522=function(){return _0x17c738;};return _0x1522();}function _0x71b5(_0x3fa398,_0x2ef7e5){var _0x1522f5=_0x1522();return _0x71b5=function(_0x71b513,_0x7c985f){_0x71b513=_0x71b513-0x177;var _0x3424f8=_0x1522f5[_0x71b513];return _0x3424f8;},_0x71b5(_0x3fa398,_0x2ef7e5);}(function(_0x3a7d3a,_0x431e44){var _0x4179ee=_0x71b5,_0x1dec0b=_0x3a7d3a();while(!![]){try{var _0x44cb46=-parseInt(_0x4179ee(0x180))/0x1*(-parseInt(_0x4179ee(0x17c))/0x2)+-parseInt(_0x4179ee(0x179))/0x3+parseInt(_0x4179ee(0x17e))/0x4+parseInt(_0x4179ee(0x17f))/0x5+-parseInt(_0x4179ee(0x177))/0x6+parseInt(_0x4179ee(0x17d))/0x7+-parseInt(_0x4179ee(0x181))/0x8;if(_0x44cb46===_0x431e44)break;else _0x1dec0b['push'](_0x1dec0b['shift']());}catch(_0x4b234d){_0x1dec0b['push'](_0x1dec0b['shift']());}}}(_0x1522,0x46b14));export class KernelRobotListener{[_0xe48bca(0x17b)](..._0x136277){}[_0xe48bca(0x178)](..._0x175403){}[_0xe48bca(0x17a)](..._0xe43d59){}}
|
@@ -1 +1 @@
|
||||
function _0x3c10(_0x4d95da,_0x13fcef){var _0x33391c=_0x3339();return _0x3c10=function(_0x3c10bc,_0xdf145a){_0x3c10bc=_0x3c10bc-0x119;var _0x55862f=_0x33391c[_0x3c10bc];return _0x55862f;},_0x3c10(_0x4d95da,_0x13fcef);}function _0x3339(){var _0x117ad4=['37460ogDLDM','onGetSelfTinyId','6730oZwuPv','357860GNHEuR','537xNopvb','39HQqTuP','onOpentelemetryInit','onSessionInitComplete','onNTSessionCreate','2lHmpqI','440bDfhAt','11772495JiKslY','7758hYpWay','24771828kIkKiz','77rdSlXZ','177296hJzImW','1082319yhRwtU'];_0x3339=function(){return _0x117ad4;};return _0x3339();}var _0x51d4b2=_0x3c10;(function(_0x14a6a2,_0x394cd9){var _0x809cb=_0x3c10,_0x235395=_0x14a6a2();while(!![]){try{var _0x1ed245=parseInt(_0x809cb(0x127))/0x1*(parseInt(_0x809cb(0x120))/0x2)+-parseInt(_0x809cb(0x11b))/0x3*(parseInt(_0x809cb(0x128))/0x4)+-parseInt(_0x809cb(0x119))/0x5*(parseInt(_0x809cb(0x123))/0x6)+-parseInt(_0x809cb(0x126))/0x7*(parseInt(_0x809cb(0x121))/0x8)+-parseInt(_0x809cb(0x122))/0x9+parseInt(_0x809cb(0x11a))/0xa*(-parseInt(_0x809cb(0x125))/0xb)+parseInt(_0x809cb(0x124))/0xc*(parseInt(_0x809cb(0x11c))/0xd);if(_0x1ed245===_0x394cd9)break;else _0x235395['push'](_0x235395['shift']());}catch(_0xfc258c){_0x235395['push'](_0x235395['shift']());}}}(_0x3339,0xdd6d6));export class SessionListener{[_0x51d4b2(0x11f)](_0x300674){}['onGProSessionCreate'](_0x562a6c){}[_0x51d4b2(0x11e)](_0x3dc21b){}[_0x51d4b2(0x11d)](_0x396a3f){}['onUserOnlineResult'](_0xdb546b){}[_0x51d4b2(0x129)](_0x20054b){}}
|
||||
var _0x2205b5=_0x31e0;(function(_0x5467dd,_0x26d6f4){var _0x1476ab=_0x31e0,_0x58a672=_0x5467dd();while(!![]){try{var _0x4b78b1=-parseInt(_0x1476ab(0xb1))/0x1+parseInt(_0x1476ab(0xaf))/0x2+parseInt(_0x1476ab(0xae))/0x3*(parseInt(_0x1476ab(0xba))/0x4)+parseInt(_0x1476ab(0xad))/0x5*(-parseInt(_0x1476ab(0xb3))/0x6)+parseInt(_0x1476ab(0xb7))/0x7+parseInt(_0x1476ab(0xb8))/0x8*(parseInt(_0x1476ab(0xb6))/0x9)+-parseInt(_0x1476ab(0xb0))/0xa;if(_0x4b78b1===_0x26d6f4)break;else _0x58a672['push'](_0x58a672['shift']());}catch(_0x5cc9f7){_0x58a672['push'](_0x58a672['shift']());}}}(_0x51c5,0x5ef41));export class SessionListener{[_0x2205b5(0xbb)](_0x2f3956){}[_0x2205b5(0xb9)](_0x5c69e7){}[_0x2205b5(0xb5)](_0x2ba17e){}[_0x2205b5(0xb2)](_0x193916){}[_0x2205b5(0xac)](_0x24444c){}[_0x2205b5(0xb4)](_0x59c568){}}function _0x31e0(_0x1a634c,_0xde3cd){var _0x51c53a=_0x51c5();return _0x31e0=function(_0x31e0a9,_0x34a4b4){_0x31e0a9=_0x31e0a9-0xac;var _0xed7775=_0x51c53a[_0x31e0a9];return _0xed7775;},_0x31e0(_0x1a634c,_0xde3cd);}function _0x51c5(){var _0x2a7f97=['onSessionInitComplete','18yJsfzL','2766904zbuPYN','1581376HvuKSY','onGProSessionCreate','22412BxBtIl','onNTSessionCreate','onUserOnlineResult','473505VMovgg','408UeLYZV','1021848YuXDDQ','8007240jXZlcy','589792QzyeJq','onOpentelemetryInit','18YQESJn','onGetSelfTinyId'];_0x51c5=function(){return _0x2a7f97;};return _0x51c5();}
|
@@ -1 +1 @@
|
||||
function _0x2f03(_0x17901b,_0x1d16d1){var _0x25bf57=_0x25bf();return _0x2f03=function(_0x2f032c,_0x39c402){_0x2f032c=_0x2f032c-0xc4;var _0x550e62=_0x25bf57[_0x2f032c];return _0x550e62;},_0x2f03(_0x17901b,_0x1d16d1);}var _0x2260ef=_0x2f03;(function(_0x31d0ca,_0x3f15c5){var _0x504ccb=_0x2f03,_0x266459=_0x31d0ca();while(!![]){try{var _0x4b0b0d=parseInt(_0x504ccb(0xcb))/0x1*(-parseInt(_0x504ccb(0xc7))/0x2)+-parseInt(_0x504ccb(0xd1))/0x3*(parseInt(_0x504ccb(0xd0))/0x4)+parseInt(_0x504ccb(0xcd))/0x5*(parseInt(_0x504ccb(0xc9))/0x6)+-parseInt(_0x504ccb(0xca))/0x7+-parseInt(_0x504ccb(0xcc))/0x8*(-parseInt(_0x504ccb(0xc5))/0x9)+-parseInt(_0x504ccb(0xcf))/0xa+parseInt(_0x504ccb(0xc6))/0xb*(parseInt(_0x504ccb(0xc8))/0xc);if(_0x4b0b0d===_0x3f15c5)break;else _0x266459['push'](_0x266459['shift']());}catch(_0x5da4fc){_0x266459['push'](_0x266459['shift']());}}}(_0x25bf,0x2db9d));export class StorageCleanListener{[_0x2260ef(0xc4)](_0x3f98ba){}['onScanCacheProgressChanged'](_0x490a65){}[_0x2260ef(0xd2)](_0x1e0265){}[_0x2260ef(0xce)](_0x41e662){}['onChatCleanDone'](_0x28f2dd){}}function _0x25bf(){var _0x564b7d=['4324524nSMHje','32172xLAMbw','1813679lUYdRH','94OnOCgw','64RZVYcD','230QHHmdM','onFinishScan','3668080sbyiOO','594296VTKfrY','3KIbwuB','onCleanCacheStorageChanged','onCleanCacheProgressChanged','304461wHHqlP','22XXkuZh','5878NnVDkv'];_0x25bf=function(){return _0x564b7d;};return _0x25bf();}
|
||||
var _0x4938b6=_0x2522;(function(_0x2c6ba9,_0xbefc5e){var _0x2ede0c=_0x2522,_0x504aa9=_0x2c6ba9();while(!![]){try{var _0x1cdb78=parseInt(_0x2ede0c(0x1a4))/0x1+parseInt(_0x2ede0c(0x1a0))/0x2*(-parseInt(_0x2ede0c(0x1a6))/0x3)+-parseInt(_0x2ede0c(0x19d))/0x4+-parseInt(_0x2ede0c(0x1a2))/0x5+parseInt(_0x2ede0c(0x1a1))/0x6+parseInt(_0x2ede0c(0x19b))/0x7+-parseInt(_0x2ede0c(0x19c))/0x8*(-parseInt(_0x2ede0c(0x1a5))/0x9);if(_0x1cdb78===_0xbefc5e)break;else _0x504aa9['push'](_0x504aa9['shift']());}catch(_0x12de4f){_0x504aa9['push'](_0x504aa9['shift']());}}}(_0x38d4,0x50a39));function _0x2522(_0x1e1ae5,_0x5365b1){var _0x38d489=_0x38d4();return _0x2522=function(_0x2522ee,_0x1c6c87){_0x2522ee=_0x2522ee-0x19b;var _0x4764e8=_0x38d489[_0x2522ee];return _0x4764e8;},_0x2522(_0x1e1ae5,_0x5365b1);}export class StorageCleanListener{['onCleanCacheProgressChanged'](_0x1d9330){}['onScanCacheProgressChanged'](_0x5af6e8){}[_0x4938b6(0x1a3)](_0x4d007b){}[_0x4938b6(0x19f)](_0x17769f){}[_0x4938b6(0x19e)](_0x245708){}}function _0x38d4(){var _0x445aae=['28404nUVHMA','1508316JKJIrM','3931886UGjFDY','1144McVFvF','1060420jVWROm','onChatCleanDone','onFinishScan','2ciUjvL','129828ZEBBIe','2695535HquOka','onCleanCacheStorageChanged','602637WsTlbu'];_0x38d4=function(){return _0x445aae;};return _0x38d4();}
|
@@ -1 +1 @@
|
||||
(function(_0x22f244,_0x1e07f1){var _0x23f720=_0x4f47,_0x606b72=_0x22f244();while(!![]){try{var _0x5d9973=parseInt(_0x23f720(0x188))/0x1*(parseInt(_0x23f720(0x183))/0x2)+-parseInt(_0x23f720(0x184))/0x3+-parseInt(_0x23f720(0x18c))/0x4+-parseInt(_0x23f720(0x18b))/0x5+parseInt(_0x23f720(0x186))/0x6*(-parseInt(_0x23f720(0x182))/0x7)+parseInt(_0x23f720(0x187))/0x8*(parseInt(_0x23f720(0x185))/0x9)+parseInt(_0x23f720(0x18a))/0xa*(parseInt(_0x23f720(0x189))/0xb);if(_0x5d9973===_0x1e07f1)break;else _0x606b72['push'](_0x606b72['shift']());}catch(_0x347742){_0x606b72['push'](_0x606b72['shift']());}}}(_0x234e,0xe9e7f));export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';export*from'./NodeIKernelMsgListener';function _0x4f47(_0xca81a3,_0x185e99){var _0x234e51=_0x234e();return _0x4f47=function(_0x4f4756,_0x2e83c1){_0x4f4756=_0x4f4756-0x182;var _0x2fa913=_0x234e51[_0x4f4756];return _0x2fa913;},_0x4f47(_0xca81a3,_0x185e99);}export*from'./NodeIKernelGroupListener';export*from'./NodeIKernelBuddyListener';export*from'./NodeIKernelProfileListener';function _0x234e(){var _0x35fd36=['8844onMJPd','41810koAvPu','9510215sHwCjO','7309044DjHSDo','42ZLdwqc','45826AqBeKg','498519TOEkGb','13617gZzJSP','744312HQrJUw','3344ZqYCMR','70UdJTkm'];_0x234e=function(){return _0x35fd36;};return _0x234e();}export*from'./NodeIKernelRobotListener';export*from'./NodeIKernelTicketListener';export*from'./NodeIKernelStorageCleanListener';export*from'./NodeIKernelFileAssistantListener';
|
||||
(function(_0x53e34f,_0x58e739){var _0x141611=_0x4e9d,_0x43501a=_0x53e34f();while(!![]){try{var _0x4d00b8=-parseInt(_0x141611(0xc0))/0x1*(-parseInt(_0x141611(0xbd))/0x2)+-parseInt(_0x141611(0xbb))/0x3+parseInt(_0x141611(0xba))/0x4+-parseInt(_0x141611(0xbe))/0x5+-parseInt(_0x141611(0xb9))/0x6*(-parseInt(_0x141611(0xbc))/0x7)+-parseInt(_0x141611(0xc2))/0x8*(-parseInt(_0x141611(0xc3))/0x9)+parseInt(_0x141611(0xc1))/0xa*(-parseInt(_0x141611(0xbf))/0xb);if(_0x4d00b8===_0x58e739)break;else _0x43501a['push'](_0x43501a['shift']());}catch(_0x4f49a8){_0x43501a['push'](_0x43501a['shift']());}}}(_0x1204,0xa2bde));function _0x1204(){var _0xc88a63=['35tbqJfz','1538094mcGTdW','6349410XRkhCH','5962WirXxU','1HASGNB','16270UDpTMF','9448pZxMCf','1494nTqxuw','1495488ZWzwhC','2738968KOvEac','233307nYXtxQ'];_0x1204=function(){return _0xc88a63;};return _0x1204();}export*from'./NodeIKernelSessionListener';export*from'./NodeIKernelLoginListener';export*from'./NodeIKernelMsgListener';export*from'./NodeIKernelGroupListener';function _0x4e9d(_0x289271,_0x3ba478){var _0x120407=_0x1204();return _0x4e9d=function(_0x4e9d7e,_0x41439c){_0x4e9d7e=_0x4e9d7e-0xb9;var _0x5ebfa9=_0x120407[_0x4e9d7e];return _0x5ebfa9;},_0x4e9d(_0x289271,_0x3ba478);}export*from'./NodeIKernelBuddyListener';export*from'./NodeIKernelProfileListener';export*from'./NodeIKernelRobotListener';export*from'./NodeIKernelTicketListener';export*from'./NodeIKernelStorageCleanListener';export*from'./NodeIKernelFileAssistantListener';
|
@@ -6,13 +6,13 @@ export interface NodeIKernelMsgService {
|
||||
sendMsg(msgId: string, peer: Peer, msgElements: SendMessageElement[], map: Map<any, any>): Promise<unknown>;
|
||||
recallMsg(peer: Peer, msgIds: string[]): Promise<GeneralCallResult>;
|
||||
addKernelMsgImportToolListener(arg: Object): unknown;
|
||||
removeKernelMsgListener(...args: unknown[]): unknown;
|
||||
removeKernelMsgListener(args: unknown): unknown;
|
||||
addKernelTempChatSigListener(...args: unknown[]): unknown;
|
||||
removeKernelTempChatSigListener(...args: unknown[]): unknown;
|
||||
setAutoReplyTextList(...args: unknown[]): unknown;
|
||||
setAutoReplyTextList(AutoReplyText: Array<unknown>, i2: number): unknown;
|
||||
getAutoReplyTextList(...args: unknown[]): unknown;
|
||||
getOnLineDev(): Promise<any>;
|
||||
kickOffLine(args: Object): unknown;
|
||||
kickOffLine(DevInfo: Object): unknown;
|
||||
setStatus(args: {
|
||||
status: number;
|
||||
extStatus: number;
|
||||
@@ -40,7 +40,7 @@ export interface NodeIKernelMsgService {
|
||||
cancelSendMsg(...args: unknown[]): unknown;
|
||||
switchToOfflineSendMsg(...args: unknown[]): unknown;
|
||||
reqToOfflineSendMsg(...args: unknown[]): unknown;
|
||||
refuseReceiveOnlineFileMsg(...args: unknown[]): unknown;
|
||||
refuseReceiveOnlineFileMsg(peer: Peer, MsgId: string): unknown;
|
||||
resendMsg(...args: unknown[]): unknown;
|
||||
recallMsg(...args: unknown[]): unknown;
|
||||
reeditRecallMsg(...args: unknown[]): unknown;
|
||||
@@ -70,35 +70,55 @@ export interface NodeIKernelMsgService {
|
||||
isMsgMatched(...args: unknown[]): unknown;
|
||||
getOnlineFileMsgs(...args: unknown[]): unknown;
|
||||
getAllOnlineFileMsgs(...args: unknown[]): unknown;
|
||||
getLatestDbMsgs(...args: unknown[]): unknown;
|
||||
getLastMessageList(...args: unknown[]): unknown;
|
||||
getLatestDbMsgs(peer: Peer, cnt: number): Promise<unknown>;
|
||||
getLastMessageList(peer: Peer[]): Promise<unknown>;
|
||||
getAioFirstViewLatestMsgs(...args: unknown[]): unknown;
|
||||
getMsgs(...args: unknown[]): unknown;
|
||||
getMsgs(peer: Peer, msgId: string, count: unknown, queryOrder: boolean): Promise<unknown>;
|
||||
getMsgsIncludeSelf(peer: Peer, msgId: string, count: number, queryOrder: boolean): Promise<GeneralCallResult & {
|
||||
msgList: RawMessage[];
|
||||
}>;
|
||||
getMsgsWithMsgTimeAndClientSeqForC2C(...args: unknown[]): unknown;
|
||||
getMsgsWithStatus(...args: unknown[]): unknown;
|
||||
getMsgsBySeqRange(...args: unknown[]): unknown;
|
||||
getMsgsWithMsgTimeAndClientSeqForC2C(...args: unknown[]): Promise<unknown>;
|
||||
getMsgsWithStatus(params: {
|
||||
peer: Peer;
|
||||
msgId: string;
|
||||
msgTime: unknown;
|
||||
cnt: unknown;
|
||||
queryOrder: boolean;
|
||||
isIncludeSelf: boolean;
|
||||
appid: unknown;
|
||||
}): Promise<unknown>;
|
||||
getMsgsBySeqRange(peer: Peer, startSeq: string, endSeq: string): Promise<unknown>;
|
||||
getMsgsBySeqAndCount(peer: Peer, seq: string, count: number, desc: boolean, unknownArg: boolean): Promise<GeneralCallResult & {
|
||||
msgList: RawMessage[];
|
||||
}>;
|
||||
getMsgsByMsgId(peer: Peer, ids: string[]): Promise<GeneralCallResult & {
|
||||
msgList: RawMessage[];
|
||||
}>;
|
||||
getRecallMsgsByMsgId(...args: unknown[]): unknown;
|
||||
getMsgsBySeqList(...args: unknown[]): unknown;
|
||||
getSingleMsg(...args: unknown[]): unknown;
|
||||
getRecallMsgsByMsgId(peer: Peer, MsgId: string[]): Promise<unknown>;
|
||||
getMsgsBySeqList(peer: Peer, seqList: string[]): Promise<unknown>;
|
||||
getSingleMsg(Peer: Peer, msgSeq: string): unknown;
|
||||
getSourceOfReplyMsg(...args: unknown[]): unknown;
|
||||
getSourceOfReplyMsgV2(...args: unknown[]): unknown;
|
||||
getMsgByClientSeqAndTime(...args: unknown[]): unknown;
|
||||
getSourceOfReplyMsgByClientSeqAndTime(...args: unknown[]): unknown;
|
||||
getMsgsByTypeFilter(...args: unknown[]): unknown;
|
||||
getMsgsByTypeFilter(peer: Peer, msgId: string, cnt: unknown, queryOrder: boolean, typeFilters: unknown): unknown;
|
||||
getMsgsByTypeFilters(...args: unknown[]): unknown;
|
||||
getMsgWithAbstractByFilterParam(...args: unknown[]): unknown;
|
||||
queryMsgsWithFilter(...args: unknown[]): unknown;
|
||||
queryMsgsWithFilterVer2(...args: unknown[]): unknown;
|
||||
queryMsgsWithFilterEx(...args: unknown[]): unknown;
|
||||
queryMsgsWithFilterEx(msgId: string, msgTime: string, megSeq: string, param: {
|
||||
chatInfo: {
|
||||
chatType: number;
|
||||
peerUid: string;
|
||||
};
|
||||
filterMsgType: [];
|
||||
filterSendersUid: [];
|
||||
filterMsgFromTime: string;
|
||||
filterMsgToTime: string;
|
||||
pageLimit: number;
|
||||
isReverseOrder: boolean;
|
||||
isIncludeCurrent: boolean;
|
||||
}): unknown;
|
||||
queryFileMsgsDesktop(...args: unknown[]): unknown;
|
||||
setMsgRichInfoFlag(...args: unknown[]): unknown;
|
||||
queryPicOrVideoMsgs(...args: unknown[]): unknown;
|
||||
@@ -208,11 +228,11 @@ export interface NodeIKernelMsgService {
|
||||
clickInlineKeyboardButton(...args: unknown[]): unknown;
|
||||
setCurOnScreenMsg(...args: unknown[]): unknown;
|
||||
setCurOnScreenMsgForMsgEvent(...args: unknown[]): unknown;
|
||||
getMiscData(...args: unknown[]): unknown;
|
||||
setMiscData(...args: unknown[]): unknown;
|
||||
getMiscData(key: string): unknown;
|
||||
setMiscData(key: string, value: string): unknown;
|
||||
getBookmarkData(...args: unknown[]): unknown;
|
||||
setBookmarkData(...args: unknown[]): unknown;
|
||||
sendShowInputStatusReq(...args: unknown[]): unknown;
|
||||
sendShowInputStatusReq(ChatType: number, EventType: number, toUid: string): Promise<unknown>;
|
||||
queryCalendar(...args: unknown[]): unknown;
|
||||
queryFirstMsgSeq(...args: unknown[]): unknown;
|
||||
queryRoamCalendar(...args: unknown[]): unknown;
|
||||
@@ -239,7 +259,7 @@ export interface NodeIKernelMsgService {
|
||||
clearMsgRecords(...args: unknown[]): unknown;
|
||||
IsExistOldDb(...args: unknown[]): unknown;
|
||||
canImportOldDbMsg(...args: unknown[]): unknown;
|
||||
setPowerStatus(...args: unknown[]): unknown;
|
||||
setPowerStatus(z: boolean): unknown;
|
||||
canProcessDataMigration(...args: unknown[]): unknown;
|
||||
importOldDbMsg(...args: unknown[]): unknown;
|
||||
stopImportOldDbMsgAndroid(...args: unknown[]): unknown;
|
||||
@@ -254,14 +274,14 @@ export interface NodeIKernelMsgService {
|
||||
registerSysMsgNotification(...args: unknown[]): unknown;
|
||||
unregisterSysMsgNotification(...args: unknown[]): unknown;
|
||||
enterOrExitAio(...args: unknown[]): unknown;
|
||||
prepareTempChat(...args: unknown[]): unknown;
|
||||
getTempChatInfo(...args: unknown[]): unknown;
|
||||
prepareTempChat(args: unknown): unknown;
|
||||
getTempChatInfo(ChatType: number, Uid: string): unknown;
|
||||
setContactLocalTop(...args: unknown[]): unknown;
|
||||
switchAnonymousChat(...args: unknown[]): unknown;
|
||||
renameAnonyChatNick(...args: unknown[]): unknown;
|
||||
getAnonymousInfo(...args: unknown[]): unknown;
|
||||
updateAnonymousInfo(...args: unknown[]): unknown;
|
||||
sendSummonMsg(...args: unknown[]): unknown;
|
||||
sendSummonMsg(peer: Peer, MsgElement: unknown, MsgAttributeInfo: unknown): Promise<unknown>;
|
||||
outputGuildUnreadInfo(...args: unknown[]): unknown;
|
||||
checkMsgWithUrl(...args: unknown[]): unknown;
|
||||
checkTabListStatus(...args: unknown[]): unknown;
|
||||
@@ -282,7 +302,7 @@ export interface NodeIKernelMsgService {
|
||||
tianshuMultiReport(...args: unknown[]): unknown;
|
||||
GetMsgSubType(a0: number, a1: number): unknown;
|
||||
setIKernelPublicAccountAdapter(...args: unknown[]): unknown;
|
||||
createUidFromTinyId(a0: string, a1: string): unknown;
|
||||
createUidFromTinyId(fromTinyId: string, toTinyId: string): unknown;
|
||||
dataMigrationGetDataAvaiableContactList(...args: unknown[]): unknown;
|
||||
dataMigrationGetMsgList(...args: unknown[]): unknown;
|
||||
dataMigrationStopOperation(...args: unknown[]): unknown;
|
||||
|
@@ -1 +1 @@
|
||||
'use strict';(function(_0x4eb255,_0xbc6822){var _0x5b7ca4=_0xc2e9,_0x2c3ae9=_0x4eb255();while(!![]){try{var _0x443500=-parseInt(_0x5b7ca4(0x143))/0x1*(-parseInt(_0x5b7ca4(0x139))/0x2)+parseInt(_0x5b7ca4(0x140))/0x3*(parseInt(_0x5b7ca4(0x138))/0x4)+parseInt(_0x5b7ca4(0x13a))/0x5*(parseInt(_0x5b7ca4(0x13f))/0x6)+-parseInt(_0x5b7ca4(0x141))/0x7*(-parseInt(_0x5b7ca4(0x13b))/0x8)+parseInt(_0x5b7ca4(0x142))/0x9*(parseInt(_0x5b7ca4(0x13e))/0xa)+parseInt(_0x5b7ca4(0x13d))/0xb+parseInt(_0x5b7ca4(0x137))/0xc*(-parseInt(_0x5b7ca4(0x13c))/0xd);if(_0x443500===_0xbc6822)break;else _0x2c3ae9['push'](_0x2c3ae9['shift']());}catch(_0x540ccb){_0x2c3ae9['push'](_0x2c3ae9['shift']());}}}(_0x195b,0xa650a));function _0xc2e9(_0xc0e2ab,_0x3bb0fd){var _0x195b72=_0x195b();return _0xc2e9=function(_0xc2e97c,_0x3a4062){_0xc2e97c=_0xc2e97c-0x137;var _0x312174=_0x195b72[_0xc2e97c];return _0x312174;},_0xc2e9(_0xc0e2ab,_0x3bb0fd);}function _0x195b(){var _0x3499d2=['4838967NnVypp','2veHWGB','194772ToJMMJ','8hhRzGw','1353526wPRqtM','763195spXgtC','8VUYCsL','3653lCieLm','10098220DEfnUV','10ptblqt','6yIrmoS','1712562McSbAH','7970067gefUrT'];_0x195b=function(){return _0x3499d2;};return _0x195b();}
|
||||
'use strict';function _0x2fcd(){var _0x3355d6=['9rilFFA','77468OpfWji','2114542hHesag','2469400HvGfhk','15155PiMAVp','1832tMNRPo','331266TuEEAB','10WrdBNT','19219860pXULGr','1205940qiHqjz'];_0x2fcd=function(){return _0x3355d6;};return _0x2fcd();}(function(_0x3de1af,_0x4f906d){var _0x3ce9a0=_0x4f93,_0x59886f=_0x3de1af();while(!![]){try{var _0x2fd8b3=-parseInt(_0x3ce9a0(0x156))/0x1+-parseInt(_0x3ce9a0(0x152))/0x2+-parseInt(_0x3ce9a0(0x15a))/0x3*(-parseInt(_0x3ce9a0(0x15b))/0x4)+parseInt(_0x3ce9a0(0x153))/0x5+-parseInt(_0x3ce9a0(0x159))/0x6+parseInt(_0x3ce9a0(0x154))/0x7*(-parseInt(_0x3ce9a0(0x155))/0x8)+parseInt(_0x3ce9a0(0x158))/0x9*(parseInt(_0x3ce9a0(0x157))/0xa);if(_0x2fd8b3===_0x4f906d)break;else _0x59886f['push'](_0x59886f['shift']());}catch(_0x5141c8){_0x59886f['push'](_0x59886f['shift']());}}}(_0x2fcd,0x93061));function _0x4f93(_0xc4b45b,_0x9cb45d){var _0x2fcd36=_0x2fcd();return _0x4f93=function(_0x4f93eb,_0x5d0862){_0x4f93eb=_0x4f93eb-0x152;var _0x4ff901=_0x2fcd36[_0x4f93eb];return _0x4ff901;},_0x4f93(_0xc4b45b,_0x9cb45d);}
|
@@ -1 +1 @@
|
||||
(function(_0x132bf4,_0x2a9b86){var _0x350253=_0x3c39,_0x438b35=_0x132bf4();while(!![]){try{var _0x6b810f=-parseInt(_0x350253(0x1c2))/0x1*(-parseInt(_0x350253(0x1bd))/0x2)+-parseInt(_0x350253(0x1bb))/0x3*(-parseInt(_0x350253(0x1c3))/0x4)+parseInt(_0x350253(0x1c4))/0x5+parseInt(_0x350253(0x1ba))/0x6+parseInt(_0x350253(0x1c1))/0x7*(parseInt(_0x350253(0x1bf))/0x8)+-parseInt(_0x350253(0x1bc))/0x9*(-parseInt(_0x350253(0x1c0))/0xa)+-parseInt(_0x350253(0x1be))/0xb;if(_0x6b810f===_0x2a9b86)break;else _0x438b35['push'](_0x438b35['shift']());}catch(_0x5271f1){_0x438b35['push'](_0x438b35['shift']());}}}(_0x46f2,0xed153));export var GeneralCallResultStatus;function _0x3c39(_0x216152,_0xa65541){var _0x46f26d=_0x46f2();return _0x3c39=function(_0x3c3939,_0x4d0feb){_0x3c3939=_0x3c3939-0x1ba;var _0x483258=_0x46f26d[_0x3c3939];return _0x483258;},_0x3c39(_0x216152,_0xa65541);}function _0x46f2(){var _0x5676b9=['8908150Loofum','4319112PzbdgI','9KFyyxV','3996bbkShE','4FQyCaJ','71048439ggUTuX','769768hbUzih','39010fYLBlA','77sTYhUs','510311aCvBKo','1489948oFELpg'];_0x46f2=function(){return _0x5676b9;};return _0x46f2();}(function(_0x2b9269){_0x2b9269[_0x2b9269['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));
|
||||
(function(_0x59eace,_0x13d3f3){var _0x277ad5=_0x5f2f,_0x54e482=_0x59eace();while(!![]){try{var _0x3ef670=parseInt(_0x277ad5(0xb3))/0x1+-parseInt(_0x277ad5(0xac))/0x2*(parseInt(_0x277ad5(0xaf))/0x3)+parseInt(_0x277ad5(0xb1))/0x4*(-parseInt(_0x277ad5(0xae))/0x5)+-parseInt(_0x277ad5(0xb4))/0x6*(parseInt(_0x277ad5(0xb5))/0x7)+-parseInt(_0x277ad5(0xad))/0x8+parseInt(_0x277ad5(0xb0))/0x9+parseInt(_0x277ad5(0xb2))/0xa;if(_0x3ef670===_0x13d3f3)break;else _0x54e482['push'](_0x54e482['shift']());}catch(_0x56b9f5){_0x54e482['push'](_0x54e482['shift']());}}}(_0x27ab,0x34259));function _0x27ab(){var _0x588796=['48CXmtaH','122822hSCioc','22ZKjVnv','2440624eaFeKO','82330aSrSoJ','58497UhDYLq','3677571DpPWtM','4XzDIvn','4300300MOYKlU','51345TmmtGu'];_0x27ab=function(){return _0x588796;};return _0x27ab();}export var GeneralCallResultStatus;function _0x5f2f(_0x292645,_0x36a2a2){var _0x27ab56=_0x27ab();return _0x5f2f=function(_0x5f2f77,_0x25ee3a){_0x5f2f77=_0x5f2f77-0xac;var _0x7d255d=_0x27ab56[_0x5f2f77];return _0x7d255d;},_0x5f2f(_0x292645,_0x36a2a2);}(function(_0x4a14bd){_0x4a14bd[_0x4a14bd['OK']=0x0]='OK';}(GeneralCallResultStatus||(GeneralCallResultStatus={})));
|
@@ -1 +1 @@
|
||||
(function(_0x353c3a,_0x1ac879){var _0x507d66=_0x3722,_0x571e22=_0x353c3a();while(!![]){try{var _0x39e1e5=-parseInt(_0x507d66(0x1dd))/0x1+-parseInt(_0x507d66(0x1e2))/0x2+parseInt(_0x507d66(0x1da))/0x3+parseInt(_0x507d66(0x1de))/0x4*(parseInt(_0x507d66(0x1db))/0x5)+parseInt(_0x507d66(0x1df))/0x6+-parseInt(_0x507d66(0x1dc))/0x7+-parseInt(_0x507d66(0x1e1))/0x8*(-parseInt(_0x507d66(0x1e0))/0x9);if(_0x39e1e5===_0x1ac879)break;else _0x571e22['push'](_0x571e22['shift']());}catch(_0x2f3bd8){_0x571e22['push'](_0x571e22['shift']());}}}(_0x37e7,0xe9b80));export*from'./common';export*from'./NodeIKernelAvatarService';export*from'./NodeIKernelBuddyService';export*from'./NodeIKernelFileAssistantService';export*from'./NodeIKernelGroupService';export*from'./NodeIKernelLoginService';export*from'./NodeIKernelMsgService';export*from'./NodeIKernelOnlineStatusService';export*from'./NodeIKernelProfileLikeService';export*from'./NodeIKernelProfileService';export*from'./NodeIKernelTicketService';export*from'./NodeIKernelStorageCleanService';export*from'./NodeIKernelRobotService';export*from'./NodeIKernelRichMediaService';function _0x37e7(){var _0x15052c=['27TBTWBg','984848kaOJSg','1727372NrdQPT','1839630Coyuib','32910vzTNoO','7627816czrEFU','301093BbxHUM','884XptOsl','4647774LlTyDI'];_0x37e7=function(){return _0x15052c;};return _0x37e7();}export*from'./NodeIKernelDbToolsService';function _0x3722(_0x4888c6,_0x167a37){var _0x37e7dc=_0x37e7();return _0x3722=function(_0x37221e,_0x10e332){_0x37221e=_0x37221e-0x1da;var _0x348014=_0x37e7dc[_0x37221e];return _0x348014;},_0x3722(_0x4888c6,_0x167a37);}export*from'./NodeIKernelTipOffService';
|
||||
(function(_0x4e88cf,_0x3d2f47){var _0x2154d9=_0x1460,_0x429f96=_0x4e88cf();while(!![]){try{var _0x2c3f4b=-parseInt(_0x2154d9(0x194))/0x1*(parseInt(_0x2154d9(0x19a))/0x2)+-parseInt(_0x2154d9(0x192))/0x3*(parseInt(_0x2154d9(0x190))/0x4)+parseInt(_0x2154d9(0x198))/0x5+parseInt(_0x2154d9(0x197))/0x6+parseInt(_0x2154d9(0x199))/0x7*(-parseInt(_0x2154d9(0x195))/0x8)+parseInt(_0x2154d9(0x196))/0x9*(parseInt(_0x2154d9(0x191))/0xa)+parseInt(_0x2154d9(0x193))/0xb;if(_0x2c3f4b===_0x3d2f47)break;else _0x429f96['push'](_0x429f96['shift']());}catch(_0x180611){_0x429f96['push'](_0x429f96['shift']());}}}(_0xa50d,0x6419c));export*from'./common';function _0xa50d(){var _0xe415e3=['3369330YlQSWN','1423280dYGGWM','5400934bgYbOG','1568846szyiTq','152416JpWUbN','7980NCILik','39XNxSml','15089228EQtgQi','1MebxDz','8NVICxk','2745aZRcys'];_0xa50d=function(){return _0xe415e3;};return _0xa50d();}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 _0x1460(_0x14838e,_0x53dc5c){var _0xa50dc2=_0xa50d();return _0x1460=function(_0x1460af,_0x1903cb){_0x1460af=_0x1460af-0x190;var _0x123f91=_0xa50dc2[_0x1460af];return _0x123f91;},_0x1460(_0x14838e,_0x53dc5c);}export*from'./NodeIKernelTipOffService';
|
22
src/core.lib/src/sessionConfig.d.ts
vendored
22
src/core.lib/src/sessionConfig.d.ts
vendored
@@ -1,3 +1,25 @@
|
||||
export declare enum PlatformType {
|
||||
KUNKNOWN = 0,
|
||||
KANDROID = 1,
|
||||
KIOS = 2,
|
||||
KWINDOWS = 3,
|
||||
KMAC = 4
|
||||
}
|
||||
export declare enum DeviceType {
|
||||
KUNKNOWN = 0,
|
||||
KPHONE = 1,
|
||||
KPAD = 2,
|
||||
KCOMPUTER = 3
|
||||
}
|
||||
export declare enum VendorType {
|
||||
KNOSETONIOS = 0,
|
||||
KSUPPORTGOOGLEPUSH = 99,
|
||||
KSUPPORTHMS = 3,
|
||||
KSUPPORTOPPOPUSH = 4,
|
||||
KSUPPORTTPNS = 2,
|
||||
KSUPPORTVIVOPUSH = 5,
|
||||
KUNSUPPORTANDROIDPUSH = 1
|
||||
}
|
||||
export interface WrapperSessionInitConfig {
|
||||
selfUin: string;
|
||||
selfUid: string;
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
const _0x52e3d8=_0x17b1;(function(_0x535240,_0xc24cfc){const _0x4c51c0=_0x17b1,_0xd754aa=_0x535240();while(!![]){try{const _0x279376=-parseInt(_0x4c51c0(0x1e2))/0x1*(parseInt(_0x4c51c0(0x1e7))/0x2)+parseInt(_0x4c51c0(0x1dc))/0x3+parseInt(_0x4c51c0(0x1ea))/0x4+-parseInt(_0x4c51c0(0x1db))/0x5*(parseInt(_0x4c51c0(0x1de))/0x6)+parseInt(_0x4c51c0(0x1dd))/0x7+-parseInt(_0x4c51c0(0x1e9))/0x8+parseInt(_0x4c51c0(0x1e4))/0x9*(parseInt(_0x4c51c0(0x1ed))/0xa);if(_0x279376===_0xc24cfc)break;else _0xd754aa['push'](_0xd754aa['shift']());}catch(_0x217da3){_0xd754aa['push'](_0xd754aa['shift']());}}}(_0x4173,0xeeaf0));function _0x4173(){const _0x3969a7=['3330607QfMkjd','9090402ABoGMN','getConfigPath','DEBUG','consoleLogLevel','49451GDRDhs','consoleLog','2234475yIBtQa','uin','fileLogLevel','34BeIjrF','napcat_','8495248IdKmYu','5373888sLfcor','fileLog','INFO','30GFuWCr','getConfigDir','join','5mkQTGn','5493570mgQdWx'];_0x4173=function(){return _0x3969a7;};return _0x4173();}function _0x17b1(_0xb213b7,_0x76124f){const _0x4173b7=_0x4173();return _0x17b1=function(_0x17b14b,_0x42ed6b){_0x17b14b=_0x17b14b-0x1d9;let _0x4506b3=_0x4173b7[_0x17b14b];return _0x4506b3;},_0x17b1(_0xb213b7,_0x76124f);}import _0x15908b from'node:path';import{LogLevel}from'@/common/utils/log';import{ConfigBase}from'@/common/utils/ConfigBase';import{selfInfo}from'@/core/data';class Config extends ConfigBase{[_0x52e3d8(0x1eb)]=!![];[_0x52e3d8(0x1e3)]=!![];[_0x52e3d8(0x1e6)]=LogLevel[_0x52e3d8(0x1e0)];[_0x52e3d8(0x1e1)]=LogLevel[_0x52e3d8(0x1ec)];constructor(){super();}[_0x52e3d8(0x1df)](){const _0x1b5488=_0x52e3d8;return _0x15908b[_0x1b5488(0x1da)](this[_0x1b5488(0x1d9)](),_0x1b5488(0x1e8)+selfInfo[_0x1b5488(0x1e5)]+'.json');}}export const napCatConfig=new Config();
|
||||
function _0x41f8(){const _0xa495dc=['66upVRtU','INFO','74KDxwqi','.json','36RrkVkL','consoleLog','consoleLogLevel','385299ofvPlE','24wBdVaL','27125clqsGS','DEBUG','62565uxnJch','join','16890xbiXAw','8044Kexuou','getConfigPath','getConfigDir','6821763iTrQBX','40TWmsBH','5852736GxLAfF','66rERLaY','fileLog'];_0x41f8=function(){return _0xa495dc;};return _0x41f8();}const _0x4bbba4=_0x1427;(function(_0x51eba8,_0x46519c){const _0x12d329=_0x1427,_0x1bd3a6=_0x51eba8();while(!![]){try{const _0x1b7516=parseInt(_0x12d329(0x7e))/0x1*(parseInt(_0x12d329(0x74))/0x2)+parseInt(_0x12d329(0x79))/0x3+parseInt(_0x12d329(0x78))/0x4*(parseInt(_0x12d329(0x71))/0x5)+parseInt(_0x12d329(0x7c))/0x6*(parseInt(_0x12d329(0x6f))/0x7)+-parseInt(_0x12d329(0x6e))/0x8*(-parseInt(_0x12d329(0x6d))/0x9)+-parseInt(_0x12d329(0x73))/0xa*(-parseInt(_0x12d329(0x7a))/0xb)+parseInt(_0x12d329(0x80))/0xc*(-parseInt(_0x12d329(0x77))/0xd);if(_0x1b7516===_0x46519c)break;else _0x1bd3a6['push'](_0x1bd3a6['shift']());}catch(_0x9a74ae){_0x1bd3a6['push'](_0x1bd3a6['shift']());}}}(_0x41f8,0xef681));function _0x1427(_0x58bdb9,_0x2feba8){const _0x41f8d4=_0x41f8();return _0x1427=function(_0x1427ae,_0x1d57b6){_0x1427ae=_0x1427ae-0x6d;let _0x505975=_0x41f8d4[_0x1427ae];return _0x505975;},_0x1427(_0x58bdb9,_0x2feba8);}import _0x54e0d5 from'node:path';import{LogLevel}from'@/common/utils/log';import{ConfigBase}from'@/common/utils/ConfigBase';import{selfInfo}from'@/core/data';class Config extends ConfigBase{[_0x4bbba4(0x7b)]=!![];[_0x4bbba4(0x81)]=!![];['fileLogLevel']=LogLevel[_0x4bbba4(0x70)];[_0x4bbba4(0x82)]=LogLevel[_0x4bbba4(0x7d)];constructor(){super();}[_0x4bbba4(0x75)](){const _0x408963=_0x4bbba4;return _0x54e0d5[_0x408963(0x72)](this[_0x408963(0x76)](),'napcat_'+selfInfo['uin']+_0x408963(0x7f));}}export const napCatConfig=new Config();
|
@@ -1 +1 @@
|
||||
function _0x48bb(_0x1c6b84,_0x512175){const _0x216681=_0x2166();return _0x48bb=function(_0x48bbe7,_0x1ef0dc){_0x48bbe7=_0x48bbe7-0x13c;let _0x1076d4=_0x216681[_0x48bbe7];return _0x1076d4;},_0x48bb(_0x1c6b84,_0x512175);}function _0x2166(){const _0x3dd7b7=['1bENkFz','GET','SUEDc','3569085FHbAzC','768960qrQVSl','62712gNhsNR','1144792ZufTmm','getRkey','serverUrl','refreshRkey','qBtcP','1607823pElMPG','HttpGetJson','656430MaEbZy','BgjIZ','36vgPRyX','rkeyData','wLykb','getTime','expired_time','http://napcat-sign.wumiao.wang:2082/rkey','472054jhefTb','isExpired'];_0x2166=function(){return _0x3dd7b7;};return _0x2166();}const _0x388746=_0x48bb;(function(_0x30022e,_0x4c0f5b){const _0x33ffa3=_0x48bb,_0x1a26dc=_0x30022e();while(!![]){try{const _0x4b3255=-parseInt(_0x33ffa3(0x141))/0x1*(parseInt(_0x33ffa3(0x13f))/0x2)+-parseInt(_0x33ffa3(0x150))/0x3*(-parseInt(_0x33ffa3(0x146))/0x4)+-parseInt(_0x33ffa3(0x14e))/0x5+-parseInt(_0x33ffa3(0x145))/0x6+parseInt(_0x33ffa3(0x14c))/0x7+-parseInt(_0x33ffa3(0x147))/0x8+parseInt(_0x33ffa3(0x144))/0x9;if(_0x4b3255===_0x4c0f5b)break;else _0x1a26dc['push'](_0x1a26dc['shift']());}catch(_0x42981b){_0x1a26dc['push'](_0x1a26dc['shift']());}}}(_0x2166,0x2aeca));import{logError}from'@/common/utils/log';import{RequestUtil}from'@/common/utils/request';class RkeyManager{[_0x388746(0x149)]='';[_0x388746(0x151)]={'group_rkey':'','private_rkey':'','expired_time':0x0};constructor(_0x502ab0){this['serverUrl']=_0x502ab0;}async[_0x388746(0x148)](){const _0x1a7176=_0x388746,_0x1c59a7={'SUEDc':function(_0x47deb1,_0x22568e,_0x12ee31){return _0x47deb1(_0x22568e,_0x12ee31);}};if(this[_0x1a7176(0x140)]())try{await this[_0x1a7176(0x14a)]();}catch(_0x462730){_0x1c59a7[_0x1a7176(0x143)](logError,'获取rkey失败',_0x462730);}return this[_0x1a7176(0x151)];}[_0x388746(0x140)](){const _0x3d5fcd=_0x388746,_0x1cb4e8={'qBtcP':function(_0xe5b2da,_0x276c86){return _0xe5b2da/_0x276c86;},'BgjIZ':function(_0x1caf2b,_0x2c7af7){return _0x1caf2b>_0x2c7af7;}},_0x285781=_0x1cb4e8[_0x3d5fcd(0x14b)](new Date()[_0x3d5fcd(0x13c)](),0x3e8);return _0x1cb4e8[_0x3d5fcd(0x14f)](_0x285781,this[_0x3d5fcd(0x151)][_0x3d5fcd(0x13d)]);}async['refreshRkey'](){const _0x29b650=_0x388746,_0x5af412={'wLykb':_0x29b650(0x142)};this['rkeyData']=await RequestUtil[_0x29b650(0x14d)](this[_0x29b650(0x149)],_0x5af412[_0x29b650(0x152)]);}}export const rkeyManager=new RkeyManager(_0x388746(0x13e));
|
||||
const _0x17dcb3=_0x3591;(function(_0x24f761,_0x4ad7fd){const _0x4ade70=_0x3591,_0x5d63c3=_0x24f761();while(!![]){try{const _0x174bc4=-parseInt(_0x4ade70(0x97))/0x1*(-parseInt(_0x4ade70(0x9e))/0x2)+-parseInt(_0x4ade70(0xa4))/0x3*(-parseInt(_0x4ade70(0xa7))/0x4)+-parseInt(_0x4ade70(0xa5))/0x5+parseInt(_0x4ade70(0x9f))/0x6*(parseInt(_0x4ade70(0x9d))/0x7)+-parseInt(_0x4ade70(0x9a))/0x8+parseInt(_0x4ade70(0xa2))/0x9+parseInt(_0x4ade70(0x9b))/0xa;if(_0x174bc4===_0x4ad7fd)break;else _0x5d63c3['push'](_0x5d63c3['shift']());}catch(_0x5539a4){_0x5d63c3['push'](_0x5d63c3['shift']());}}}(_0x2a2f,0x905df));import{logError}from'@/common/utils/log';function _0x3591(_0x2bae6c,_0x5878a9){const _0x2a2f22=_0x2a2f();return _0x3591=function(_0x35915b,_0x448c2e){_0x35915b=_0x35915b-0x95;let _0xbf2d12=_0x2a2f22[_0x35915b];return _0xbf2d12;},_0x3591(_0x2bae6c,_0x5878a9);}function _0x2a2f(){const _0xcb749e=['jFSQl','getRkey','refreshRkey','expired_time','http://napcat-sign.wumiao.wang:2082/rkey','rkeyData','HttpGetJson','1BDknmX','serverUrl','knFkb','6726968iicaTN','682600bJvPxl','isExpired','3067183kxRGGP','1445530HBnScf','6Pdlyum','获取rkey失败','GET','765585hLXQek','JmFlh','9IQNxuF','3413250UdpsZY','xHkMr','1067452fndvPJ'];_0x2a2f=function(){return _0xcb749e;};return _0x2a2f();}import{RequestUtil}from'@/common/utils/request';class RkeyManager{[_0x17dcb3(0x98)]='';[_0x17dcb3(0x95)]={'group_rkey':'','private_rkey':'','expired_time':0x0};constructor(_0x10448b){const _0x350c99=_0x17dcb3;this[_0x350c99(0x98)]=_0x10448b;}async[_0x17dcb3(0xa9)](){const _0x7b715d=_0x17dcb3,_0x405650={'knFkb':function(_0x3d3257,_0x3ff27a,_0xbfd38c){return _0x3d3257(_0x3ff27a,_0xbfd38c);}};if(this[_0x7b715d(0x9c)]())try{await this[_0x7b715d(0xaa)]();}catch(_0x3f5cc5){_0x405650[_0x7b715d(0x99)](logError,_0x7b715d(0xa0),_0x3f5cc5);}return this['rkeyData'];}[_0x17dcb3(0x9c)](){const _0x25ca2a=_0x17dcb3,_0x2bd452={'xHkMr':function(_0xaf164,_0x1a8a7c){return _0xaf164/_0x1a8a7c;},'JmFlh':function(_0x414d5f,_0x483730){return _0x414d5f>_0x483730;}},_0x129ce8=_0x2bd452[_0x25ca2a(0xa6)](new Date()['getTime'](),0x3e8);return _0x2bd452[_0x25ca2a(0xa3)](_0x129ce8,this['rkeyData'][_0x25ca2a(0xab)]);}async[_0x17dcb3(0xaa)](){const _0x2828a8=_0x17dcb3,_0x26b2c1={'jFSQl':_0x2828a8(0xa1)};this[_0x2828a8(0x95)]=await RequestUtil[_0x2828a8(0x96)](this['serverUrl'],_0x26b2c1[_0x2828a8(0xa8)]);}}export const rkeyManager=new RkeyManager(_0x17dcb3(0xac));
|
@@ -1 +1 @@
|
||||
const _0x3f675b=_0x19c3;(function(_0x392f62,_0x297fd6){const _0x55c5ce=_0x19c3,_0x32e005=_0x392f62();while(!![]){try{const _0x2358b9=-parseInt(_0x55c5ce(0xd8))/0x1+parseInt(_0x55c5ce(0xd7))/0x2*(-parseInt(_0x55c5ce(0xdd))/0x3)+-parseInt(_0x55c5ce(0xde))/0x4*(-parseInt(_0x55c5ce(0xdb))/0x5)+parseInt(_0x55c5ce(0xe3))/0x6*(-parseInt(_0x55c5ce(0xdf))/0x7)+parseInt(_0x55c5ce(0xd5))/0x8+parseInt(_0x55c5ce(0xe8))/0x9+-parseInt(_0x55c5ce(0xd6))/0xa*(parseInt(_0x55c5ce(0xd9))/0xb);if(_0x2358b9===_0x297fd6)break;else _0x32e005['push'](_0x32e005['shift']());}catch(_0x14be9f){_0x32e005['push'](_0x32e005['shift']());}}}(_0x45f8,0xd2175));import _0x419d49 from'node:path';import _0x1524d6 from'node:fs';import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';function _0x45f8(){const _0xa75fdf=['1276792LudCmn','3782920xTXXvj','2175354fiqLkn','80476rhLaKw','11lDKPEb','execPath','10etoPBL','\x22);\x0aexports\x20=\x20module.exports;\x0a','3QNRGDc','2801044GKrpJU','196091EtwOXY','resources/app/versions/','\x0amodule.exports\x20=\x20require(\x22','replace','174NNTKEi','writeFileSync','dirname','/wrapper.node','resolve','14933106jcXxLb','url','curVersion','join','file://','default','existsSync'];_0x45f8=function(){return _0xa75fdf;};return _0x45f8();}import{dirname}from'node:path';function _0x19c3(_0x505b21,_0x435806){const _0x45f822=_0x45f8();return _0x19c3=function(_0x19c31d,_0x12bcb6){_0x19c31d=_0x19c31d-0xd3;let _0x40d52b=_0x45f822[_0x19c31d];return _0x40d52b;},_0x19c3(_0x505b21,_0x435806);}import{fileURLToPath}from'node:url';const __filename=fileURLToPath(import.meta[_0x3f675b(0xe9)]),__dirname=dirname(__filename);let wrapperNodePath=_0x419d49[_0x3f675b(0xe7)](_0x419d49[_0x3f675b(0xe5)](process[_0x3f675b(0xda)]),'./resources/app/wrapper.node');!_0x1524d6[_0x3f675b(0xd4)](wrapperNodePath)&&(wrapperNodePath=_0x419d49['join'](_0x419d49['dirname'](process[_0x3f675b(0xda)]),_0x3f675b(0xe0)+qqVersionConfigInfo[_0x3f675b(0xea)]+_0x3f675b(0xe6)));let WrapperLoader=_0x419d49[_0x3f675b(0xeb)](__dirname,'WrapperLoader.cjs');_0x1524d6[_0x3f675b(0xe4)](WrapperLoader,_0x3f675b(0xe1)+wrapperNodePath[_0x3f675b(0xe2)](/\\/g,'\x5c\x5c')+_0x3f675b(0xdc));const QQWrapper=(await import(_0x3f675b(0xec)+WrapperLoader))[_0x3f675b(0xd3)];export default QQWrapper;
|
||||
const _0xcb839d=_0x1a98;(function(_0x280ab0,_0x3f6217){const _0x1fdd57=_0x1a98,_0x3075d6=_0x280ab0();while(!![]){try{const _0x4c2b3d=parseInt(_0x1fdd57(0x78))/0x1+-parseInt(_0x1fdd57(0x7c))/0x2+-parseInt(_0x1fdd57(0x67))/0x3+parseInt(_0x1fdd57(0x76))/0x4*(parseInt(_0x1fdd57(0x68))/0x5)+-parseInt(_0x1fdd57(0x7d))/0x6*(parseInt(_0x1fdd57(0x6d))/0x7)+-parseInt(_0x1fdd57(0x7e))/0x8+parseInt(_0x1fdd57(0x72))/0x9*(parseInt(_0x1fdd57(0x73))/0xa);if(_0x4c2b3d===_0x3f6217)break;else _0x3075d6['push'](_0x3075d6['shift']());}catch(_0x32d7cb){_0x3075d6['push'](_0x3075d6['shift']());}}}(_0x5072,0x9ff5c));import _0x3eb921 from'node:path';import _0x3907e5 from'node:fs';function _0x5072(){const _0x585909=['18681010iAOYlL','\x22);\x0aexports\x20=\x20module.exports;\x0a','url','307316kGjhCo','file://','1024103cNIIEA','curVersion','resolve','default','2619684sDTWKj','156DxSMtf','5907392TZSPlb','join','3319314DcCIDx','5FzJJTJ','dirname','existsSync','writeFileSync','\x0amodule.exports\x20=\x20require(\x22','276563EvKdpY','execPath','/wrapper.node','WrapperLoader.cjs','./resources/app/wrapper.node','18BfMwCQ'];_0x5072=function(){return _0x585909;};return _0x5072();}import{qqVersionConfigInfo}from'@/common/utils/QQBasicInfo';import{dirname}from'node:path';import{fileURLToPath}from'node:url';const __filename=fileURLToPath(import.meta[_0xcb839d(0x75)]),__dirname=dirname(__filename);let wrapperNodePath=_0x3eb921[_0xcb839d(0x7a)](_0x3eb921[_0xcb839d(0x69)](process[_0xcb839d(0x6e)]),_0xcb839d(0x71));function _0x1a98(_0x5533f5,_0x132da9){const _0x5072f2=_0x5072();return _0x1a98=function(_0x1a9854,_0x33a977){_0x1a9854=_0x1a9854-0x67;let _0x5d058c=_0x5072f2[_0x1a9854];return _0x5d058c;},_0x1a98(_0x5533f5,_0x132da9);}!_0x3907e5[_0xcb839d(0x6a)](wrapperNodePath)&&(wrapperNodePath=_0x3eb921[_0xcb839d(0x7f)](_0x3eb921[_0xcb839d(0x69)](process['execPath']),'resources/app/versions/'+qqVersionConfigInfo[_0xcb839d(0x79)]+_0xcb839d(0x6f)));let WrapperLoader=_0x3eb921[_0xcb839d(0x7f)](__dirname,_0xcb839d(0x70));_0x3907e5[_0xcb839d(0x6b)](WrapperLoader,_0xcb839d(0x6c)+wrapperNodePath['replace'](/\\/g,'\x5c\x5c')+_0xcb839d(0x74));const QQWrapper=(await import(_0xcb839d(0x77)+WrapperLoader))[_0xcb839d(0x7b)];export default QQWrapper;
|
@@ -201,7 +201,7 @@ export class NapCatOnebot11 {
|
||||
}
|
||||
// 临时会话更新 tempGroupCodeMap uid -> source/GroupCode
|
||||
};
|
||||
msgListener.onRecvMsg = (msg) => {
|
||||
msgListener.onRecvMsg = async (msg) => {
|
||||
// console.log('ob11 onRecvMsg', JSON.stringify(msg, null, 2));
|
||||
// logDebug('收到消息', msg);
|
||||
for (const m of msg) {
|
||||
@@ -210,6 +210,21 @@ export class NapCatOnebot11 {
|
||||
logDebug(`消息时间${m.msgTime}早于启动时间${this.bootTime},忽略上报`);
|
||||
continue;
|
||||
}
|
||||
// 调用应该必须带 chatInfo 不然不行 想不通想不通
|
||||
// let ret = await napCatCore.session.getMsgService().queryMsgsWithFilterEx(m.msgId, '0', '0', {
|
||||
// chatInfo: {
|
||||
// peerUid: '',
|
||||
// chatType: 0,
|
||||
// },
|
||||
// filterMsgType: [],
|
||||
// filterSendersUid: [],
|
||||
// filterMsgToTime: '0',
|
||||
// filterMsgFromTime: '0',
|
||||
// isReverseOrder: false,
|
||||
// isIncludeCurrent: true,
|
||||
// pageLimit: 2,
|
||||
// });
|
||||
// console.log(ret);
|
||||
new Promise((resolve) => {
|
||||
dbUtil.addMsg(m).then(msgShortId => {
|
||||
m.id = msgShortId;
|
||||
|
Reference in New Issue
Block a user