docs: wording
This commit is contained in:
@@ -13,8 +13,7 @@ export default function Overview() {
|
||||
<h1 className="text-4xl font-bold mb-6">Overview</h1>
|
||||
|
||||
<p className="text-xl text-foreground/80 mb-8 leading-relaxed">
|
||||
page-agent 是一个完全基于Web技术的 UI Agent,让你的网站拥有 AI 操作员。简单引入,为你的 Web
|
||||
应用注入智能化能力。
|
||||
page-agent 是一个完全基于Web技术的 UI Agent,简单引入,让你的网站拥有 AI 操作员。
|
||||
</p>
|
||||
|
||||
<section>
|
||||
@@ -52,7 +51,7 @@ export default function Overview() {
|
||||
<h3 className="text-lg font-semibold mb-2 text-green-900 dark:text-green-300">
|
||||
⚡ 零后端部署
|
||||
</h3>
|
||||
<p className="">CDN 直接引入,自定义 LLM 接入点。从 OpenAI 到 qwen3,完全由你掌控。</p>
|
||||
<p className="">CDN 或 NPM 引入,自定义 LLM 接入点。</p>
|
||||
</div>
|
||||
|
||||
<div className="p-4 bg-orange-50 dark:bg-orange-900/20 rounded-lg">
|
||||
|
||||
@@ -8,9 +8,7 @@ export default function QuickStart() {
|
||||
|
||||
<BetaNotice />
|
||||
|
||||
<p className=" mb-6 leading-relaxed">
|
||||
几分钟内完成 page-agent 的集成,让你的网站拥有 AI 操作员。
|
||||
</p>
|
||||
<p className=" mb-6 leading-relaxed">几分钟内完成 page-agent 的集成。</p>
|
||||
|
||||
<h2 className="text-2xl font-bold mb-3">安装步骤</h2>
|
||||
|
||||
@@ -68,7 +66,7 @@ pageAgent.panel.show()
|
||||
|
||||
<div className="bg-gradient-to-r from-green-50 to-blue-50 dark:from-green-900/20 dark:to-blue-900/20 p-4 rounded-lg">
|
||||
<h3 className="text-lg font-semibold mb-2">🎉 完成!</h3>
|
||||
<p className="mb-3 ">现在你的网站已经拥有了 AI 操作员能力。</p>
|
||||
<p className="mb-3 ">可参考《知识库注入》来优化任务成功率。</p>
|
||||
<a
|
||||
href="/docs/features/security-permissions"
|
||||
className="inline-flex items-center px-4 py-2 bg-green-600 text-white rounded-lg hover:bg-green-700 transition-colors duration-200"
|
||||
|
||||
Reference in New Issue
Block a user