Squashed commit of the following:

commit 0ebc6084e0c26abba67c2b5a7c324fdf6f366261
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Jan 25 09:36:12 2024 +0000

    chore(actions): check_format_lint

commit fd4ba2a729c2f20d1838bc448eedbd29c4442aab
Author: aisouler <zy43220@gmail.com>
Date:   Thu Jan 25 17:35:31 2024 +0800

    feat:优化规则

commit 12989d7506dfab83cf6e5b7c01b6be05ccc71239
Author: aisouler <zy43220@gmail.com>
Date:   Thu Jan 18 13:16:32 2024 +0800

    feat(韩小圈):视频播放时的广告(补充规则)
This commit is contained in:
aisouler
2024-02-01 18:28:18 +08:00
parent fe920bff5a
commit b1ce2f0f73

View File

@@ -29,13 +29,19 @@ export default defineAppConfig({
}, },
{ {
key: 3, key: 3,
name: '视频播放时的弹窗广告', name: '全屏广告-视频播放时的弹窗广告',
rules: [ rules: [
{ {
key: 0, key: 0,
activityIds: 'com.babycloud.hanju.ui.activity.HanjuSeriesActivity', activityIds: 'com.babycloud.hanju.ui.activity.HanjuSeriesActivity',
matches: '@[vid="close_rl"][clickable=true] > [vid="close_iv"]', matches:
snapshotUrls: 'https://i.gkd.li/import/13800123', '@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',
],
}, },
], ],
}, },