소스 검색

调整

develop
H Vs 9 시간 전
부모
커밋
0d72fd923b
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      model/models.py

+ 6
- 1
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


Loading…
취소
저장