From b0621a590d74c2731f2afd6bd3a865dd03b57cb2 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 10 Apr 2024 12:37:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85activityid?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jingdong.app.mall.ts | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index b2359ea9..556ef127 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -94,16 +94,20 @@ export default defineAppConfig({ { key: 1, quickFind: true, - activityIds: + activityIds: [ 'com.jd.lib.cashier.complete.view.CashierCompleteActivity', - matches: - '[id="com.jingdong.app.mall:id/webview"] + [id="com.jingdong.app.mall:id/close"][desc="关闭页面"]', - snapshotUrls: 'https://i.gkd.li/i/13218034', + 'com.jd.lib.jshop.jshop.JshopMainShopActivity', + ], + matches: '[vid="webview"] + [vid="close"][desc="关闭页面"]', + snapshotUrls: [ + 'https://i.gkd.li/i/13218034', + 'https://i.gkd.li/i/14927060', + ], }, { key: 2, activityIds: 'com.jingdong.app.mall.MainFrameActivity', - matches: '@[desc="关闭按钮"] n *[desc="弹窗"]', + matches: '@[desc="关闭按钮"] n [desc="弹窗"]', snapshotUrls: [ 'https://i.gkd.li/i/13241883', 'https://i.gkd.li/i/132599029',