From 73a45ad8029fa03afe65de1465ad6d422a5c544d Mon Sep 17 00:00:00 2001 From: JianFeeeee <109188060+JianFeeeee@users.noreply.github.com> Date: Thu, 14 Aug 2025 16:04:01 +0800 Subject: [PATCH] modified: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)