diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-04 14:49:58 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-04 14:49:58 +0800 |
| commit | 5fde983137bdc42d5e164a7ad6f797899ab5ed37 (patch) | |
| tree | 9e9a600040f603d506ce6cbe4930c13fb974070c /locales/help_docs/zh-CN.yml | |
| parent | 262d71be20a3f55091344280f67270465b30545f (diff) | |
Add description column to `jv here --desc` output
Diffstat (limited to 'locales/help_docs/zh-CN.yml')
| -rw-r--r-- | locales/help_docs/zh-CN.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index f4cdc60..aaf6706 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -315,8 +315,7 @@ jv: - 文件当前的持有人 - 文件最新版本的提交信息 - 这是了解当前工作区目录状态的快速方式 - + **提示**:使用 `jv here --desc` 查看本地文件最后一次的提交信息 status: | **显示当前表的状态信息** @@ -682,6 +681,7 @@ jv: holder: 持有者 size: 大小 editing: 状态 + description: 描述 path_info: | 所在:%{upstream}/%{account}/%{sheet_name}/%{path}(%{minutes} 分钟前) @@ -735,6 +735,9 @@ jv: not_local: | 远程 + description: | + @%{creator}: %{description} + count_info: | %{dir_count} 目录、%{file_count} 文件,共计 %{size} |
