aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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