优化人脸识别二维码弹窗消失
Showing
| { | ||
| "name": "zm-face-counter", | ||
| "version": "1.1.2", | ||
| "version": "1.1.5", | ||
| "private": true, | ||
| "scripts": { | ||
| "android": "react-native run-android", | ||
| ... | ... | @@ -9,7 +9,8 @@ |
| "lint": "eslint --ext .js index.js src", | ||
| "apk": "cd android && ./gradlew app:assembleRelease && cp ./app/build/outputs/apk/release/app-release.apk ../fcounter.apk", | ||
| "android-staging": "code-push release-react ZmFaceCounter-android android -t '1.0.0' --des '提升用户体验'", | ||
| "android-product": "code-push promote ZmFaceCounter-android Staging Production --des '提升用户体验'" | ||
| "android-product": "code-push promote ZmFaceCounter-android Staging Production --des '提升用户体验'", | ||
| "android-history": "code-push deployment history ZmFaceCounter-android Production" | ||
| }, | ||
| "pre-commit": [ | ||
| "lint" | ||
| ... | ... |
Please
register
or
sign in
to comment