Skip to content

Commit

Permalink
docs: add waline-plugin-llm-reviewer (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhullyb authored Oct 7, 2024
1 parent b819ece commit 2ac297b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/src/en/reference/server/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ Welcome to submit plugins~
- [@waline-plugins/hello-world](https://github.com/walinejs/plugins/tree/master/packages/hello-world)
- [@waline-plugins/privacy](https://github.com/walinejs/plugins/tree/master/packages/privacy)
- [@waline-plugins/tencent-tms](https://github.com/walinejs/plugins/tree/master/packages/tencent-tms)
- [@waline-plugins/link-interceptor](https://github.com/walinejs/plugins/tree/master/packages/link-interceptor)
- [waline-plugin-llm-reviewer](https://github.com/zhullyb/waline-plugin-llm-reviewer)
3 changes: 2 additions & 1 deletion docs/src/reference/server/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = {
};
```

当然你完全可以讲 Hook 类插件和中间件类插件逻辑放在一块,这些 Waline 都是支持的。
当然你完全可以将 Hook 类插件和中间件类插件逻辑放在一块,这些 Waline 都是支持的。

### 插件列表

Expand All @@ -88,3 +88,4 @@ module.exports = {
- [@waline-plugins/privacy](https://github.com/walinejs/plugins/tree/master/packages/privacy)
- [@waline-plugins/tencent-tms](https://github.com/walinejs/plugins/tree/master/packages/tencent-tms)
- [@waline-plugins/link-interceptor](https://github.com/walinejs/plugins/tree/master/packages/link-interceptor)
- [waline-plugin-llm-reviewer](https://github.com/zhullyb/waline-plugin-llm-reviewer)

0 comments on commit 2ac297b

Please sign in to comment.