Skip to content

Commit

Permalink
补充联机教程
Browse files Browse the repository at this point in the history
  • Loading branch information
LTCatt committed Aug 16, 2021
1 parent 0d60d4a commit 7d6a0b2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion 启动器/联机.xaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<local:MyCard Title="联机对正版、离线等登录方式有要求吗?" CanSwap="True" IsSwaped="True">
<local:MyCard Title="进入服务器提示 “无效会话” / 联机对正版、离线等登录方式有要求吗?" CanSwap="True" IsSwaped="True">
<StackPanel Margin="25,40,23,11">
<TextBlock Margin="0,0,0,4" LineHeight="17"
Text="如果使用 “对局域网开放” 的方式联机,房主可以使用任意登录方式,但加入者不能使用离线登录,否则在加入服务器时会提示 “无效会话”。不过,加入者可以使用第三方登录进服,第三方登录不需要正版账号。&#xa;如果使用本地服务端,则视服务端要求而定。" />
Expand All @@ -22,4 +22,18 @@
</StackPanel>
</local:MyCard>

<local:MyCard Title="陌生人可以进入我的房间吗?" CanSwap="True" IsSwaped="True">
<StackPanel Margin="25,40,23,11">
<TextBlock Margin="0,0,0,4" LineHeight="17"
Text="不能。只有使用你的连接码与你连接的人才可以进入你的房间。" />
</StackPanel>
</local:MyCard>

<local:MyCard Title="PCL2 的联机功能可以用于其他游戏的联机吗?" CanSwap="True" IsSwaped="True">
<StackPanel Margin="25,40,23,11">
<TextBlock Margin="0,0,0,4" LineHeight="17"
Text="可以。" />
</StackPanel>
</local:MyCard>

<local:MyHint Margin="0,0,0,15" Text="作者:龙腾猫跃" IsWarn="False" />

0 comments on commit 7d6a0b2

Please sign in to comment.