From 15b029af56dab9dccd455156c601deb87ffc6606 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 13 Jun 2025 23:20:44 +0800 Subject: [PATCH] feat: add support for copying full path in attachment details (#7550) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area ui /kind feature /milestone 2.21.x #### What this PR does / why we need it: Add support for copying full path ina attachment details modal. image #### Does this PR introduce a user-facing change? ```release-note 支持在附件详情弹窗中复制完整的附件地址。 ``` --- .../attachment/AttachmentPermalinkList.vue | 67 +++++++++++++------ ui/src/locales/_missing_translations_es.yaml | 3 + ui/src/locales/en.yaml | 3 + ui/src/locales/zh-CN.yaml | 3 + ui/src/locales/zh-TW.yaml | 3 + 5 files changed, 60 insertions(+), 19 deletions(-) diff --git a/ui/src/components/attachment/AttachmentPermalinkList.vue b/ui/src/components/attachment/AttachmentPermalinkList.vue index f9992d683..ff239ee64 100644 --- a/ui/src/components/attachment/AttachmentPermalinkList.vue +++ b/ui/src/components/attachment/AttachmentPermalinkList.vue @@ -1,19 +1,18 @@