Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(摩托范): 全屏广告-弹窗广告(优化规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 9, 2024
1 parent 86fce9e commit 1be2b8b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/apps/com.jdd.motorfans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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',
},
],
Expand Down

0 comments on commit 1be2b8b

Please sign in to comment.