diff --git a/src/apps/com.qihoo.camera.ts b/src/apps/com.qihoo.camera.ts index aa7430bf..9ae5a6ad 100644 --- a/src/apps/com.qihoo.camera.ts +++ b/src/apps/com.qihoo.camera.ts @@ -7,11 +7,31 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.qihoo.jia.ui.activity.SplashActivity', - matchLauncher: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', quickFind: true, - rules: '[text="跳过"]', + rules: '[text*="跳过"][text.length<=10]', snapshotUrls: 'https://i.gkd.li/import/12846783', }, + { + key: 6, + name: '卡录像界面广告', + actionMaximum: 1, + activityIds: 'com.qihoo.jia.playpage.RecordPlayActivity', + rules: [ + { + name: '视频下方卡片式广告', + matches: + 'ViewGroup[childCount=2] > ImageView[clickable=true] + ImageView[clickable=true]', + }, + { + name: '云收藏弹窗广告', + matches: + 'ViewGroup > @ImageView[clickable=true] -n TextView[text="云收藏"]', + }, + ], + snapshotUrls: 'https://i.gkd.li/import/13630755', + }, ], });