feat: add scientific planning dashboard

This commit is contained in:
梁薄云
2026-08-06 09:52:04 +08:00
parent 00501055eb
commit 1ad324ca64
9 changed files with 404 additions and 2 deletions
@@ -6,4 +6,9 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Web\index.html" LogicalName="TrajectoryPlanningVisualization.Web.index.html" />
<EmbeddedResource Include="Web\app.css" LogicalName="TrajectoryPlanningVisualization.Web.app.css" />
<EmbeddedResource Include="Web\app.js" LogicalName="TrajectoryPlanningVisualization.Web.app.js" />
</ItemGroup>
</Project>