docs: wording; disable unfinished demo btn
This commit is contained in:
@@ -100,7 +100,7 @@ export default function HomePage() {
|
|||||||
<span className="bg-gradient-to-r from-blue-500 to-purple-500 bg-clip-text text-transparent font-bold">
|
<span className="bg-gradient-to-r from-blue-500 to-purple-500 bg-clip-text text-transparent font-bold">
|
||||||
🪄 一行 CDN 引入
|
🪄 一行 CDN 引入
|
||||||
</span>
|
</span>
|
||||||
,为任何网站添加智能 UI Agent。
|
,为你的网站添加智能 UI Agent。
|
||||||
<br />
|
<br />
|
||||||
用户/答疑机器人给出文字指示,AI 帮你操作页面。
|
用户/答疑机器人给出文字指示,AI 帮你操作页面。
|
||||||
</p>
|
</p>
|
||||||
@@ -147,7 +147,8 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
onClick={handleExecute}
|
onClick={handleExecute}
|
||||||
disabled={!task.trim()}
|
disabled
|
||||||
|
// disabled={!task.trim()}
|
||||||
className="absolute right-2 top-2 px-5 py-1.5 bg-gradient-to-r from-blue-600 to-purple-600 text-white font-medium rounded-md hover:shadow-md transform hover:scale-105 transition-all duration-200 disabled:opacity-50 disabled:cursor-not-allowed disabled:transform-none text-sm"
|
className="absolute right-2 top-2 px-5 py-1.5 bg-gradient-to-r from-blue-600 to-purple-600 text-white font-medium rounded-md hover:shadow-md transform hover:scale-105 transition-all duration-200 disabled:opacity-50 disabled:cursor-not-allowed disabled:transform-none text-sm"
|
||||||
data-page-agent-not-interactive
|
data-page-agent-not-interactive
|
||||||
>
|
>
|
||||||
@@ -183,10 +184,10 @@ export default function HomePage() {
|
|||||||
<span className="font-semibold">步骤 2:</span>{' '}
|
<span className="font-semibold">步骤 2:</span>{' '}
|
||||||
拖拽下面按钮到收藏夹栏
|
拖拽下面按钮到收藏夹栏
|
||||||
</p>
|
</p>
|
||||||
<div
|
{/* <div
|
||||||
className="flex items-center justify-center gap-2 text-gray-500 dark:text-gray-400"
|
className="flex items-center justify-center gap-2 text-gray-500 dark:text-gray-400"
|
||||||
dangerouslySetInnerHTML={{ __html: injectionA }}
|
dangerouslySetInnerHTML={{ __html: injectionA }}
|
||||||
></div>
|
></div> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Usage Instructions */}
|
{/* Usage Instructions */}
|
||||||
|
|||||||
Reference in New Issue
Block a user