add:展台

This commit is contained in:
2026-02-20 12:00:22 +08:00
parent bcb7002b22
commit dc422a2ccc
+13 -6
View File
@@ -4963,18 +4963,25 @@
</ui:SimpleStackPanel>
</Border>
<Border Width="60" Height="50"
BorderThickness="1" BorderBrush="{DynamicResource BoardFloatBarBorderBrush}"
BorderThickness="1"
BorderBrush="{DynamicResource BoardFloatBarBorderBrush}"
MouseUp="BtnToggleVideoPresenter_Click"
CornerRadius="5"
Background="{DynamicResource BoardFloatBarBackground}"
Opacity="1">
<Grid Margin="6,6,6,4">
<Image
<Path
VerticalAlignment="Top"
RenderOptions.BitmapScalingMode="HighQuality"
Height="20"
Width="20"
Source="/Resources/Icons-png/EasiCamera.png" />
HorizontalAlignment="Center"
Margin="0,0,0,2"
Width="22"
Height="22"
Stroke="{DynamicResource IconForeground}"
StrokeThickness="2"
StrokeStartLineCap="Round"
StrokeEndLineCap="Round"
StrokeLineJoin="Round"
Data="M15 10 L19.553 7.724 C19.7054 7.64783 19.8748 7.61188 20.045 7.61954 C20.2152 7.62721 20.3806 7.67824 20.5256 7.7678 C20.6706 7.85736 20.7902 7.98247 20.8733 8.13127 C20.9563 8.28006 20.9999 8.44761 21 8.618 V15.382 C20.9999 15.5524 20.9563 15.7199 20.8733 15.8687 C20.7902 16.0175 20.6706 16.1426 20.5256 16.2322 C20.3806 16.3218 20.2152 16.3728 20.045 16.3805 C19.8748 16.3881 19.7054 16.3522 19.553 16.276 L15 14 Z M3 8 C3 7.46957 3.21071 6.96086 3.58579 6.58579 C3.96086 6.21071 4.46957 6 5 6 H13 C13.5304 6 14.0391 6.21071 14.4142 6.58579 C14.7893 6.96086 15 7.46957 15 8 V16 C15 16.5304 14.7893 17.0391 14.4142 17.4142 C14.0391 17.7893 13.5304 18 13 18 H5 C4.46957 18 3.96086 17.7893 3.58579 17.4142 C3.21071 17.0391 3 16.5304 3 16 Z" />
<TextBlock
Text="展台"
Foreground="{DynamicResource FloatBarForeground}"