Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
kenichiLyon committed Dec 25, 2024
1 parent 9f9b5a4 commit 133f89a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dice/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2310,11 +2310,11 @@ func (d *Dice) loads() {
if i.ProtocolType == "onebot" {
pa := i.Adapter.(*PlatformAdapterGocq)
if pa.BuiltinMode == "lagrange" {
signServerUrl, signServerVersion := RWLagrangeSignServerUrl(d, i, "sealdice", false, "25765")
signServerUrl, signServerVersion := RWLagrangeSignServerUrl(d, i, "sealdice", false, "30366")
if signServerUrl != "" {
// 版本为空,覆写为 "25765"
// 版本为空,覆写为 "30366"
if signServerVersion == "" {
RWLagrangeSignServerUrl(d, i, "sealdice", true, "25765")
RWLagrangeSignServerUrl(d, i, "sealdice", true, "30366")
}
}
}
Expand Down

0 comments on commit 133f89a

Please sign in to comment.