From b1ce2f0f7389f61a597694fd584f143c3a27bef6 Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:28:18 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 0ebc6084e0c26abba67c2b5a7c324fdf6f366261 Author: github-actions[bot] Date: Thu Jan 25 09:36:12 2024 +0000 chore(actions): check_format_lint commit fd4ba2a729c2f20d1838bc448eedbd29c4442aab Author: aisouler Date: Thu Jan 25 17:35:31 2024 +0800 feat:优化规则 commit 12989d7506dfab83cf6e5b7c01b6be05ccc71239 Author: aisouler Date: Thu Jan 18 13:16:32 2024 +0800 feat(韩小圈):视频播放时的广告(补充规则) --- src/apps/com.babycloud.hanju.ts | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/apps/com.babycloud.hanju.ts b/src/apps/com.babycloud.hanju.ts index 8aab18ae..f6d5f908 100644 --- a/src/apps/com.babycloud.hanju.ts +++ b/src/apps/com.babycloud.hanju.ts @@ -29,13 +29,19 @@ export default defineAppConfig({ }, { key: 3, - name: '视频播放时的弹窗广告', + name: '全屏广告-视频播放时的弹窗广告', rules: [ { key: 0, activityIds: 'com.babycloud.hanju.ui.activity.HanjuSeriesActivity', - matches: '@[vid="close_rl"][clickable=true] > [vid="close_iv"]', - snapshotUrls: 'https://i.gkd.li/import/13800123', + matches: + '@RelativeLayout[childCount=1] [vid*="skip_tv" || vid*="close_iv"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13800123', + 'https://i.gkd.li/import/13972345', + 'https://i.gkd.li/import/14048532', + 'https://i.gkd.li/import/14048302', + ], }, ], },