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
+1
View File
@@ -271,6 +271,7 @@
<Resource Include="Resources\DeveloperAvatars\STBBRD.png" />
<Resource Include="Resources\DeveloperAvatars\WXRIW.png" />
<Resource Include="Resources\DeveloperAvatars\PrefacedCorg.jpg" />
<Resource Include="Resources\DeveloperAvatars\PANDA-JSR.jpg" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\Icons-png\down.png" />
+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
Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB