Fix local rrweb playback flow and add demo page
Some checks failed
ESLint Check / ESLint Check and Report Upload (push) Has been cancelled
ESLint Check / Build Base for Bundle Size Comparison (push) Has been cancelled
Prettier Check / Format Check (push) Has been cancelled
Prettier Check / Format Code (push) Has been cancelled
Tests / Tests (push) Has been cancelled

This commit is contained in:
xugp
2026-04-08 16:01:21 +08:00
parent 3ae040ddf6
commit ba125e95a6
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)) {