Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Update LoginWindow.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure99 committed Mar 2, 2021
1 parent 5eb6e35 commit 410f2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/LoginWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Title="登录米哈游通行证 (用于调用米游社接口)" Height="720" Width="1280" Closing="Window_Closing"
Title="登录米哈游通行证 (用于调用米游社接口 可查询其他玩家 不会泄露您的账号)" Height="720" Width="1280" Closing="Window_Closing"
WindowStartupLocation="CenterScreen" Closed="Window_Closed">
<Grid>
<WebBrowser Name="WebBrowserLogin" Navigated="WebBrowserLogin_Navigated"
Expand Down

0 comments on commit 410f2e1

Please sign in to comment.