更新 app/page.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user