新增是否显示文本排行榜功能

This commit is contained in:
XuChenXu
2024-11-08 23:28:32 +08:00
parent a753305282
commit d2e185c189
2 changed files with 17 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ class ScopedConfig(BaseModel):
suffix: bool = True # 是否显示后缀
excluded_self: bool = True # 是否排除自己
visualization: bool = True # 是否可视化
show_text_rank:bool = True # 是否显示文本排名
counting_cache: bool = False # 计数缓存(能够提高回复速度)
excluded_people: List[str] = [] # 排除的人的QQ号
use_user_info_cache: bool = False # 是否使用用户信息缓存