-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- 增加账户被禁用的另一种可能 #385
- 增加账户被禁用的另一种可能 #385
Conversation
Minecraft/加入服务器.xaml
Outdated
<local:MyListItem Margin="-5,15,-5,0" | ||
Logo = "" Title="Microsoft" Info="Microsoft 账户信息设置" | ||
EventType="打开网页" EventData ="https://account.microsoft.com/profile" Type="Clickable" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果你的 MyListItem 没有 Logo,还不如换用 MyButton。
边距太宽了……
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
等下,我那Logo删掉的原因是PCL无法加载microsoft网站的Logo,所以把Logo设置为空,如果把Logo换成一个空白图标会不会更好些
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minecraft 官网有鉴权。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
你这里也不需要用 MyListItem 啊……
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
说实话,主要是好看,有空可以把Icon文件放在图片托管网站上,比 MyButton
好看
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
但没有需要的话就应当不用它,改成 MyButton 吧 =。=
OK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is recommended to keep the style consistent within the same document. The current commit can clearly see the inconsistency in style.
Minecraft/加入服务器.xaml
Outdated
Logo = "" Title="Microsoft" Info="Microsoft 账户信息设置" | ||
EventType="打开网页" EventData ="https://account.microsoft.com/profile" Type="Clickable" /> | ||
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="600" | ||
Text="注:如果你的账户年龄小于 18 且你是 Microsoft 家庭中的一员,请打开下面查看家庭管理者并用家庭管理者的账号进行更改年龄。" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text="注:如果你的账户年龄小于 18 且你是 Microsoft 家庭中的一员,请打开下面查看家庭管理者并用家庭管理者的账号进行更改年龄。" /> | |
Text="注:如果你的账户年龄小于 18 且你是 Microsoft 家庭中的一员,请点击下方链接查看家庭管理者,并使用家庭管理者的账号更改年龄。" /> |
Minecraft/加入服务器.xaml
Outdated
<local:MyListItem Margin="-5,15,-5,0" | ||
Logo = "" Title="Microsoft" Info="Microsoft 家庭设置" | ||
EventType="打开网页" EventData ="https://account.microsoft.com/family/home" Type="Clickable" /> | ||
<local:MyHint Margin="0,0,0,15" Text="更改Xbox联机设置" IsWarn="False" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<local:MyHint Margin="0,0,0,15" Text="更改Xbox联机设置" IsWarn="False" /> | |
<local:MyHint Margin="0,0,0,15" Text="更改 Xbox 联机设置" IsWarn="False" /> |
Minecraft/加入服务器.xaml
Outdated
EventType="打开网页" EventData ="https://account.microsoft.com/family/home" Type="Clickable" /> | ||
<local:MyHint Margin="0,0,0,15" Text="更改Xbox联机设置" IsWarn="False" /> | ||
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="600" | ||
Text="2. 请打开下方链接进入Xbox在线安全,选择 Xbox 与 Windows 10 设备在线安全,把“您可以加入多人游戏”设置为允许。" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text="2. 请打开下方链接进入Xbox在线安全,选择 Xbox 与 Windows 10 设备在线安全,把“您可以加入多人游戏”设置为允许。" /> | |
Text="2. 请点击下方链接进入 "Xbox 设置 → 隐私和在线安全",选择 "Xbox 和 Windows 10 设备在线安全",将 "您可以加入多人游戏" 设置为 "允许"。" /> |
Minecraft/加入服务器.xaml
Outdated
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="600" | ||
Text="2. 请打开下方链接进入Xbox在线安全,选择 Xbox 与 Windows 10 设备在线安全,把“您可以加入多人游戏”设置为允许。" /> | ||
<local:MyListItem Margin="-5,15,-5,0" | ||
Logo = "" Title="Xbox" Info="Xbox隐私在线安全" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logo = "" Title="Xbox" Info="Xbox隐私在线安全" | |
Logo = "" Title="Xbox" Info="Xbox 隐私和在线安全" |
Minecraft/加入服务器.xaml
Outdated
<TextBlock Margin="2,0,0,4" LineHeight="17" | ||
Text="2. 尝试在启动游戏时断开网络连接。" /> | ||
<TextBlock Margin="2,0,0,4" LineHeight="17" | ||
Text="3. 安装下方的 “离线多人修正” 或 “Offline Multiplayer” 模组。" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text="3. 安装下方的 “离线多人修正” 或 “Offline Multiplayer” 模组。" /> | |
Text="3. 安装下方的 "离线多人修正" 或 "Offline Multiplayer" Mod。" /> |
更新 Minecraft/加入服务器.xaml <Wforst-Breeze> Co-authored-by: 风释清然SC <breezeblz@hotmail.com>
两个 mod 链接的 MyListItem 可以用内建的命令方块图标 =。= |
.............................................................................................................................. |
PR提了一个月了(Doge |
. |
虽然不是我们做的,但我还是可以帮你把它改一改 |
好了,我保证,Bug都没了