添加画布粘贴外部文字和图片

This commit is contained in:
李志鹏
2025-11-11 17:35:00 +08:00
parent 9c6dd126e0
commit e5fc07e5e3
9 changed files with 84 additions and 19 deletions

View File

@@ -1367,6 +1367,7 @@ export default {
liquefactionEnvironment: '准备液化环境',
liquefactionEnvironmentLoading: '正在准备液化环境,请稍候...',
LiqueficationFailed: '液化工具启动失败',
TextLayer: '文本图层',
DoubleClickText: '双击编辑文本',
LiquidationcuoError: '未选择有效图像或图层不适合液化操作',
ErrorMessage: '错误提示',

View File

@@ -1409,6 +1409,7 @@ export default {
liquefactionEnvironmentLoading:
'The liquefaction environment is being prepared. Please wait a moment...',
LiqueficationFailed: 'Liquefication tool failed to start.',
TextLayer: 'Text Layer',
DoubleClickText: 'Double-click to edit the text',
LiquidationError:
'No valid image selected or the layer does not fit the liquefaction operation.',