Explorar el Código

调整

develop
H Vs hace 9 horas
padre
commit
0d72fd923b
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      model/models.py

+ 6
- 1
model/models.py Ver fichero

@@ -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


Cargando…
Cancelar
Guardar