diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index 54ce6777..4fa3e04b 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -8,7 +8,46 @@ export default defineAppConfig({ key: 0, name: '开屏广告', activityIds: 'com.taobao.bootimage.activity.BootImageActivity', - rules: '[id=\'com.taobao.taobao:id/close\']', // 1687596777612 + rules: '[id="com.taobao.taobao:id/close"]', // 1687596777612 + }, + { + enable: false, + key: 1, + name: '限时福利弹窗', + activityIds: 'com.taobao.tao.welcome.Welcome', + rules: '[desc^="限时福利"] < FrameLayout + [desc="关闭按钮"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642792', + }, + { + key: 2, + name: '消息页面-热门活动卡片', + activityIds: 'com.taobao.tao.welcome.Welcome', + rules: '[desc="热门活动抢先看"] +(6) FrameLayout > TextView', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642795', + }, + { + key: 10, + name: '视频页面-活动弹窗', + activityIds: 'com.taobao.tao.welcome.Welcome', + rules: + 'View[id=null] > [text="立即参加"] + TextView[id=null][clickable=true]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642813', + }, + { + enable: false, + key: 11, + name: '视频页面-签到弹窗', + activityIds: 'com.taobao.tao.welcome.Welcome', + rules: '@View[clickable=true] - View > View > TextView[text="立即签到"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642798', + }, + { + enable: false, + key: 12, + name: '视频页面-左右侧领取奖励小广告', + activityIds: 'com.taobao.tao.welcome.Welcome', + rules: 'View[id=null] > Image[id=null][clickable=true][text$="jpg_"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642806', }, ], });