change name
This commit is contained in:
@@ -39,5 +39,26 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"app-android": {
|
||||||
|
"distribute": {
|
||||||
|
"modules": {},
|
||||||
|
"icons": {
|
||||||
|
"hdpi": "",
|
||||||
|
"xhdpi": "",
|
||||||
|
"xxhdpi": "",
|
||||||
|
"xxxhdpi": ""
|
||||||
|
},
|
||||||
|
"splashScreens": {
|
||||||
|
"default": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"app-ios": {
|
||||||
|
"distribute": {
|
||||||
|
"modules": {},
|
||||||
|
"icons": {},
|
||||||
|
"splashScreens": {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -17,8 +17,8 @@
|
|||||||
<button @click="_addFrameCallback">设置监听</button>
|
<button @click="_addFrameCallback">设置监听</button>
|
||||||
<button @click="_startFrame">开启监听</button>
|
<button @click="_startFrame">开启监听</button>
|
||||||
<button @click="_stopFrame">关闭监听</button>
|
<button @click="_stopFrame">关闭监听</button>
|
||||||
<xf-camera style="height:750rpx; background-color: red;" @error="onError" :flash="flash"
|
<my-camera style="height:750rpx; background-color: red;" @error="onError" :flash="flash"
|
||||||
:position="device"></xf-camera>
|
:position="device"></my-camera>
|
||||||
<image v-if="imagePath" mode="aspectFit" :src="imagePath"></image>
|
<image v-if="imagePath" mode="aspectFit" :src="imagePath"></image>
|
||||||
</view>
|
</view>
|
||||||
<!-- #ifdef APP -->
|
<!-- #ifdef APP -->
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
CameraFrameListenerStartOption,
|
CameraFrameListenerStartOption,
|
||||||
StopOption,
|
StopOption,
|
||||||
OnCameraFrameListenerOption
|
OnCameraFrameListenerOption
|
||||||
} from '@/uni_modules/XF-cameraUTS'
|
} from '@/uni_modules/MY-cameraUTS'
|
||||||
|
|
||||||
// import {
|
// import {
|
||||||
// startVideo,
|
// startVideo,
|
||||||
|
|||||||
Reference in New Issue
Block a user