Bläddra i källkod

style: 优化右侧面板标题

- 移除"匹配图谱"标题
- "匹配关系"改为"帖子标签匹配人设结果"

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

Co-Authored-By: Claude <noreply@anthropic.com>
yangxiaohui 4 dagar sedan
förälder
incheckning
d59e1ec088
1 ändrade filer med 1 tillägg och 3 borttagningar
  1. 1 3
      script/data_processing/visualize_match_graph.py

+ 1 - 3
script/data_processing/visualize_match_graph.py

@@ -1068,10 +1068,8 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
                 <div class="tooltip" id="tooltip"></div>
             </div>
             <div id="sidebar">
-                <h1>匹配图谱</h1>
-
                 <div class="match-list-panel">
-                    <h3>匹配关系 <span id="matchCount">(0)</span></h3>
+                    <h3>帖子标签匹配人设结果 <span id="matchCount">(0)</span></h3>
                     <div id="matchList" class="match-list"></div>
                 </div>