From 392376248d095de27ad1529f9a9e48356ab5a949 Mon Sep 17 00:00:00 2001 From: snowy Date: Fri, 29 Mar 2024 17:00:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=85=8D=E7=BD=AE=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=9A=84=E7=83=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/deployment/config.md | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/deployment/config.md b/docs/deployment/config.md index 76fa404..412f587 100644 --- a/docs/deployment/config.md +++ b/docs/deployment/config.md @@ -15,7 +15,7 @@ tag: ```yaml # 生成文件的配置项 command_start: [ "/", " " ] # 指令前缀 -host: 127.0.0.1 # 监听地址,默认为本机,若要对外开放请填写0.0.0.0 +host: 127.0.0.1 # 监听地址,默认为本机,若要对外开放请填写0.0.0.0或者你的公网IP port: 20216 # 绑定端口 nickname: [ "liteyuki" ] # 机器人昵称 superusers: [ "1919810" ] # 超级用户 diff --git a/requirements.txt b/requirements.txt index 5ec308e..9e19d22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ GitPython==3.1.42 nonebot2[fastapi]==2.2.1 nonebot-adapter-onebot==2.4.3 nonebot-plugin-alconna==0.41.0 -pip==24.0 psutil==5.9.8 pydantic==1.10.14 pytz==2024.1