chore:软件设置内的贡献者列表添加了 PANDA-JSR (#372)
This commit is contained in:
@@ -271,6 +271,7 @@
|
|||||||
<Resource Include="Resources\DeveloperAvatars\STBBRD.png" />
|
<Resource Include="Resources\DeveloperAvatars\STBBRD.png" />
|
||||||
<Resource Include="Resources\DeveloperAvatars\WXRIW.png" />
|
<Resource Include="Resources\DeveloperAvatars\WXRIW.png" />
|
||||||
<Resource Include="Resources\DeveloperAvatars\PrefacedCorg.jpg" />
|
<Resource Include="Resources\DeveloperAvatars\PrefacedCorg.jpg" />
|
||||||
|
<Resource Include="Resources\DeveloperAvatars\PANDA-JSR.jpg" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Resource Include="Resources\Icons-png\down.png" />
|
<Resource Include="Resources\Icons-png\down.png" />
|
||||||
|
|||||||
@@ -4130,6 +4130,7 @@
|
|||||||
<RowDefinition />
|
<RowDefinition />
|
||||||
<RowDefinition />
|
<RowDefinition />
|
||||||
<RowDefinition />
|
<RowDefinition />
|
||||||
|
<RowDefinition />
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<ui:SimpleStackPanel Grid.Column="0" Grid.Row="0" Orientation="Vertical">
|
<ui:SimpleStackPanel Grid.Column="0" Grid.Row="0" Orientation="Vertical">
|
||||||
<Image Source="/Resources/DeveloperAvatars/RaspberryKan.jpg"
|
<Image Source="/Resources/DeveloperAvatars/RaspberryKan.jpg"
|
||||||
@@ -4307,6 +4308,21 @@
|
|||||||
PrefacedCorg
|
PrefacedCorg
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
</ui:SimpleStackPanel>
|
</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>
|
</Grid>
|
||||||
<ui:SimpleStackPanel Spacing="3" Orientation="Vertical">
|
<ui:SimpleStackPanel Spacing="3" Orientation="Vertical">
|
||||||
<TextBlock
|
<TextBlock
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
Reference in New Issue
Block a user