Skip to content

Commit a41f8f5

Browse files
authored
feat: fix the error in modifying the packaging path (#449)
1 parent 4c5a836 commit a41f8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/fluent-editor/docs/demo/collaborative-editing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 协同编辑
22

33
<p align="center">
4-
<img src="/Tiny-editor-demo.png" alt="Tiny-editor-demo">
4+
<img src="../../public/Tiny-editor-demo.png" alt="Tiny-editor-demo">
55
</p>
66

77
<p><b>TinyEditor 支持多人实时协作编辑,支持多种连接协议(如 WebSocket、WebRTC),可自定义后端持久化,适用于多场景的在线协同编辑需求。
@@ -11,7 +11,7 @@
1111

1212
整个协同编辑系统由三部分组成:前端 `TinyEditor`、中间层协作引擎 `Yjs` 和后端服务(用于数据同步和持久化)。前端编辑器将操作传递给 `Yjs``Yjs` 通过不同的连接协议(如 `WebSocket``WebRTC`)实现多端同步, 并支持将数据持久化到后端数据库(如 `MongoDB`).
1313

14-
<img src="/Collab-arch.png" alt="Tiny-editor-demo">
14+
<img src="../../public/Collab-arch.png" alt="Tiny-editor-demo">
1515

1616
下面是一个完整的协同编辑演示:
1717

0 commit comments

Comments
 (0)