@cniot/android-pda-components 2.0.0-beta.23 → 2.0.0-beta.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,7 @@
1
- # 2.0.0-beta.23
1
+ # 2.0.0-beta.25
2
+ - feat: 支持 选择从相册 还是相机 上传
3
+
4
+ # 2.0.0-beta.23~24
2
5
  - feat: 支持 播放提示音 组件
3
6
 
4
7
  # 2.0.0-beta.22
@@ -195,6 +195,7 @@ export default function (props) {
195
195
  <div>
196
196
  <p>ImageUploader 图片上传</p>
197
197
  <ImageUploaderV2
198
+ selectMode
198
199
  value={images}
199
200
  // box={120}
200
201
  maxCount={5}