From 547c154ce30d52526ff58d1fc310344ccc1b3a18 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 6 Oct 2025 03:25:29 +0800 Subject: 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 --- README.md | 2 ++ README_zh_CN.md | 2 ++ 2 files changed, 4 insertions(+) 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` 标识,与其物理路径解耦。它全面记录: -- cgit