Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(拼多多): 局部广告-商品详情页视频讲解窗口(优化规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 10, 2024
1 parent 0beb93a commit ee96b4f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/apps/com.xunmeng.pinduoduo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,20 @@ export default defineAppConfig({
],
},
{
enable: false,
key: 8,
name: '局部广告-商品详情页视频讲解窗口',
activityIds: 'com.xunmeng.pinduoduo.activity.NewPageActivity',
rules: '[id="com.xunmeng.pinduoduo:id/iv_float_window_close"] > TextView',
snapshotUrls: 'https://i.gkd.li/i/13178326',
desc: '点击关闭',
rules: [
{
quickFind: true,
activityIds: 'com.xunmeng.pinduoduo.activity.NewPageActivity',
matches:
'[vid="iv_float_window_close"] > TextView[text=""][visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/560162d0-940d-413a-8f2e-e40c21c976e2',
snapshotUrls: 'https://i.gkd.li/i/14549415',
},
],
},
{
enable: false,
Expand Down

0 comments on commit ee96b4f

Please sign in to comment.