Commit Graph

4 Commits

Author SHA1 Message Date
vffuunnyy
902256d461 refactor: translate Chinese log messages to English in core modules 2025-08-16 04:00:00 +07:00
wonfen
9b46c1a991 refactor: unify log output format 2025-06-16 21:03:45 +08:00
Tunglies
b57c6e408a chore: git hooks for linter and formatter 2025-03-13 12:51:20 +08:00
Tunglies
9ee011514a refactor: rename cmds module to cmd for better consistency (#2830)
- Renamed `cmds` module to `cmd` for better naming consistency
- Reorganized command modules into separate files under src/cmd/
- Updated all imports and references to use the new module name
- Fixed missing dependency in webdav.rs to reference core::backup
- Updated tray module to use new cmd namespace
- Improved uwp.rs module structure using platform-specific implementations
- Removed unnecessary imports from various command files
2025-03-01 22:52:43 +08:00