aboutsummaryrefslogtreecommitdiff
path: root/crates/utils/cfg_file/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change default config format from JSON to Bincode魏曹先生2026-01-031-2/+2
| | | | | | | Update file extensions for sheet, share, member, and virtual file metadata to use new custom extensions (.st, .sre, .json, .vf) instead of .bcfg. Also update client-side file extensions for latest info and local sheets.
* Refactor config loading to read files after format detection魏曹先生2026-01-031-16/+30
|
* Add support for Bincode config file format魏曹先生2026-01-021-13/+35
|
* Improve documentation for system action and config file crates魏曹先生2025-11-251-1/+69
|
* Update `config.rs`魏曹先生2025-10-181-1/+4
| | | | - If config file not exist, now return Error
* Fixed by Clippy魏曹先生2025-09-251-1/+1
|
* Add Result for ConfigFile魏曹先生2025-09-211-106/+55
|
* Add exist function to ConfigFile trait魏曹先生2025-09-201-0/+11
|
* Fixed codes by Zed魏曹先生2025-09-141-14/+17
|
* Fixed by Clippy魏曹先生2025-09-141-5/+4
|
* Update config.rs魏曹先生2025-09-121-4/+4
|
* Update cfg_file Main Logic魏曹先生2025-09-121-0/+194
Completed config.rs