!2193 优化:根据板材修改颜色默认值不区分板厚

pull/2196/head
林三 1 year ago committed by ChenX
parent 9733342efd
commit 1b76243b6e

@ -10,7 +10,7 @@ import { BehindBoardOption, BehindHeightPositon, BoardProcessOption, BoardType,
import { DoorPosType, HandleHorPos, HandleVePos, IDoorConfigOption, IDrawerConfigOption, IHingeConfigOption } from "../UI/Store/DoorInterface";
import { IHSOption } from "../UI/Store/HSInterface";
import { ELatticeArrayType, ILatticeOption } from "../UI/Store/LatticeInterface";
import { EFullDir, EFullType, EWineRackStyle, EWineRackType, EWRackArrayType, IWineRackOption } from "../UI/Store/WineRackInterface";
import { EFullDir, EFullType, EWRackArrayType, EWineRackStyle, EWineRackType, IWineRackOption } from "../UI/Store/WineRackInterface";
import { EOrderType } from "./OrderType";
export const DefaultLayerBoardConfig: LayerBoardOption = {
@ -923,7 +923,7 @@ Object.freeze(DefaultDimStyleOption);
export const DefaultChangeColorByBoardMaterialOption: ChangeColorByBoardMaterialOption = {
accordThickness: true,
accordThickness: false,
accordMaterialColor: true,
accordMaterial: true,
accordMaterialName: true

Loading…
Cancel
Save