diff --git a/en/jverification-react-native.md b/en/jverification-react-native.md index 865f19fac5f2e8ea35984a854491d4d606a7a205..8dc0c51fc0fe61df23672fa3a5759fc7f5a99e89 100644 --- a/en/jverification-react-native.md +++ b/en/jverification-react-native.md @@ -613,7 +613,7 @@ The content of this document has been validated based on the following version: | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | -| backgroundImage | Background image (China Unicom, China Telecom) | string | no | iOS/Android | yes | +| backgroundImage | Background image (China Unicom, China Telecom),Only local images are supported | string | no | iOS/Android | yes | | statusBarHidden | Whether to hide the status bar | boolean | no | iOS/Android | no | | statusBarMode | Status bar mode (China Mobile only) | 'light'|'dark' | no | iOS/Android | yes | | navHidden | Whether to hide the navigation bar | boolean | no | iOS/Android | no | @@ -627,7 +627,7 @@ The content of this document has been validated based on the following version: | navReturnW | Navigation bar left return button icon width | number | no | Android | no | | navReturnH | Navigation bar left return button icon height | number | no | Android | no | | logoHidden | Whether to hide logo (China Unicom, China Telecom) | boolean | no | iOS/Android | yes | -| logoImage | Logo image (China Unicom, China Telecom) | string | no | iOS/Android | yes | +| logoImage | Logo image (China Unicom, China Telecom),Only local images are supported | string | no | iOS/Android | yes | | logoX | Logo x-axis offset (China Unicom, China Telecom) | number | no | iOS/Android | yes | | logoY | Logo y-axis offset (China Unicom, China Telecom) | number | no | iOS/Android | yes | | logoW | Logo width (China Unicom, China Telecom) | number | no | iOS/Android | yes | @@ -648,7 +648,7 @@ The content of this document has been validated based on the following version: | loginBtnText | Authorization login button text content (China Unicom, China Telecom, China Mobile) | string | no | iOS/Android | yes | | loginBtnTextSize | Authorization login button text font size (China Unicom, China Telecom, China Mobile) | number | no | iOS/Android | yes | | loginBtnTextColor | Authorization login button text color (China Unicom, China Telecom, China Mobile) | string | no | iOS/Android | yes | -| loginBtnImage | Authorization login button background image (China Unicom, China Telecom, China Mobile) | string | no | Android | yes | +| loginBtnImage | Authorization login button background image (China Unicom, China Telecom, China Mobile),China Unicom and China Telecom only support local images | string | no | Android | yes | | loginBtnNormalImage | Login button normal image | string | no | iOS | no | | loginBtnDisabledImage | Login button disabled image (China Mobile only) | string | no | iOS | yes | | loginBtnSelectedImage | Login button pressed image (China Unicom, China Telecom, China Mobile) | string | no | iOS | no | @@ -661,21 +661,21 @@ The content of this document has been validated based on the following version: | privacyColor | Privacy clause color (China Unicom, China Telecom, China Mobile) | Array | no | iOS/Android | yes | | privacyText | Text outside the privacy clause name (China Unicom, China Telecom, China Mobile) | Array | no | iOS/Android | yes | | privacyTextSize | Privacy clause text font size (China Unicom, China Telecom, China Mobile) | number | no | iOS/Android | yes | -| privacyTextGravityMode | Privacy clause text alignment (China Unicom, China Telecom, China Mobile) | string | no | iOS/Android | yes | +| privacyTextGravityMode | Privacy clause text alignment (China Unicom, China Telecom, China Mobile),Currently only supports left and center | string | no | iOS/Android | yes | | privacyBookSymbolEnable | Whether to display quotation marks for privacy clause (China Unicom, China Telecom, China Mobile) | boolean | no | iOS/Android | yes | | privacyX | Privacy clause x-axis offset relative to the left side of the screen (China Mobile only) | number or string | no | iOS/Android | yes | | privacyY | Privacy clause y-axis offset relative to the bottom edge of the authorization page (China Mobile only) | number or string | no | iOS/Android | yes | | privacyW | Privacy clause width | number or string | no | iOS/Android | no | | privacyH | Privacy clause height | number or string | no | iOS/Android | no | | privacyCheckboxHidden | Whether to hide checkBox, default is not hidden | boolean | no | iOS/Android | no | -| privacyCheckedImage | checkBox selected image (China Unicom, China Telecom, China Mobile) | string | no | iOS/Android | yes | -| privacyUncheckedImage | checkBox unselected image (China Unicom, China Telecom, China Mobile) | string | no | iOS/Android | yes | +| privacyCheckedImage | checkBox selected image (China Unicom, China Telecom, China Mobile),China Unicom and China Telecom only support local images | string | no | iOS/Android | yes | +| privacyUncheckedImage | checkBox unselected image (China Unicom, China Telecom, China Mobile),China Unicom and China Telecom only support local images | string | no | iOS/Android | yes | | privacyCheckboxSize | Set privacy clause checkbox size (China Unicom, China Telecom, China Mobile) | number | no | Android | yes | | privacyCheckEnable | Whether the privacy agreement is checked (China Unicom, China Telecom, China Mobile) | boolean | no | iOS/Android | yes | | privacyWebNavColor | Privacy agreement page navigation bar color (China Unicom, China Telecom, China Mobile) | number | no | iOS/Android | yes | | privacyWebNavTitleSize | Privacy agreement page navigation bar title font size (China Unicom, China Telecom, China Mobile) | number | no | iOS/Android | yes | | privacyWebNavTitleColor | Privacy agreement page navigation bar title color (China Unicom, China Telecom, China Mobile) | number | no | iOS/Android | yes | -| privacyWebNavReturnImage | Privacy agreement page navigation bar return button image (China Unicom, China Telecom) | string | no | iOS/Android | yes | +| privacyWebNavReturnImage | Privacy agreement page navigation bar return button image (China Unicom, China Telecom),Only local images are supported | string | no | iOS/Android | yes | | navColor | Navigation bar color (China Mobile only) | number | no | iOS/Android | yes | | showWindow | Whether to show popup window (China Unicom, China Telecom, China Mobile) | boolean | no | iOS/Android | yes | | logoConstraints | LOGO image layout object | array | no | iOS | no | diff --git a/zh-cn/jverification-react-native.md b/zh-cn/jverification-react-native.md index 464f3b59a9cc76485f5708c6414e91b3a207d8a8..0e73f3cac56c83360f0318150fd96e328c32a1ae 100644 --- a/zh-cn/jverification-react-native.md +++ b/zh-cn/jverification-react-native.md @@ -607,7 +607,7 @@ ohpm install ### customConfigParams | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | -| backgroundImage | 背景图片(联通、电信) | string | no | iOS/Android | yes | +| backgroundImage | 背景图片(联通、电信),仅支持本地图片 | string | no | iOS/Android | yes | | statusBarHidden | 状态栏是否隐藏 | boolean | no | iOS/Android | no | | statusBarMode | 状态栏模式(仅移动) | 'light'|'dark' | no | iOS/Android | yes | | navHidden | 导航栏是否隐藏 | boolean | no | iOS/Android | no | @@ -621,7 +621,7 @@ ohpm install | navReturnW | 导航栏左侧返回按钮图标宽度 | number | no | Android | no | | navReturnH | 导航栏左侧返回按钮图标高度 | number | no | Android | no | | logoHidden | 是否隐藏logo (联通、电信) | boolean | no | iOS/Android | yes | -| logoImage | logo图片(联通、电信) | string | no | iOS/Android | yes | +| logoImage | logo图片(联通、电信),仅支持本地图片 | string | no | iOS/Android | yes | | logoX | logo的x轴偏移 (联通、电信) | number | no | iOS/Android | yes | | logoY | logo的y轴偏移 (联通、电信) | number | no | iOS/Android | yes | | logoW | logo宽度 (联通、电信) | number | no | iOS/Android | yes | @@ -642,7 +642,7 @@ ohpm install | loginBtnText | 授权登录按钮文本内容(联通、电信、移动) | string | no | iOS/Android | yes | | loginBtnTextSize | 授权登录按钮文本字号(联通、电信、移动) | number | no | iOS/Android | yes | | loginBtnTextColor | 授权登录按钮文本颜色(联通、电信、移动) | string | no | iOS/Android | yes | -| loginBtnImage | 授权登录按钮背景图片(联通、电信、移动) | string | no | Android | yes | +| loginBtnImage | 授权登录按钮背景图片(联通、电信、移动),联通、电信仅支持本地图片 | string | no | Android | yes | | loginBtnNormalImage | 登录按钮正常图片 | string | no | iOS | no | | loginBtnDisabledImage | 登录按钮失效图片(仅移动) | string | no | iOS | yes | | loginBtnSelectedImage | 登录按钮按下图片(联通、电信、移动) | string | no | iOS | no | @@ -655,21 +655,21 @@ ohpm install | privacyColor | 隐私条款颜色(联通、电信、移动) | Array | no | iOS/Android | yes | | privacyText | 隐私条款名称外的文字(联通、电信、移动) | Array | no | iOS/Android | yes | | privacyTextSize | 隐私条款文字字体大小(联通、电信、移动) | number | no | iOS/Android | yes | -| privacyTextGravityMode | 隐私条款文本对齐方式(联通、电信、移动) | string | no | iOS/Android | yes | +| privacyTextGravityMode | 隐私条款文本对齐方式(联通、电信、移动),目前仅支持left、center | string | no | iOS/Android | yes | | privacyBookSymbolEnable | 隐私条款是否显示书名号(联通、电信、移动) | boolean | no | iOS/Android | yes | | privacyX | 隐私条款相对于屏幕左边x轴偏移(仅移动) | number or string | no | iOS/Android | yes | | privacyY | 隐私条款相对于授权页面底部下边缘y偏移(仅移动) | number or string | no | iOS/Android | yes | | privacyW | 隐私条款宽度 | number or string | no | iOS/Android | no | | privacyH | 隐私条款高度 | number or string | no | iOS/Android | no | | privacyCheckboxHidden | checkBox是否隐藏,默认不隐藏 | boolean | no | iOS/Android | no | -| privacyCheckedImage | checkBox选中时图片(联通、电信、移动) | string | no | iOS/Android | yes | -| privacyUncheckedImage | checkBox未选中时图片(联通、电信、移动) | string | no | iOS/Android | yes | +| privacyCheckedImage | checkBox选中时图片(联通、电信、移动),联通、电信仅支持本地图片 | string | no | iOS/Android | yes | +| privacyUncheckedImage | checkBox未选中时图片(联通、电信、移动),联通、电信仅支持本地图片 | string | no | iOS/Android | yes | | privacyCheckboxSize | 设置隐私条款checkbox尺寸(联通、电信、移动) | number | no | Android | yes | | privacyCheckEnable | 隐私协议是否勾选(联通、电信、移动) | boolean | no | iOS/Android | yes | | privacyWebNavColor | 隐私协议页面导航栏颜色(联通、电信、移动) | number | no | iOS/Android | yes | | privacyWebNavTitleSize | 隐私协议页面导航栏标题字号(联通、电信、移动) | number | no | iOS/Android | yes | | privacyWebNavTitleColor | 隐私协议页面导航栏标题颜色(联通、电信、移动) | number | no | iOS/Android | yes | -| privacyWebNavReturnImage | 隐私协议页面导航栏返回按钮图片(联通、电信) | string | no | iOS/Android | yes | +| privacyWebNavReturnImage | 隐私协议页面导航栏返回按钮图片(联通、电信),仅支持本地图片 | string | no | iOS/Android | yes | | navColor | 导航栏颜色(仅移动) | number | no | iOS/Android | yes | | showWindow | 是否显示弹窗(联通、电信、移动) | boolean | no | iOS/Android | yes | | logoConstraints | LOGO图片布局对象 | array | no | iOS | no |