Files
2025-10-22 07:50:31 +08:00

16 lines
1018 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 插件
#### `router/service/plugs`
#### 此目录一般为插件作者开发的一些通用功能如动态数据组件的API将在此目录未来会新增微信小程序订阅消息发送等等。
```
.
├── plugs──────────────────────# 插件逻辑
│ └── plugs-A───────────────────# 插件A
│ ────└── admin───────────────────# 插件A admin端
│ ────└── client──────────────────# 插件A client端
│ └── plugs-B───────────────────# 插件B
│ ────└── admin───────────────────# 插件B admin端
│ ────└── client──────────────────# 插件B client端
└─────────────────────────────────
```