From 31bbd46fffc63ce2d9879a7eef77d271cc7682de Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 1 Mar 2024 11:35:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E5=9B=BD=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E4=BA=91=E7=9B=98):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chinamobile.mcloud.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/apps/com.chinamobile.mcloud.ts b/src/apps/com.chinamobile.mcloud.ts index 5dc87ed7..078fca9e 100644 --- a/src/apps/com.chinamobile.mcloud.ts +++ b/src/apps/com.chinamobile.mcloud.ts @@ -35,14 +35,13 @@ export default defineAppConfig({ key: 0, activityIds: 'com.chinamobile.mcloud.client.ui.MenuActivity', quickFind: true, - matches: - '[id="com.chinamobile.mcloud:id/rl_container"] + [id="com.chinamobile.mcloud:id/iv_close"]', + matches: '[id="com.chinamobile.mcloud:id/iv_close"]', snapshotUrls: 'https://i.gkd.li/i/13627826', }, { key: 1, activityIds: 'com.chinamobile.mcloud.client.ui.MenuActivity', - matches: '[text="马上领取"] +n View > Image[clickable=true]', + matches: '[text="马上领取"] +3 View > Image[clickable=true]', snapshotUrls: 'https://i.gkd.li/i/13627832', }, ],