mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 18:59:25 +00:00
🎨 style: refresh topology visualization
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { TopologyEdge, TopologyNode } from "@/lib/topology-types";
|
||||
|
||||
const LAYOUT_CONFIG = {
|
||||
TIER_SPACING: 300, // Vertical spacing between proxy and server tiers
|
||||
NODE_SPACING: 250, // Horizontal spacing between nodes
|
||||
START_X: 150, // Left padding
|
||||
START_Y: 100, // Top padding
|
||||
TIER_SPACING: 300,
|
||||
NODE_SPACING: 250,
|
||||
START_X: 150,
|
||||
START_Y: 100,
|
||||
} as const;
|
||||
|
||||
export function applyHierarchicalLayout(
|
||||
|
||||
Reference in New Issue
Block a user