From 1b98eed9ec18f5ddeac94d31e63dba92185f7a7d Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:51:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=99=BA=E8=81=94=E6=8B=9B=E8=81=98):=20?= =?UTF-8?q?=E7=A4=BE=E5=8C=BA-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E3=80=81=E6=B6=88=E6=81=AF-=E5=BC=80=E5=90=AF=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E9=80=9A=E7=9F=A5=20(#1315)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(智联招聘): 社区-弹窗广告、消息-开启消息通知 * fix(智联招聘): 更新快照地址 --- src/apps/com.zhaopin.social.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.zhaopin.social.ts b/src/apps/com.zhaopin.social.ts index 0fae29b0..07323de5 100644 --- a/src/apps/com.zhaopin.social.ts +++ b/src/apps/com.zhaopin.social.ts @@ -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', + }, ], });