feat: 完成图形涂色绘制

This commit is contained in:
2025-08-20 10:49:20 +08:00
parent 64deb9f3be
commit c95bd601e8
12 changed files with 178 additions and 146 deletions
@@ -3,9 +3,10 @@
bind:close="onClose"
custom-class="shape-picker-popup">
<view class="shape-picker-container">
<text class="shape-picker-title"
>选择形状{{ singleMode ? '' : '(多选)' }}</text
>
<text class="shape-picker-title">
选择形状{{selectedShapeIndex}} {{ singleMode ? '(单选)' :
'(多选)' }}
</text>
<view class="shape-options-wrapper">
<view class="shape-options">
<view