feat: update player

This commit is contained in:
Rogee
2025-05-06 15:45:52 +08:00
parent a2c38833b0
commit 3d75aaea6c

View File

@@ -42,7 +42,6 @@ const initializePlayer = () => {
player.value.on("ended", () => {
mediaLoaded.value = false;
videoElement.value.src = "";
});
}
};
@@ -108,6 +107,7 @@ const fetchArticle = async () => {
article.value = data;
document.title = article.value.title;
// 调用微信 JS SDK 分享接口
wx.setShareInfo({
title: article.value.title,