forked from bot/app
feat: 配置项目的热修改
This commit is contained in:
parent
d20699ee0f
commit
392376248d
@ -15,7 +15,7 @@ tag:
|
|||||||
```yaml
|
```yaml
|
||||||
# 生成文件的配置项
|
# 生成文件的配置项
|
||||||
command_start: [ "/", " " ] # 指令前缀
|
command_start: [ "/", " " ] # 指令前缀
|
||||||
host: 127.0.0.1 # 监听地址,默认为本机,若要对外开放请填写0.0.0.0
|
host: 127.0.0.1 # 监听地址,默认为本机,若要对外开放请填写0.0.0.0或者你的公网IP
|
||||||
port: 20216 # 绑定端口
|
port: 20216 # 绑定端口
|
||||||
nickname: [ "liteyuki" ] # 机器人昵称
|
nickname: [ "liteyuki" ] # 机器人昵称
|
||||||
superusers: [ "1919810" ] # 超级用户
|
superusers: [ "1919810" ] # 超级用户
|
||||||
|
@ -8,7 +8,6 @@ GitPython==3.1.42
|
|||||||
nonebot2[fastapi]==2.2.1
|
nonebot2[fastapi]==2.2.1
|
||||||
nonebot-adapter-onebot==2.4.3
|
nonebot-adapter-onebot==2.4.3
|
||||||
nonebot-plugin-alconna==0.41.0
|
nonebot-plugin-alconna==0.41.0
|
||||||
pip==24.0
|
|
||||||
psutil==5.9.8
|
psutil==5.9.8
|
||||||
pydantic==1.10.14
|
pydantic==1.10.14
|
||||||
pytz==2024.1
|
pytz==2024.1
|
||||||
|
Loading…
Reference in New Issue
Block a user