feat: 管理端侧边栏底部显示安职通产品名

This commit is contained in:
freedakgmail
2026-08-17 19:35:19 +08:00
parent 79ddd2d358
commit eaa7ec5518
@@ -208,6 +208,12 @@ export default function SidebarNav({ mobileOpen, onClose }: { mobileOpen: boolea
) )
})} })}
</nav> </nav>
{/* 底部产品名 */}
<div className="shrink-0 border-t border-gray-200 px-4 py-3">
<div className="text-xs font-medium text-gray-400"></div>
<div className="text-[10px] text-gray-300 mt-0.5"> · HR</div>
</div>
</aside> </aside>
</> </>
) )