From 788e59a42f850ef01d02dcafbe13b21a2a9691e8 Mon Sep 17 00:00:00 2001 From: zmtlwzy <49909526+zmtlwzy@users.noreply.github.com> Date: Sat, 10 May 2025 15:42:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=9A=E5=B1=8F=E4=BA=92=E5=8A=A8-?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A7=84=E5=88=99=20(#899)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zmtlwzy <49909526+zmtlwzy@users.noreply.github.com> Co-authored-by: AIsouler --- src/apps/com.tnscreen.main.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.tnscreen.main.ts b/src/apps/com.tnscreen.main.ts index b1c25759..99903b0d 100644 --- a/src/apps/com.tnscreen.main.ts +++ b/src/apps/com.tnscreen.main.ts @@ -28,6 +28,7 @@ export default defineGkdApp({ desc: '点击关闭', rules: [ { + key: 0, activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', matches: @@ -35,6 +36,15 @@ export default defineGkdApp({ exampleUrls: 'https://e.gkd.li/be4513a1-fdf8-4889-a65d-55e2e0664afc', snapshotUrls: 'https://i.gkd.li/i/18371332', }, + { + key: 1, + fastQuery: true, + activityIds: 'com.tcl.tcast.snapshot.view.ShotPicActivity', + matches: + '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text="查看详情" || text="了解更多" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]', + exampleUrls: 'https://e.gkd.li/93834d55-142f-4371-ae5b-db65b168db7f', + snapshotUrls: 'https://i.gkd.li/i/20123436', + }, ], }, ],