feat: 优化3D可视化性能并更新文档
- 实现3D可视化性能优化(降低DPR、阴影贴图、简化光源) - 实现LOD多级细节系统,根据相机距离自动切换 - 添加设备弹出动画开关,默认关闭 - 修复设备缩放时位置偏移问题 - 更新README添加项目截图占位符 - 精简DEPLOYMENT.md文档,添加Gitee仓库支持 - 更新CHANGELOG.md记录v1.1.0版本
This commit is contained in:
@@ -127,6 +127,38 @@ const defaultDeviceFields = [
|
||||
required: false,
|
||||
order: 14,
|
||||
visible: true
|
||||
},
|
||||
{
|
||||
fieldName: 'owner',
|
||||
displayName: '责任人',
|
||||
fieldType: 'string',
|
||||
required: false,
|
||||
order: 15,
|
||||
visible: true
|
||||
},
|
||||
{
|
||||
fieldName: 'department',
|
||||
displayName: '所属部门',
|
||||
fieldType: 'string',
|
||||
required: false,
|
||||
order: 16,
|
||||
visible: true
|
||||
},
|
||||
{
|
||||
fieldName: 'assetId',
|
||||
displayName: '资产编号',
|
||||
fieldType: 'string',
|
||||
required: false,
|
||||
order: 17,
|
||||
visible: true
|
||||
},
|
||||
{
|
||||
fieldName: 'brand',
|
||||
displayName: '品牌',
|
||||
fieldType: 'string',
|
||||
required: false,
|
||||
order: 18,
|
||||
visible: true
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user