增加渲染节点功能,优化工具操作和样式
This commit is contained in:
@@ -81,6 +81,7 @@ const formatToolTitle = (item: ChatProgress) => {
|
||||
if (text.includes("locate_features")) return "地图定位";
|
||||
if (text.includes("view_history")) return "打开历史曲线";
|
||||
if (text.includes("view_scada")) return "打开 SCADA 面板";
|
||||
if (text.includes("render_junctions")) return "渲染节点";
|
||||
return item.title;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user