Skip to content

Commit

Permalink
chore: fix typo, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Nov 2, 2024
1 parent c081cff commit 9972f8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 4.0.6

- 更新:播放页 播放器宽度调节相关样式
- 修复:首页 功能细节

## 4.0.5

- 新增:动态内容关键词过滤
Expand Down
4 changes: 4 additions & 0 deletions src/modules/rules/homepage/groups/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const homepageLayoutItems: Item[] = [
id: 'homepage-layout-5-column',
name: '5 列布局',
},
{
id: 'homepage-layout-6-column',
name: '6 列布局',
},
],
},
{
Expand Down

0 comments on commit 9972f8b

Please sign in to comment.