From f5e467bc1e1c42b088695e506a60b12b3aa8cfe7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 20 Mar 2025 13:27:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8B=BC=E5=A4=9A=E5=A4=9A-=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E7=B1=BB-=E5=85=B3=E9=97=AD=E6=88=AA=E5=9B=BE?= =?UTF-8?q?=E5=90=8E=E7=9A=84=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xunmeng.pinduoduo.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.xunmeng.pinduoduo.ts b/src/apps/com.xunmeng.pinduoduo.ts index 2353172e..fa9f20ac 100644 --- a/src/apps/com.xunmeng.pinduoduo.ts +++ b/src/apps/com.xunmeng.pinduoduo.ts @@ -333,5 +333,18 @@ export default defineGkdApp({ }, ], }, + { + key: 21, + name: '功能类-关闭截图后的弹窗', + rules: [ + { + fastQuery: true, + action: 'back', // 点击取消会导致 MIUI 截图悬浮窗收起 + activityIds: '.activity.NewPageActivity', + matches: '[text="搜索图片同款商品"][visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/i/19340768', + }, + ], + }, ], });