feat:首页输入框、文字卡片

This commit is contained in:
2025-05-30 20:49:35 +08:00
parent c00c45a9be
commit 419818eb24
22 changed files with 517 additions and 288 deletions
@@ -0,0 +1,9 @@
<view class="word-card">
<view class="color-box"></view>
<view class="word-box">
<text class="word-content">文</text>
</view>
<view class="delete-icon">
<van-icon name="delete" custom-class="delete-icon-inner" size="44rpx" />
</view>
</view>