Skip to content

Commit

Permalink
Merge pull request #11 from laipuran/master
Browse files Browse the repository at this point in the history
Add: @laipuran 's name as contributor.
  • Loading branch information
STBBRD authored Feb 9, 2024
2 parents 4fa4cb7 + c9ffe4f commit 5f26d01
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ZongziTEK_Blackboard_Sticker/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
</Grid>
</Border>


<!--其它-->
<Border x:Name="borderFirstOpening" CornerRadius="8" Grid.RowSpan="4" Grid.ColumnSpan="2" Background="{DynamicResource OtherPanelsBackgroundColor}" Visibility="Collapsed">
<Grid Margin="48">
Expand All @@ -271,7 +271,7 @@
</Border>
</Grid>
</Border>

<!--设置-->
<Border Name="borderSettingsPanel" Grid.ColumnSpan="2" Background="{DynamicResource OtherPanelsBackgroundColor}" Visibility="Collapsed">
<Grid Margin="48">
Expand Down Expand Up @@ -343,7 +343,9 @@
<GroupBox Header="关于" Foreground="{DynamicResource ForegroundColor}">
<ui:SimpleStackPanel Spacing="12">
<TextBlock FontSize="14" Foreground="{DynamicResource ForegroundColor}">
<Bold>开发者:</Bold> ZongziTEK
<Bold>开发者:</Bold>ZongziTEK
<LineBreak/>
<Bold>贡献者:</Bold>Puran Lai
</TextBlock>
<TextBlock FontSize="14" Foreground="{DynamicResource ForegroundColor}">
<Bold>开源地址:</Bold>
Expand All @@ -361,4 +363,4 @@
</Grid>
</Border>
</Grid>
</Window>
</Window>

0 comments on commit 5f26d01

Please sign in to comment.