fix: harden real backend admin workflows and ui

This commit is contained in:
hectorzhao
2026-07-03 19:29:56 +08:00
parent dd09d91c1e
commit 8cca361441
71 changed files with 5111 additions and 4439 deletions
-5
View File
@@ -9,7 +9,6 @@ import {
LogOut,
PanelLeftClose,
PanelLeftOpen,
Search,
} from 'lucide-react';
import { NavLink, Outlet, useNavigate } from 'react-router-dom';
import { clearSession } from '@/api/session';
@@ -144,10 +143,6 @@ export function AppShell({
>
<ToggleIcon size={18} />
</button>
<label className="topbar-search">
<Search size={17} />
<input placeholder="搜索模板、客户、发送记录" />
</label>
</div>
<div className="topbar-actions">