Commit 9eb6d6b4 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 FixGraph/FixGraphParams 文件格式虽然为json 但文件名为*.xml

parent ad9ba7f4
......@@ -20,7 +20,7 @@ namespace FLY.Thick.Base.UI.UiModule
}
public FixGraphParams()
{
string path = System.IO.Path.Combine(FlyLayout.BasePath, "fixgraph.xml");
string path = System.IO.Path.Combine(FlyLayout.BasePath, "fixgraph.json");
FilePath = path;
}
static FixGraphParams current = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment