feat: 添加自定义iconfont

This commit is contained in:
2025-06-04 17:45:32 +08:00
parent 82c55fece3
commit a12107da40
21 changed files with 3463 additions and 52 deletions
@@ -17,6 +17,7 @@
border: 1rpx solid #141414;
position: relative;
&::after {
content: '';
position: absolute;
@@ -54,4 +55,4 @@
margin-right: 8rpx;
color: #141414;
}
}
}
@@ -4,6 +4,10 @@
<text class="word-content">{{word}}</text>
</view>
<view class="delete-icon" bindtap="onDelete">
<van-icon name="delete" custom-class="delete-icon-inner" size="44rpx" />
<van-icon
class-prefix="j-icon"
name="dustbin"
custom-class="delete-icon-inner"
size="44rpx" />
</view>
</view>
</view>