feat:选择文字

This commit is contained in:
2025-06-30 17:14:03 +08:00
parent 23ad49d333
commit 654afced6f
10 changed files with 129 additions and 39 deletions
+3 -2
View File
@@ -44,7 +44,7 @@
</toy-button>
<toy-button
disabled="{{cardList.length <= 0}}"
type="green"
type="white"
bind:click="clearCardList"
width="220rpx"
icon="clear"
@@ -73,8 +73,9 @@
bind:onChange="onChangeColor" />
<word-picker
show="{{showSelectWordPopup}}"
selectedWords="{{selectedWords}}"
bind:onClose="closeSelectWordPopup"
bind:onSelect="onSelectWord" />
bind:onChange="onChangeWord" />
</view>
<view class="btn-area">
<toy-button