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

This commit is contained in:
奔跑的面条 2022-05-16 00:32:10 +08:00
parent a4cb4cb0ad
commit 597b8fb5af
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ const global = {
// right key
r_edit: 'Edit',
r_preview: 'Preview',
r_copy: 'Copy',
r_copy: 'Clone',
r_rename: 'Rename',
r_publish: 'Publish',
r_unpublish: 'Unpublish',

View File

@ -17,7 +17,7 @@ const global = {
// 功能键
r_edit: '编辑',
r_preview: '预览',
r_copy: '复制',
r_copy: '克隆',
r_rename: '重命名',
r_publish: '发布',
r_unpublish: '取消发布',

View File

@ -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',