From a9856c5c2caccff8afb90b83b66fbd2a77ef3f03 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:25:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=91=A9=E6=89=98=E8=8C=83):=20=E7=AC=AC?= =?UTF-8?q?=E4=B8=89=E6=96=B9=20SDK=20=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=EF=BC=88=E5=AE=8C=E5=96=84=E8=A7=84=E5=88=99=EF=BC=89=20(#1469?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jdd.motorfans.ts | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/apps/com.jdd.motorfans.ts b/src/apps/com.jdd.motorfans.ts index d7aed76a..72a7a40b 100644 --- a/src/apps/com.jdd.motorfans.ts +++ b/src/apps/com.jdd.motorfans.ts @@ -8,24 +8,20 @@ export default defineAppConfig({ key: 1, name: '第三方 SDK 广告弹窗', matchLauncher: true, - activityIds: [ - 'com.jdd.motorfans.MTMainActivity', - 'com.jdd.motorfans.modules.detail.DetailActivity2', - 'com.jdd.motorfans.search.SearchMainActivity', - 'com.jdd.motorfans.modules.base.FragmentContainerActivity', - 'com.miui.home.launcher.Launcher', - ], + activityIds: [], rules: [ { key: 0, matches: '[id="com.jdd.motorfans:id/ad_content"] >n [id="com.jdd.motorfans:id/iv_close"]', snapshotUrls: [ - 'https://gkd-kit.gitee.io/import/12733646', - 'https://i.gkd.li/import/12798654', - 'https://i.gkd.li/import/12878843', - 'https://i.gkd.li/import/12840710', + 'https://gkd-kit.gitee.io/import/12733646', // com.jdd.motorfans.MTMainActivity + 'https://i.gkd.li/import/12798654', // com.jdd.motorfans.modules.detail.DetailActivity2 + 'https://i.gkd.li/import/12878843', // com.jdd.motorfans.search.SearchMainActivity 'https://i.gkd.li/import/12913956', // com.jdd.motorfans.modules.base.FragmentContainerActivity + 'https://i.gkd.li/import/13188861', // com.jdd.motorfans.message.ChatDetailActivity + 'https://i.gkd.li/import/12840710', // com.miui.home.launcher.Launcher + 'https://i.gkd.li/import/13188928', // com.tencent.mm.ui.LauncherUI ], exampleUrls: 'https://user-images.githubusercontent.com/44717382/270852019-b0296eaa-a378-49b3-877b-acefca2a7d58.gif',