Skip to content

Commit

Permalink
Update BotAppInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sisi0318 authored Oct 3, 2024
1 parent 08c074c commit a083fae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Lagrange.Core/Common/BotAppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ public class BotAppInfo
Os = "Linux",
Kernel = "Linux",
VendorOs = "linux",
CurrentVersion = "3.2.12-27597",
CurrentVersion = "3.2.12-28418",
MiscBitmap = 32764,
PtVersion = "2.0.0",
SsoVersion = 19,
PackageName = "com.tencent.qq",
WtLoginSdk = "nt.wtlogin.0.0.1",
AppId = 1600001615,
SubAppId = 537243600,
SubAppId = 537249393,
AppIdQrCode = 13697054,
AppClientVersion = 27597,
AppClientVersion = 28418,

MainSigMap = 169742560,
SubSigMap = 0,
Expand Down Expand Up @@ -106,4 +106,4 @@ public class BotAppInfo
{ Protocols.Linux, Linux },
{ Protocols.MacOs, MacOs },
};
}
}

0 comments on commit a083fae

Please sign in to comment.