summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-06 03:25:29 +0800
committer魏曹先生 <1992414357@qq.com>2025-10-06 03:25:29 +0800
commit547c154ce30d52526ff58d1fc310344ccc1b3a18 (patch)
treebaff8c96b897f6f3cdf6947f7c4595b854dab21b
parent0258097029fbd8ba48b59d886c9cea303e852deb (diff)
Add framework diagram to README documentation
- Include FRAMEWORK_CANVAS.png in both English and Chinese README - Position diagram after introduction for better visual explanation - Enhance documentation with visual representation of system architecture
-rw-r--r--README.md2
-rw-r--r--README_zh_CN.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d94a29a..7484def 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@
​ `JustEnoughVCS` adheres to the "**Just Enough**" philosophy, aiming to achieve collaborative security through architectural design. Centered around a **Virtual File System** and **Sheet Isolation**, it provides each creator with a focused, distraction-free workspace, making collaboration natural and simple.
+![img](docs/images/FRAMEWORK_CANVAS.png)
+
## Virtual File System
​ The Virtual File System is the foundation of `JustEnoughVCS`. Each file is identified by a globally unique `VirtualFileId`, decoupled from its physical path. It comprehensively records:
diff --git a/README_zh_CN.md b/README_zh_CN.md
index b3cff12..4781723 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -10,6 +10,8 @@
​ `JustEnoughVCS` 遵循"**Just Enough**"的理念,旨在通过架构设计来实现协作安全。它以**虚拟文件系统**和**表隔离**为核心,为每个创作者提供专注、无干扰的工作空间,让协作变得自然且简单。
+![img](docs/images/FRAMEWORK_CANVAS.png)
+
## 虚拟文件系统 (Virtual File System)
​ 虚拟文件系统是 `JustEnoughVCS` 的基础。每个文件由一个全局唯一的 `VirtualFileId` 标识,与其物理路径解耦。它全面记录: