mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat(美团): 全屏广告(补充规则)
This commit is contained in:
@@ -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: '全屏广告-新人返场特惠',
|
||||
|
||||
Reference in New Issue
Block a user