better:优化表达方式,现在表达方式会随时间更加精准

This commit is contained in:
SengokuCola
2025-11-18 01:21:46 +08:00
parent 4a5ca048ad
commit a41f4694cf
3 changed files with 166 additions and 18 deletions

View File

@@ -311,6 +311,8 @@ class Expression(BaseModel):
context = TextField(null=True)
up_content = TextField(null=True)
content_list = TextField(null=True)
count = IntegerField(default=1)
last_active_time = FloatField()
chat_id = TextField(index=True)
create_date = FloatField(null=True) # 创建日期,允许为空以兼容老数据