release: 1.0.14

This commit is contained in:
2026-04-23 17:14:27 +08:00
parent b56b47912e
commit 915180881d
5 changed files with 136 additions and 52 deletions

View File

@@ -1,3 +1,11 @@
# [1.0.14]
### 修复
* `AsyncAdPlayer` 增加展示确认阶段和统一失败收口,避免 `show` 发起后无回调时主链失联。
* 抽象播放器补充展示超时配置与内部展示开始通知,保持外部调用接口不变。
* 清理广告源级失败对主链的误接线,避免 `AdSource` 过程回调误判为最终失败。
# [1.0.13]
### 修复