@react-native-ohos/react-native-system-setting 1.8.0-rc.3 → 1.8.0
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
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
## 文档地址 / Documentation URL
|
|
7
7
|
|
|
8
|
-
[中文 / Chinese](https://
|
|
8
|
+
[中文 / Chinese](https://gitcode.com/OpenHarmony-RN/usage-docs/blob/master/zh-cn/react-native-system-setting.md)
|
|
9
9
|
|
|
10
|
-
[英文 / English](https://
|
|
10
|
+
[英文 / English](https://gitcode.com/OpenHarmony-RN/usage-docs/blob/master/en/react-native-system-setting.md)
|
|
11
11
|
|
|
12
12
|
## 请悉知 / Acknowledgements
|
|
13
13
|
|
|
@@ -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.8.0
|
|
4
|
+
export const HAR_VERSION = '1.8.0';
|
|
5
5
|
export const BUILD_MODE_NAME = 'debug';
|
|
6
6
|
export const DEBUG = true;
|
|
7
7
|
export const TARGET_NAME = 'default';
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-ohos/react-native-system-setting",
|
|
3
|
-
"version": "1.8.0
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"description": "provide some system setting APIs. Volume, brightness, wifi, location, bluetooth, airplane...",
|
|
5
5
|
"main": "SystemSetting.js",
|
|
6
6
|
"types": "SystemSetting.d.ts",
|