Skip to content

Commit ceed57c

Browse files
committed
🐛 Misc
1 parent 8ca203f commit ceed57c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/BD.WTTS.Client.Plugins.Accelerator/Services/Mvvm/GameAcceleratorService.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,11 @@ public async Task GameLaunch(XunYouGameViewModel app)
770770

771771
public async Task ShowXunYouWindow(bool showHide)
772772
{
773+
//if (UserService.Current.User?.WattOpenId != null)
774+
// await Ioc.Get<IAcceleratorService>().XY_StartEx2(
775+
// UserService.Current.User.WattOpenId,
776+
// UserService.Current.User.NickName, 0, 0, 0);
777+
773778
var result = await Ioc.Get<IAcceleratorService>().XY_ShowWinodw(showHide);
774779
}
775780
}

src/BD.WTTS.Client.Plugins.Accelerator/UI/Views/Controls/NetworkCheck.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
NavigateUri="https://support.xbox.com/zh-CN/help/hardware-network/connect-network/xbox-one-nat-error" />
188188
<HyperlinkButton
189189
VerticalAlignment="Center"
190-
Content="Playstation 关于 NAT 文档"
190+
Content="PlayStation 关于 NAT 文档"
191191
NavigateUri="https://manuals.playstation.net/document/ct/ps4/settings/nw_test.html" />
192192
<HyperlinkButton
193193
VerticalAlignment="Center"

src/BD.WTTS.Client.Plugins.Accelerator/UI/Views/Pages/AcceleratorPage2.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
<!-- 网络检测 -->
672672
<spp:NetworkCheck x:Name="NetworkCheckControl" />
673673

674-
<TabItem Content="dummy_tab_for_transisit_animation" />
674+
<TabItem Content="dummy_tab_for_transisit_animation" />
675675
</Carousel>
676676

677677
<!-- Side tab of paid game spped up -->

0 commit comments

Comments
 (0)