back: linux to 27254

This commit is contained in:
手瓜一十雪
2024-09-16 18:11:33 +08:00
parent 8c6d8c4da5
commit f631f9bfee
3 changed files with 34 additions and 14 deletions

View File

@@ -163,8 +163,17 @@ export function isEqual(obj1: any, obj2: any) {
export function getDefaultQQVersionConfigInfo(): QQVersionConfigType {
if (os.platform() === 'linux') {
return {
baseVersion: '3.2.12-27597',
curVersion: '3.2.12-27597',
baseVersion: '3.2.12.27254',
curVersion: '3.2.12.27254',
prevVersion: '',
onErrorVersions: [],
buildId: '27254',
};
}
if (os.platform() === 'darwin') {
return {
baseVersion: '6.9.53.27597',
curVersion: '6.9.53.27597',
prevVersion: '',
onErrorVersions: [],
buildId: '27597',