From c402f0a8a1379a96679fb33cce22ff4c02b3bcc8 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 13 Apr 2024 10:19:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BE=8E=E5=9B=A2):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sankuai.meituan.ts | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/src/apps/com.sankuai.meituan.ts b/src/apps/com.sankuai.meituan.ts index e0df2175..8a3af443 100644 --- a/src/apps/com.sankuai.meituan.ts +++ b/src/apps/com.sankuai.meituan.ts @@ -3,7 +3,7 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.sankuai.meituan', name: '美团', - deprecatedKeys: [5, 6], + deprecatedKeys: [5, 6, 9], groups: [ { key: 1, @@ -65,6 +65,23 @@ export default defineAppConfig({ 'View[childCount=3] > View + TextView + TextView[text=""][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/12739204', }, + { + key: 5, + name: '订单完成后的红包弹窗', + quickFind: true, + activityIds: + 'com.sankuai.waimai.bussiness.order.detail.WMOrderDetailActivity', + matches: '@ImageView[clickable=true] - * >3 [text="开心收下"]', + snapshotUrls: 'https://i.gkd.li/i/13695703', + }, + { + key: 6, + name: '邀请好友提现弹窗', + activityIds: 'com.meituan.msc.modules.container.MSCActivity', + matches: + 'WebView > View[childCount=11] > View[childCount=1] >2 View[childCount=2] > Image[visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/i/14964911', + }, ], }, { @@ -153,20 +170,6 @@ export default defineAppConfig({ }, ], }, - { - key: 9, - name: '全屏广告-订单完成后的红包弹窗', - desc: '点击关闭', - quickFind: true, - rules: [ - { - activityIds: - 'com.sankuai.waimai.bussiness.order.detail.WMOrderDetailActivity', - matches: '@ImageView[clickable=true] - * >3 [text="开心收下"]', - snapshotUrls: 'https://i.gkd.li/i/13695703', - }, - ], - }, { key: 10, name: '全屏广告-新人返场特惠',