Skip to content

Commit

Permalink
Merge pull request #2 from kenichiLyon/master
Browse files Browse the repository at this point in the history
chore: 与上游发布的appinfo同步
  • Loading branch information
fy0 authored Dec 26, 2024
2 parents 1d60b41 + 229e9eb commit 6c65ab1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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
3 changes: 3 additions & 0 deletions Lagrange.OneBot/Utility/OneBotSigner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ public OneBotSigner(IConfiguration config, ILogger<OneBotSigner> logger, BotCont
_signServer = "$(SIGN_SERVER_DEFAULT)";
} else if (_signServer == "https://lwxmagic.sealdice.com/api/sign/25765") {
_signServer = "$(SIGN_SERVER_DEFAULT)/25765";
} else if (_signServer == "https://seal.sign.la2.xuetao.online/api/sign/30366") {
_signServer = "$(SIGN_SERVER_DEFAULT)/30366";
}
}

string? signProxyUrl = config["SignProxyUrl"]; // Only support HTTP proxy
Expand Down

0 comments on commit 6c65ab1

Please sign in to comment.