diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-27 23:02:09 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-27 23:02:09 +0800 |
| commit | 114ed3c65d9d5765a9e9553f1d2f14a3772c6867 (patch) | |
| tree | fc823c957fbb4b84664800dda16291c184b46220 | |
| parent | 18aeaf1ddeb477e34b0285b48d48a31fcff3eddb (diff) | |
| parent | 84b48de2e2817ce731e9dec49934dc2bdc18e8b3 (diff) | |
Merge pull request #13 from JustEnoughVCS/jvcs_dev
docs: remove redundant permission table from README files
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | README_zh_CN.md | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -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` 是一个为**跨职能团队**设计的轻量级版本控制系统。它允许每个成员以**最适合其职能角色**的文件结构查看和组织文件,使团队能够专注于内容创作本身。它主要服务于大量二进制资产的协作场景,如**游戏开发**和**多媒体设计**。 ## 我的设计哲学 - 也是我的拙见 😃 |
