- 🔑 让 Mai-mai Bot 支持主动参与加密、解密。
- 🤝 快速、简单的扩展 (参见 编写算法)
- 📚 安全、本地的解密
# Clone
# Docker 容器
git clone https://github.com/BL-BlueLighting/DecryptingPlugin.git /path/to/your/maibot/data/MaiMBot/plugins/DecryptingPlugin
# Native Install
git clone https://github.com/BL-BlueLighting/DecryptingPlugin.git /path/to/your/maibot/plugins/DecryptingPlugin
# 本插件的配置文件为 config.toml,默认存在,但目前没有内容。
# 所有算法均可在 algorithms/*.maialgo 中查找、添加。打开 algorithms/ 文件夹,创建 <算法名>.algo 文件。
将 sample.maialgo.ignore 的内容复制到 <算法名>.algo 中,按照注释进行提示修改。