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