Add support to copy image url to clipboard

This commit is contained in:
2023-09-04 23:00:01 +08:00
parent a2e57460d7
commit 7814a4d20a
4 changed files with 33 additions and 9 deletions

View File

@@ -27,5 +27,6 @@
"read": "Read",
"download": "Download",
"colon": ":",
"copyImage": "Copy image to clipboard"
"copyImage": "Copy image to clipboard",
"copyImgUrl": "Copy image URL to clipboard"
}

View File

@@ -27,5 +27,6 @@
"read": "阅读",
"download": "下载",
"colon": ":",
"copyImage": "复制图片到剪贴板"
"copyImage": "复制图片到剪贴板",
"copyImgUrl": "复制图片链接到剪贴板"
}