From a3a15d9f8dae44b6ffc6899bac24af088952a621 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:13:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A5=BF=E7=93=9C=E8=A7=86=E9=A2=91):?= =?UTF-8?q?=E7=BA=A2=E5=8C=85=E5=BC=B9=E7=AA=97=20(#3029)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2963 --- src/apps/com.ss.android.article.video.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/com.ss.android.article.video.ts b/src/apps/com.ss.android.article.video.ts index f9387880..8d580d3f 100644 --- a/src/apps/com.ss.android.article.video.ts +++ b/src/apps/com.ss.android.article.video.ts @@ -32,5 +32,16 @@ export default defineAppConfig({ '@TextView[id="com.ss.android.article.video:id/sj"][text="暂不开启"]', snapshotUrls: 'https://i.gkd.li/import/13456568', }, + { + key: 6, + name: '红包弹窗', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.ss.android.article.video.activity.SplashActivity', + rules: '@FlattenUIImage[clickable=true] -2 [text="开心收下"]', + snapshotUrls: 'https://i.gkd.li/import/13620299', + }, ], });