Skip to content

Commit

Permalink
Update Custom.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark2005 authored Jun 1, 2024
1 parent 4232322 commit e36c5b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Custom.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- 这是 PCL2 的主页自定义文件。你可以通过修改这个文件来自定义 PCL2 主页:添加文本、打开网页、启动游戏,等等。
<!-- 这是 PCL2 的主页自定义文件。你可以通过修改这个文件来自定义 PCL2 主页:添加文本、打开网页、启动游戏,等等。
如果你倒腾这个文件把 PCL2 玩炸了,把这个文件直接删除就行了。
如果你懂得 WPF 的布局文件编写,你甚至可以做出不少的新玩意儿…… -->

Expand Down Expand Up @@ -281,8 +281,8 @@
<ColumnDefinition Width="1*" />
</Grid.ColumnDefinitions>
<local:MyButton Grid.Column="0" Margin="0,0,10,0" Height="35" Text="更新日志" EventType="打开网页"
EventData="https://github.com/MFn233/PCL-Mainpage/releases/latest" ToolTip="将前往GitHub查看最新版本的更新日志"/>
<local:MyButton Grid.Column="1" Margin="0,0,0,0" Height="35" Text="项目仓库" EventType="打开网页" EventData="https://github.com/MFn233/PCL-Mainpage"/>
EventData="https://github.com/Clark2005/PCL2_Mainpage/releases" ToolTip="将前往GitHub查看最新版本的更新日志"/>
<local:MyButton Grid.Column="1" Margin="0,0,0,0" Height="35" Text="项目仓库" EventType="打开网页" EventData="https://github.com/Clark2005/PCL2_Mainpage"/>
</Grid>
</StackPanel>
</local:MyCard>
Expand Down

0 comments on commit e36c5b1

Please sign in to comment.