feat(foundry): productionize Cesium Map Page and platform runtime

This commit is contained in:
Codex
2026-07-16 02:25:58 +03:00
parent 1a2ca8c82c
commit 5e8c1cc3fc
41 changed files with 6977 additions and 179 deletions
+3 -1
View File
@@ -38,7 +38,9 @@ textarea {
isolation: isolate;
overflow: hidden;
border-radius: var(--nodedc-radius-card);
background: var(--nodedc-canvas-soft) url("/launcher-stage-poster.png") center / cover no-repeat;
/* The actual saved video is the first visual frame. Never show the bundled
pink sample poster while its runtime media stream is starting. */
background: var(--nodedc-canvas-soft);
box-shadow: 0 44px 150px color-mix(in srgb, var(--nodedc-canvas) 70%, transparent);
}