From 861bff4f2ee95d0b9127b3beac2d88da57ef9088 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:50:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A7=E5=B8=88=E5=85=84=E5=BD=B1?= =?UTF-8?q?=E8=A7=86):=E9=A6=96=E9=A1=B5=E5=B9=BF=E5=91=8A=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=20(#3821)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(大师兄影视):首页广告弹窗 * Update com.zhiyin.qingdan.dashixiong.ts Signed-off-by: 二刺螈 --------- Signed-off-by: 二刺螈 Co-authored-by: 二刺螈 --- src/apps/com.zhiyin.qingdan.dashixiong.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.zhiyin.qingdan.dashixiong.ts b/src/apps/com.zhiyin.qingdan.dashixiong.ts index def86055..45c0e7bf 100644 --- a/src/apps/com.zhiyin.qingdan.dashixiong.ts +++ b/src/apps/com.zhiyin.qingdan.dashixiong.ts @@ -77,5 +77,17 @@ export default defineAppConfig({ rules: '[desc^="必读通告"] +n [desc="我知道了"]', snapshotUrls: 'https://i.gkd.li/import/12843280', }, + { + key: 11, + name: '全屏广告-首页广告弹窗', + desc: '点击X', + rules: [ + { + activityIds: 'com.sigmob.sdk.base.common.TransparentAdActivity', + matches: '[id="close_btn"][clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/13887500', + }, + ], + }, ], });