docs: wording

This commit is contained in:
Simon
2025-09-30 18:09:28 +08:00
parent 63e7363e26
commit 5777f7e35e
2 changed files with 4 additions and 7 deletions

View File

@@ -13,8 +13,7 @@ export default function Overview() {
<h1 className="text-4xl font-bold mb-6">Overview</h1> <h1 className="text-4xl font-bold mb-6">Overview</h1>
<p className="text-xl text-foreground/80 mb-8 leading-relaxed"> <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> </p>
<section> <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 className="text-lg font-semibold mb-2 text-green-900 dark:text-green-300">
</h3> </h3>
<p className="">CDN LLM OpenAI qwen3</p> <p className="">CDN NPM LLM </p>
</div> </div>
<div className="p-4 bg-orange-50 dark:bg-orange-900/20 rounded-lg"> <div className="p-4 bg-orange-50 dark:bg-orange-900/20 rounded-lg">

View File

@@ -8,9 +8,7 @@ export default function QuickStart() {
<BetaNotice /> <BetaNotice />
<p className=" mb-6 leading-relaxed"> <p className=" mb-6 leading-relaxed"> page-agent </p>
page-agent AI
</p>
<h2 className="text-2xl font-bold mb-3"></h2> <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"> <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> <h3 className="text-lg font-semibold mb-2">🎉 </h3>
<p className="mb-3 "> AI </p> <p className="mb-3 "></p>
<a <a
href="/docs/features/security-permissions" 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" className="inline-flex items-center px-4 py-2 bg-green-600 text-white rounded-lg hover:bg-green-700 transition-colors duration-200"