j-cli 12.9.26

A fast CLI tool for alias management, daily reports, and productivity
1
2
3
4
5
6
7
8
9
//! 共享常量

pub const POINTER_SELECTED: &str = "";
pub const POINTER_EMPTY: &str = "    ";
pub const TOGGLE_ON: &str = "\u{25cf}";
pub const TOGGLE_OFF: &str = "\u{25cb}";
pub const SEPARATOR_V: &str = "\u{2502}";
pub const INDENT: &str = "  ";
pub const LABEL_WIDTH: usize = 16; // 显示宽度(CJK 字符占 2 列)