Skip to content

Commit

Permalink
[All] Updated app info and sign version. (LagrangeDev#740)
Browse files Browse the repository at this point in the history
* [Core] Updated app info to 3.2.15-30366.

* [Core] Updated sign version to 30366.
  • Loading branch information
XeronOwO authored Jan 15, 2025
1 parent 50919fd commit ea4474d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.10-25765",
CurrentVersion = "3.2.15-30366",
MiscBitmap = 32764,
PtVersion = "2.0.0",
SsoVersion = 19,
PackageName = "com.tencent.qq",
WtLoginSdk = "nt.wtlogin.0.0.1",
AppId = 1600001615,
SubAppId = 537234773,
SubAppId = 537258424,
AppIdQrCode = 13697054,
AppClientVersion = 25765,
AppClientVersion = 30366,

MainSigMap = 169742560,
SubSigMap = 0,
Expand Down
2 changes: 1 addition & 1 deletion Lagrange.Core/Utility/Sign/LinuxSigner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ namespace Lagrange.Core.Utility.Sign;

internal class LinuxSigner : UrlSigner
{
public LinuxSigner() : base("https://sign.lagrangecore.org/api/sign/25765") { }
public LinuxSigner() : base("https://sign.lagrangecore.org/api/sign/30366") { }
}

0 comments on commit ea4474d

Please sign in to comment.