feat(mobile): track mobile app scaffold
This commit is contained in:
10
mobile/app/src/platform/README.md
Normal file
10
mobile/app/src/platform/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Platform Layer
|
||||
|
||||
平台能力统一放在本目录,页面不直接绑定具体 Expo/原生库。
|
||||
|
||||
- `camera`:相机、相册、票据采集和本地预处理。
|
||||
- `voice`:录音、语音转写、麦克风权限。
|
||||
- `upload`:附件上传、进度、重试、临时附件引用。
|
||||
- `permissions`:Android / iOS 权限文案和降级策略。
|
||||
|
||||
相机与语音都先产生用户可确认的中间结果,不直接触发草稿持久化或提交审批。
|
||||
Reference in New Issue
Block a user