Skip to content

Commit 9972f8b

Browse files
committed
chore: fix typo, update changelog
1 parent c081cff commit 9972f8b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 4.0.6
4+
5+
- 更新:播放页 播放器宽度调节相关样式
6+
- 修复:首页 功能细节
7+
38
## 4.0.5
49

510
- 新增:动态内容关键词过滤

src/modules/rules/homepage/groups/layout.ts

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ export const homepageLayoutItems: Item[] = [
2121
id: 'homepage-layout-5-column',
2222
name: '5 列布局',
2323
},
24+
{
25+
id: 'homepage-layout-6-column',
26+
name: '6 列布局',
27+
},
2428
],
2529
},
2630
{

0 commit comments

Comments
 (0)