统一 Airshelf 界面组件与图标

This commit is contained in:
iye
2026-05-27 12:29:41 +08:00
parent ea335587d2
commit 086d92991e
47 changed files with 750 additions and 450 deletions
+6 -6
View File
@@ -10,12 +10,12 @@ const NAV = [
{
id: "projects",
label: "项目",
icon: "folder" as const,
icon: "clapperboard" as const,
href: "/projects",
chev: true,
},
{ id: "products", label: "商品库", icon: "tile" as const, href: "/products" },
{ id: "library", label: "资产库", icon: "bars" as const, href: "/library" },
{ id: "products", label: "商品库", icon: "package" as const, href: "/products" },
{ id: "library", label: "资产库", icon: "images" as const, href: "/library" },
{ id: "usage", label: "用量", icon: "bars2" as const, href: "/usage" },
{ id: "api", label: "API Keys", icon: "key" as const, href: "/api-keys" },
{ id: "settings", label: "设置", icon: "cog" as const, href: "/settings" },
@@ -32,10 +32,10 @@ export default function Sidebar() {
return (
<aside className="sidebar">
<div className="brand">
<div className="flame">
<Icon name="flame" size={22} />
<div className="brand-mark">
<Icon name="airshelf" size={22} />
</div>
<div className="brand-name">流·Studio</div>
<div className="brand-name">Airshelf</div>
<div className="brand-ver">v1</div>
</div>