modified: README.md

This commit is contained in:
JianFeeeee
2025-08-14 12:21:50 +08:00
parent e72119d867
commit 097ae6df4e

View File

@ -1,7 +1,3 @@
以下是针对您提供的SDK工具的开发者文档包含使用说明、工作流程和最佳实践
---
# 插件SDK工具文档
## 1. 工具概览
@ -240,3 +236,5 @@ def after_save(self):
```
2. **配置热更新**:修改 `self.config` 后需手动调用 `save_config()`
3. **大文件处理**:通过 `_get_plugin_resource()` 读取ZIP内资源避免解压
示例插件 [chatrebot_mcrcon_plug](https://jianfgit.xyz/jianf/chatrebot_mcrcon_plug)