update auto play option in the guide

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent cfe77b2cb2
commit 3158c87443

View File

@@ -245,6 +245,7 @@ new rrwebPlayer({
target: document.body, // customizable root element
data: {
events,
autoPlay: true,
},
});
```