jgnpmplus-jverification-cordova-plugin
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -97,4 +97,2 @@ ## 参考资料 | ||
|:-----:|:----:|:----:| | ||
|setAppPrivacyOne|String,String|设置开发者隐私条款1名称和URL(名称,url)| | ||
|setAppPrivacyTwo|String,String|设置开发者隐私条款2名称和URL(名称,url)| | ||
|setAppPrivacyColor|int,int|设置隐私条款名称颜色(基础文字颜色,协议文字颜色)| | ||
@@ -107,3 +105,2 @@ |setPrivacyOffsetY|int|设置隐私条款相对于授权页面底部下边缘y偏移| | ||
|setPrivacyTextCenterGravity|boolean|设置隐私条款文字是否居中对齐(默认左对齐)。since 2.3.8| | ||
|setPrivacyText|String,String,String,String|设置隐私条款名称外的文字。<br>如:登录即同意...和...、...并使用本机号码登录<br>参数1为:"登录即同意"。<br>参数2为:"和"。<br>参数3为:"、"。<br>参数4为:"并使用本机号码登录"。<br>since 2.3.8| | ||
|setPrivacyTextSize|int|设置隐私条款文字字体大小(单位:sp)。since 2.4.1| | ||
@@ -118,3 +115,20 @@ |setPrivacyTopOffsetY|int|设置隐私条款相对导航栏下端y轴偏移。since 2.4.8| | ||
|setPrivacyUnderlineText|boolean|设置隐私条款文字字体是否加下划线。since 2.5.4| | ||
|appPrivacys|json array|设置开发者自定义隐私协议。<br>appPrivacyName:隐私条款名称;<br>appPrivacyUrl:隐私条款URL;<br>appPrivacySeparator:连接符号。<br>可参考下方《隐私协议设置示例》。since 2.7.4 | | ||
+ 隐私协议设置示例 | ||
``` | ||
appPrivacys:[ | ||
{ | ||
"appPrivacyName":"自定义条款1", | ||
"appPrivacyUrl":"https://www.jiguang.cn/about", | ||
"appPrivacySeparator":"、" | ||
}, | ||
{ | ||
"appPrivacyName":"自定义条款2", | ||
"appPrivacyUrl":"https://www.jiguang.cn/about", | ||
"appPrivacySeparator":"、" | ||
} | ||
] | ||
``` | ||
+ 授权页隐私协议web页面 | ||
@@ -121,0 +135,0 @@ |
@@ -20,3 +20,3 @@ { | ||
"cordova-plugin-jcore": "^1.4.4", | ||
"jgnpmplus-jverification-cordova-plugin": "^2.0.5" | ||
"jgnpmplus-jverification-cordova-plugin": "^2.0.6" | ||
}, | ||
@@ -23,0 +23,0 @@ "cordova": { |
{ | ||
"name": "jgnpmplus-jverification-cordova-plugin", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "jgnpmplus-JVerification-cordova-plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
23
46040789
105
297