@@ -26,15 +26,15 @@ const CURSOR_CLASSES = {
2626
2727onMounted (async () => {
2828 const [
29- { default : FluentEditor, generateTableUp, CollaborationModule, FULL_TOOLBAR },
30- { defaultCustomSelect, TableMenuContextmenu, TableSelection, TableUp },
31- Y,
32- { Awareness },
33- { QuillBinding },
34- { WebsocketProvider },
35- { IndexeddbPersistence },
36- { default : QuillCursors },
37- ] = await Promise .all ([
29+ { default : FluentEditor, generateTableUp, CollaborationModule, FULL_TOOLBAR },
30+ { defaultCustomSelect, TableMenuContextmenu, TableSelection, TableUp },
31+ Y,
32+ { Awareness },
33+ { QuillBinding },
34+ { WebsocketProvider },
35+ { IndexeddbPersistence },
36+ { default : QuillCursors },
37+ ] = await Promise .all ([
3838 import (' @opentiny/fluent-editor' ),
3939 import (' quill-table-up' ),
4040 import (' yjs' ),
@@ -93,7 +93,7 @@ onMounted(async () => {
9393 provider: {
9494 type: ' websocket' ,
9595 options: {
96- serverUrl: ' wss://120.26.92.145:1234 ' ,
96+ serverUrl: ' wss://ai.opentiny.design/tiny-editor/ ' ,
9797 roomName: ROOM_NAME ,
9898 },
9999 },
0 commit comments