feat:完成颜色选择器和button组件

This commit is contained in:
2025-06-10 17:32:08 +08:00
parent 13a0afe97e
commit efa213bfe1
14 changed files with 515 additions and 17 deletions
@@ -1,5 +1,8 @@
<view class="word-card">
<view class="color-box" style="background-color: {{color}};"></view>
<view
class="color-box"
style="background-color: {{color}};"
bindtap="onColorTap"></view>
<view class="word-box border-1px">
<text class="word-content">{{word}}</text>
</view>