update plugin docs

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 9890b8db7c
commit 80479d9b9e
7 changed files with 101 additions and 91 deletions

View File

@@ -2,6 +2,10 @@
插件 API 的设计目标是在不增加 rrweb 核心部分大小和复杂性的前提下,扩展 rrweb 的功能。
# 可用插件
- [console](./console.zh_CN.md)
## 接口
与 rrweb 其它功能相似,插件可以包含同时包含录制、回放侧的功能,也可以只实现其中任一。