From 96f9445ee226718f4c0ff020ef12bd69d4fe2ae9 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:51:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(AH=E8=A7=86=E9=A2=91):=20=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E5=BC=8F=E5=B9=BF=E5=91=8A=20(#3092)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chunqiu.ah.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.chunqiu.ah.ts b/src/apps/com.chunqiu.ah.ts index 243e5918..8ba27bd7 100644 --- a/src/apps/com.chunqiu.ah.ts +++ b/src/apps/com.chunqiu.ah.ts @@ -37,5 +37,19 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '卡片式广告', + rules: [ + { + key: 0, + name: '腾讯广告', + activityIds: 'com.androlua.LuaActivity', + matches: + 'ImageView < FrameLayout -2 FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', + snapshotUrls: 'https://i.gkd.li/import/13635499', + }, + ], + }, ], });