feat: support->27391

This commit is contained in:
手瓜一十雪
2024-08-26 17:44:04 +08:00
parent dc02ea6667
commit 4d2cd782c3
4 changed files with 10 additions and 13 deletions

View File

@@ -122,11 +122,11 @@ export function getDefaultQQVersionConfigInfo(): QQVersionConfigType {
};
}
return {
baseVersion: '9.9.15-27254',
curVersion: '9.9.15-27254',
baseVersion: '9.9.15-27391',
curVersion: '9.9.15-27391',
prevVersion: '',
onErrorVersions: [],
buildId: '27254',
buildId: '27391',
};
}