diff --git a/src/apps/info.muge.appshare.ts b/src/apps/info.muge.appshare.ts index 044ee873..591d0b0b 100644 --- a/src/apps/info.muge.appshare.ts +++ b/src/apps/info.muge.appshare.ts @@ -46,20 +46,21 @@ export default defineAppConfig({ }, { key: 1, - name: '局部广告-卡片式广告', + name: '局部广告-软件详情页卡片广告', + desc: '点击关闭', + activityIds: 'info.muge.appshare.view.app.detail.AppDetailActivity', rules: [ { key: 0, - name: '腾讯广告', - activityIds: 'info.muge.appshare.view.app.detail.AppDetailActivity', - matches: [ - '[id="info.muge.appshare:id/adContainer"] >n FrameLayout > ImageView - FrameLayout[childCount=1] > ImageView[childCount=0]', - '[id="info.muge.appshare:id/adContainer"] >n FrameLayout[desc*="dislike"]', //新规则 - ], + quickFind: true, + matches: + '@FrameLayout[index=2] <3 FrameLayout[childCount=5] <6 FrameLayout[visibleToUser=true][index=2][desc!=null]', + '@View[clickable=true] < FrameLayout[desc*="dislike"] <3 * < * <3 FrameLayout[childCount=3] < [text="不感兴趣"]', + exampleUrls: + 'https://m.gkd.li/57941037/27a5eebc-a55a-466e-85f3-7642c23b4b3d', + snapshotUrls: 'https://i.gkd.li/import/14161009', }, ], },