From 4aa21f85d1e55552ffd060dcd484effb513b748e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 22 Apr 2024 21:07:45 +0800 Subject: [PATCH] =?UTF-8?q?perf(=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-=E6=9C=8B?= =?UTF-8?q?=E5=8F=8B=E6=8E=A8=E8=8D=90=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 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/apps/com.kuaishou.nebula.ts b/src/apps/com.kuaishou.nebula.ts index b2210309..5c720263 100644 --- a/src/apps/com.kuaishou.nebula.ts +++ b/src/apps/com.kuaishou.nebula.ts @@ -15,10 +15,15 @@ export default defineGkdApp({ { key: 2, name: '全屏广告-朋友推荐弹窗', - activityIds: 'com.yxcorp.gifshow.HomeActivity', - quickFind: true, - rules: '@[vid="close_btn"] + [text="朋友推荐"]', - snapshotUrls: 'https://i.gkd.li/i/14310639', + rules: [ + { + key: 0, + quickFind: true, + activityIds: 'com.yxcorp.gifshow.HomeActivity', + matches: '@[vid="close_btn"] [text="朋友推荐"]', + snapshotUrls: 'https://i.gkd.li/i/14310639', + }, + ], }, { key: 3,