Skip to content

Commit 57d0be9

Browse files
authored
Merge pull request #54 from skill20/dev
v0.6.5 修复ios适配bug
2 parents cf812a2 + cb91d5e commit 57d0be9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
## 0.6.5
2+
+ 修复:ios隐私页面标题获取异常及navColor问题
23
## 0.6.4
34
+ 新增:授权页和隐私页状态栏样式
45
+ 新增:授权页弹出是否使用动画

documents/APIs.md

+1
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ uiConfig.needCloseAnim = true;
371371
uiConfig.privacyNavColor = Colors.red.value;;
372372
uiConfig.privacyNavTitleTextColor = Colors.blue.value;
373373
uiConfig.privacyNavTitleTextSize = 16;
374+
uiConfig.privacyNavTitleTitle = "协议0 web页标题";//仅ios
374375
uiConfig.privacyNavTitleTitle1 = "协议1 web页标题";
375376
uiConfig.privacyNavTitleTitle2 = "协议2 web页标题";
376377
Jverify jverify = new Jverify();

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jverify
22
description: JIGUANG Official Jverifycation SDK flutter plugin project.
3-
version: 0.6.4
3+
version: 0.6.5
44
author: xudong.rao <[email protected]>
55
homepage: https://www.jiguang.cn
66

0 commit comments

Comments
 (0)