mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat: 哔哩哔哩-直播间悬浮窗广告 #1278
This commit is contained in:
@@ -128,26 +128,28 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 8,
|
key: 8,
|
||||||
name: '局部广告-直播间卡片广告',
|
name: '局部广告-直播间悬浮窗广告',
|
||||||
desc: '点击关闭',
|
desc: '点击关闭',
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
matchTime: 10000,
|
|
||||||
actionMaximum: 1,
|
|
||||||
activityIds: 'com.bilibili.bililive.room.ui.roomv3.LiveRoomActivityV3',
|
activityIds: 'com.bilibili.bililive.room.ui.roomv3.LiveRoomActivityV3',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '直播间底部售卖卡片',
|
matches:
|
||||||
matches: '[id="tv.danmaku.bili:id/shopping_close"]',
|
'[id="tv.danmaku.bili:id/shopping_close" || vid="live_game_card_close"][visibleToUser=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13200549',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/13200549',
|
||||||
|
'https://i.gkd.li/i/22990081',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '[关注/投喂]弹窗',
|
matches:
|
||||||
matches: '@[vid="close"] - [vid="up_avatar" || vid="gift_icon"]',
|
'@[vid="close" || vid="iv_close"] - [vid="up_avatar" || vid="gift_icon" || vid="follow_container"][visibleToUser=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/14782965',
|
'https://i.gkd.li/i/14782965',
|
||||||
'https://i.gkd.li/i/18046573',
|
'https://i.gkd.li/i/18046573',
|
||||||
|
'https://i.gkd.li/i/22990105',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user