@react-native-ohos/react-native-qr-decode-image-camera 1.1.5-rc.2 → 1.1.5
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.
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@ This project is based on [react-native-qr-decode-image-camera](https://github.co
|
|
|
4
4
|
|
|
5
5
|
## Documentation URL
|
|
6
6
|
|
|
7
|
-
- [中文 ](https://
|
|
7
|
+
- [中文 ](https://gitcode.com/OpenHarmony-RN/usage-docs/blob/master/zh-cn/react-native-qr-decode-image-camera.md)
|
|
8
8
|
|
|
9
|
-
- [英文 ](https://
|
|
9
|
+
- [英文 ](https://gitcode.com/OpenHarmony-RN/usage-docs/blob/master/en/react-native-qr-decode-image-camera.md)
|
|
10
10
|
|
|
11
11
|
## License
|
|
12
12
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Use these variables when you tailor your ArkTS code. They must be of the const type.
|
|
3
3
|
*/
|
|
4
|
-
export const HAR_VERSION = '1.
|
|
4
|
+
export const HAR_VERSION = '1.1.5';
|
|
5
5
|
export const BUILD_MODE_NAME = 'debug';
|
|
6
6
|
export const DEBUG = true;
|
|
7
7
|
export const TARGET_NAME = 'default';
|
|
Binary file
|