mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Add skipcard block
This commit is contained in:
parent
ffe84f451a
commit
8375b7fbe1
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -65,7 +65,7 @@ export interface OptionMetadata<V = unknown> {
|
||||
max?: number
|
||||
step?: number
|
||||
}
|
||||
/** `number`, `string`或`Range`类型的选项, 可以添加验证函数来阻止非法输入 */
|
||||
/** `number`, `string` 或 `Range` 类型的选项, 可以添加验证函数来阻止非法输入 */
|
||||
validator?:
|
||||
| ComponentOptionValidator<Range<string>>
|
||||
| ComponentOptionValidator<string>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user