feat(web): add delivery closure workbench

This commit is contained in:
ogt
2026-06-26 18:27:51 +08:00
parent 4b0514def5
commit 69f5eb6f52
4 changed files with 711 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import {
Package,
PlayCircle,
Radar,
Rocket,
Settings,
ShieldCheck,
Terminal,
@@ -49,6 +50,7 @@ export const PRODUCT_NAV_SECTIONS: ProductNavSection[] = [
sectionKey: 'workspaces',
items: [
{ id: 'command-center', href: '/', labelKey: 'commandCenter', Icon: LayoutDashboard },
{ id: 'delivery', href: '/delivery', labelKey: 'delivery', Icon: Rocket },
{
id: 'awooop-overview',
href: '/awooop',