Add new 'link' icon to IconifyIcon and update proxy view: Introduced the 'link' icon in the IconifyIcon component and replaced the 'content-copy' icon with 'link' in the proxy view for improved user interface consistency.

This commit is contained in:
刘嘉伟 2025-01-08 14:51:03 +08:00
parent ffb42bd131
commit c359714bc5
2 changed files with 3 additions and 1 deletions

View File

@ -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 volunteerActivismSharp from "@iconify-icons/material-symbols/volunteer-activism-sharp";
import description from "@iconify-icons/material-symbols/description"; import description from "@iconify-icons/material-symbols/description";
import folderRounded from "@iconify-icons/material-symbols/folder-rounded"; import folderRounded from "@iconify-icons/material-symbols/folder-rounded";
import link from "@iconify-icons/material-symbols/link";
addIcon("cloud", Cloud); addIcon("cloud", Cloud);
addIcon("rocket-launch-rounded", RocketLaunchRounded); addIcon("rocket-launch-rounded", RocketLaunchRounded);
@ -70,4 +71,5 @@ addIcon("attach-money-rounded", attachMoneyRounded);
addIcon("volunteer-activism-sharp", volunteerActivismSharp); addIcon("volunteer-activism-sharp", volunteerActivismSharp);
addIcon("description", description); addIcon("description", description);
addIcon("folder-rounded", folderRounded); addIcon("folder-rounded", folderRounded);
addIcon("link", link);

View File

@ -679,7 +679,7 @@ onUnmounted(() => {
class="text-xl text-[#ADADAD] hover:text-[#5A3DAA]" class="text-xl text-[#ADADAD] hover:text-[#5A3DAA]"
@click="handleCopyAccessAddress(proxy)" @click="handleCopyAccessAddress(proxy)"
> >
<IconifyIconOffline icon="content-copy" /> <IconifyIconOffline icon="link" />
</a> </a>
<el-dropdown size="small"> <el-dropdown size="small">
<a <a