Skip to content

Commit

Permalink
Merge pull request #2 from shimoranla/master
Browse files Browse the repository at this point in the history
应当没啥必要
  • Loading branch information
shimoranla authored Dec 9, 2024
2 parents e7dbb4c + f62ee6d commit 5aef685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 个性化/XAML 格式.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<local:MyCard Title="前言" Margin="0,0,0,15">
<StackPanel Margin="25,40,23,15">
<TextBlock Margin="0,0,0,4" FontSize="13" HorizontalAlignment="Center" Foreground="{DynamicResource ColorBrush1}"
Text="本篇简单介绍了在 PCL 中使用 XAML 进行自定义页面的相关语法。&#xA;由于内容繁多,建议下载本篇代码参考学习。" />
Text="本篇简单介绍了在 PCL 中使用 XAML 进行自定义页面的相关语法。由于内容繁多,建议下载本篇代码参考学习。" />
<local:MyButton Margin="0,8,0,8" Width="200" Height="35"
Text="下载本篇的代码" EventType="下载文件" EventData="https://cdn.jsdelivr.net/gh//LTCatt/PCL2Help@latest/个性化/XAML%20格式.xaml" ToolTip="下载本篇的代码" />
</StackPanel>
Expand Down

0 comments on commit 5aef685

Please sign in to comment.