刀路冗余优化

This commit is contained in:
ChenX
2024-01-11 15:41:55 +08:00
parent 79f0351ae8
commit ed08696189
49 changed files with 473 additions and 91 deletions

View File

@@ -272,4 +272,7 @@ export interface ChangeColorByRoomOrCabinetOption {
accordRoomName: boolean;
accordCabinetName: boolean;
}
export interface DoorRelatesInfoOption extends IBaseOption {
hingeOption: [string, boolean][];
}
//# sourceMappingURL=IOptionInterface.d.ts.map

File diff suppressed because one or more lines are too long