From e063e37fcd6fc5f8d30c532bc3c51b2917c6c44d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 4 Jan 2026 17:12:45 +0800 Subject: Completed `jv info` command --- locales/help_docs/zh-CN.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'locales/help_docs/zh-CN.yml') diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index 1ec2ffc..22e2a4d 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -372,6 +372,7 @@ jv: info: | **显示文件详细信息** **用法**:jv info <文件路径> + 使用 `--full` 查看完整的更新记录 显示指定文件的详细信息,包括: - 文件的历史变更 @@ -871,6 +872,15 @@ jv: count_info: | %{dir_count} 目录、%{file_count} 文件,共计 %{size} + info: + oneline: + table_headers: + prefix: _ + version: 版本 + creator: 作者 + description: 描述 + description_current: 正在编辑中 ... + status: struct_changes_display: | 表 %{sheet_name} 的状态基于 %{h} 小时 %{m} 分钟 %{s} 秒前 -- cgit