Fix
This commit is contained in:
@@ -11,17 +11,9 @@ export interface AppConfig {
|
||||
cornerRadius: number;
|
||||
}
|
||||
|
||||
// Новая структура: настройки деления внутри одной ячейки
|
||||
export interface CellSubdivision {
|
||||
rows: number; // горизонтальные ряды
|
||||
cols: number; // вертикальные колонки
|
||||
}
|
||||
|
||||
export interface LayoutSplits {
|
||||
x: number[];
|
||||
y: number[];
|
||||
// Ключ: "indexX-indexY" (например "0-0"), Значение: {rows: 2, cols: 1}
|
||||
subdivisions: Record<string, CellSubdivision>;
|
||||
}
|
||||
|
||||
export interface GeneratedPart {
|
||||
|
||||
Reference in New Issue
Block a user