This commit is contained in:
晴猫
2025-05-01 07:07:13 +09:00
parent 263e8d196a
commit e4959f0386
13 changed files with 29 additions and 32 deletions

View File

@@ -30,7 +30,7 @@ def get_scene_by_factor(factor: str) -> dict | None:
Returns:
dict: 包含情景描述的字典
"""
return PERSONALITY_SCENES.get(factor,None)
return PERSONALITY_SCENES.get(factor, None)
def get_all_scenes() -> dict: