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