Skip to content

Commit

Permalink
🐛 Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed Aug 31, 2024
1 parent 8ca203f commit ceed57c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,11 @@ public async Task GameLaunch(XunYouGameViewModel app)

public async Task ShowXunYouWindow(bool showHide)
{
//if (UserService.Current.User?.WattOpenId != null)
// await Ioc.Get<IAcceleratorService>().XY_StartEx2(
// UserService.Current.User.WattOpenId,
// UserService.Current.User.NickName, 0, 0, 0);

var result = await Ioc.Get<IAcceleratorService>().XY_ShowWinodw(showHide);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
NavigateUri="https://support.xbox.com/zh-CN/help/hardware-network/connect-network/xbox-one-nat-error" />
<HyperlinkButton
VerticalAlignment="Center"
Content="Playstation 关于 NAT 文档"
Content="PlayStation 关于 NAT 文档"
NavigateUri="https://manuals.playstation.net/document/ct/ps4/settings/nw_test.html" />
<HyperlinkButton
VerticalAlignment="Center"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
<!-- 网络检测 -->
<spp:NetworkCheck x:Name="NetworkCheckControl" />

<TabItem Content="dummy_tab_for_transisit_animation" />
<TabItem Content="dummy_tab_for_transisit_animation" />
</Carousel>

<!-- Side tab of paid game spped up -->
Expand Down

0 comments on commit ceed57c

Please sign in to comment.