Merge remote-tracking branch 'origin/StableVersion' into dev_vite

This commit is contained in:
X1627315083
2025-09-18 11:04:42 +08:00
5 changed files with 15 additions and 14 deletions

View File

@@ -4,9 +4,9 @@
<div class="general_video_btn" @click="clearVideo">
<i class="fi fi-rr-cross-small"></i>
</div>
<video ref="video" controls>
<source :src="url" type="video/webm">
Your browser does not support the video tag or the file format of this video.
<video ref="video" controls :src="url">
<!-- <source :src="url" type="video/webm">
Your browser does not support the video tag or the file format of this video. -->
</video>
</div>
</div>