Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
stdj_h5
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-03-10 09:58:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3f65eeb3176815bc35689054c347904cf91b71cc
3f65eeb3
1 parent
644f8ca4
fix: 更新视频源URL和封面图地址
修复视频和封面图的中文文件名编码问题,将URL编码的中文字符替换为实际中文字符以确保正确加载
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/Home.vue
src/views/Home.vue
View file @
3f65eeb
...
...
@@ -220,7 +220,7 @@ const router = useRouter()
useTitle('西园戒幢律寺三坛大戒法会');
// TODO: 视频配置
const videoUrl = ref('https://cdn.ipadbiz.cn/stdj/video/
workflow
.mp4')
const videoUrl = ref('https://cdn.ipadbiz.cn/stdj/video/
%E7%BA%AA%E5%BD%95%E7%89%87
.mp4')
const videoOptions = ref({
fluid: true,
...
...
@@ -228,7 +228,7 @@ const videoOptions = ref({
aspectRatio: '16:9',
controls: true,
preload: 'metadata',
poster: 'https://cdn.ipadbiz.cn/stdj
%2Fvideo%2Fworkflow01
.jpg',
poster: 'https://cdn.ipadbiz.cn/stdj
/video/%E7%BA%AA%E5%BD%95%E7%89%87-%E5%B0%81%E9%9D%A2
.jpg',
playbackRates: [0.5, 1, 1.25, 1.5, 2],
})
...
...
Please
register
or
login
to post a comment