From 2e16a556e277035225d02d9a62c2da699235de36 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 3 Jan 2026 21:05:18 +0800 Subject: Add Git branch and commit info to compile info - Include branch and commit hash in compile info display - Add build script functions to extract git metadata - Update export scripts to force rebuilds when needed - Extend share command with placeholder implementations --- locales/help_docs/en.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'locales/help_docs/en.yml') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 7b2d200..caae1da 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -40,9 +40,12 @@ jvv: compile_info: | Compile Info - Compile Date - %{build_time} - Target - %{build_target} - Platform - %{build_platform} - %{build_toolchain} + Compile Date - [[cyan]]%{build_time}[[/]] + Target - [[cyan]]%{build_target}[[/]] + Platform - [[cyan]]%{build_platform} - %{build_toolchain}[[/]] + + Core - [[cyan]]%{core_build_branch}[[/]] (Commit: %{core_build_commit}) + CLI - [[cyan]]%{cli_build_branch}[[/]] (Commit: %{cli_build_commit}) help: | **JustEnoughVCS Upstream Vault Commands** @@ -202,6 +205,9 @@ jv: Target - [[cyan]]%{build_target}[[/]] Platform - [[cyan]]%{build_platform} - %{build_toolchain}[[/]] + Core - [[cyan]]%{core_build_branch}[[/]] (Commit: %{core_build_commit}) + CLI - [[cyan]]%{cli_build_branch}[[/]] (Commit: %{cli_build_commit}) + tip: not_workspace: | Not in workspace directory. -- cgit