moved rrweb-snapshot into packages/rrweb-snapshot

This commit is contained in:
Mark-fenng
2026-04-01 12:00:00 +08:00
parent c208a40e8e
commit 392c4bd871
53 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="preload" href="https://example/path/to/preload.js" as="script" />
<link rel="prefetch" href="https://example/path/to/prefetch.js" />
</head>
<body></body>
</html>