From f6655e6708f444f4ff8df3f25e17db80f410667b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 4 Nov 2025 14:40:03 +0800 Subject: Add build script and update version display format --- locales/help_docs/en.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'locales/help_docs/en.yml') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 62c1f56..b899cdf 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -5,14 +5,13 @@ common: jvv: version: header: | - JustEnoughVCS Upstream Vault Manager - VERSION - %{version} + JVCS Upstream Manager - %{version} compile_info: | Compile Info Compile Date - %{build_time} - Target - %{build_target} - Platform - %{build_platform} - %{build_toolchain} + Target - %{build_target} + Platform - %{build_platform} - %{build_toolchain} help: | **JustEnoughVCS Upstream Vault Commands** @@ -148,14 +147,13 @@ jvv: jv: version: header: | - JustEnoughVCS - VERSION - %{version} + JustEnoughVCS - %{version} compile_info: | Compile Info Compile Date - %{build_time} - Target - %{build_target} - Platform - %{build_platform} - %{build_toolchain} + Target - %{build_target} + Platform - %{build_platform} - %{build_toolchain} help: | **JustEnoughVCS** -- cgit