aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove deprecated files魏曹先生2025-10-185-169/+0
| | | | | | - Remove old cli_publisher crate - Remove legacy publish.sh script - Remove old source files from src/ directory
* docs: update localization files魏曹先生2025-10-182-4/+10
| | | | | | - Update English help documentation - Update Chinese help documentation - Improve command descriptions and error messages
* refactor: update source code files魏曹先生2025-10-183-7/+4
| | | | | | - Update jv.rs binary - Update lib.rs library exports - Update utils.rs utility functions
* chore: update cargo configuration and dependencies魏曹先生2025-10-183-132/+154
| | | | | | - Add cargo alias configuration - Update workspace and dependency settings - Add build_helper to workspace members
* feat: add build_helper crate for publishing魏曹先生2025-10-182-0/+158
| | | | | - Add Cargo.toml and main.rs for build helper - Support custom cargo pub command for binary distribution
* feat: add new binary files and utilities魏曹先生2025-10-182-0/+73
| | | | | - Add jvref.rs binary - Add build_env_logger.rs utility module
* fix: update colored crate API usage in jvv.rs魏曹先生2025-10-181-18/+31
| | | | | | - Replace Style::new() with Style::default() - Use Colorize trait methods directly on strings - Remove unused Color import
* style: fix clippy warnings and improve code quality魏曹先生2025-10-143-13/+89
| | | | | | - Replace redundant pattern matching with is_err() method - Remove unnecessary braces in unwrap_or_else closures - Improve code formatting and consistency
* feat: add internationalization support and new command-line tools魏曹先生2025-10-1417-125/+2084
| | | | | | | | - Add locale support with English and Chinese translations - Introduce new jv and jvv command-line tools - Replace jvc.rs with improved command structure - Add utility modules for language selection and markdown coloring - Update configuration and dependencies
* First魏曹先生2025-09-219-10/+1303
|
* Update LICENSE魏曹先生2025-09-011-1/+1
|
* Update .gitignore魏曹先生2025-09-011-1/+1
|
* Initial commit魏曹先生2025-09-013-0/+43