aboutsummaryrefslogtreecommitdiff
path: root/systems/_asset
Commit message (Collapse)AuthorAgeFilesLines
* Fix import paths in doc examples魏曹先生2026-02-241-4/+4
|
* Replace string_proc with just_fmt in _asset crate魏曹先生2026-02-244-8/+8
|
* Add deprecated feature and migrate string_proc to just_fmt魏曹先生2026-02-241-1/+1
| | | | | | | | | | | - Add `deprecated` feature flag to Cargo.toml - Gate `string_proc` module behind both `deprecated` and `string_proc` features - Replace internal `string_proc` dependency with `just_fmt` crate in constants macros - Mark all `string_proc` modules as deprecated with migration instructions - Remove `string_proc` dependency from sheet system
* Add sheet system and reorganize workspace魏曹先生2026-02-119-0/+882
- Add new "sheet" crate to workspace - Rename "systems/asset" to "systems/_asset" - Reorder workspace members and dependencies for clarity - Update constants with new paths for auth and rules - Add conditional compilation for system module