diff --git a/src/apps/com.jdd.motorfans.ts b/src/apps/com.jdd.motorfans.ts index 9c04e537..43a880d0 100644 --- a/src/apps/com.jdd.motorfans.ts +++ b/src/apps/com.jdd.motorfans.ts @@ -7,12 +7,14 @@ export default defineAppConfig({ { key: 1, name: '全屏广告-弹窗广告', - activityIds: [], rules: [ { key: 0, + quickFind: true, matches: '[id="com.jdd.motorfans:id/ad_content"] >n [id="com.jdd.motorfans:id/iv_close"]', + exampleUrls: + 'https://user-images.githubusercontent.com/44717382/270852019-b0296eaa-a378-49b3-877b-acefca2a7d58.gif', snapshotUrls: [ 'https://i.gkd.li/i/12733646', // com.jdd.motorfans.MTMainActivity 'https://i.gkd.li/i/12798654', // com.jdd.motorfans.modules.detail.DetailActivity2 @@ -21,13 +23,12 @@ export default defineAppConfig({ 'https://i.gkd.li/i/13188861', // com.jdd.motorfans.message.ChatDetailActivity 'https://i.gkd.li/i/12840710', // com.miui.home.launcher.Launcher 'https://i.gkd.li/i/13188928', // com.tencent.mm.ui.LauncherUI + 'https://i.gkd.li/i/14546613', ], - exampleUrls: - 'https://user-images.githubusercontent.com/44717382/270852019-b0296eaa-a378-49b3-877b-acefca2a7d58.gif', }, { key: 1, - matches: '@ImageView -n RelativeLayout > TextView[text*="广告"]', + matches: '@ImageView - RelativeLayout > TextView[text="广告"]', snapshotUrls: 'https://i.gkd.li/i/12826288', }, ],