Fix unit definitions and sync registry

This commit is contained in:
Codex
2026-03-07 11:20:54 +00:00
parent 27d133fbb3
commit b4d1276276
4 changed files with 214 additions and 72 deletions

View File

@@ -11,8 +11,8 @@
$: label1 = config.labels.in1 || 'Unit 1';
$: label2 = config.labels.in2 || 'Unit 2';
$: def1 = getDefinition(label1);
$: def2 = getDefinition(label2);
$: def1 = getDefinition(label1, config.category);
$: def2 = getDefinition(label2, config.category);
</script>
<section class="definition-card">