删除开发模式代码 增加更新日志

This commit is contained in:
liufei
2021-12-13 10:04:15 +08:00
parent 24ba279b18
commit 00f581a03e
6 changed files with 15 additions and 8 deletions

View File

@@ -2,11 +2,15 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:hc="https://handyorg.github.io/handycontrol"
Background="AliceBlue"
BorderThickness="1"
BorderThickness="0"
Style="{StaticResource BorderBG}"
Margin="15"
BorderBrush="{DynamicResource BorderBrush}"
Width="320"
Height="450">
<Border.Background>
<SolidColorBrush Color="AliceBlue" Opacity="0.96"/>
</Border.Background>
<Grid>
<Image Source="/Resource/Image/BacklogImg.png" Margin="22,35,22,361" />