Skip to content

Commit 7f0d6c3

Browse files
committed
fix(kill-watermark): 修复爱奇艺动态水印移除
1 parent 7ac94d5 commit 7f0d6c3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.changeset/chilled-waves-care.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'kill-watermark': patch
3+
---
4+
5+
修复爱奇艺动态水印移除

packages/kill-watermark/src/sites/iqiyi.com/index.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
.iqp-logo-top,
44
.iqp-logo-bottom,
55
#video #videoCoverComp div[style*='pointer-events: none'] img[src*='/media/watermark'],
6-
#video #videoCoverComp div[style*='pointer-events: none'] img[src*='data:image/']
7-
6+
#video #videoCoverComp div[style*='pointer-events: none'] img[src*='data:image/'],
87
/* 直播右上角 log */
98
.zpc-watermark,
109

0 commit comments

Comments
 (0)