diff --git a/web/static/graph.js b/web/static/graph.js
index ef69fa4..96db943 100644
--- a/web/static/graph.js
+++ b/web/static/graph.js
@@ -71,9 +71,18 @@
return label + '
' + esc(node.summary || "") + '
' + esc(g) + '
';
}
const outs = getOutlets(node);
- // 多出口(选择/随机/战斗):每出口一行(右对齐),是唯一流内容 → 垂直居中 → 与居中的黄点逐行平齐
+ // 多出口(选择/随机/战斗):每出口一行(右对齐)。战斗节点额外在出口行上方加一行战斗描述,
+ // 出口黄点靠 .kind-fight .outputs{justify-content:flex-end} 压到底部两行(胜/败)保持逐行平齐。
if (outs.length > 1) {
- return label + '