优化渲染节点功能,使用 ref 文件渲染大量节点
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user