接上一轮,按接续文件继续执行

结论:Three.js 程序预览和刀具执行显示已收口,公网 HTTP/IP 下 Save/Restore Session 已支持 memory-fallback 降级并通过 node/browser gate。
This commit is contained in:
2026-06-22 06:56:34 +08:00
parent bd11a5f8d6
commit 8321055934
9 changed files with 631 additions and 221 deletions

View File

@@ -165,6 +165,12 @@ button:active {
height: calc(100% - 64px);
margin-top: 32px;
display: block;
touch-action: none;
cursor: grab;
}
.machine-preview:active {
cursor: grabbing;
}
.tool-preview-card {