diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-30 09:24:14 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-30 09:24:14 +0800 |
| commit | ea9d988c98cbc0367361fa2d24eb474e642f3bf6 (patch) | |
| tree | e96a9b81837f5d5e8435a5e801879bc6bdc3b6ec /README.md | |
| parent | 4f35da85641549c3e08c4e1b73fccfc7ec9779a2 (diff) | |
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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 21 insertions, 6 deletions
@@ -1,20 +1,35 @@ -# Just Enough VCS +<p align="center"> + <a href="https://github.com/JustEnoughVCS/VersionControl"> + <img alt="JustEnoughVCS" src="docs/images/Header_Large.png" width="100%"> + </a> +</p> -> A Lightweight, Cross-Functional, Binary-Friendly Centralized VCS. +<h1 align="center">JustEnoughVCS</h1> + +<p align="center"> + A Lightweight, Cross-Functional, Binary-Friendly Centralized VCS. +</p> + +<p align="center"> + <img src="https://img.shields.io/github/stars/JustEnoughVCS/VersionControl?style=for-the-badge"> + <img src="https://img.shields.io/badge/Status-Development%20in%20Progress-yellow?style=for-the-badge"> + <img src="https://img.shields.io/badge/Release-Not%20Available-lightgrey?style=for-the-badge"> +</p> > [!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: |
