docs: update links

This commit is contained in:
Simon
2025-09-29 19:34:37 +08:00
parent 1ab2f49f35
commit c19d552960
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
🌐 [English](./README.md) | **中文** 🌐 [English](./README.md) | **中文**
👉 [📖 **文档**](#) | [🚀 **试用**](#) 👉 [🚀 **Demo**](https://alibaba.github.io/page-agent/) | [📖 **Documentation**](https://alibaba.github.io/page-agent/#/docs/introduction/overview)
--- ---

View File

@@ -10,7 +10,7 @@ An in-page UI agent in javascript. Control web interfaces with natural language.
🌐 **English** | [中文](./README-zh.md) 🌐 **English** | [中文](./README-zh.md)
👉 [📖 **Documentation**](#) | [🚀 **Try Demo**](#) 👉 [🚀 **Demo**](https://alibaba.github.io/page-agent/) | [📖 **Documentation**](https://alibaba.github.io/page-agent/#/docs/introduction/overview)
--- ---

View File

@@ -56,13 +56,13 @@ export default function Footer() {
{/* Contact */} {/* Contact */}
<section className="space-y-4"> <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="space-y-2">
<div className="flex items-center space-x-2"> <div className="flex items-center space-x-2">
<span className="text-foreground/80 text-sm">钉钉:</span> <span className="text-foreground/80 text-sm">钉钉:</span>
<span className="text-blue-600 dark:text-blue-400 font-medium">@TODO</span> <span className="text-blue-600 dark:text-blue-400 font-medium">@TODO</span>
</div> </div>
</div> </div> */}
</section> </section>
</div> </div>
@@ -72,7 +72,7 @@ export default function Footer() {
<p className="text-foreground/80 text-sm">© 2025 page-agent. All rights reserved.</p> <p className="text-foreground/80 text-sm">© 2025 page-agent. All rights reserved.</p>
<div className="flex items-center space-x-6"> <div className="flex items-center space-x-6">
<a <a
href="TODO" href="https://github.com/alibaba/page-agent"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="text-foreground/80 hover:text-foreground transition-colors duration-200" className="text-foreground/80 hover:text-foreground transition-colors duration-200"

View File

@@ -34,7 +34,7 @@ export default function Header() {
</Link> </Link>
<a <a
href="TODO" href="https://github.com/alibaba/page-agent"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="text-foreground/80 hover:text-blue-600 dark:hover:text-blue-400 transition-colors duration-200" className="text-foreground/80 hover:text-blue-600 dark:hover:text-blue-400 transition-colors duration-200"