feat:base64字体格式

This commit is contained in:
2025-06-11 07:15:46 +08:00
parent 13a0afe97e
commit ed0ca16e7e
31 changed files with 552 additions and 5667 deletions
+6
View File
@@ -12,12 +12,14 @@
key="{{index}}"
word="{{item.word}}"
color="{{item.color}}"
bind:onClickColor="onClickColor"
bind:onDelete="deleteWordCard" />
<word-card
wx:if="{{cardList[index + 1]}}"
key="{{index + 1}}"
word="{{cardList[index + 1].word}}"
color="{{cardList[index + 1].color}}"
bind:onClickColor="onClickColor"
bind:onDelete="deleteWordCard" />
</view>
</block>
@@ -36,10 +38,14 @@
</view>
</view>
<view class="empty"></view>
<van-popup show="{{ showPopup }}" bind:close="onClosePopup">
内容Joey
</van-popup>
</view>
<view class="btn-area">
<view class="btn btn-green" bindtap="exportToPrint">
<van-icon class-prefix="j-icon" name="download" size="44rpx" />
<!-- <icon name="download" size="44rpx" /> -->
<text class="btn-text">下载打印</text>
</view>
</view>