release: 2.2.31

This commit is contained in:
手瓜一十雪
2024-09-01 09:31:59 +08:00
parent 53cae4fde4
commit 52f77b3e91
7 changed files with 12 additions and 12 deletions

View File

@@ -71,6 +71,6 @@ export class QQBasicInfoWrapper {
// else
this.context.logger.log(`[QQ版本兼容性检测] 获取Appid异常 请检测NapCat/QQNT是否正常`);
this.context.logger.log(`[QQ版本兼容性检测] ${fullVersion} 版本兼容性不佳,可能会导致一些功能无法正常使用`,);
return { appid: systemPlatform === 'linux' ? '537240795' : '537240709', qua: this.getQUAInternal() };
return { appid: systemPlatform === 'linux' ? '537243600' : '537243441', qua: this.getQUAInternal() };
}
}