forked from hexianglong/o.nmgjg.com.cn
refactor(videos): 更新视频章节标题
- 移除了原有的数字章节划分 - 添加了新的章节标题: - "注册并登录"(0-27秒)
This commit is contained in:
@@ -52,11 +52,8 @@
|
||||
plugins: [
|
||||
artplayerPluginChapter({
|
||||
chapters: [
|
||||
{ start: 0, end: 18, title: '1' },
|
||||
{ start: 18, end: 36, title: '2' },
|
||||
{ start: 36, end: 54, title: '3' },
|
||||
{ start: 54, end: 72, title: '4' },
|
||||
{ start: 72, end: Infinity, title: '5' },
|
||||
{ start: 0, end: 27, title: '注册并登录' },
|
||||
{ start: 10, end: Infinity, title: '配置启动器' }
|
||||
]
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user