mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
chore: 进一步拉高版本
This commit is contained in:
parent
a0825b75f7
commit
f31b0d0c71
@ -74,7 +74,7 @@ export class QQBasicInfoWrapper {
|
||||
this.context.logger.log(
|
||||
`[QQ版本兼容性检测] ${this.getFullQQVesion()} 版本兼容性不佳,可能会导致一些功能无法正常使用`,
|
||||
);
|
||||
return { appid: systemPlatform === 'linux' ? '537240645' : '537240610', qua: this.getQUAInternal() };
|
||||
return { appid: systemPlatform === 'linux' ? '537240795' : '537240709', qua: this.getQUAInternal() };
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -97,19 +97,19 @@ export function isEqual(obj1: any, obj2: any) {
|
||||
export function getDefaultQQVersionConfigInfo(): QQVersionConfigType {
|
||||
if (os.platform() === 'linux') {
|
||||
return {
|
||||
baseVersion: '3.2.12-27206',
|
||||
curVersion: '3.2.12-27206',
|
||||
baseVersion: '3.2.12-27254',
|
||||
curVersion: '3.2.12-27254',
|
||||
prevVersion: '',
|
||||
onErrorVersions: [],
|
||||
buildId: '27206',
|
||||
buildId: '27254',
|
||||
};
|
||||
}
|
||||
return {
|
||||
baseVersion: '9.9.15-27206',
|
||||
curVersion: '9.9.15-27206',
|
||||
baseVersion: '9.9.15-27254',
|
||||
curVersion: '9.9.15-27254',
|
||||
prevVersion: '',
|
||||
onErrorVersions: [],
|
||||
buildId: '27206',
|
||||
buildId: '27254',
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user