From 09390232d7191a401ef91de0368bd559a3704aa0 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 9 Oct 2024 15:45:23 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E5=85=AD=E5=8F=AA=E8=84=9A):=20=E5=B1=80?= =?UTF-8?q?=E9=83=A8=E5=B9=BF=E5=91=8A-=E4=BF=A1=E6=81=AF=E6=B5=81?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.topgether.sixfoot.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.topgether.sixfoot.ts b/src/apps/com.topgether.sixfoot.ts index 2a9f481b..5796c908 100644 --- a/src/apps/com.topgether.sixfoot.ts +++ b/src/apps/com.topgether.sixfoot.ts @@ -36,9 +36,12 @@ export default defineGkdApp({ fastQuery: true, activityIds: 'Pro.biz.home.ProMainActivity', matches: - '@ImageView[childCount=0][text=null] < FrameLayout[childCount=1] - LinearLayout > [text="下载应用"]', + '@ImageView[childCount=0][text=null] < FrameLayout[childCount=1] - LinearLayout > [text="下载应用" || text="立即申请"]', exampleUrls: 'https://e.gkd.li/32475c6e-888a-4048-b7ed-5b3bc3c1c580', - snapshotUrls: 'https://i.gkd.li/i/17268235', + snapshotUrls: [ + 'https://i.gkd.li/i/17268235', + 'https://i.gkd.li/i/17303774', + ], }, ], },