From 691b77597dee3d32c463f62f89f05c62d6ce4a0b Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:34:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=91=A9=E6=89=98=E8=8C=83):=20=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=B9=BF=E5=91=8A=EF=BC=88=E5=88=A0=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E5=AD=97=E6=AE=B5=EF=BC=89=20(#2709)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jdd.motorfans.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/apps/com.jdd.motorfans.ts b/src/apps/com.jdd.motorfans.ts index 33426d68..0d4ac62c 100644 --- a/src/apps/com.jdd.motorfans.ts +++ b/src/apps/com.jdd.motorfans.ts @@ -6,8 +6,7 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '第三方 SDK 广告弹窗', - matchLauncher: true, + name: '弹窗广告', activityIds: [], rules: [ { @@ -29,7 +28,7 @@ export default defineAppConfig({ { key: 1, matches: '@ImageView -n RelativeLayout > TextView[text*="广告"]', - snapshotUrls: ['https://i.gkd.li/import/12826288'], + snapshotUrls: 'https://i.gkd.li/import/12826288', }, ], },