feat(S2-P9+S4-P12): FAQ页240条聚合+发布流程release.mjs

P9: #/faq 路由+renderFaq(details批量懒加载每批10个)+顶栏/侧边栏双入口
    +guide-h3样式+9条i18n英文;浏览器实测240条/搜索宽度11条/0 JS错误。
    规划偏差:契约已在P4-D移出data.js,FAQ走details懒加载。
P12: tools/release.mjs(检查+bump双模式,只做本地准备不自动push/tag)
    +CONTRIBUTING发布5步+版本号规则;检查模式实测版本一致通过。
回归零影响:report.json 79/79、data.json未动。
This commit is contained in:
aurora-admin
2026-09-14 03:28:46 +08:00
parent 32292c01f8
commit f73ed394f4
8 changed files with 284 additions and 3 deletions
+2
View File
@@ -860,6 +860,8 @@ a.chip:hover { color: var(--au-color-brand); }
}
.guide-ul { margin: 0; padding-left: 18px; }
.guide-ul li { margin: 6px 0; }
/* S2-P9 FAQ 页:分组小标题(复用 contract-block h3 的视觉层级) */
.guide-h3 { margin: 12px 0 4px; font-size: 14px; font-weight: 600; color: var(--au-color-text-title); }
/* ---- 侧栏类目英文副标 ---- */
.side-group .cat-zh { font-style: normal; }