mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(淘宝): 限时福利弹窗, 消息页面-热门活动卡片, 视频页面-活动弹窗, 视频页面-签到弹窗, 视频页面-左右侧领取奖励小广告 (#133)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user