mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(饿了么):获取订单信息通知弹窗 (#3875)
* feat(饿了么):获取订单信息通知弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -143,5 +143,19 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 9,
|
||||||
|
quickFind: true,
|
||||||
|
name: '通知提示-获取订单信息通知',
|
||||||
|
desc: '点击X',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'me.ele.message.ui.PushMessageGuideActivity',
|
||||||
|
matches:
|
||||||
|
'@View[visibleToUser=true] < * <2 [id="me.ele:id/frame_bottom_bg"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13931205',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user