Skip to content

Commit

Permalink
feat(honkai): updated API link
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Aug 20, 2023
1 parent e34a35e commit 1654368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/games/honkai/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl GameEdition {
match self {
GameEdition::Global => concat!("https://sdk-os-static.", "ho", "yo", "verse", ".com/bh3_global/mdk/launcher/api/resource?key=gcStgarh&launcher_id=10"),
GameEdition::Sea => concat!("https://sdk-os-static.", "ho", "yo", "verse", ".com/bh3_global/mdk/launcher/api/resource?launcher_id=9"),
GameEdition::China => concat!("https://sdk-static.", "mi", "ho", "yo" ,".com/bh3_cn/mdk/launcher/api/resource?launcher_id=4"),
GameEdition::China => concat!("https://bh3-launcher-static.", "mi", "ho", "yo", ".com/bh3_cn/mdk/launcher/api/resource?launcher_id=4"),
GameEdition::Taiwan => concat!("https://sdk-os-static.", "ho", "yo", "verse", ".com/bh3_global/mdk/launcher/api/resource?launcher_id=8"),
GameEdition::Korea => concat!("https://sdk-os-static.", "ho", "yo", "verse", ".com/bh3_global/mdk/launcher/api/resource?launcher_id=11"),
GameEdition::Japan => concat!("https://sdk-os-static.", "ho", "yo", "verse", ".com/bh3_global/mdk/launcher/api/resource?key=ojevZ0EyIyZNCy4n&launcher_id=19")
Expand Down

0 comments on commit 1654368

Please sign in to comment.