@xtdev/xt-miniprogram-ui 1.2.90 → 1.2.91

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.
@@ -1,7 +1,7 @@
1
1
  <view class="watermark-camera-container">
2
2
  <!-- 相机区域 -->
3
3
  <view class="camera-section" wx:if="{{!previewImage}}">
4
- <camera device-position="{{devicePosition}}" flash="{{flashlight}}" class="camera" binderror="onCameraError" />
4
+ <camera device-position="{{devicePosition}}" frame-size="large" resolution="high" flash="{{flashlight}}" class="camera" binderror="onCameraError" />
5
5
 
6
6
  <!-- 实时水印预览层 -->
7
7
  <view class="watermark-preview-layer">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xtdev/xt-miniprogram-ui",
3
- "version": "1.2.90",
3
+ "version": "1.2.91",
4
4
  "description": "",
5
5
  "miniprogram": "libs",
6
6
  "publishConfig": {