From c359714bc514d96937051a7521d427e4658f16d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=98=89=E4=BC=9F?= <8473136@qq.com> Date: Wed, 8 Jan 2025 14:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20new=20'link'=20icon=20to=20Ic?= =?UTF-8?q?onifyIcon=20and=20update=20proxy=20view:=20Introduced=20the=20'?= =?UTF-8?q?link'=20icon=20in=20the=20IconifyIcon=20component=20and=20repla?= =?UTF-8?q?ced=20the=20'content-copy'=20icon=20with=20'link'=20in=20the=20?= =?UTF-8?q?proxy=20view=20for=20improved=20user=20interface=20consistency.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IconifyIcon/src/offlineIcon.ts | 2 ++ src/views/proxy/index.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/IconifyIcon/src/offlineIcon.ts b/src/components/IconifyIcon/src/offlineIcon.ts index 16d159a..f5f0649 100644 --- a/src/components/IconifyIcon/src/offlineIcon.ts +++ b/src/components/IconifyIcon/src/offlineIcon.ts @@ -35,6 +35,7 @@ import attachMoneyRounded from "@iconify-icons/material-symbols/attach-money-rou import volunteerActivismSharp from "@iconify-icons/material-symbols/volunteer-activism-sharp"; import description from "@iconify-icons/material-symbols/description"; import folderRounded from "@iconify-icons/material-symbols/folder-rounded"; +import link from "@iconify-icons/material-symbols/link"; addIcon("cloud", Cloud); addIcon("rocket-launch-rounded", RocketLaunchRounded); @@ -70,4 +71,5 @@ addIcon("attach-money-rounded", attachMoneyRounded); addIcon("volunteer-activism-sharp", volunteerActivismSharp); addIcon("description", description); addIcon("folder-rounded", folderRounded); +addIcon("link", link); diff --git a/src/views/proxy/index.vue b/src/views/proxy/index.vue index b840286..a44eb25 100644 --- a/src/views/proxy/index.vue +++ b/src/views/proxy/index.vue @@ -679,7 +679,7 @@ onUnmounted(() => { class="text-xl text-[#ADADAD] hover:text-[#5A3DAA]" @click="handleCopyAccessAddress(proxy)" > - +