chore: 修改下载按钮,修改复制文案为克隆

This commit is contained in:
奔跑的面条
2022-05-16 00:32:10 +08:00
parent 875c267181
commit c69f9b09ec
3 changed files with 4 additions and 4 deletions
@@ -92,8 +92,8 @@ const {
CopyIcon,
TrashIcon,
PencilIcon,
DownloadIcon,
BrowsersOutlineIcon,
DownloadOutlineIcon,
HammerIcon,
SendIcon
} = icon.ionicons5
@@ -152,7 +152,7 @@ const selectOptions = ref([
{
label: renderLang('global.r_download'),
key: 'download',
icon: renderIcon(DownloadOutlineIcon)
icon: renderIcon(DownloadIcon)
},
{
type: 'divider',