Files
chuan 7fd67d7860 feat: implement design synchronization application
- Add main application logic in `app.rs` to handle design sync process.
- Create `catalog.rs` for parsing category mappings and listing design directories.
- Introduce configuration constants in `config.rs` for paths and settings.
- Implement logging functionality in `logger.rs` to track application events.
- Update `main.rs` to initialize and run the application with logging.
- Define data models in `models.rs` for design sources and sync summaries.
- Create `readme.rs` to manage README updates with design records.
- Implement synchronization logic in `sync.rs` to fetch and process design data.
- Add utility functions in `util.rs` for path normalization and whitespace handling.
7fd67d7860 ยท 2026-04-20 22:23:37 +08:00
History
..