From 775bcd80ffc5b9baedfb19a6f82ccff107093b06 Mon Sep 17 00:00:00 2001 From: lisonge Date: Thu, 28 Sep 2023 19:37:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(AppShare):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#477)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/info.muge.appshare.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/apps/info.muge.appshare.ts b/src/apps/info.muge.appshare.ts index 9a6d2862..8466ec49 100644 --- a/src/apps/info.muge.appshare.ts +++ b/src/apps/info.muge.appshare.ts @@ -13,8 +13,7 @@ export default defineAppConfig({ ], rules: [ { - matches: - '@[id="com.byted.pangle:id/tt_splash_skip_btn"] + [id="com.byted.pangle:id/tt_splash_ad_logo"]', + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12683145', 'https://gkd-kit.gitee.io/import/12683173', // activityId: 'com.miui.home.launcher.Launcher' @@ -26,8 +25,11 @@ export default defineAppConfig({ }, { matches: - 'ImageView -(4) LinearLayout[childCount=2] > [id=null][text="跳过"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12683211', + 'ImageView -(4) LinearLayout[childCount=2] > [id=null][text^="跳过"]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12683211', + 'https://gkd-kit.gitee.io/import/12748893', + ], }, ], },