mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
Squashed commit of the following:
commit 9091e9f2f43df0806981b07023b62369d4a391eb Author: aisouler <zy43220@gmail.com> Date: Wed Jan 17 21:40:46 2024 +0800 feat(斗鱼):直播间广告(补充规则)
This commit is contained in:
@@ -20,7 +20,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '新版本弹窗',
|
name: '更新提示',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.douyu.module.update.view.UpdateDialog',
|
'com.douyu.module.update.view.UpdateDialog',
|
||||||
'com.douyu.module.home.pages.main.MainActivity',
|
'com.douyu.module.home.pages.main.MainActivity',
|
||||||
@@ -29,8 +29,11 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '直播间广告',
|
name: '局部广告-直播间广告',
|
||||||
activityIds: 'tv.douyu.view.activity.PlayerActivity',
|
activityIds: [
|
||||||
|
'tv.douyu.view.activity.PlayerActivity',
|
||||||
|
'com.douyu.module.player.p.rambobase.RamboPlayerActivity',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -64,6 +67,12 @@ export default defineAppConfig({
|
|||||||
'FrameLayout[childCount=2] > @ImageView - FrameLayout > RelativeLayout > WebView',
|
'FrameLayout[childCount=2] > @ImageView - FrameLayout > RelativeLayout > WebView',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13056107',
|
snapshotUrls: 'https://i.gkd.li/import/13056107',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 5,
|
||||||
|
matches:
|
||||||
|
'RelativeLayout[visibleToUser=true] > ImageView[clickable=true][index=1]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13948990',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user