1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

Merge pull request #299 from weilinfox/master

试图修复 IPad 协议登录
This commit is contained in:
Mrs4s 2022-10-29 21:11:51 +08:00 committed by GitHub
commit b291cf2896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,9 +62,9 @@ func (i Protocol) Version() *AppVersion {
case IPad: case IPad:
return &AppVersion{ return &AppVersion{
ApkId: "com.tencent.minihd.qq", ApkId: "com.tencent.minihd.qq",
AppId: 537097188, AppId: 537118796,
SubAppId: 537097188, SubAppId: 537118796,
SortVersionName: "8.8.35", SortVersionName: "5.9.3",
BuildTime: 1595836208, BuildTime: 1595836208,
ApkSign: []byte{170, 57, 120, 244, 31, 217, 111, 249, 145, 74, 102, 158, 24, 100, 116, 199}, ApkSign: []byte{170, 57, 120, 244, 31, 217, 111, 249, 145, 74, 102, 158, 24, 100, 116, 199},
SdkVersion: "6.0.0.2433", SdkVersion: "6.0.0.2433",