feat:绘制图形

This commit is contained in:
2025-09-12 16:56:00 +08:00
parent 3b4b2dcd64
commit 6acc5d676c
27 changed files with 76464 additions and 112 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
<view class="btn-area">
<toy-button
type="green"
bind:click="openSelectShapePopup"
bind:click="handleSelectShape"
width="290rpx">
选择图形
</toy-button>
@@ -33,6 +33,7 @@
</view>
</view>
<shape-picker
selectedShapeList="{{shapeList}}"
show="{{showSelectShapePopup}}"
selectedShapeIndex="{{selectedShapeIndex}}"
bind:onClose="closeSelectShapePopup"