修改首页图片
site-dist-deploy / build-and-deploy (push) Successful in 57s

This commit is contained in:
2026-08-31 00:28:13 +08:00
parent 013dfb4bee
commit 70f4f97d53
+1 -1
View File
@@ -176,7 +176,7 @@ const videoRef = ref<HTMLVideoElement | null>(null)
const openVideoModal = () => {
videoModalVisible.value = true
}
// console.log('11')
const handleVideoModalClose = () => {
if (videoRef.value) {
videoRef.value.pause()