Files
huike-front/weapp/pages/camera/camera.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

5 lines
253 B
Plaintext

<!-- camera.wxml -->
<camera device-position="back" flash="off" binderror="error" style="width: 300px; height: 300px;"></camera>
<button type="primary" bindtap="takePhoto">拍照</button>
<view>预览</view>
<image mode="widthFix" src="{{src}}"></image>