Polish Deploy Recon page scan UX and Crucible cross-links.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

This commit is contained in:
AetherForge
2026-06-07 11:24:32 -07:00
parent f3e5a9a07d
commit 1560ca9489
14 changed files with 156 additions and 19 deletions

View File

@@ -205,6 +205,30 @@ export const PAGE_WEATHER: Record<string, PageWeatherConfig> = {
gridDrift: 90,
palette: 'dim',
},
'/deploy-recon': {
vibe: 'emberwake-pulse',
intensity: 0.7,
speed: 0.48,
pulse: 1.1,
density: 0.82,
linkStrength: 0.65,
layerOpacity: 0.52,
orbDrift: 11,
gridDrift: 42,
palette: 'campaign',
},
'/browser-spread': {
vibe: 'emberwake-pulse',
intensity: 0.7,
speed: 0.48,
pulse: 1.1,
density: 0.82,
linkStrength: 0.65,
layerOpacity: 0.52,
orbDrift: 11,
gridDrift: 42,
palette: 'campaign',
},
};
export function resolvePageWeather(pathname: string): PageWeatherConfig {