From b86d973303da9127a06f59bf0245b4936fcbafb9 Mon Sep 17 00:00:00 2001 From: xiaoaojiao Date: Mon, 29 Sep 2025 20:36:46 +0800 Subject: [PATCH] update --- index.html | 5 +++-- src/components/HomePage.vue | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4b740c2..84130f0 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,8 @@ background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='80px' height='80px' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eloading%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='94.0869141%25' y1='0%25' x2='94.0869141%25' y2='90.559082%25' id='linearGradient-1'%3E%3Cstop stop-color='%23ededed' stop-opacity='0' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23ededed' stop-opacity='0.3' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='100%25' y1='8.67370605%25' x2='100%25' y2='90.6286621%25' id='linearGradient-2'%3E%3Cstop stop-color='%23ededed' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23ededed' stop-opacity='0.3' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.9'%3E%3Cg%3E%3Cpath d='M40,0 C62.09139,0 80,17.90861 80,40 C80,62.09139 62.09139,80 40,80 L40,73 C58.2253967,73 73,58.2253967 73,40 C73,21.7746033 58.2253967,7 40,7 L40,0 Z' fill='url(%23linearGradient-1)'%3E%3C/path%3E%3Cpath d='M40,0 L40,7 C21.7746033,7 7,21.7746033 7,40 C7,58.2253967 21.7746033,73 40,73 L40,80 C17.90861,80 0,62.09139 0,40 C0,17.90861 17.90861,0 40,0 Z' fill='url(%23linearGradient-2)'%3E%3C/path%3E%3Ccircle id='Oval' fill='%23ededed' cx='40.5' cy='3.5' r='3.5'%3E%3C/circle%3E%3C/g%3E%3CanimateTransform attributeName='transform' begin='0s' dur='1s' type='rotate' values='0 40 40;360 40 40' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center; background-size: 10% 10%; } - .preload{ + + .preload { display: none; } @@ -144,7 +145,7 @@ var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); - hm.src = "https://hm.baidu.com/hm.js?71eeb5d8fcd3c242670077b6398b3a0d"; + hm.src = "https://hm.baidu.com/hm.js?eea1d73562644a65f05fa3b1c04c3894"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue index 79f9a32..6ee8b7d 100644 --- a/src/components/HomePage.vue +++ b/src/components/HomePage.vue @@ -99,6 +99,9 @@ const checkAndPlayAudio = () => { // 初始化视频 const initVideo = () => { + document.addEventListener('WeixinJSBridgeReady',()=>{ + videoElement.value && videoElement.value.play() + }) setTimeout(() => { if (videoElement.value) { const video = videoElement.value;