Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 570 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 570 Bytes

MausBot2

介绍

第二代MausBot,目标是使用最接近命令行的方式编写插件

软件架构

软件架构说明

安装教程

  1. 安装.NET 8运行时
  2. 下载publish.zip
  3. 解压
  4. 更改配置文件
  5. dotnet MausBot2.dll
  6. enjoy!

插件开发教程

  1. 安装publish.zip里的MausBot2.PluginSdk.*.nupkg
  2. 创建一个继承自IPlugin的类
  3. 实现它
  4. 将发布出的文件复制到plugin/xxx
  5. enjoy!

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request