From 9a39464ab0a66b3b94f37db40f75911f9dfc371f Mon Sep 17 00:00:00 2001 From: Ad_abandon <118882635+GYF2003@users.noreply.github.com> Date: Sun, 30 Nov 2025 19:21:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=88=B1=E5=A5=87=E8=89=BAPAD=20(#1518?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: GYF2003 <2941428160@qq.com> Co-authored-by: AIsouler --- src/apps/com.qiyi.video.pad.ts | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/apps/com.qiyi.video.pad.ts b/src/apps/com.qiyi.video.pad.ts index c0843848..91978f06 100644 --- a/src/apps/com.qiyi.video.pad.ts +++ b/src/apps/com.qiyi.video.pad.ts @@ -15,7 +15,6 @@ export default defineGkdApp({ priorityTime: 10000, rules: [ { - activityIds: 'org.qiyi.android.video.MainActivity', matches: '@[clickable=true] >2 [text="关闭"]', exampleUrls: [ 'https://e.gkd.li/e731c9e7-b93e-4d3f-ae6c-887554b27d5a', @@ -28,5 +27,19 @@ export default defineGkdApp({ }, ], }, + { + key: 1, + name: '全屏广告-暂停播放后出现的广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: 'org.iqiyi.video.activity.PlayerActivity', + matches: '@[clickable=true] > [text^="关闭广告"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/471a67f0-5926-4caa-a070-2b4635b5052a', + snapshotUrls: 'https://i.gkd.li/i/23837894', + }, + ], + }, ], });