feat: 视频水印固定位置显示;允许截屏禁止录屏

This commit is contained in:
2026-06-24 14:56:10 +08:00
parent a0b4b1a53e
commit e8542f99dc
13 changed files with 580 additions and 47 deletions

View File

@@ -1,3 +1,5 @@
## 1.0.72026-06-16
- 新增 iOS setUserCaptureScreen 支持 antiRecordOnly 参数enable 为 false 且 antiRecordOnly 为 true 时,仅禁止录屏/投屏允许截屏。实现方式为进入时提前挂载安全层UITextField.isSecureTextEntry默认不保护、保留 field 实例),通过 UIScreen.isCaptured 监听录屏/投屏,仅在录屏期间翻转 isSecureTextEntry——实时显示正常、录制到的文件为黑屏平时不影响截屏录屏进行中截屏也为黑。Android/鸿蒙忽略该参数,仍为截屏+录屏一起禁止。
## 1.0.62024-11-22
- 修复 HarmonyOS Next 上调用 setUserCaptureScreen 报错的 Bug
## 1.0.52024-10-14