From 252f550c04e3385a9546aa235006a7b6fd081570 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Wed, 18 Mar 2026 20:25:54 +0800 Subject: [PATCH] style(ext): fix ai-motion overflow; wording; launcher info --- .../extension/src/components/ConfigPanel.tsx | 10 +- packages/extension/src/components/misc.tsx | 2 +- .../extension/src/entrypoints/hub/App.tsx | 6 +- packages/mcp/src/launcher.html | 188 ++++++++++++++---- 4 files changed, 157 insertions(+), 49 deletions(-) diff --git a/packages/extension/src/components/ConfigPanel.tsx b/packages/extension/src/components/ConfigPanel.tsx index 5443ba7..60b6cbb 100644 --- a/packages/extension/src/components/ConfigPanel.tsx +++ b/packages/extension/src/components/ConfigPanel.tsx @@ -1,6 +1,7 @@ import { Copy, CornerUpLeft, + ExternalLink, Eye, EyeOff, FoldVertical, @@ -160,8 +161,8 @@ export function ConfigPanel({ config, onSave, onClose }: ConfigPanelProps) { target="_blank" className="flex items-center justify-between p-3 rounded-md border bg-muted/50 text-xs font-medium text-muted-foreground hover:text-foreground hover:border-foreground/20 transition-colors" > - Manage Page Agent Hub config - + Manage Page Agent Hub +
@@ -178,7 +179,7 @@ export function ConfigPanel({ config, onSave, onClose }: ConfigPanelProps) { {isTestingEndpoint(baseURL) && (
- You are using the free testing API. By using this service you agree to the{' '} + You are using our testing API. By using this you agree to the{' '} Terms of Use & Privacy Policy - . No sensitive data. No guaranteed availability.
)} @@ -223,7 +223,7 @@ export function ConfigPanel({ config, onSave, onClose }: ConfigPanelProps) {
- +