File tree 3 files changed +4
-2
lines changed
src/modules/filters/variety/video/pages
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 48
48
id : env_os
49
49
attributes :
50
50
label : 操作系统
51
- placeholder : 如 Win10 / Win11 / MacOS
51
+ placeholder : 如 Windows 10 / Windows 11 / MacOS
52
52
validations :
53
53
required : true
54
54
@@ -108,7 +108,7 @@ body:
108
108
- type : dropdown
109
109
id : check_plugin_conflict
110
110
attributes :
111
- label : 禁用掉对 B 站生效的浏览器插件后 ,仍出现问题
111
+ label : 禁用掉对 B 站生效的其他浏览器插件(不含暴力猴/篡改猴) ,仍出现问题
112
112
options :
113
113
- 是
114
114
- 否
Original file line number Diff line number Diff line change @@ -398,6 +398,7 @@ export const videoFilterChannelGroups: Group[] = [
398
398
} ,
399
399
{
400
400
name : '发布日期过滤' ,
401
+ fold : true ,
401
402
items : [
402
403
{
403
404
type : 'switch' ,
Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ export const videoFilterHomepageGroups: Group[] = [
429
429
} ,
430
430
{
431
431
name : '发布日期过滤' ,
432
+ fold : true ,
432
433
items : [
433
434
{
434
435
type : 'switch' ,
You can’t perform that action at this time.
0 commit comments