From 1de42b82f8a411d10811fa1f9c823a185f2c0353 Mon Sep 17 00:00:00 2001 From: GuGuMur <2221533105@qq.com> Date: Sat, 6 Jul 2024 15:44:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=9F=B3=E4=B9=90=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E6=A0=8F=E4=B8=AD=E5=85=81=E8=AE=B8=E7=82=B9=E5=87=BB=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=A4=8D=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/panels/types/musicItemOptions.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/panels/types/musicItemOptions.tsx b/src/components/panels/types/musicItemOptions.tsx index 4fed5974..fbfdbb0d 100644 --- a/src/components/panels/types/musicItemOptions.tsx +++ b/src/components/panels/types/musicItemOptions.tsx @@ -214,7 +214,13 @@ export default function MusicItemOptions(props: IMusicItemOptionsProps) { emptySrc={ImgAsset.albumDefault} /> - + { + Clipboard.setString(musicItem.title); + Toast.success('已复制到剪切板'); + }}> {musicItem?.title}