Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(菜鸟):发现页新装试用弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 24, 2024
1 parent 0c337ab commit df733e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/apps/com.cainiao.wireless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,19 @@ export default defineAppConfig({
rules: '[vid="dialog_full_image_close"]',
snapshotUrls: 'https://i.gkd.li/import/13842492',
},
{
key: 8,
name: '全屏广告-发现页新装试用弹窗',
desc: '点击X',
quickFind: true,
rules: [
{
activityIds:
'com.cainiao.wireless.homepage.view.activity.HomePageActivity',
matches: 'View[childCount=2][clickable=true] > [text="关闭"]',
snapshotUrls: 'https://i.gkd.li/import/14033859',
},
],
},
],
});

0 comments on commit df733e4

Please sign in to comment.