mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(斗鱼): 直播间广告(补充规则) (#1269)
This commit is contained in:
@@ -44,7 +44,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '直播间悬浮广告',
|
name: '直播间广告',
|
||||||
activityIds: 'tv.douyu.view.activity.PlayerActivity',
|
activityIds: 'tv.douyu.view.activity.PlayerActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -61,6 +61,24 @@ export default defineAppConfig({
|
|||||||
matches: 'ViewPager + @View + ImageView + View',
|
matches: 'ViewPager + @View + ImageView + View',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12892825',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12892825',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
matches:
|
||||||
|
'RelativeLayout[childCount=3] > ViewPager + @View + ImageView',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/13056107',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
matches:
|
||||||
|
'ViewGroup[childCount=4] > View + ImageView + FrameLayout + ImageView',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/13056107',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
matches:
|
||||||
|
'FrameLayout[childCount=2] > @ImageView - FrameLayout > RelativeLayout > WebView',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/13056107',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user