From 72734bed80778f1733c5dbc0beefcf0a8efc2e8f Mon Sep 17 00:00:00 2001 From: SepComet <202308010230@stu.csust.edu.cn> Date: Wed, 27 May 2026 13:46:48 +0800 Subject: [PATCH] Expose filing details in a cleaner footer layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Constraint: Homepage footer must show the public ICP filing number and MIIT lookup entry while staying compact. Rejected: Separate备案说明行 | made the footer visually heavier and less balanced Confidence: high Scope-risk: narrow Directive: Keep future compliance text public-only; do not commit备案后台 credentials or personal filing materials. Tested: npm run build Not-tested: Live browser visual review after deployment --- src/components/Footer.astro | 14 ++++++++++---- src/styles/global.css | 34 +++++++++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 5 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 76ab9b7..5f33760 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -5,15 +5,21 @@ import { site } from '../config';