feat: add skill management

This commit is contained in:
qixinbo
2026-03-16 17:26:02 +08:00
parent 518a7eeaa4
commit 66dfd94486
6 changed files with 465 additions and 128 deletions
+4 -1
View File
@@ -547,7 +547,10 @@ function SidebarBody() {
</div>
</button>
<button className="flex items-center gap-1.5 text-sm hover:text-zinc-900 transition-colors px-2 py-1.5 rounded-md hover:bg-zinc-100">
<button
className="flex items-center gap-1.5 text-sm hover:text-zinc-900 transition-colors px-2 py-1.5 rounded-md hover:bg-zinc-100"
onClick={() => navigate("/skills")}
>
<Wand2 className="h-4 w-4" />
</button>