refactor: separate og and db version (#12276)

separate og and new version apps

remove file sync, tldraw, excalidraw and zotero
This commit is contained in:
Tienson Qin
2025-12-29 15:39:32 +08:00
committed by GitHub
parent 5ff22217d6
commit bcc478b5f7
677 changed files with 2418 additions and 61831 deletions

View File

@@ -31,9 +31,6 @@
<div id="root"></div>
<script>window.__LSP__HOST__ = true</script>
<script>window.user = null</script>
<script>
window.EXCALIDRAW_ASSET_PATH = "./js/";
</script>
<script src="./js/magic_portal.js"></script>
<script defer src="./js/highlight.min.js"></script>
<script defer src="./js/interact.min.js"></script>
@@ -53,7 +50,5 @@
<script defer src="./js/tabler-icons-react.min.js"></script>
<script defer src="./js/tabler.ext.js"></script>
<script defer src="./js/code-editor.js"></script>
<script defer src="./js/excalidraw.js"></script>
<script defer src="./js/tldraw.js"></script>
</body>
</html>