From 99c06e59246bfd8545aa64c407a4acbf0fb8a6f7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 19 Oct 2025 21:23:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=93=94=E5=93=A9=E5=93=94=E5=93=A9-?= =?UTF-8?q?=E7=9B=B4=E6=92=AD=E9=97=B4=E6=82=AC=E6=B5=AE=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20#1278?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tv.danmaku.bili.ts | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index 98e44b53..1572821b 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -128,26 +128,28 @@ export default defineGkdApp({ }, { key: 8, - name: '局部广告-直播间卡片广告', + name: '局部广告-直播间悬浮窗广告', desc: '点击关闭', fastQuery: true, - matchTime: 10000, - actionMaximum: 1, activityIds: 'com.bilibili.bililive.room.ui.roomv3.LiveRoomActivityV3', rules: [ { key: 0, - name: '直播间底部售卖卡片', - matches: '[id="tv.danmaku.bili:id/shopping_close"]', - snapshotUrls: 'https://i.gkd.li/i/13200549', + matches: + '[id="tv.danmaku.bili:id/shopping_close" || vid="live_game_card_close"][visibleToUser=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/13200549', + 'https://i.gkd.li/i/22990081', + ], }, { key: 1, - name: '[关注/投喂]弹窗', - matches: '@[vid="close"] - [vid="up_avatar" || vid="gift_icon"]', + matches: + '@[vid="close" || vid="iv_close"] - [vid="up_avatar" || vid="gift_icon" || vid="follow_container"][visibleToUser=true]', snapshotUrls: [ 'https://i.gkd.li/i/14782965', 'https://i.gkd.li/i/18046573', + 'https://i.gkd.li/i/22990105', ], }, ],