docs: 斟酌描述性词句
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
[](https://badge.fury.io/js/page-agent) [](https://opensource.org/licenses/MIT) [](http://www.typescriptlang.org/) [](https://www.npmjs.com/package/page-agent) [](https://bundlephobia.com/package/page-agent) [](https://github.com/alibaba/page-agent)
|
||||
|
||||
**一行脚本,让任何网页支持 AI 自动化。**
|
||||
**让你的网页支持 AI 自动化。**
|
||||
|
||||
运行在页面内的 UI agent. 使用自然语言操作 Web 应用。
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
[](https://badge.fury.io/js/page-agent) [](https://opensource.org/licenses/MIT) [](http://www.typescriptlang.org/) [](https://www.npmjs.com/package/page-agent) [](https://bundlephobia.com/package/page-agent) [](https://github.com/alibaba/page-agent)
|
||||
|
||||
**Transform any webpage into an AI-powered application with a single script tag.**
|
||||
**Transform your webpage into an AI-powered application with a single script tag.**
|
||||
|
||||
An in-page UI agent in javascript. Control web interfaces with natural language.
|
||||
|
||||
|
||||
@@ -36,9 +36,7 @@ export default function Overview() {
|
||||
<h3 className="text-lg font-semibold mb-2 text-blue-900 dark:text-blue-300">
|
||||
🧠 智能 DOM 理解
|
||||
</h3>
|
||||
<p className="">
|
||||
节约每一个 token。基于 DOM 分析,高强度脱水。无需视觉识别,纯文本实现精准操作。
|
||||
</p>
|
||||
<p className="">基于 DOM 分析,高强度脱水。无需视觉识别,纯文本实现精准操作。</p>
|
||||
</div>
|
||||
|
||||
<div className="p-4 bg-purple-50 dark:bg-purple-900/20 rounded-lg">
|
||||
|
||||
Reference in New Issue
Block a user