1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

Add excl draw module 2 (#7658)

* init exceldraw module

* excalidraw demo

* i18n fixed bug

* exceldraw change to excalidraw

* lang setting

---------

Co-authored-by: 杨顺强 <978987373@qq.com>
Co-authored-by: First <first@FirstdeMacBook-Pro.local>
This commit is contained in:
zhichaona
2025-03-24 14:11:58 +08:00
committed by GitHub
parent ef9be3fed1
commit ff7fd0f0d5
23 changed files with 1597 additions and 32 deletions

View File

@@ -2,6 +2,7 @@ const paths = require('./paths');
const entryFiles = {
tldrawEditor: '/tldrawEditor.js',
excalidrawEditor: '/excalidraw-editor.js',
markdownEditor: '/index.js',
plainMarkdownEditor: '/pages/plain-markdown-editor/index.js',
TCAccept: '/tc-accept.js',