优化渲染节点功能,使用 ref 文件渲染大量节点
Build Push and Deploy / docker-image (push) Successful in 7s
Build Push and Deploy / deploy-fallback-log (push) Has been skipped

This commit is contained in:
2026-05-18 16:15:38 +08:00
parent 39ee9a02e5
commit e4424b87d1
5 changed files with 140 additions and 76 deletions
+2 -3
View File
@@ -37,9 +37,8 @@ export type ChatToolAction =
}
| {
type: "render_junctions";
nodeAreaMap: Record<string, string>;
areaIds?: string[];
areaColors?: Record<string, string>;
renderRef: string;
sessionId?: string;
};
interface ChatToolState {