Sfoglia il codice sorgente

refactor: 重命名图层标签

人设匹配 → 人设匹配_1层
人设扩展 → 人设匹配_2层

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

Co-Authored-By: Claude <noreply@anthropic.com>
yangxiaohui 5 giorni fa
parent
commit
81f6ab587f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      script/data_processing/visualize_match_graph.py

+ 2 - 2
script/data_processing/visualize_match_graph.py

@@ -1686,8 +1686,8 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
             const layerConfig = [
                 {{ name: "帖子点", layer: 0, color: "rgba(243, 156, 18, 0.08)", stroke: "rgba(243, 156, 18, 0.3)" }},
                 {{ name: "帖子标签", layer: 1, color: "rgba(52, 152, 219, 0.08)", stroke: "rgba(52, 152, 219, 0.3)" }},
-                {{ name: "人设匹配", layer: 2, color: "rgba(155, 89, 182, 0.08)", stroke: "rgba(155, 89, 182, 0.3)" }},
-                {{ name: "人设扩展", layer: 3, color: "rgba(46, 204, 113, 0.08)", stroke: "rgba(46, 204, 113, 0.3)" }}
+                {{ name: "人设匹配_1层", layer: 2, color: "rgba(155, 89, 182, 0.08)", stroke: "rgba(155, 89, 182, 0.3)" }},
+                {{ name: "人设匹配_2层", layer: 3, color: "rgba(46, 204, 113, 0.08)", stroke: "rgba(46, 204, 113, 0.3)" }}
             ];
 
             // 绘制三层圆形背景