From 686b0bcae94583de9c6360ce35af5de485463f52 Mon Sep 17 00:00:00 2001 From: Lin-arm <85251920+Lin-arm@users.noreply.github.com> Date: Sat, 15 Nov 2025 14:01:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E6=8F=90=E7=8E=B0=E5=90=8E-=E5=80=9F=E8=B4=B7=E5=BC=B9?= =?UTF-8?q?=E7=AA=97-x=E6=8E=89=20(#1445)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AIsouler --- src/apps/com.ss.android.ugc.aweme.lite.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.ss.android.ugc.aweme.lite.ts b/src/apps/com.ss.android.ugc.aweme.lite.ts index e5fac487..2cddcd66 100644 --- a/src/apps/com.ss.android.ugc.aweme.lite.ts +++ b/src/apps/com.ss.android.ugc.aweme.lite.ts @@ -69,5 +69,18 @@ export default defineGkdApp({ }, ], }, + { + key: 11, + name: '全屏广告', + rules: [ + { + activityIds: + 'com.ss.android.ugc.aweme.live.LiveDummyHybridTransparentActivity', + matches: + '@Image[clickable=true][text!=null][width<100 && height<100] +4 View >2 [text="同意协议并查看额度"][visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/i/23558501', + }, + ], + }, ], });