a661e439a0
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
5 lines
253 B
Plaintext
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> |