--- interface Props { icp?: string; psbIcp?: string; psbIcpUrl?: string; } const { icp = "", psbIcp = "", psbIcpUrl = "http://www.beian.gov.cn/portal/registerSystemInfo", } = Astro.props; const currentYear = new Date().getFullYear(); ---