Skip to content

Commit 8543c42

Browse files
committed
chore: update issue template
1 parent a5992ae commit 8543c42

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body:
4848
id: env_os
4949
attributes:
5050
label: 操作系统
51-
placeholder: Win10 / Win11 / MacOS
51+
placeholder: Windows 10 / Windows 11 / MacOS
5252
validations:
5353
required: true
5454

@@ -108,7 +108,7 @@ body:
108108
- type: dropdown
109109
id: check_plugin_conflict
110110
attributes:
111-
label: 禁用掉对 B 站生效的浏览器插件后,仍出现问题
111+
label: 禁用掉对 B 站生效的其他浏览器插件(不含暴力猴/篡改猴),仍出现问题
112112
options:
113113
-
114114
-

src/modules/filters/variety/video/pages/channel.ts

+1
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ export const videoFilterChannelGroups: Group[] = [
398398
},
399399
{
400400
name: '发布日期过滤',
401+
fold: true,
401402
items: [
402403
{
403404
type: 'switch',

src/modules/filters/variety/video/pages/homepage.ts

+1
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ export const videoFilterHomepageGroups: Group[] = [
429429
},
430430
{
431431
name: '发布日期过滤',
432+
fold: true,
432433
items: [
433434
{
434435
type: 'switch',

0 commit comments

Comments
 (0)