docs: update links
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
🌐 [English](./README.md) | **中文**
|
||||
|
||||
👉 [📖 **文档**](#) | [🚀 **试用**](#)
|
||||
👉 [🚀 **Demo**](https://alibaba.github.io/page-agent/) | [📖 **Documentation**](https://alibaba.github.io/page-agent/#/docs/introduction/overview)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ An in-page UI agent in javascript. Control web interfaces with natural language.
|
||||
|
||||
🌐 **English** | [中文](./README-zh.md)
|
||||
|
||||
👉 [📖 **Documentation**](#) | [🚀 **Try Demo**](#)
|
||||
👉 [🚀 **Demo**](https://alibaba.github.io/page-agent/) | [📖 **Documentation**](https://alibaba.github.io/page-agent/#/docs/introduction/overview)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -56,13 +56,13 @@ export default function Footer() {
|
||||
|
||||
{/* Contact */}
|
||||
<section className="space-y-4">
|
||||
<h4 className="font-semibold text-foreground uppercase tracking-wider">联系我们</h4>
|
||||
{/* <h4 className="font-semibold text-foreground uppercase tracking-wider">联系我们</h4>
|
||||
<div className="space-y-2">
|
||||
<div className="flex items-center space-x-2">
|
||||
<span className="text-foreground/80 text-sm">钉钉:</span>
|
||||
<span className="text-blue-600 dark:text-blue-400 font-medium">@TODO</span>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function Footer() {
|
||||
<p className="text-foreground/80 text-sm">© 2025 page-agent. All rights reserved.</p>
|
||||
<div className="flex items-center space-x-6">
|
||||
<a
|
||||
href="TODO"
|
||||
href="https://github.com/alibaba/page-agent"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-foreground/80 hover:text-foreground transition-colors duration-200"
|
||||
|
||||
@@ -34,7 +34,7 @@ export default function Header() {
|
||||
文档
|
||||
</Link>
|
||||
<a
|
||||
href="TODO"
|
||||
href="https://github.com/alibaba/page-agent"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-foreground/80 hover:text-blue-600 dark:hover:text-blue-400 transition-colors duration-200"
|
||||
|
||||
Reference in New Issue
Block a user