mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
feat: 爱奇艺PAD (#1518)
Co-authored-by: GYF2003 <2941428160@qq.com> Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -15,7 +15,6 @@ export default defineGkdApp({
|
|||||||
priorityTime: 10000,
|
priorityTime: 10000,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'org.qiyi.android.video.MainActivity',
|
|
||||||
matches: '@[clickable=true] >2 [text="关闭"]',
|
matches: '@[clickable=true] >2 [text="关闭"]',
|
||||||
exampleUrls: [
|
exampleUrls: [
|
||||||
'https://e.gkd.li/e731c9e7-b93e-4d3f-ae6c-887554b27d5a',
|
'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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user