Skip to content

Commit 491e7cd

Browse files
committed
feat: 更新首页链接,修正标题文本,增强页面导航体验
1 parent 68df69d commit 491e7cd

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2 class="title">「天阶十二辰」</h2>
4545
<h4 class="en">Celestial Ascent Phases</h4>
4646
<h4 class="detail">从总装测试到苍穹之吻</h4>
4747
<div class="link-container">
48-
<a href="#">
48+
<a href="./pages/TwelveOrderStars.html">
4949
完整解析
5050
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 24 24">
5151
<path fill="currentColor"
@@ -58,7 +58,7 @@ <h4 class="detail">从总装测试到苍穹之吻</h4>
5858
<div class="page">
5959
<div class="bottom-left-light"></div>
6060
<div class="intro">
61-
<h2 class="title">星际轨年</h2>
61+
<h2 class="title">星轨纪年</h2>
6262
<h4 class="en">Stellar Chronicles</h4>
6363
<div class="line"></div>
6464
</div>
@@ -68,7 +68,9 @@ <h4 class="en">Stellar Chronicles</h4>
6868
<div class="content">
6969
<h2>1992-2030</h2>
7070
<h2>中国航天里程碑全记录</h2>
71-
<img src="./assets/images/index/BottomRight.png" alt="中国航天里程碑全记录">
71+
<a href="./pages/ChronologyOfStellarTrails.html">
72+
<button class="start-btn"></button>
73+
</a>
7274
</div>
7375
</div>
7476
</div>
@@ -82,7 +84,9 @@ <h1 class="title">「问天阁」</h1>
8284
<h2 class="subtitle">Cosmic Inquiry Lab</h2>
8385
<div class="line"></div>
8486
<p class="description">破解宇宙奥秘的108道天问</p>
85-
<button class="start-btn"></button>
87+
<a href="./pages/WenTianPavilion.html">
88+
<button class="start-btn"></button>
89+
</a>
8690
</div>
8791
<div class="mask"></div>
8892
</div>
@@ -92,7 +96,7 @@ <h2 class="subtitle">Cosmic Inquiry Lab</h2>
9296
<div class="en">Galaxy Bulletin</div>
9397
<div class="line"></div>
9498
<div class="link-container">
95-
<a href="#" class="link">
99+
<a href="./pages/GlobalQuickReport.html" class="link">
96100
同步空间站视角的航天要闻
97101
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 24 24">
98102
<path fill="currentColor"

0 commit comments

Comments
 (0)