Files
huike-front/weapp/pages/download/download.wxml
T
weli a661e439a0 chore: initialize frontend repo with teaching terminology updates
Add the current frontend codebase with a baseline .gitignore and update piano-specific UI terms to teaching-oriented terms for the current product context.

Made-with: Cursor
2026-04-23 16:37:14 +08:00

12 lines
333 B
Plaintext

<view class="main">
<view class="center">
<view class="icon"><icon type="waiting" size="90"></icon></view>
<view class="text"><text>文件下载中,请稍候... {{progress}}%</text></view>
<progress percent="{{progress}}" stroke-width="20" border-radius="10"/>
<view>
{{error}}
</view>
</view>
</view>