🚸 调整hint

This commit is contained in:
目棃
2025-02-06 23:22:41 +08:00
parent 90699a547e
commit cb97cddb89

View File

@@ -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>