build: 2.4.1

This commit is contained in:
手瓜一十雪
2024-09-09 09:19:23 +08:00
parent 832b49309d
commit 13ea487a0b
10 changed files with 35 additions and 22 deletions

View File

@@ -32,10 +32,10 @@ export class NTQQGroupApi {
for (const group of this.groups) {
this.groupCache.set(group.groupCode, group);
}
let text = await this.context.session.getMsgService().sendSsoCmdReqByContend(
'LightAppSvc.mini_app_share.AdaptShareInfo',
JSON.stringify({ data: 'test' }));
console.log(text);
// let text = await this.context.session.getMsgService().sendSsoCmdReqByContend(
// 'LightAppSvc.mini_app_share.AdaptShareInfo',
// JSON.stringify({ data: 'test' }));
// console.log(text);
this.context.logger.logDebug(`加载${this.groups.length}个群组缓存完成`);
}