mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
50 lines
1.6 KiB
TypeScript
50 lines
1.6 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.zhaopin.social',
|
|
name: '智联招聘',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.zhaopin.social.SplashActivity',
|
|
rules:
|
|
'[id="com.zhaopin.social:id/tv_ad"] + [id="com.zhaopin.social:id/cdp_view"][text^="跳过"]',
|
|
snapshotUrls: ['https://i.gkd.li/import/12706183'],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '更新弹窗',
|
|
activityIds: 'com.zhaopin.social.my.setting.AboutUsActivity',
|
|
rules:
|
|
'[id="com.zhaopin.social:id/update"] + [id="com.zhaopin.social:id/ignore"]',
|
|
snapshotUrls: ['https://i.gkd.li/import/12706186'],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '我的页面-banner广告',
|
|
activityIds: 'com.zhaopin.social.homepage.ZSC_MainTabActivity',
|
|
rules: '[id="com.zhaopin.social:id/rl_banner_close"][clickable=true]',
|
|
snapshotUrls: ['https://i.gkd.li/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://i.gkd.li/import/13063427',
|
|
},
|
|
],
|
|
});
|