diff --git a/src/apps/com.jxedt.ts b/src/apps/com.jxedt.ts index b5b02463..3f6b31d4 100644 --- a/src/apps/com.jxedt.ts +++ b/src/apps/com.jxedt.ts @@ -6,17 +6,16 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '首页广告', - activityIds: ['com.jxedt.ui.activitys.GuideActivity'], - rules: [ - { - matches: '[id="com.jxedt:id/tv_guide_tiaoguo" || text*="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12605051', - 'https://i.gkd.li/import/12605053', - 'https://i.gkd.li/import/12605057', - ], - }, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: [ + 'https://i.gkd.li/import/12605051', + 'https://i.gkd.li/import/12605053', + 'https://i.gkd.li/import/12605057', ], }, { @@ -26,5 +25,18 @@ export default defineAppConfig({ rules: '[id="com.jxedt:id/img_question_banner_close"]', snapshotUrls: 'https://i.gkd.li/import/13195641', }, + { + key: 3, + name: '弹窗广告', + rules: [ + { + key: 0, + activityIds: 'com.jxedt.ui.activitys.NewHomeActivity', + quickFind: true, + matches: '[id="com.jxedt:id/img_dialog_ad_close"]', + snapshotUrls: 'https://i.gkd.li/import/13476741', + }, + ], + }, ], });