diff --git a/README.md b/README.md index 7612ad3..a3d0648 100644 --- a/README.md +++ b/README.md @@ -237,4 +237,4 @@ def after_save(self): 2. **配置热更新**:修改 `self.config` 后需手动调用 `save_config()` 3. **大文件处理**:通过 `_get_plugin_resource()` 读取ZIP内资源,避免解压 -示例插件 [chatrebot_mcrcon_plug](https://jianfgit.xyz/jianf/chatrebot_mcrcon_plug) +示例插件 转发消息到mc服务器[chatrebot_mcrcon_plug](https://jianfgit.xyz/jianf/chatrebot_mcrcon_plug) ,自动ai回复[chatrebot_aireply_plug](https://jianfgit.xyz/jianf/chatrebot_aireply_plug)