mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-20 05:30:06 +08:00
fix: getQQBuildStr
This commit is contained in:
parent
1445a29e15
commit
4ed61136b2
@ -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() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user