实现管道、节点图层文字属性的切换

This commit is contained in:
JIANG
2025-12-30 11:05:55 +08:00
parent 4b257aa959
commit 7285a3315f
3 changed files with 107 additions and 50 deletions

View File

@@ -76,6 +76,7 @@ const Toolbar: React.FC<ToolbarProps> = ({
gradientPaletteIndex: 0,
rainbowPaletteIndex: 0,
showLabels: false,
showId: false,
opacity: 0.9,
adjustWidthByProperty: true,
},
@@ -107,6 +108,7 @@ const Toolbar: React.FC<ToolbarProps> = ({
gradientPaletteIndex: 0,
rainbowPaletteIndex: 0,
showLabels: false,
showId: false,
opacity: 0.9,
adjustWidthByProperty: true,
},