更新一些外围东西

This commit is contained in:
shenjack 2024-01-07 18:39:16 +08:00
parent 69f202e83a
commit 8fc16690d3
Signed by: shenjack
GPG Key ID: 7B1134A979775551
4 changed files with 11 additions and 3 deletions

8
.gitignore vendored
View File

@ -1,2 +1,8 @@
/venv venv
env
config.toml config.toml
*.pyc
*__pycache__/

View File

@ -2,3 +2,5 @@
private_key = "" # 与 icalingua 客户端使用的 private_key 一致 private_key = "" # 与 icalingua 客户端使用的 private_key 一致
host = "" # docker 版 icalingua 服务的地址 host = "" # docker 版 icalingua 服务的地址
self_id = 0 # 机器人的 qq 号 self_id = 0 # 机器人的 qq 号
notice_room = -0 # 启动 bot 后通知的群号/人
# 群号请使用群号的负数

View File

@ -39,4 +39,4 @@ docker up -d
```powershell ```powershell
python connect.py python connect.py
``` ```

View File

@ -1,4 +1,4 @@
lib-not-dr lib-not-dr >= 0.3.13
colorama colorama
qtoml qtoml
pynacl pynacl