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', + }, ], }, ],