File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,17 @@ export default function Header() {
77 < nav className = "space-x-6 hidden md:block" >
88 < Link href = "/" className = "text-gray-700 hover:text-blue-600" > 功能介绍</ Link >
99 < Link href = "/pricing" className = "text-gray-700 hover:text-blue-600" > 定价方案</ Link >
10- < Link href = "/download" className = "text-gray-700 hover:text-blue-600" > 下载</ Link > { /* ✅ 新增 */ }
10+ < Link href = "/download" className = "text-gray-700 hover:text-blue-600" > 下载</ Link >
1111 < Link href = "/contact" className = "text-gray-700 hover:text-blue-600" > 联系我们</ Link >
12+ { /* ✅ 新增在线体验入口 */ }
13+ < a
14+ href = "http://106.53.66.116/"
15+ target = "_blank"
16+ rel = "noopener noreferrer"
17+ className = "text-gray-700 hover:text-blue-600"
18+ >
19+ 在线体验
20+ </ a >
1221 </ nav >
1322 < div className = "space-x-4" >
1423 < Link href = "/login" className = "text-blue-600 font-medium hover:underline" > 登录</ Link >
You can’t perform that action at this time.
0 commit comments