Skip to content

Commit

Permalink
fix the bug where login url is incorrect of zzz #1109
Browse files Browse the repository at this point in the history
  • Loading branch information
Scighost committed Oct 23, 2024
1 parent 6f98b52 commit 2378d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Starward/Pages/HoyolabToolbox/LoginPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ private string GetGameBizUrl()
GameBiz.GenshinImpact => $"{URL_CN}ys",
GameBiz.StarRail => $"{URL_CN}sr",
GameBiz.Honkai3rd => $"{URL_CN}bh3",
GameBiz.ZZZ => $"{URL_CN}zzz",
_ => URL_CN,
};
}
Expand Down

0 comments on commit 2378d88

Please sign in to comment.