ruff fix但指定了--unsafe-fixes

This commit is contained in:
minecraft1024a
2025-10-05 21:48:32 +08:00
parent 0b4e1f5b7b
commit 9d705463ce
76 changed files with 300 additions and 315 deletions

View File

@@ -258,7 +258,7 @@ class RelationshipManager:
if similar_points:
# 合并相似的点
all_points = [new_point] + similar_points
all_points = [new_point, *similar_points]
# 使用最新的时间
latest_time = max(p[2] for p in all_points)
# 合并权重