🚸 显示封面链接

This commit is contained in:
目棃
2025-02-06 12:03:54 +08:00
parent dfa9251ae9
commit 54fa04ff65
8 changed files with 894 additions and 915 deletions

View File

@@ -111,7 +111,7 @@ onMounted(async () => {
html: `<i class="mdi mdi-download"></i>`,
tooltip: "下载封面",
click: async () => {
await showLoading.start("正在下载封面");
await showLoading.start("正在下载封面", props.data.insert.vod.cover);
if (!coverBuffer.value) {
coverBuffer.value = await getImageBuffer(props.data.insert.vod.cover);
}