feat: add knowledge-driven joint design studio
This commit is contained in:
+1
-1
@@ -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
File diff suppressed because it is too large
Load Diff
+15
-668
File diff suppressed because one or more lines are too long
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user