Skip to content

Commit 00b4023

Browse files
committed
🎉 发布 v1.4.0
1 parent 92432ae commit 00b4023

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## 1.4.0 [2021-12-05]
77
* 新增 `信息流` 广告
8-
* 优化 `Banner` 广告内部增加宽高设置,不在需要外部嵌套一层约束 Widget
8+
* 优化 `Banner` 广告内部增加宽高设置,不在需要外部嵌套一层约束组件
99
* 优化统一底层架构
1010
* 更新 Android SDK `v4.430.1300`
1111

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ AspectRatio(
148148
aspectRatio: 6.4 / 1, // 6.4:1 的比例
149149
child: AdBannerWidget(
150150
posId: AdsConfig.bannerId02,
151+
width: double.maxFinite,
152+
height: double.maxFinite,
151153
interval: 120,
152154
),
153155
),

0 commit comments

Comments
 (0)