chore: merge blocksuite source code (#9213)

This commit is contained in:
Mirone
2024-12-20 15:38:06 +08:00
committed by GitHub
parent 2c9ef916f4
commit 30200ff86d
2031 changed files with 238888 additions and 229 deletions

View File

@@ -0,0 +1,19 @@
<!doctype html>
<html class="sl-theme-dark" lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.0.0/dist/themes/dark.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Simple Inline Editor Example</title>
</head>
<body>
<test-page></test-page>
<script type="module">
import './test-page';
</script>
</body>
</html>