diff options
author | Kyomotoi <[email protected]> | 2021-05-04 14:27:56 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2021-05-04 14:27:56 +0800 |
commit | ea7f48011c34fdaec7e91af7eb373c8174e439e6 (patch) | |
tree | e4f14eaacde37774d49e7f98ac1ff4635049d80a /config.yml | |
parent | 07a7e41f72cfa9dfd207a04445f4aa5b0b6fa3ce (diff) | |
download | ATRI-ea7f48011c34fdaec7e91af7eb373c8174e439e6.tar.gz ATRI-ea7f48011c34fdaec7e91af7eb373c8174e439e6.tar.bz2 ATRI-ea7f48011c34fdaec7e91af7eb373c8174e439e6.zip |
✨🐛 更新
新增:老婆!
新增:涩图
修复:manage中出现的bug
优化:nsfw不再用float,换为int
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -4,10 +4,9 @@ BotSelfConfig: debug: false superusers: ["1234567890"] nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"] - command_start: [""] + command_start: ["", "/"] command_sep: ["."] - session_expire_timeout: 0.6 - session_exciting_time: 60 + session_expire_timeout: 60 NetworkPost: host: "127.0.0.1" @@ -19,9 +18,12 @@ AdminPage: # 待定,无用 NsfwCheck: # 详细请查看文档以获取帮助 enabled: false - passing_rate: 0.8 + passing_rate: 85 host: "127.0.0.1" port: 20003 SauceNAO: key: "" + +Setu: # https://api.lolicon.app/#/setu + key: ""
\ No newline at end of file |