mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
chore: 修改下载按钮,修改复制文案为克隆
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user