From 17d9585ea50ef00b96dce7c9114294e433be132f Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Fri, 14 Oct 2022 10:23:01 +0800 Subject: =?UTF-8?q?=F0=9F=94=A7=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/configs/models.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ATRI/configs/models.py') diff --git a/ATRI/configs/models.py b/ATRI/configs/models.py index 8043f8a..e81a633 100644 --- a/ATRI/configs/models.py +++ b/ATRI/configs/models.py @@ -27,6 +27,8 @@ class WithGoCQHTTP(BaseModel): accounts: List[GoCQHTTPAccountList] download_domain: str download_version: str + gocq_webui_username: str + gocq_webui_password: str class SauceNAO(BaseModel): @@ -52,9 +54,12 @@ class RuntimeConfig(BaseModel): debug: bool superusers: set nickname: set + onebot_access_token: str command_start: set command_sep: set session_expire_timeout: int gocq_accoutns: list gocq_download_domain: str gocq_version: str + gocq_webui_username: str + gocq_webui_password: str \ No newline at end of file -- cgit v1.2.3