复制图片功能

This commit is contained in:
Wisp X 2021-12-30 11:39:46 +08:00
parent cdd7269ff4
commit d609d5527c

View File

@ -373,7 +373,7 @@
CopyImageClipboard.copyImageToClipboard(src).then(() => {
toastr.success('复制成功')
}).catch(e => {
toastr.error('复制失败, ' + e.message)
toastr.warning('复制失败, ' + e.message)
});
},
},