summaryrefslogtreecommitdiff
path: root/locales/help_docs/zh-CN.yml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-03 21:05:18 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-03 21:05:18 +0800
commit2e16a556e277035225d02d9a62c2da699235de36 (patch)
tree6e81b9251c71d31620f60381b13af53888d216a0 /locales/help_docs/zh-CN.yml
parent7f3e51cf19e23292ab2087f521408c70c92f12fe (diff)
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
Diffstat (limited to 'locales/help_docs/zh-CN.yml')
-rw-r--r--locales/help_docs/zh-CN.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml
index 7d93620..1ec2ffc 100644
--- a/locales/help_docs/zh-CN.yml
+++ b/locales/help_docs/zh-CN.yml
@@ -40,9 +40,12 @@ jvv:
compile_info: |
编译信息:
- 时间:%{build_time}
- 目标:%{build_target}
- 平台:%{build_platform} - %{build_toolchain}
+ 时间:[[cyan]]%{build_time}[[/]]
+ 目标:[[cyan]]%{build_target}[[/]]
+ 平台:[[cyan]]%{build_platform} - %{build_toolchain}[[/]]
+
+ 核心库:[[cyan]]%{core_build_branch}[[/]] (Commit: %{core_build_commit})
+ 命令行:[[cyan]]%{cli_build_branch}[[/]] (Commit: %{cli_build_commit})
help: |
**JustEnoughVCS 上游库命令**
@@ -197,6 +200,9 @@ jv:
目标:[[cyan]]%{build_target}[[/]]
平台:[[cyan]]%{build_platform} - %{build_toolchain}[[/]]
+ 核心库:[[cyan]]%{core_build_branch}[[/]] (Commit: %{core_build_commit})
+ 命令行:[[cyan]]%{cli_build_branch}[[/]] (Commit: %{cli_build_commit})
+
tip:
not_workspace: |
当前不在工作区目录,您可使用 `jv create <名称>` 或 `jv init` 创建工作区