feat(platform-ui): 新增审核指挥台V2原型

This commit is contained in:
zhiye.sun
2026-06-03 14:01:23 +08:00
parent d670c51d43
commit 5125f79037
8 changed files with 1475 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ urlpatterns = [
path("mcp-center/", views.mcp_center, name="mcp-center"),
path("skills/", views.skill_studio, name="skills"),
path("command-center/", views.command_center, name="command-center"),
path("command-center-v2/", views.command_center_v2, name="command-center-v2"),
]