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

@@ -21,3 +21,8 @@ def skill_studio(request):
def command_center(request):
context = get_platform_demo_context()
return render(request, "platform_ui/command_center.html", context)
def command_center_v2(request):
context = get_platform_demo_context()
return render(request, "platform_ui/command_center_v2.html", context)