mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🚸 调整hint
This commit is contained in:
@@ -49,9 +49,7 @@ async function download(): Promise<void> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const format = image.split(".").pop();
|
const format = image.split(".").pop();
|
||||||
const title = props.data.insert.custom_emoticon.hash;
|
|
||||||
await saveCanvasImg(buffer.value, props.data.insert.custom_emoticon.hash, format);
|
await saveCanvasImg(buffer.value, props.data.insert.custom_emoticon.hash, format);
|
||||||
showSnackbar.success(`已保存${title}.${format}到本地,大小为${bytesToSize(size)}`);
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user