From 89b0972cd28866d72e7636e3766ab7bb6f158a87 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Fri, 16 Apr 2021 14:10:33 +0800 Subject: =?UTF-8?q?=F0=9F=8E=A8=E2=9A=A1=EF=B8=8F=E2=99=BB=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增:休眠操作(期间不回应任何信息) 更改:近乎所有命令格式 重构:重构帮助部分代码 --- config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index 31148f5..81cb4ed 100644 --- a/config.yml +++ b/config.yml @@ -1,27 +1,27 @@ BotSelfConfig: host: "127.0.0.1" - port: 55555 + port: 20000 debug: false superusers: ["1234567890"] nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"] - command_start: ["/"] + command_start: [""] command_sep: ["."] - session_expire_timeout: 120 + session_expire_timeout: 0.6 session_exciting_time: 60 NetworkPost: host: "127.0.0.1" - port: 8081 + port: 20001 AdminPage: # 待定,无用 host: "127.0.0.1" - port: 8082 + port: 20002 NsfwCheck: # 详细请查看文档以获取帮助 enabled: false passing_rate: 0.8 host: "127.0.0.1" - port: 8080 + port: 20003 SauceNAO: key: "" -- cgit v1.2.3