mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
fix(哔哩哔哩): 视频底部广告-误触
This commit is contained in:
@@ -67,10 +67,11 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '点击广告卡片右侧菜单图标',
|
name: '点击广告卡片右侧菜单图标',
|
||||||
matches:
|
matches:
|
||||||
'[id="tv.danmaku.bili:id/ad_tint_frame"] >n [id="tv.danmaku.bili:id/more"]',
|
'FrameLayout[id="tv.danmaku.bili:id/ad_tint_frame"] >n [id="tv.danmaku.bili:id/more"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.gitee.io/import/12642260', // n = 2
|
'https://gkd-kit.gitee.io/import/12642260', // n = 2
|
||||||
'https://gkd-kit.gitee.io/import/12705266', // n = 3
|
'https://gkd-kit.gitee.io/import/12705266', // n = 3
|
||||||
|
'https://gkd-kit.gitee.io/import/12707070', // 由于 activityId 切换延迟导致规则仍然运行, 使用 FrameLayout 避免误触
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user