This commit is contained in:
2026-07-10 19:52:06 +09:00
parent b98affbf99
commit 6b1583103f
19 changed files with 1515 additions and 98 deletions
@@ -21,6 +21,6 @@ export function renderB07DesignDetail(root: HTMLElement): void {
renderPendingWorkflow(root, {
title: L("B07_Design_Title"),
steps: workflowSteps(),
activeStep: 3,
activeStep: 4,
});
}