From 8543c423d833b1b9623ef8596a8d2f34e1c8f7bb Mon Sep 17 00:00:00 2001 From: festoney8 Date: Mon, 4 Nov 2024 02:18:49 +0800 Subject: [PATCH] chore: update issue template --- .github/ISSUE_TEMPLATE/bug.yaml | 4 ++-- src/modules/filters/variety/video/pages/channel.ts | 1 + src/modules/filters/variety/video/pages/homepage.ts | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index f8eb537..ac6d9ef 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -48,7 +48,7 @@ body: id: env_os attributes: label: 操作系统 - placeholder: 如 Win10 / Win11 / MacOS + placeholder: 如 Windows 10 / Windows 11 / MacOS validations: required: true @@ -108,7 +108,7 @@ body: - type: dropdown id: check_plugin_conflict attributes: - label: 禁用掉对 B 站生效的浏览器插件后,仍出现问题 + label: 禁用掉对 B 站生效的其他浏览器插件(不含暴力猴/篡改猴),仍出现问题 options: - 是 - 否 diff --git a/src/modules/filters/variety/video/pages/channel.ts b/src/modules/filters/variety/video/pages/channel.ts index 6dfd5ee..5b37aaf 100644 --- a/src/modules/filters/variety/video/pages/channel.ts +++ b/src/modules/filters/variety/video/pages/channel.ts @@ -398,6 +398,7 @@ export const videoFilterChannelGroups: Group[] = [ }, { name: '发布日期过滤', + fold: true, items: [ { type: 'switch', diff --git a/src/modules/filters/variety/video/pages/homepage.ts b/src/modules/filters/variety/video/pages/homepage.ts index 67ba187..bc31566 100644 --- a/src/modules/filters/variety/video/pages/homepage.ts +++ b/src/modules/filters/variety/video/pages/homepage.ts @@ -429,6 +429,7 @@ export const videoFilterHomepageGroups: Group[] = [ }, { name: '发布日期过滤', + fold: true, items: [ { type: 'switch',