news-site/ ├─ .github/workflows/pages.yml # GitHub Pages 发布 ├─ data/news.json # 资讯数据源 ├─ scripts/validate-data.mjs # 数据校验脚本 ├─ index.html # 站点入口 ├─ app.js # 前端逻辑 ├─ styles.css # 样式 ...