From afd1a91f60908a929a6cfcc0e7e557df167f4ff3 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 29 Jul 2025 18:57:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E7=8F=AD-=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xishang.jihua.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/com.xishang.jihua.ts b/src/apps/com.xishang.jihua.ts index 3030323a..3dca7d60 100644 --- a/src/apps/com.xishang.jihua.ts +++ b/src/apps/com.xishang.jihua.ts @@ -13,12 +13,17 @@ export default defineGkdApp({ rules: [ { fastQuery: true, - activityIds: + activityIds: [ 'com.bytedance.sdk.openadsdk.core.component.reward.activity.TTFullScreenVideoActivity', + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + ], matches: '@ImageView[childCount=0][width<100 && height<100] < ViewGroup < ViewGroup < ViewGroup < ViewGroup +2 ViewGroup >3 [text="广告"][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/5a9d8d4c-a638-46d9-ab67-9b3b115b96e1', - snapshotUrls: 'https://i.gkd.li/i/21480268', + snapshotUrls: [ + 'https://i.gkd.li/i/21480268', + 'https://i.gkd.li/i/21487176', + ], }, ], },