2026-05-04-03-08-20 更新系统标题和logo并部署4000端口
This commit is contained in:
@@ -41,8 +41,12 @@ export default function Sidebar({
|
||||
className="h-screen bg-slate-900 text-slate-300 flex flex-col relative z-20 transition-all duration-300 shadow-2xl"
|
||||
>
|
||||
<div className="p-6 flex items-center gap-3 overflow-hidden">
|
||||
<div className="w-10 h-10 bg-blue-600 rounded-xl flex items-center justify-center text-white shrink-0">
|
||||
<Box size={24} />
|
||||
<div className="w-10 h-10 rounded-xl flex items-center justify-center shrink-0 overflow-hidden">
|
||||
<img
|
||||
src="/logo.png"
|
||||
alt="模型逆向系统"
|
||||
className="h-full w-full object-contain"
|
||||
/>
|
||||
</div>
|
||||
{!collapsed && (
|
||||
<motion.div
|
||||
|
||||
Reference in New Issue
Block a user