Kaynağa Gözat

style: 增大三层圆之间的间距

layerPadding 从 30 调整为 60

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
yangxiaohui 4 gün önce
ebeveyn
işleme
320e42c604

+ 1 - 1
script/data_processing/visualize_match_graph.py

@@ -1766,7 +1766,7 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
             const egoAreaHeight = egoRadius * 2 + 80;
 
             // 计算布局:三层垂直排列(帖子标签+人设匹配1层+人设匹配2层)
-            const layerPadding = 30;
+            const layerPadding = 60;
             const circleHeight = layerRadius[0] * 2 + layerPadding + layerRadius[1] * 2 + layerPadding + layerRadius[2] * 2 + layerPadding;
             const height = Math.max(circleHeight + 80, treeHeight + 80, container.clientHeight);