deploy fixed MRR drift and webservice CylindroidHolder buckle branch update issue.

This commit is contained in:
2026-05-28 19:42:05 +08:00
parent d7836db45f
commit 95b5790622
140 changed files with 8079 additions and 14099 deletions
@@ -127,9 +127,11 @@ Model: <a class="xref" href="../../../api/Hi.NcMech.Holders.CylindroidHolder.htm
<li>Mech/ToolHouse/CylindroidHolderPanel</li>
</ul>
<h3 id="web-page-application-source-code-path">Web Page Application Source Code Path</h3>
<p>HiNC-2025-webservice (Quasar CLI SPA):</p>
<ul>
<li>wwwroot/mech/holder/cylindroid-holder-panel.js</li>
<li>Controller/Mech/MechController.cs</li>
<li><code>wwwroot-src/src/components/toolhouse/CylindroidHolderEditor.vue</code> — holder-aware editor with Geometry / Resolution / Info tabs; wraps the reusable <code>CylindroidEditor.vue</code> and triggers the holder resync after geometry / resolution edits.</li>
<li><code>wwwroot-src/src/api/cylindroidHolder.ts</code> — typed wrapper over <code>CylindroidHolderController</code>.</li>
<li><code>Mech/CylindroidHolderController.cs</code> — REST endpoints at <code>/api/CylindroidHolder/*</code>: <code>GET Get</code> (+ indexes the holder's <code>Cylindroid</code> for the generic Cylindroid editor), <code>POST UpdateGeometryContent | SetName | SetNote | SetPolarResolution</code>. <code>UpdateGeometryContent</code> performs the resync (<code>UpdateByCylindroid()</code> + <code>ClearCache()</code>).</li>
</ul>
</article>