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 /README.md | |
| 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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 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: |
