超级Ruff

This commit is contained in:
墨梓柒
2025-09-09 19:25:12 +08:00
parent ac2936d5fc
commit 163dbb6b90
68 changed files with 1092 additions and 1043 deletions

View File

@@ -282,7 +282,7 @@ class Person:
memory_category = parts[0].strip()
memory_text = parts[1].strip()
memory_weight = parts[2].strip()
_memory_weight = parts[2].strip()
# 检查分类是否匹配
if memory_category != category: