diff --git a/registry/lib/components/video/player/remove-popup/index.md b/registry/lib/components/video/player/remove-popup/index.md new file mode 100644 index 000000000..23fc7f5c2 --- /dev/null +++ b/registry/lib/components/video/player/remove-popup/index.md @@ -0,0 +1 @@ +删除视频播放器中出现的各种弹窗, 类别可在选项中分别选择. diff --git a/registry/lib/components/video/player/remove-popup/index.ts b/registry/lib/components/video/player/remove-popup/index.ts index f115c58bd..0d2cc6ae9 100644 --- a/registry/lib/components/video/player/remove-popup/index.ts +++ b/registry/lib/components/video/player/remove-popup/index.ts @@ -29,9 +29,6 @@ export const component = defineComponentMetadata({ ], displayName: '删除视频弹窗', tags: [componentsTags.video, componentsTags.style], - description: { - 'zh-CN': '删除视频播放器中出现的各种弹窗, 类别可在选项中分别选择.', - }, urlInclude: playerUrls, options: { votes: { diff --git a/registry/lib/components/video/player/remove-popup/remove-popup.scss b/registry/lib/components/video/player/remove-popup/remove-popup.scss index 0f20f72ed..4ecda65df 100644 --- a/registry/lib/components/video/player/remove-popup/remove-popup.scss +++ b/registry/lib/components/video/player/remove-popup/remove-popup.scss @@ -1,6 +1,8 @@ body { &.remove-player-popup { + // https://www.bilibili.com/video/BV1V54y1b7yW/ &-combo-likes { + .bili-guide, .bilibili-player-video-popup-three, .bilibili-player-video-popup-three-animate, .bilibili-player-video-popup-follow, @@ -12,14 +14,18 @@ body { display: none !important; } } + // https://www.bilibili.com/video/BV11h411k72c/ &-related-videos { + .bili-link, .bilibili-player-video-link, .bilibili-player-link, .bpx-player-link { display: none !important; } } + // https://www.bilibili.com/video/BV12Y4y1L7SR/ &-votes { + .bili-vote, .bilibili-player-video-popup-vote, .bpx-player-popup-dm-close, .bpx-player-popup-dm-shrink, @@ -27,7 +33,9 @@ body { display: none !important; } } + // https://www.bilibili.com/video/BV1V54y1b7yW/ &-rates { + .bili-score, .bilibili-player-score, .bpx-player-popup-dm-close, .bpx-player-score-summary-wrap, @@ -35,7 +43,9 @@ body { display: none !important; } } + // https://www.bilibili.com/video/BV1fe4y1b7NE/ &-reservations { + .bili-reserve, .bpx-player-reserve { display: none !important; }