mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
chore: 修改下载按钮,修改复制文案为克隆
This commit is contained in:
parent
875c267181
commit
c69f9b09ec
@ -17,7 +17,7 @@ const global = {
|
|||||||
// right key
|
// right key
|
||||||
r_edit: 'Edit',
|
r_edit: 'Edit',
|
||||||
r_preview: 'Preview',
|
r_preview: 'Preview',
|
||||||
r_copy: 'Copy',
|
r_copy: 'Clone',
|
||||||
r_rename: 'Rename',
|
r_rename: 'Rename',
|
||||||
r_publish: 'Publish',
|
r_publish: 'Publish',
|
||||||
r_unpublish: 'Unpublish',
|
r_unpublish: 'Unpublish',
|
||||||
|
@ -17,7 +17,7 @@ const global = {
|
|||||||
// 功能键
|
// 功能键
|
||||||
r_edit: '编辑',
|
r_edit: '编辑',
|
||||||
r_preview: '预览',
|
r_preview: '预览',
|
||||||
r_copy: '复制',
|
r_copy: '克隆',
|
||||||
r_rename: '重命名',
|
r_rename: '重命名',
|
||||||
r_publish: '发布',
|
r_publish: '发布',
|
||||||
r_unpublish: '取消发布',
|
r_unpublish: '取消发布',
|
||||||
|
@ -92,8 +92,8 @@ const {
|
|||||||
CopyIcon,
|
CopyIcon,
|
||||||
TrashIcon,
|
TrashIcon,
|
||||||
PencilIcon,
|
PencilIcon,
|
||||||
|
DownloadIcon,
|
||||||
BrowsersOutlineIcon,
|
BrowsersOutlineIcon,
|
||||||
DownloadOutlineIcon,
|
|
||||||
HammerIcon,
|
HammerIcon,
|
||||||
SendIcon
|
SendIcon
|
||||||
} = icon.ionicons5
|
} = icon.ionicons5
|
||||||
@ -152,7 +152,7 @@ const selectOptions = ref([
|
|||||||
{
|
{
|
||||||
label: renderLang('global.r_download'),
|
label: renderLang('global.r_download'),
|
||||||
key: 'download',
|
key: 'download',
|
||||||
icon: renderIcon(DownloadOutlineIcon)
|
icon: renderIcon(DownloadIcon)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'divider',
|
type: 'divider',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user