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 3ebdd629f..136dfcef5 100644 --- a/registry/lib/components/video/player/remove-popup/remove-popup.scss +++ b/registry/lib/components/video/player/remove-popup/remove-popup.scss @@ -58,7 +58,8 @@ body { // https://www.bilibili.com/video/BV1Qe411d7LM/?t=221 &-promotions { .bili-cmtime, - .bpx-player-cmtime { + .bpx-player-cmtime, + .bpx-player-skipcard { display: none !important; } } diff --git a/src/components/types.ts b/src/components/types.ts index 38261f968..9e7ddb8c8 100644 --- a/src/components/types.ts +++ b/src/components/types.ts @@ -65,7 +65,7 @@ export interface OptionMetadata { max?: number step?: number } - /** `number`, `string`或`Range`类型的选项, 可以添加验证函数来阻止非法输入 */ + /** `number`, `string` 或 `Range` 类型的选项, 可以添加验证函数来阻止非法输入 */ validator?: | ComponentOptionValidator> | ComponentOptionValidator