mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
fix: getQQBuildStr
This commit is contained in:
@@ -39,7 +39,7 @@ export class QQBasicInfoWrapper {
|
|||||||
|
|
||||||
//基础函数
|
//基础函数
|
||||||
getQQBuildStr() {
|
getQQBuildStr() {
|
||||||
return this.isQuickUpdate ? this.QQVersionConfig?.buildId : this.QQPackageInfo?.buildVersion;
|
return this.QQVersionConfig?.curVersion.split('-')[1] ?? this.QQPackageInfo?.buildVersion;
|
||||||
}
|
}
|
||||||
|
|
||||||
getFullQQVersion() {
|
getFullQQVersion() {
|
||||||
|
|||||||
Reference in New Issue
Block a user