调整readme
This commit is contained in:
parent
ad603fcdaa
commit
07e7444ee1
13
README.md
13
README.md
@ -12,12 +12,13 @@ description: Take pictures with the device camera.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
// 安装前请先卸载 cordova-plugin-camera 插件
|
```bash
|
||||||
cordova plugin rm cordova-plugin-camera
|
# 安装前请先卸载 `cordova-plugin-camera` 和 `org.geneanet.customCamera` 插件
|
||||||
|
cordova plugin rm cordova-plugin-camera
|
||||||
// 安装插件
|
cordova plugin rm org.geneanet.customCamera
|
||||||
cordova plugin add https://gitee.com/shuto/cordova-plugin-camera.git
|
# 安装插件
|
||||||
|
cordova plugin add https://gitee.com/shuto/cordova-plugin-camera.git
|
||||||
|
```
|
||||||
## Preferences
|
## Preferences
|
||||||
- iOS端由于代码调整,导致原插件仅支持 `quality` `saveToPhotoAlbum` 参数,返回数据格式为 **base64**;
|
- iOS端由于代码调整,导致原插件仅支持 `quality` `saveToPhotoAlbum` 参数,返回数据格式为 **base64**;
|
||||||
## Other
|
## Other
|
||||||
|
Loading…
x
Reference in New Issue
Block a user