Skip to content

Commit

Permalink
update: video page hide danmaku list default state (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Oct 15, 2024
1 parent c01e6b5 commit ca76085
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- 修复:播放页 视频信息相关功能
- 优化:拖拽面板性能
- 更新:播放页 隐藏弹幕列表改为默认禁用

## 4.0.2

Expand Down
1 change: 0 additions & 1 deletion src/modules/rules/bangumi/groups/right.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const bangumiRightItems: Item[] = [
type: 'switch',
id: 'video-page-hide-right-container-danmaku',
name: '隐藏 弹幕列表',
defaultEnable: true,
},
{
type: 'switch',
Expand Down
1 change: 0 additions & 1 deletion src/modules/rules/video/groups/right.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const videoRightItems: Item[] = [
type: 'switch',
id: 'video-page-hide-right-container-danmaku',
name: '隐藏 弹幕列表',
defaultEnable: true,
},
{
type: 'switch',
Expand Down

0 comments on commit ca76085

Please sign in to comment.