diff --git a/src/apps/com.zhiyin.qingdan.dashixiong.ts b/src/apps/com.zhiyin.qingdan.dashixiong.ts index 54e188454..f1b6181eb 100644 --- a/src/apps/com.zhiyin.qingdan.dashixiong.ts +++ b/src/apps/com.zhiyin.qingdan.dashixiong.ts @@ -7,30 +7,24 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.zhiyin.qingdan.dashixiong.MainActivity', - matchLauncher: true, quickFind: true, - rules: [ - { - key: 0, - matches: 'ImageView -n LinearLayout > [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12843284', - }, - { - key: 1, - matches: - '[id="com.zhiyin.qingdan.dashixiong:id/ksad_splash_circle_skip_view"] > [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12843283', - }, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: [ + 'https://i.gkd.li/import/12843284', + 'https://i.gkd.li/import/12843283', ], }, { key: 1, - name: '应用内广告弹窗', + name: '弹窗广告', activityIds: 'com.zhiyin.qingdan.dashixiong.MainActivity', rules: [ { key: 0, + name: '快手广告', quickFind: true, matches: '@ImageView ViewGroup > [text="广告"]', @@ -38,20 +32,26 @@ export default defineAppConfig({ }, { key: 1, + name: '腾讯广告-1', matches: - 'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView', + 'ImageView - LinearLayout - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', snapshotUrls: 'https://i.gkd.li/import/12843282', }, { key: 2, - matches: 'ImageView - FrameLayout > FrameLayout > ImageView', + name: '腾讯广告-2', + activityIds: 'com.qq.e.ads.ADActivity', + matches: + 'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', snapshotUrls: [ 'https://i.gkd.li/import/12843345', 'https://i.gkd.li/import/12843333', + 'https://i.gkd.li/import/13400656', // com.qq.e.ads.ADActivity ], }, { key: 3, + name: '字节广告', quickFind: true, matches: '@Image < View +n View > View > View > [text="广告"]', snapshotUrls: 'https://i.gkd.li/import/12843323',