From 0993eb2837e24dba795d99f280e831d03450bdac Mon Sep 17 00:00:00 2001 From: Otis0227 <106000651+Otis0227@users.noreply.github.com> Date: Sun, 29 Oct 2023 02:39:04 +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=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=A7=84?= =?UTF-8?q?=E5=88=99=E4=BC=98=E5=8C=96;=20=E9=9D=92=E5=B0=91=E5=B9=B4?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E8=B7=B3=E8=BF=87=20(#1532)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(快手极速版):青少年弹窗跳过 快手极速版,青少年弹窗跳过 * Update com.kuaishou.nebula.ts * Update com.kuaishou.nebula.ts * feat(快手极速版): 规则优化 --------- Co-authored-by: lisonge --- src/apps/com.kuaishou.nebula.ts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/apps/com.kuaishou.nebula.ts b/src/apps/com.kuaishou.nebula.ts index 23fc24da..453a9602 100644 --- a/src/apps/com.kuaishou.nebula.ts +++ b/src/apps/com.kuaishou.nebula.ts @@ -7,9 +7,20 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.yxcorp.gifshow.HomeActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: '[id="com.kuaishou.nebula:id/splash_skip_text"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12519389', }, + { + key: 1, + name: '青少年弹窗', + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.yxcorp.gifshow.HomeActivity', + rules: '[id="com.kuaishou.nebula:id/positive"][text="我知道了"]', + snapshotUrls: 'https://i.gkd.li/import/13196316', + }, ], });