This commit is contained in:
2025-09-14 00:21:54 +08:00
commit d40b3bbd62
766 changed files with 36275 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<view class="container">
<view class="page-body">
<view class="page-section">
<view class="page-body-info display-area {{ loaded ? 'font-loaded' : '' }}">
<text xhs:if="{{!loaded}}">Load {{ fontFamily }}</text>
<text xhs:else>{{ fontFamily }} is loaded</text>
</view>
<view class="btn-area">
<button type="primary" bindtap="loadFontFace">加载字体</button>
<button type="default" bindtap="clear">清除</button>
</view>
</view>
</view>
</view>