mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
🐛 修复 release 路径错误问题
This commit is contained in:
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@@ -374,7 +374,7 @@ function parseVideo(data: TGApp.Plugins.Mys.Post.StructuredContent): HTMLDivElem
|
||||
coverDiv.appendChild(cover);
|
||||
const playIcon = document.createElement("img");
|
||||
playIcon.classList.add("mys-post-vod-icon");
|
||||
playIcon.src = "../src/assets/icons/video_play.svg";
|
||||
playIcon.src = "/source/UI/video_play.svg";
|
||||
coverDiv.appendChild(playIcon);
|
||||
const playTime = document.createElement("div");
|
||||
playTime.classList.add("mys-post-vod-time");
|
||||
|
||||
Reference in New Issue
Block a user