Skip to content

Commit

Permalink
[fix]视频播放
Browse files Browse the repository at this point in the history
  • Loading branch information
wb-lyb830048 committed Jan 4, 2024
1 parent 5743048 commit 17b8f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/home/HomeIntroduce.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ const { stargazers_count: startCount = 0, forks_count: forkCount = 0 } = data ||
<div class="log relative rounded-2xl">
<video
loop
autoplay
muted
preload="true"
height="400px"
width="100%"
autoplay="autoplay"
src="/introduce-log.webm"
class="nacos-log object-cover rounded-2xl cursor-pointer"
/>
Expand Down

0 comments on commit 17b8f85

Please sign in to comment.