From 048ee46f14c9b41c4b24a0220ed1446366bd20d1 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:26:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A5=BF=E4=BA=86=E4=B9=88):=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E8=AE=A2=E5=8D=95=E4=BF=A1=E6=81=AF=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#3875)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(饿了么):获取订单信息通知弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/me.ele.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/me.ele.ts b/src/apps/me.ele.ts index 558565ba..5c7f455a 100644 --- a/src/apps/me.ele.ts +++ b/src/apps/me.ele.ts @@ -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', + }, + ], + }, ], });