This commit is contained in:
SengokuCola
2025-04-29 19:21:03 +08:00
parent 233d2f6f12
commit 58ff4ea765
4 changed files with 17 additions and 29 deletions

View File

@@ -292,10 +292,7 @@ class RelationshipManager:
"友善和包容的回复",
]
return (
f"{relationship_level[level_num]}{person_name}"
f"打算{relation_prompt2_list[level_num]}\n"
)
return f"{relationship_level[level_num]}{person_name},打算{relation_prompt2_list[level_num]}\n"
@staticmethod
def calculate_level_num(relationship_value) -> int: