feat: adjust layout and rewording

This commit is contained in:
Li Xin 2025-04-24 16:34:52 +08:00
parent e5c4403d1e
commit c7c9db1dbc

View File

@ -124,17 +124,16 @@ export function AddMCPServerDialog({
return ( return (
<Dialog open={open} onOpenChange={setOpen}> <Dialog open={open} onOpenChange={setOpen}>
<DialogTrigger asChild> <DialogTrigger asChild>
<Button size="sm">Add New Server</Button> <Button size="sm">Add Servers</Button>
</DialogTrigger> </DialogTrigger>
<DialogContent className="sm:max-w-[560px]"> <DialogContent className="sm:max-w-[560px]">
<DialogHeader> <DialogHeader>
<DialogTitle>Add New MCP Server</DialogTitle> <DialogTitle>Add New MCP Servers</DialogTitle>
</DialogHeader> </DialogHeader>
<DialogDescription> <DialogDescription>
DeerFlow uses the standard JSON MCP config to create a new server. DeerFlow uses the standard JSON MCP config to create a new server.
<br /> <br />
Paste your config below and click &quot;Add&quot; to create a new Paste your config below and click &quot;Add&quot; to add new servers.
server.
</DialogDescription> </DialogDescription>
<main> <main>