修改3d光线效果,增加3d模型选择,增加3d弹窗按钮创建新的卡片逻辑
This commit is contained in:
@@ -222,7 +222,8 @@ export default {
|
||||
//3d面板
|
||||
threeModel: {
|
||||
loading: 'Loading',
|
||||
download: 'Download'
|
||||
download: 'Download',
|
||||
captureView: 'Capture View',
|
||||
},
|
||||
DepthCanvas: {
|
||||
layer: 'Layer',
|
||||
|
||||
@@ -217,7 +217,8 @@ export default {
|
||||
//3d面板
|
||||
threeModel: {
|
||||
loading: '加载中',
|
||||
download: '下载'
|
||||
download: '下载',
|
||||
captureView: '捕获视图',
|
||||
},
|
||||
DepthCanvas: {
|
||||
layer: '图层',
|
||||
|
||||
Reference in New Issue
Block a user