File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 3.0.4
2+ + 优化:修复iOS privacyNavTitleTextSize 字段对自定义协议隐私协议页面不生效的问题
13## 3.0.3
24+ 优化:修复bug
35## 3.0.2
Original file line number Diff line number Diff line change @@ -983,6 +983,7 @@ - (void)setCustomUIWithUIConfig:(JVUIConfig *)uiconfig configArguments:(NSDictio
983983 NSAttributedString *privayAttr = [[NSAttributedString alloc ]initWithString:privacyNavText attributes: privayNavTextAttr];
984984 uiconfig.agreementNavText = privayAttr;
985985 uiconfig.agreementNavTextColor = privacyNavTitleTextColor;
986+ uiconfig.agreementNavTextFont = [UIFont systemFontOfSize: [privacyNavTitleTextSize floatValue ]];
986987
987988 NSString *privacyNavReturnBtnImage =[self getValue: config key: @" privacyNavReturnBtnImage" ];
988989 if (privacyNavReturnBtnImage){
Original file line number Diff line number Diff line change 11name : jverify
22description : JIGUANG Official Jverifycation SDK flutter plugin project.
3- version : 3.0.3
3+ version : 3.0.4
44homepage : https://www.jiguang.cn
55
66environment :
You can’t perform that action at this time.
0 commit comments