feat:重写关系模块的逻辑和关系结构

This commit is contained in:
SengokuCola
2025-06-07 01:03:00 +08:00
parent 3c955c8a34
commit e032f44643
10 changed files with 1354 additions and 555 deletions

View File

@@ -53,6 +53,8 @@ class RelationshipConfig(ConfigBase):
give_name: bool = False
"""是否给其他人取名"""
build_relationship_interval: int = 600
"""构建关系间隔 单位秒如果为0则不构建关系"""
@dataclass
class ChatConfig(ConfigBase):