From 0c49b13d7a350e2c1c16d6e39fc6f6282377f04b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 5 Apr 2024 17:34:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=AB=E6=89=8B=E6=9E=81=E9=80=9F?= =?UTF-8?q?=E7=89=88):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E7=BA=A2?= =?UTF-8?q?=E5=8C=85=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.kuaishou.nebula.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.kuaishou.nebula.ts b/src/apps/com.kuaishou.nebula.ts index b8567c37..c9978ec7 100644 --- a/src/apps/com.kuaishou.nebula.ts +++ b/src/apps/com.kuaishou.nebula.ts @@ -20,5 +20,20 @@ export default defineAppConfig({ rules: '@[vid="close_btn"] + [text="朋友推荐"]', snapshotUrls: 'https://i.gkd.li/i/14310639', }, + { + key: 3, + name: '全屏广告-红包弹窗', + rules: [ + { + key: 1, + quickFind: true, + activityIds: 'com.yxcorp.gifshow.HomeActivity', + matches: '@ImageView[clickable=true] -2 [text$="免费红包"]', + exampleUrls: + 'https://m.gkd.li/101449500/f7bbd1db-f519-4ff9-96cb-4cb5b2f483a2', + snapshotUrls: 'https://i.gkd.li/i/14879912', + }, + ], + }, ], });