Fix local rrweb playback flow and add demo page

This commit is contained in:
xugp
2026-04-01 12:00:00 +08:00
parent ae1ba2a277
commit d508aabb53
7 changed files with 744 additions and 525 deletions

View File

@@ -34,6 +34,9 @@ function viteSvelteDts(): Plugin {
console.log('Generating .d.ts files for Svelte components...');
const { input } = options;
if (!input) {
return;
}
if (typeof input === 'string') {
await generateDts(input);
} else if (Array.isArray(input)) {