From 84b48de2e2817ce731e9dec49934dc2bdc18e8b3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 27 Sep 2025 22:59:52 +0800 Subject: docs: remove redundant permission table from README files - Remove permission management table from both README.md and README_zh_CN.md - The table content was redundant as permissions are already clearly described in the text - Improves document readability by eliminating duplication - Maintains all essential information in prose format --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ac0588b..2dcb1d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # JustEnoughVCS - A Lightweight, Cross-Functional, Binary-Friendly Parallel Version Control System +> **⚠️ Warning: JustEnoughVCS is currently under active development.** +> +> This software is in the development stage, and its features are not yet complete. + ​ `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**. ## My Design Philosophy - Also My Humble Opinion 😃 -- cgit