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
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user