From 35f415a7890db2010b221ad237870cec65531d83 Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Mon, 24 Feb 2025 11:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=A4=8D=E5=88=B6=E5=8F=91=E5=B8=83=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/lang/en/global.json | 3 ++- src/locales/lang/zh-CN/global.json | 3 ++- .../components/ProjectItemsCard/index.vue | 27 +++++++++++++++++-- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/src/locales/lang/en/global.json b/src/locales/lang/en/global.json index 204426a..7599291 100644 --- a/src/locales/lang/en/global.json +++ b/src/locales/lang/en/global.json @@ -20,5 +20,6 @@ "r_unpublish": "Unpublish", "r_download": "Download", "r_delete": "Delete", - "r_more": "More" + "r_more": "More", + "r_copy_url": "Copy Release Address" } \ No newline at end of file diff --git a/src/locales/lang/zh-CN/global.json b/src/locales/lang/zh-CN/global.json index 85f38b1..0853bdc 100644 --- a/src/locales/lang/zh-CN/global.json +++ b/src/locales/lang/zh-CN/global.json @@ -17,5 +17,6 @@ "r_unpublish": "取消发布", "r_download": "下载", "r_delete": "删除", - "r_more": "更多" + "r_more": "更多", + "r_copy_url": "复制发布地址" } \ No newline at end of file diff --git a/src/views/project/items/components/ProjectItemsCard/index.vue b/src/views/project/items/components/ProjectItemsCard/index.vue index 72ebe60..3f60f3e 100644 --- a/src/views/project/items/components/ProjectItemsCard/index.vue +++ b/src/views/project/items/components/ProjectItemsCard/index.vue @@ -62,7 +62,7 @@ - +