mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🚸 显示封面链接
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user