feat(首页): 更换视频封面图片
使用新的封面图片 workflow01.jpg Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -228,7 +228,7 @@ const videoOptions = ref({ | ... | @@ -228,7 +228,7 @@ const videoOptions = ref({ |
| 228 | aspectRatio: '16:9', | 228 | aspectRatio: '16:9', |
| 229 | controls: true, | 229 | controls: true, |
| 230 | preload: 'metadata', | 230 | preload: 'metadata', |
| 231 | - poster: 'https://cdn.ipadbiz.cn/stdj/video/workflow.jpg?imageMogr2/thumbnail/800x/strip/quality/90', | 231 | + poster: 'https://cdn.ipadbiz.cn/stdj%2Fvideo%2Fworkflow01.jpg', |
| 232 | playbackRates: [0.5, 1, 1.25, 1.5, 2], | 232 | playbackRates: [0.5, 1, 1.25, 1.5, 2], |
| 233 | }) | 233 | }) |
| 234 | 234 | ... | ... |
-
Please register or login to post a comment