From eee840586186fcf77e32027297f89f173bed8379 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 24 Jan 2026 07:31:20 +0800 Subject: Update README branding and add new icon - Replace header image with smaller Yizi_Icon.png - Update project title from "JustEnoughVCS/CommandLine" to "JVCS CommandLine" - Simplify description text - Update Chinese README to match changes - Add new Yizi_Icon.png to resources/images --- README.md | 10 +++++----- README_zh_CN.md | 10 +++++----- resources/images/Yizi_Icon.png | Bin 0 -> 308523 bytes 3 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 resources/images/Yizi_Icon.png diff --git a/README.md b/README.md index 736ee62..40697ab 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

- - JustEnoughVCS - + + JustEnoughVCS +

-

JustEnoughVCS/CommandLine

+

JVCS CommandLine

- Command Line Tool for JustEnoughVCS + CLI of JustEnoughVCS

diff --git a/README_zh_CN.md b/README_zh_CN.md index ed64bd1..1d93bf8 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -1,13 +1,13 @@

- - JustEnoughVCS - + + JustEnoughVCS +

-

JustEnoughVCS/CommandLine

+

JVCS CommandLine

- JustEnoughVCS的命令行前端 + JustEnoughVCS 命令行前端

diff --git a/resources/images/Yizi_Icon.png b/resources/images/Yizi_Icon.png new file mode 100644 index 0000000..42f1c28 Binary files /dev/null and b/resources/images/Yizi_Icon.png differ -- cgit