diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-06 03:25:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-06 03:25:29 +0800 |
| commit | 547c154ce30d52526ff58d1fc310344ccc1b3a18 (patch) | |
| tree | baff8c96b897f6f3cdf6947f7c4595b854dab21b | |
| parent | 0258097029fbd8ba48b59d886c9cea303e852deb (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.md | 2 | ||||
| -rw-r--r-- | README_zh_CN.md | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -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. + + ## 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**"的理念,旨在通过架构设计来实现协作安全。它以**虚拟文件系统**和**表隔离**为核心,为每个创作者提供专注、无干扰的工作空间,让协作变得自然且简单。 + + ## 虚拟文件系统 (Virtual File System) 虚拟文件系统是 `JustEnoughVCS` 的基础。每个文件由一个全局唯一的 `VirtualFileId` 标识,与其物理路径解耦。它全面记录: |
