Committing before copilot touches this

This commit is contained in:
Breadway 2026-05-25 19:53:50 +08:00
commit feefdb81b9
36 changed files with 12338 additions and 0 deletions

View file

@ -0,0 +1,9 @@
pub mod ai;
pub mod calendar;
pub mod classifier;
pub mod config;
pub mod parser;
pub mod scheduler;
pub mod store;
pub mod theme;
pub mod types;