心流模式完成缓冲功能

This commit is contained in:
meng_xi_pan
2025-04-04 09:48:19 +08:00
parent f5e7181949
commit 78b5ee81d6
3 changed files with 112 additions and 40 deletions

View File

@@ -30,6 +30,7 @@ person_info_default = {
# "impression" : None,
# "gender" : Unkown,
"konw_time" : 0,
"msg_interval": 3000
} # 个人信息的各项与默认值在此定义,以下处理会自动创建/补全每一项
class PersonInfoManager: