mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Add hideLivePlayerBlur (#4634)
This commit is contained in:
parent
43349db0fc
commit
c6fe03cb71
@ -0,0 +1,3 @@
|
||||
#web-player-module-area-mask-panel {
|
||||
z-index: -100 !important;
|
||||
}
|
||||
1
registry/lib/components/live/hide-player-blur/index.md
Normal file
1
registry/lib/components/live/hide-player-blur/index.md
Normal file
@ -0,0 +1 @@
|
||||
移除直播画面中的马赛克区域.
|
||||
11
registry/lib/components/live/hide-player-blur/index.ts
Normal file
11
registry/lib/components/live/hide-player-blur/index.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { defineComponentMetadata } from '@/components/define'
|
||||
import { liveUrls } from '@/core/utils/urls'
|
||||
|
||||
export const component = defineComponentMetadata({
|
||||
name: 'hideLivePlayerBlur',
|
||||
displayName: '隐藏直播马赛克',
|
||||
entry: none,
|
||||
tags: [componentsTags.live, componentsTags.style],
|
||||
urlInclude: [...liveUrls],
|
||||
instantStyles: [{ name: 'hideLivePlayerBlur', style: () => import('./hide-player-blur.scss') }],
|
||||
})
|
||||
Loading…
Reference in New Issue
Block a user