docs: add autman plugin development rules

This commit is contained in:
2026-05-15 21:32:38 +08:00
parent f284a47a0e
commit 5024f17e9c
4 changed files with 629 additions and 0 deletions
+6
View File
@@ -59,3 +59,9 @@ GET /api/sms/stats
## 当前状态
初始通用仓库骨架已创建。等待 BOSS 上传既有 Autman 插件后,再按实际风格补齐实现。
## 文档
- [Autman 插件开发规则与仓库约定](docs/autman-plugin-rules.md)
- [JS 微服务路由插件模板](templates/js-router-plugin-template.js)
- [Python middleware 插件模板](templates/python-middleware-plugin-template.py)