feat: new napcat-4.9.0-beta

This commit is contained in:
手瓜一十雪
2025-10-29 20:35:58 +08:00
parent f9c9b3a852
commit 6778bd69de
16 changed files with 72 additions and 115 deletions

View File

@@ -13,12 +13,11 @@ import {
Peer,
ChatType,
} from '@/core';
import { isNumeric, sleep, solveAsyncProblem } from '@/common/helper';
import { isNumeric, solveAsyncProblem } from '@/common/helper';
import { LimitedHashTable } from '@/common/message-unique';
import { NTEventWrapper } from '@/common/event';
import { CancelableTask, TaskExecutor } from '@/common/cancel-task';
import { createGroupDetailInfoV2Param, createGroupExtFilter, createGroupExtInfo } from '../data';
import { dlopen } from 'node:process';
export class NTQQGroupApi {
context: InstanceContext;
@@ -49,12 +48,7 @@ export class NTQQGroupApi {
async initApi() {
this.initCache().then().catch(e => this.context.logger.logError(e));
let napcatNativeModule = { exports: {} };
dlopen(napcatNativeModule, "E:\\NewDevelop\\Napi2Native\\build\\Release\\napi2native.node");
console.log(await this.context.session.getMsgService().sendSsoCmdReqByContend('OidbSvcTrpcTcp.0xed3_1', '0aed030100000000000000000000000000000000000000000000000000000000'));
console.log(await this.context.session.getMsgService().sendSsoCmdReqByContend('OidbSvcTrpcTcp.0xed3_1', Buffer.from('0aed030100000000000000000000000000000000000000000000000000000000', 'hex')));
}
async createGrayTip(groupCode: string, tip: string) {
return this.context.session.getMsgService().addLocalJsonGrayTipMsg(
{