Skip to content

Commit

Permalink
chore: update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Nov 3, 2024
1 parent a5992ae commit 8543c42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ body:
id: env_os
attributes:
label: 操作系统
placeholder: Win10 / Win11 / MacOS
placeholder: Windows 10 / Windows 11 / MacOS
validations:
required: true

Expand Down Expand Up @@ -108,7 +108,7 @@ body:
- type: dropdown
id: check_plugin_conflict
attributes:
label: 禁用掉对 B 站生效的浏览器插件后,仍出现问题
label: 禁用掉对 B 站生效的其他浏览器插件(不含暴力猴/篡改猴),仍出现问题
options:
-
-
Expand Down
1 change: 1 addition & 0 deletions src/modules/filters/variety/video/pages/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ export const videoFilterChannelGroups: Group[] = [
},
{
name: '发布日期过滤',
fold: true,
items: [
{
type: 'switch',
Expand Down
1 change: 1 addition & 0 deletions src/modules/filters/variety/video/pages/homepage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ export const videoFilterHomepageGroups: Group[] = [
},
{
name: '发布日期过滤',
fold: true,
items: [
{
type: 'switch',
Expand Down

0 comments on commit 8543c42

Please sign in to comment.