From abd8899ca3c9f0c4067bab17f5440c6f44a9a70f Mon Sep 17 00:00:00 2001 From: Scalpel Date: Fri, 10 Jan 2025 16:22:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8B=BC=E5=A4=9A=E5=A4=9A):=20=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=8F=90=E7=A4=BA-=E9=80=9A=E7=9F=A5=E6=9D=83?= =?UTF-8?q?=E9=99=90=20(#696)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Scalpel Co-authored-by: AIsouler --- src/apps/com.xunmeng.pinduoduo.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/com.xunmeng.pinduoduo.ts b/src/apps/com.xunmeng.pinduoduo.ts index d47d4efa..c31baca6 100644 --- a/src/apps/com.xunmeng.pinduoduo.ts +++ b/src/apps/com.xunmeng.pinduoduo.ts @@ -280,12 +280,15 @@ export default defineGkdApp({ activityIds: [ '.ui.activity.HomeActivity', '.activity.NewPageActivity', + '.ui.activity.MainFrameActivity', ], - matches: '[text="及时获取物流消息" || text="开启通知"]', + matches: + '[text="及时获取物流消息" || text="开启通知" || text="允许通知"]', snapshotUrls: [ 'https://i.gkd.li/i/15004580', 'https://i.gkd.li/i/15048085', 'https://i.gkd.li/i/16643295', + 'https://i.gkd.li/i/18371979', ], }, ],