change name

This commit is contained in:
xsl
2026-03-11 18:19:37 +08:00
parent bbda7591eb
commit 1b32c572a3
2 changed files with 66 additions and 45 deletions
+21
View File
@@ -39,5 +39,26 @@
}
}
}
},
"app-android": {
"distribute": {
"modules": {},
"icons": {
"hdpi": "",
"xhdpi": "",
"xxhdpi": "",
"xxxhdpi": ""
},
"splashScreens": {
"default": {}
}
}
},
"app-ios": {
"distribute": {
"modules": {},
"icons": {},
"splashScreens": {}
}
}
}
+3 -3
View File
@@ -17,8 +17,8 @@
<button @click="_addFrameCallback">设置监听</button>
<button @click="_startFrame">开启监听</button>
<button @click="_stopFrame">关闭监听</button>
<xf-camera style="height:750rpx; background-color: red;" @error="onError" :flash="flash"
:position="device"></xf-camera>
<my-camera style="height:750rpx; background-color: red;" @error="onError" :flash="flash"
:position="device"></my-camera>
<image v-if="imagePath" mode="aspectFit" :src="imagePath"></image>
</view>
<!-- #ifdef APP -->
@@ -48,7 +48,7 @@
CameraFrameListenerStartOption,
StopOption,
OnCameraFrameListenerOption
} from '@/uni_modules/XF-cameraUTS'
} from '@/uni_modules/MY-cameraUTS'
// import {
// startVideo,