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 ++++ README_zh_CN.md | 4 ++++ 2 files changed, 8 insertions(+) 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 😃 diff --git a/README_zh_CN.md b/README_zh_CN.md index 3e8f53f..7fdfdf9 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -1,5 +1,9 @@ # JustEnoughVCS - 轻量、跨职能、二进制友好的并行版本控制系统 +> **⚠️ 警告:JustEnoughVCS 目前正在积极开发中。** +> +> 本软件处于开发阶段,功能尚不完整。 + ​ `JustEnoughVCS` 是一个为**跨职能团队**设计的轻量级版本控制系统。它允许每个成员以**最适合其职能角色**的文件结构查看和组织文件,使团队能够专注于内容创作本身。它主要服务于大量二进制资产的协作场景,如**游戏开发**和**多媒体设计**。 ## 我的设计哲学 - 也是我的拙见 😃 -- cgit