Add copy original image url to clipboard for thumbnail

This commit is contained in:
2024-06-02 10:56:40 +00:00
committed by GitHub
parent 6d0e7d747d
commit bb4e725688
4 changed files with 43 additions and 15 deletions

View File

@@ -242,5 +242,6 @@
"logoutConfirm": "Do you want to log out?",
"failedLogout": "Failed to log out: ",
"createExportZipTask": "Create export as ZIP file task",
"outputDir": "Output directory"
"outputDir": "Output directory",
"copyOriImgUrl": "Copy original image URL to clipboard"
}

View File

@@ -242,5 +242,6 @@
"logoutConfirm": "是否退出登录",
"failedLogout": "退出登录失败:",
"createExportZipTask": "新建导出为ZIP文件任务",
"outputDir": "输出文件夹"
"outputDir": "输出文件夹",
"copyOriImgUrl": "复制原图链接到剪贴板"
}