feat: 完成图形涂色绘制
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user