mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(智联招聘): 社区-弹窗广告、消息-开启消息通知 (#1315)
* feat(智联招聘): 社区-弹窗广告、消息-开启消息通知 * fix(智联招聘): 更新快照地址
This commit is contained in:
@@ -27,5 +27,23 @@ export default defineAppConfig({
|
||||
rules: '[id="com.zhaopin.social:id/rl_banner_close"][clickable=true]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12706181'],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '社区-弹窗广告',
|
||||
activityIds: ['com.zhaopin.social.homepage.ZSC_MainTabActivity'],
|
||||
rules:
|
||||
'ImageView[clickable=true&&focusable=true] < FrameLayout + FrameLayout > ImageView[clickable=false&&focusable=false]',
|
||||
snapshotUrls: 'https://inspect.gkd.li/import/13063442',
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: '消息-开启消息通知',
|
||||
desc: '自动点击关闭',
|
||||
enable: false,
|
||||
quickFind: true,
|
||||
activityIds: ['com.zhaopin.social.homepage.ZSC_MainTabActivity'],
|
||||
rules: '[id="com.zhaopin.social:id/message_pushlayout_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13063427',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user