소스 검색

refactor: 重命名图层标签

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

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

Co-Authored-By: Claude <noreply@anthropic.com>
yangxiaohui 5 일 전
부모
커밋
81f6ab587f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)" }}
             ];
 
             // 绘制三层圆形背景