docs: 批处理多进程开关文案简化(使用多进程)

This commit is contained in:
tian 2026-08-05 16:27:48 +08:00
parent db77b80cf7
commit e26ced742b

View File

@ -70,14 +70,10 @@ NavisworksTransport 批处理队列管理页签视图 - 采用与其他页签一
<!-- 多进程开关 -->
<StackPanel Orientation="Horizontal" Margin="0,8,0,0">
<CheckBox Content="使用多进程并行执行"
<CheckBox Content="使用多进程"
IsChecked="{Binding UseMultiProcess}"
FontSize="12"
Foreground="{StaticResource NavisworksTextBrush}"/>
<TextBlock Text="(并发数由 config.toml [batch] 配置)"
FontSize="10"
Foreground="{StaticResource NavisworksTextBrush}"
Margin="8,2,0,0"/>
</StackPanel>
</StackPanel>
</Border>