From 09091b64eafba0b1b17b349f7954b7cf83d90cea Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 23 Apr 2024 21:27:30 +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-=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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.kuaishou.nebula.ts b/src/apps/com.kuaishou.nebula.ts index b7cf42ee..81f7ab82 100644 --- a/src/apps/com.kuaishou.nebula.ts +++ b/src/apps/com.kuaishou.nebula.ts @@ -36,10 +36,14 @@ export default defineGkdApp({ key: 1, quickFind: true, activityIds: 'com.yxcorp.gifshow.HomeActivity', - matches: '@ImageView[clickable=true] -2 [text$="免费红包"]', + matches: + '@ImageView[clickable=true] - ViewGroup[childCount=3] n [text*="红包"]', exampleUrls: 'https://m.gkd.li/101449500/f7bbd1db-f519-4ff9-96cb-4cb5b2f483a2', - snapshotUrls: 'https://i.gkd.li/i/14879912', + snapshotUrls: [ + 'https://i.gkd.li/i/14879912', + 'https://i.gkd.li/i/15061662', + ], }, ], },