diff --git a/packages/website/src/pages/Home.tsx b/packages/website/src/pages/Home.tsx index 114af08..f36e859 100644 --- a/packages/website/src/pages/Home.tsx +++ b/packages/website/src/pages/Home.tsx @@ -1,6 +1,17 @@ /* eslint-disable react-dom/no-dangerously-set-innerhtml */ -import { Bot, Box, MessageSquare, PlayCircle, Shield, Sparkles, Users, Zap } from 'lucide-react' +import { + Bot, + Box, + ExternalLink, + MessageSquare, + PlayCircle, + Shield, + Sparkles, + Users, + Zap, +} from 'lucide-react' import { useEffect, useState } from 'react' +import { siGooglechrome } from 'simple-icons' import { Link, useSearchParams } from 'wouter' import Footer from '../components/Footer' @@ -578,6 +589,91 @@ export default function HomePage() { + + {/* One More Thing */} +
+
+

+ One More Thing +

+

+ {isZh + ? '想要多页面控制?试试可选的浏览器扩展。' + : 'Need multi-page control? Try the optional browser extension.'} +

+

+ {'* '} + {isZh + ? 'PageAgent.js 本身无需任何扩展即可工作,扩展是额外的能力增强。' + : 'PageAgent.js works without any extension — this is a power-up, not a dependency.'} +

+ +
+ + Chrome Web Store + {isZh ? '从 Chrome 应用商店安装' : 'Install from Chrome Web Store'} + + + + + {isZh ? '查看文档' : 'Read the Docs'} + +
+ +
+
+

+ {isZh ? '多页面任务' : 'Multi-Page Tasks'} +

+

+ {isZh + ? '跨多个页面和标签页连续执行任务,不再受限于单页上下文' + : 'Run tasks across multiple pages and tabs without being limited to a single page context'} +

+
+
+

+ {isZh ? '页面内发起控制' : 'Control from Your Page'} +

+

+ {isZh + ? '在页面 JS 中发起任务,驱动整个浏览器完成跨标签操作' + : 'Trigger tasks from page JS to drive the entire browser across tabs'} +

+
+
+

+ {isZh ? '外部发起任务' : 'External Triggers'} +

+

+ {isZh + ? '页面 JS、本地 Agent 或云端 Agent 均可通过扩展发起任务' + : 'Page JS, local agents, or cloud agents can trigger tasks through the extension'} +

+
+
+
+