a400130c67
Add coach review APIs, pose calibration thresholds, Gitea CI, Kubernetes skeleton, H5 practice page, and mini program tab bar. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
<view class="card">
|
|
<view>训练计划</view>
|
|
<view class="muted">{{goal}}</view>
|
|
<view>{{exerciseName}}</view>
|
|
<view class="muted">{{status}}</view>
|
|
<button class="btn-primary" bindtap="submit">提交跟练打卡</button>
|
|
</view>
|