feat: add knowledge-driven joint design studio

This commit is contained in:
Jerry
2026-08-14 13:53:51 +08:00
parent 7d12459a32
commit 281afdfd9e
57 changed files with 269659 additions and 1152 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#090b0e" />
<title>Orbit Joint Studio</title>
<title>灵心造物</title>
</head>
<body>
<div id="root"></div>
+720 -436
View File
File diff suppressed because it is too large Load Diff
+15 -668
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -16,6 +16,8 @@ export default defineConfig({
'/api/chat': `http://${agentHost}:${agentPort}`,
'/api/config': `http://${agentHost}:${agentPort}`,
'/api/project-summary': `http://${backendHost}:${backendPort}`,
'/api/designs': `http://${backendHost}:${backendPort}`,
'/api/design-assets': `http://${backendHost}:${backendPort}`,
'/api/generate': `http://${backendHost}:${backendPort}`,
'/api/tasks': `http://${backendHost}:${backendPort}`,
'/api/upload': `http://${backendHost}:${backendPort}`,