From cc4bef746adda6cc48ddf93f113847b88a4e185d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 24 Dec 2025 15:04:28 +0800 Subject: Add core version info to CLI version output --- locales/help_docs/en.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'locales/help_docs/en.yml') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 70b0b1c..a5a9fb0 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -30,11 +30,13 @@ common: word: version: Version + cli_version: CLI Version + vcs_version: VCS Version jvv: version: header: | - JVCS Upstream Manager - %{version} + JVCS Upstream Manager - %{version} (Core: [[cyan]]%{vcs_version}[[/]]) compile_info: | Compile Info @@ -192,7 +194,7 @@ jvv: jv: version: header: | - JustEnoughVCS - [[cyan]]%{version}[[/]] + JVCS CommandLine - [[cyan]]%{version}[[/]] (Core: [[cyan]]%{vcs_version}[[/]]) compile_info: | Compile Info -- cgit