From ea9d988c98cbc0367361fa2d24eb474e642f3bf6 Mon Sep 17 00:00:00 2001
From: 魏曹先生 <1992414357@qq.com>
Date: Thu, 30 Oct 2025 09:24:14 +0800
Subject: Enhance README with branding and visual elements
- Add header images and badges for better visual presentation -
Restructure both English and Chinese READMEs with consistent formatting
- Include new image assets for project branding - Add table of contents
sections for better navigation - Update warning messages to be more
informative
---
README.md | 27 +++++++++++++++++++++------
1 file changed, 21 insertions(+), 6 deletions(-)
(limited to 'README.md')
diff --git a/README.md b/README.md
index b6995b3..ac603c5 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,35 @@
-# Just Enough VCS
+
+
+
+
+
-> A Lightweight, Cross-Functional, Binary-Friendly Centralized VCS.
+JustEnoughVCS
+
+
+ A Lightweight, Cross-Functional, Binary-Friendly Centralized VCS.
+
+
+
+
+
+
+
> [!WARNING]
-> JustEnoughVCS is currently under active development.
+> JustEnoughVCS is currently under active development, and features are not yet complete.
>
-> This software is in the development stage, and its features are not yet complete.
+> If you are interested in our project, we recommend contacting us directly.
`JustEnoughVCS` is a lightweight version control system designed for **cross-functional teams**. It allows each member to view and organize files in a file structure **best suited to their functional role**, enabling the team to focus on content creation itself. It primarily serves collaborative scenarios involving large volumes of binary assets, such as **game development** and **multimedia design**.
+- [Virtual File System](#virtual-file-system)
+- [Sheet System](#sheet-system)
+
## My Design Philosophy - Also My Humble Opinion 😃
`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:
--
cgit