diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-01 11:43:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-01 11:43:04 +0800 |
| commit | e5a8c2e11e1a33cfbd574dd15aaf4d44c255357d (patch) | |
| tree | af733b58084911a46c95d3911fc022b717b0ef0a /src/bin | |
| parent | 28ea3c189dd1410125e86cf6b4f2d5e60a1104fd (diff) | |
Add green color to holder and editing status indicators
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/jv.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/jv.rs b/src/bin/jv.rs index 8ad929d..a7f0509 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -1354,6 +1354,7 @@ async fn jv_here(_args: HereArgs) { if holder == &local_cfg.current_account() { hold = t!("jv.success.here.append_info.holder.yourself") .trim() + .green() .to_string(); is_file_held = true; } else { @@ -1417,6 +1418,7 @@ async fn jv_here(_args: HereArgs) { } else { editing = t!("jv.success.here.append_info.editing.can_edit") .trim() + .green() .to_string(); } } |
