mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat: 拼多多-功能类-关闭截图后的弹窗
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user