feat:新增图片导出功能

This commit is contained in:
奔跑的面条
2022-04-05 19:01:52 +08:00
parent eee2611c4e
commit 0d482ad9c4
14 changed files with 140 additions and 53 deletions
@@ -93,7 +93,7 @@ const {
TrashIcon,
PencilIcon,
BrowsersOutlineIcon,
DownloadIcon,
DownloadOutlineIcon,
HammerIcon,
SendIcon
} = icon.ionicons5
@@ -153,7 +153,7 @@ const selectOptions = ref([
{
label: renderLang('global.r_download'),
key: 'download',
icon: renderIcon(DownloadIcon)
icon: renderIcon(DownloadOutlineIcon)
},
{
type: 'divider',