// artboard-detail.jsx — Single vehicle deep detail · Asset-management view const ArtboardDetail = () => { const vehicles = window.VEHICLES || []; const v = vehicles.find(x => x.id === "浙F03980F") || vehicles[0]; if (!v) return null; return (