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 ++++-- locales/help_docs/zh-CN.yml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'locales/help_docs') 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 diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index a93aab6..dc00606 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -30,11 +30,13 @@ common: word: version: 版本 + cli_version: 命令行版本 + vcs_version: 核心库版本 jvv: version: header: | - JVCS 上游管理工具 - %{version} + JVCS 上游管理工具 - %{version}(核心:[[cyan]]%{vcs_version}[[/]]) compile_info: | 编译信息: @@ -187,7 +189,7 @@ jvv: jv: version: header: | - JustEnoughVCS - [[cyan]]%{version}[[/]] + JVCS 命令行工具 - [[cyan]]%{version}[[/]](核心:[[cyan]]%{vcs_version}[[/]]) compile_info: | 编译信息: -- cgit