调整关键词

This commit is contained in:
JIANG
2025-10-20 18:36:02 +08:00
parent 011376cf51
commit 69b2e4fb98

View File

@@ -277,7 +277,7 @@ const ZonePropsPanel: React.FC<ZonePropsPanelProps> = ({
return null;
}
const isImportantKeys = ["Name", "Id", "Population", "Area", "PipeLength"];
const isImportantKeys = ["Name", "Id", "ModelFlow", "Area", "PipeLength"];
return (
<div className="absolute top-4 right-4 bg-white shadow-2xl rounded-xl overflow-hidden w-96 max-h-[850px] flex flex-col backdrop-blur-sm opacity-95 hover:opacity-100 transition-all duration-300">