Revert "generate videos from selected z-axis sequences"

This reverts commit f568faf6ed.
This commit is contained in:
2026-05-03 03:03:16 +08:00
parent f568faf6ed
commit f4bde6460a
3 changed files with 83 additions and 43 deletions

View File

@@ -819,7 +819,6 @@ export default function App() {
maxAngle: videoMaxAngle,
durationSeconds: videoDuration,
showArrow: showVideoArrow,
sourceLabel: selectedVideoSource.label,
})
}) as BackendJob;
setVideoJob(job);
@@ -1069,8 +1068,8 @@ export default function App() {
</div>
<div className="grid grid-cols-2 gap-4">
<div>
<div className="flex justify-between text-[10px] font-bold mb-2 text-slate-500"><span></span><span>Z</span></div>
<div className="h-5 flex items-center text-[10px] font-bold text-slate-400"> DICOM </div>
<div className="flex justify-between text-[10px] font-bold mb-2 text-slate-500"><span></span><span>{videoMaxAngle}°</span></div>
<input type="range" min="5" max="30" step="1" value={videoMaxAngle} onChange={e => setVideoMaxAngle(parseInt(e.target.value, 10))} className="w-full accent-blue-600" />
</div>
<div>
<div className="flex justify-between text-[10px] font-bold mb-2 text-slate-500"><span></span><span>{videoDuration}s</span></div>