Merge branch 'main' into dev/RefactoredMsgParsers

This commit is contained in:
手瓜一十雪
2024-08-25 22:00:20 +08:00
3 changed files with 3 additions and 34 deletions

View File

@@ -77,5 +77,3 @@ export class QQBasicInfoWrapper {
return { appid: systemPlatform === 'linux' ? '537240795' : '537240709', qua: this.getQUAInternal() };
}
}
export let QQBasicInfo: QQBasicInfoWrapper | undefined;