We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c081cff commit 9972f8bCopy full SHA for 9972f8b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 4.0.6
4
+
5
+- 更新:播放页 播放器宽度调节相关样式
6
+- 修复:首页 功能细节
7
8
## 4.0.5
9
10
- 新增:动态内容关键词过滤
src/modules/rules/homepage/groups/layout.ts
@@ -21,6 +21,10 @@ export const homepageLayoutItems: Item[] = [
21
id: 'homepage-layout-5-column',
22
name: '5 列布局',
23
},
24
+ {
25
+ id: 'homepage-layout-6-column',
26
+ name: '6 列布局',
27
+ },
28
],
29
30
{
0 commit comments