更新 app/page.tsx

This commit is contained in:
2026-06-18 10:51:20 +08:00
parent 3c6914ed9a
commit 7192708227
+1
View File
@@ -37,6 +37,7 @@ export default async function HomePage() {
<div className="flex items-center gap-6">
<Link href="/" className="text-gray-600 hover:text-blue-600 transition"></Link>
<Link href="/agents" className="text-gray-600 hover:text-blue-600 transition">广</Link>
<Link href="/agents" className="text-gray-600 hover:text-blue-600 transition"></Link>
<Link href="/news" className="text-gray-600 hover:text-blue-600 transition"></Link>
<Link href="/ocr" className="text-blue-600 font-medium transition">OCR识别</Link>
<Link