Skip to content

Commit ad44317

Browse files
committed
update docs
1 parent c93be87 commit ad44317

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/en/plugin/dev.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@ author = ''
388388
# Tags
389389
# Currently supported: ai, mcp, agent, auth, storage, notification, task, payment, other
390390
tags = ['']
391+
# Dependent plugins, optional, controls plugin load order
392+
depends_on = []
391393
```
392394

393395
## Notes

docs/plugin/dev.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ author = ''
399399
# 标签
400400
# 当前支持:ai、mcp、agent、auth、storage、notification、task、payment、other
401401
tags = ['']
402+
# 依赖的插件列表,可选,用于控制插件加载顺序
403+
depends_on = []
402404
```
403405

404406
## 注意事项

0 commit comments

Comments
 (0)