mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(爱奇艺): 开屏广告(优化规则) (#2179)
This commit is contained in:
@@ -8,10 +8,14 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'org.qiyi.android.video.MainActivity',
|
matchTime: 10000,
|
||||||
rules:
|
actionMaximum: 1,
|
||||||
'@LinearLayout[id=`com.qiyi.video:id/unused_res_a`] > TextView[text=`关闭`][id=`com.qiyi.video:id/unused_res_a`]',
|
resetMatch: 'app',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13160866',
|
rules: '@LinearLayout > [text="关闭"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13160866',
|
||||||
|
'https://i.gkd.li/import/13379565',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user