feat: Linux28060Appid

This commit is contained in:
手瓜一十雪
2024-09-16 20:29:04 +08:00
parent 6bd285f38f
commit b94eca36b6
3 changed files with 14 additions and 33 deletions

View File

@@ -67,9 +67,9 @@ export class QQBasicInfoWrapper {
getAppidInternal() {
switch (systemPlatform) {
case 'linux':
return '537243600';
return '537246140';
case 'darwin':
return '537243538';
return '537246140';
default:
return '537246092';
}