diff --git a/src/apps/com.taobao.etao.ts b/src/apps/com.taobao.etao.ts index befcd6f0..140f4178 100644 --- a/src/apps/com.taobao.etao.ts +++ b/src/apps/com.taobao.etao.ts @@ -31,6 +31,19 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '首页广告弹窗', + rules: [ + { + key: 0, + activityIds: 'com.taobao.etao.app.home.view.NewHomeActivity', + matches: + 'LinearLayout > FrameLayout + RelativeLayout > ImageView[id!=null][visibleToUser=true]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12739581', + }, + ], + }, { enable: false, key: 10,