From 8fc16690d304e2a876fb9b8da09cad3711f3488b Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 7 Jan 2024 18:39:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E4=BA=9B=E5=A4=96?= =?UTF-8?q?=E5=9B=B4=E4=B8=9C=E8=A5=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 +++++++- config-temp.toml | 2 ++ readme.md | 2 +- requirement.txt => requirements.txt | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) rename requirement.txt => requirements.txt (72%) diff --git a/.gitignore b/.gitignore index b4a3b79..6cd2cd4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ -/venv +venv +env + config.toml + +*.pyc +*__pycache__/ + diff --git a/config-temp.toml b/config-temp.toml index 5ff2239..2cc9d7d 100644 --- a/config-temp.toml +++ b/config-temp.toml @@ -2,3 +2,5 @@ private_key = "" # 与 icalingua 客户端使用的 private_key 一致 host = "" # docker 版 icalingua 服务的地址 self_id = 0 # 机器人的 qq 号 +notice_room = -0 # 启动 bot 后通知的群号/人 +# 群号请使用群号的负数 diff --git a/readme.md b/readme.md index 439213e..d4e0375 100644 --- a/readme.md +++ b/readme.md @@ -39,4 +39,4 @@ docker up -d ```powershell python connect.py -``` \ No newline at end of file +``` diff --git a/requirement.txt b/requirements.txt similarity index 72% rename from requirement.txt rename to requirements.txt index 389c64f..ff5d046 100644 --- a/requirement.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -lib-not-dr +lib-not-dr >= 0.3.13 colorama qtoml pynacl