Skip to content
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

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

Enigma-Soul
Copy link
Contributor

好了,我保证,Bug都没了
image
image

Comment on lines 45 to 47
<local:MyListItem Margin="-5,15,-5,0"
Logo = "" Title="Microsoft" Info="Microsoft 账户信息设置"
EventType="打开网页" EventData ="https://account.microsoft.com/profile" Type="Clickable" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如果你的 MyListItem 没有 Logo,还不如换用 MyButton。
边距太宽了……

Copy link
Contributor Author

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换成一个空白图标会不会更好些

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minecraft 官网有鉴权。

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

你这里也不需要用 MyListItem 啊……

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

说实话,主要是好看,有空可以把Icon文件放在图片托管网站上,比 MyButton好看

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

但没有需要的话就应当不用它,改成 MyButton 吧 =。=

@Enigma-Soul
Copy link
Contributor Author

OK

Copy link

@3gf8jv4dv 3gf8jv4dv left a 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.

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 家庭中的一员,请打开下面查看家庭管理者并用家庭管理者的账号进行更改年龄。" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Text="注:如果你的账户年龄小于 18 且你是 Microsoft 家庭中的一员,请打开下面查看家庭管理者并用家庭管理者的账号进行更改年龄。" />
Text="注:如果你的账户年龄小于 18 且你是 Microsoft 家庭中的一员,请点击下方链接查看家庭管理者,并使用家庭管理者的账号更改年龄。" />

<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" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<local:MyHint Margin="0,0,0,15" Text="更改Xbox联机设置" IsWarn="False" />
<local:MyHint Margin="0,0,0,15" Text="更改 Xbox 联机设置" IsWarn="False" />

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 设备在线安全,把“您可以加入多人游戏”设置为允许。" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Text="2. 请打开下方链接进入Xbox在线安全,选择 Xbox Windows 10 设备在线安全,把“您可以加入多人游戏”设置为允许。" />
Text="2. 请点击下方链接进入 &quot;Xbox 设置 → 隐私和在线安全&quot;,选择 &quot;Xbox Windows 10 设备在线安全&quot;,将 &quot;您可以加入多人游戏&quot; 设置为 &quot;允许&quot;。" />

<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隐私在线安全"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Logo = "" Title="Xbox" Info="Xbox隐私在线安全"
Logo = "" Title="Xbox" Info="Xbox 隐私和在线安全"

<TextBlock Margin="2,0,0,4" LineHeight="17"
Text="2. 尝试在启动游戏时断开网络连接。" />
<TextBlock Margin="2,0,0,4" LineHeight="17"
Text="3. 安装下方的 “离线多人修正” 或 “Offline Multiplayer” 模组。" />
Copy link

@3gf8jv4dv 3gf8jv4dv Jul 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Text="3. 安装下方的 离线多人修正Offline Multiplayer” 模组。" />
Text="3. 安装下方的 &quot;离线多人修正&quot;&quot;Offline Multiplayer&quot; Mod。" />

更新 Minecraft/加入服务器.xaml <Wforst-Breeze>

Co-authored-by: 风释清然SC <breezeblz@hotmail.com>
@LTCatt
Copy link
Owner

LTCatt commented Jul 30, 2024

两个 mod 链接的 MyListItem 可以用内建的命令方块图标 =。=

@Enigma-Soul
Copy link
Contributor Author

两个 mod 链接的 MyListItem 可以用内建的命令方块图标 =。=

..............................................................................................................................

@Enigma-Soul
Copy link
Contributor Author

PR提了一个月了(Doge

@LTCatt
Copy link
Owner

LTCatt commented Aug 11, 2024

两个 mod 链接的 MyListItem 可以用内建的命令方块图标 =。=

.

@Enigma-Soul
Copy link
Contributor Author

虽然不是我们做的,但我还是可以帮你把它改一改

@Enigma-Soul
Copy link
Contributor Author

e...名字没改,
image

@LTCatt LTCatt merged commit 0516768 into LTCatt:master Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants