From 0d72fd923b899bdcc02cfc6050ff28ad0a9d37a8 Mon Sep 17 00:00:00 2001 From: H Vs Date: Wed, 30 Apr 2025 16:46:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/models.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/model/models.py b/model/models.py index 1d6b434..070e762 100644 --- a/model/models.py +++ b/model/models.py @@ -15,7 +15,12 @@ class AgentConfig(BaseModel): agentEnabled: bool=True addContactsFromChatroomIdWhiteList: List[str] = [] chatWaitingMsgEnabled: bool - privateGroupChatEnabled: bool=False + privateGroupChatEnabled: bool=False, + privateChatWhiteList:List[str] = [] + # privateChatBlackList:List[str] = [] + # privateChatLabelList:List[str] = [], # 标签ID + # privateChatSelectedList:List[str] = [] + @dataclass