feat:形状

This commit is contained in:
2025-08-07 17:36:04 +08:00
parent d3c1a2fd78
commit 738358ab76
17 changed files with 455 additions and 268 deletions
+7 -1
View File
@@ -26,9 +26,15 @@
wx:key="{{index}}"
key="{{index}}"
svg="{{ item.svg }}"
color="{{ item.color }}"
fillColor="{{ item.fillColor }}"
bind:onShapeTap="openSelectShapePopup"
bind:onDelete="onDelete"
bind:onColorTap="onColorTap" />
</view>
</view>
<shape-picker
show="{{showSelectShapePopup}}"
currentShapeKey="{{currentShapeKey}}"
bind:onClose="closeSelectShapePopup"
bind:onChange="onChangeShape" />
</view>