From 04b01120d8ac62f17de716df2a14b9ec83f566c9 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 24 Dec 2023 21:12:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=87=AA=E5=8A=A8=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=99=A8):=20=E5=8D=A1=E7=89=87=E5=BC=8F=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99=EF=BC=89=20(#3409?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zidongdianji.ts | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/apps/com.zidongdianji.ts b/src/apps/com.zidongdianji.ts index 5151a4fe..4abe0730 100644 --- a/src/apps/com.zidongdianji.ts +++ b/src/apps/com.zidongdianji.ts @@ -15,15 +15,20 @@ export default defineAppConfig({ }, { key: 1, - name: '首页顶部广告卡片', - activityIds: 'com.autoclicker.clicker.MainActivity', + name: '卡片式广告', rules: [ { + key: 0, activityIds: 'com.bytedance.sdk.openadsdk.core.dislike.ui', matches: '@LinearLayout > TextView[id=`com.byted.pangle:id/tt_item_tv`][text=`不感兴趣`]', }, - 'Image < @View + View >2 [text*=`广告`]', + { + key: 1, + activityIds: 'com.autoclicker.clicker.MainActivity', + matches: 'Image < @View + View > View > [text="广告"]', + snapshotUrls: 'https://i.gkd.li/import/13761239', + }, ], }, ],