const SITE_LEGAL = Object.freeze({ operator: '北京爱豆健康咨询有限公司', email: '1424802045@qq.com', icp: '京ICP备2026041377号-1', icpUrl: 'https://beian.miit.gov.cn/' }); function SiteLegalFooter({ compact = false, showDisclaimer = true, className = '', tone = 'default' }) { const toneClass = tone === 'warm' ? 'text-[#8D7388]/80' : 'text-slate-500/80'; return ( ); } window.SITE_LEGAL = SITE_LEGAL; window.SiteLegalFooter = SiteLegalFooter;