mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(美团外卖): 付款后广告弹窗 (#1435)
* feat(美团外卖): 付款后广告弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1432
This commit is contained in:
@@ -31,15 +31,22 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 3,
|
||||
name: '付款后广告弹窗',
|
||||
activityIds:
|
||||
'com.sankuai.waimai.bussiness.order.detail.WMOrderDetailActivity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '美团买药弹窗-点击[暂时放弃]',
|
||||
activityIds:
|
||||
'com.sankuai.waimai.bussiness.order.detail.WMOrderDetailActivity',
|
||||
matches:
|
||||
'[text="送亲友"] <2 FrameLayout[childCount=2] > [text="暂时放弃"][clickable=true]',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '领取外卖神卷-点击底部【x】',
|
||||
matches:
|
||||
'@ImageView[clickable=true] - FrameLayout > FrameLayout > FrameLayout TextView[text="点我领取"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13175526',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user