Skip to content

Commit 31ce175

Browse files
committed
deploy: f2ee9d8
1 parent 2549021 commit 31ce175

3 files changed

Lines changed: 1278 additions & 0 deletions

File tree

404.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@
123123
<div class="hidden lg:flex items-center gap-2 overflow-x-auto py-3 [&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]">
124124
<ul class="flex items-center gap-2 shrink-0">
125125

126+
<li class="shrink-0">
127+
<a href="/release/25.0.0.html" class="inline-flex items-center rounded-lg justify-center px-3.5 py-3 text-sm font-medium leading-none whitespace-nowrap hover:text-gray-900 hover:bg-gray-50">
128+
发布日志
129+
</a>
130+
</li>
131+
126132
</ul>
127133
</div>
128134
</div>
@@ -255,6 +261,10 @@
255261
<div class="hidden lg:hidden" id="mobile-menu">
256262
<div class="px-2 pt-2 pb-3 space-y-2 border-t">
257263

264+
<a href="/release/25.0.0.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">
265+
发布日志
266+
</a>
267+
258268

259269
<!-- 移动端版本切换 -->
260270

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,16 @@
126126
<div class="hidden lg:flex items-center gap-2 overflow-x-auto py-3 [&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]">
127127
<ul class="flex items-center gap-2 shrink-0">
128128

129+
<li class="shrink-0">
130+
<a href="/release/25.0.0.html"
131+
class="inline-flex items-center rounded-lg justify-center px-3.5 py-3
132+
text-sm font-medium leading-none whitespace-nowrap
133+
134+
hover:text-gray-900 hover:bg-gray-50 ">
135+
发布日志
136+
</a>
137+
</li>
138+
129139
</ul>
130140
</div>
131141
</div>
@@ -266,6 +276,12 @@
266276
<div class="hidden lg:hidden" id="mobile-menu">
267277
<div class="px-2 pt-2 pb-3 space-y-2 border-t ">
268278

279+
<a href="/release/25.0.0.html"
280+
class="block px-3 py-2 rounded-md text-base font-medium
281+
text-gray-700 hover:text-gray-900 hover:bg-gray-50 ">
282+
发布日志
283+
</a>
284+
269285

270286
<!-- 移动端版本切换 -->
271287

0 commit comments

Comments
 (0)