Improve web ui
This commit is contained in:
@@ -63,7 +63,7 @@ export const ToolLibraryPage: React.FC = () => {
|
||||
return (
|
||||
<div className="space-y-6 animate-in fade-in py-4 pb-10">
|
||||
<div className="flex items-center justify-between">
|
||||
<h1 className="text-2xl font-bold tracking-tight text-white">工具库</h1>
|
||||
<h1 className="text-2xl font-bold tracking-tight text-white">工具与插件</h1>
|
||||
<Button onClick={() => setIsAddModalOpen(true)} className="shadow-[0_0_15px_rgba(6,182,212,0.4)]">
|
||||
<Plus className="mr-2 h-4 w-4" /> 添加工具
|
||||
</Button>
|
||||
@@ -188,4 +188,4 @@ export const ToolLibraryPage: React.FC = () => {
|
||||
</Dialog>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user