mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
chore: 修改下载按钮,修改复制文案为克隆
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -17,7 +17,7 @@ const global = {
|
||||
// 功能键
|
||||
r_edit: '编辑',
|
||||
r_preview: '预览',
|
||||
r_copy: '复制',
|
||||
r_copy: '克隆',
|
||||
r_rename: '重命名',
|
||||
r_publish: '发布',
|
||||
r_unpublish: '取消发布',
|
||||
|
||||
Reference in New Issue
Block a user