feat: support->27391

This commit is contained in:
手瓜一十雪
2024-08-26 17:44:04 +08:00
parent 86ae6dd332
commit 66c8537b41
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',
};
}