chore: 实验特性区改名为高级,移除emoji前缀

This commit is contained in:
tian 2026-07-16 10:34:11 +08:00
parent 80bd7b7c65
commit b179adb2a0
2 changed files with 3 additions and 3 deletions

View File

@ -470,8 +470,8 @@ NavisworksTransport 检测动画页签视图 - 采用与类别设置和分层管
Style="{StaticResource SecondaryButtonStyle}"/>
</StackPanel>
<!-- 实验特性 -->
<Expander IsExpanded="False" Margin="0,8,0,0" Header="🔬 实验特性" Foreground="{StaticResource NavisworksPrimaryBrush}">
<!-- 高级 -->
<Expander IsExpanded="False" Margin="0,8,0,0" Header="高级" Foreground="{StaticResource NavisworksPrimaryBrush}">
<StackPanel Orientation="Horizontal" Margin="0,5,0,0">
<Button Content="预计算高亮"
Command="{Binding HighlightPrecomputedCollisionResultsCommand}"

View File

@ -235,7 +235,7 @@ NavisworksTransport 系统管理页签视图 - 采用与其他页签一致的Nav
<StackPanel>
<Expander IsExpanded="False">
<Expander.Header>
<Label Content="🔬 实验特性" Style="{StaticResource SectionHeaderStyle}" Padding="0"/>
<Label Content="高级" Style="{StaticResource SectionHeaderStyle}" Padding="0"/>
</Expander.Header>
<StackPanel Margin="0,8,0,0">