chore:软件设置内的贡献者列表添加了 PANDA-JSR (#372)

This commit is contained in:
PANDAJSR
2026-02-15 08:07:17 +08:00
committed by GitHub
parent 41e9e9cc04
commit 7d78f677b8
3 changed files with 17 additions and 0 deletions
+16
View File
@@ -4130,6 +4130,7 @@
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
<ui:SimpleStackPanel Grid.Column="0" Grid.Row="0" Orientation="Vertical">
<Image Source="/Resources/DeveloperAvatars/RaspberryKan.jpg"
@@ -4307,6 +4308,21 @@
PrefacedCorg
</TextBlock>
</ui:SimpleStackPanel>
<ui:SimpleStackPanel Grid.Column="0" Grid.Row="3" Orientation="Vertical"
Margin="0,16,0,0">
<Image Source="/Resources/DeveloperAvatars/PANDA-JSR.jpg"
VerticalAlignment="Center" HorizontalAlignment="Center"
RenderOptions.BitmapScalingMode="HighQuality" Width="48"
Margin="0,0,0,6" Height="48">
<Image.Clip>
<EllipseGeometry Center="24,24" RadiusX="24" RadiusY="24" />
</Image.Clip>
</Image>
<TextBlock Margin="0,0,0,2" VerticalAlignment="Center"
HorizontalAlignment="Center" FontSize="12" Foreground="White">
PANDA-JSR
</TextBlock>
</ui:SimpleStackPanel>
</Grid>
<ui:SimpleStackPanel Spacing="3" Orientation="Vertical">
<TextBlock