feat: Add facilities page with data, styles, and functionality for resource sharing

This commit is contained in:
zhangyuheng
2026-03-05 11:43:35 +08:00
parent f7a875fe21
commit 8bdcdcd739
5 changed files with 957 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ const Components = {
<div class="nav-links desktop-only">
<a href="/doc.html">文档</a>
<a href="/map.html">地图</a>
<a href="/facilities.html">设施</a>
<a href="/photo.html">相册</a>
<a href="/stats.html">数据</a>
<a href="/sponsor.html">赞助</a>
@@ -30,6 +31,7 @@ const Components = {
<div class="mobile-menu-links">
<a href="/doc.html">文档</a>
<a href="/map.html">地图</a>
<a href="/facilities.html">设施</a>
<a href="/photo.html">相册</a>
<a href="/stats.html">数据</a>
<a href="/sponsor.html">赞助</a>