From e75cfe0e8c062c1108f0940bc103eca7f4f5f585 Mon Sep 17 00:00:00 2001 From: lisonge Date: Wed, 20 Sep 2023 18:33:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BD=AF=E4=BB=B6=E5=95=86=E5=BA=97):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-=E9=80=82=E9=85=8D?= =?UTF-8?q?=E8=8B=B1=E6=96=87=20(#202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.heytap.market.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/com.heytap.market.ts b/src/apps/com.heytap.market.ts index 475d5652..0ab68ca4 100644 --- a/src/apps/com.heytap.market.ts +++ b/src/apps/com.heytap.market.ts @@ -10,7 +10,7 @@ export default defineAppConfig({ activityIds: 'com.heytap.cdo.client.cards.page.main.maintab.MainTabActivity', rules: - '[id="android:id/content"] > RelativeLayout > LinearLayout > [text="跳过"]', + '[id="android:id/content"] > RelativeLayout > LinearLayout > [text="跳过"||text="Skip"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12506561', }, ],