You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
1.完善MailBot文档中心-windows部署
直接从github下载网络可能不稳定
增加提示使用清华源或gitclone下载
将四和六合并
四、Napcat adapter 部署
打开MaiBot-Napcat-Adapter文件夹,找到template文件夹下的template_config.toml,复制到Adapter的根目录,改名为config.toml
打开MaiBot文件夹,新建一个名为config的文件夹,手动复制template文件夹中的bot_config_template.toml和model_config_template.toml到config目录下,并改名为bot_config.toml和model_config.toml
然后手动复制template文件夹中的template.env到当前(MaiBot)的根目录,重命名为.env
最终部署完成后的文件夹结构应该类似这样:
Maim-with-u
├── MaiBot
│ ├── changelogs
│ ├── config (新建的文件夹)
│ │ ├── bot_config.toml(粘贴文件)
│ │ └── model_config.toml (粘贴文件)
│ ├── data
│ ├── depends-data
│ ├── src
│ │ └── ...
│ ├── template
│ │ ├── bot_config_template.toml (复制文件)
│ │ ├── model_config_template.toml (复制文件)
│ │ └── template.env (复制文件)
└── .env (粘贴文件)
└── MaiBot-Napcat-Adapter
├── template
│ └── template_config.toml (复制文件)
├── config.toml (粘贴文件)
└── ...
增加可收缩的图片提示
将五移动到 MaiBot Napcat adapter 配置 的前面
在文档开头中加入 使用需要安装Napcat
最后给出运行成功截图
我在python3.12.11运行出现库不兼容的问题




目前使用python3.10.11进行尝试
Beta Was this translation helpful? Give feedback.
All reactions