功能更新

This commit is contained in:
GG Z
2026-02-23 11:21:51 +08:00
parent 3650f8550e
commit 6beb8b5be9
24 changed files with 694 additions and 1975 deletions

View File

@@ -68,6 +68,12 @@
Margin="5"
Click="CleanLinesButton_Click"
Content="清理连线" />
<Button
x:Name="ConvertToPointsButton"
Margin="5"
Click="ConvertToPointsButton_Click"
Content="多段线转点"
ToolTip="将列表中所有的多段线圆弧符号转换为几何中心点" />
<!--<Button
x:Name="CloseButton"
Margin="5"