重构一下代码

This commit is contained in:
Tw93
2023-04-05 17:52:17 +08:00
parent 6bbecdb19e
commit f36f492d2d
8 changed files with 110 additions and 96 deletions

4
src-tauri/src/app/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
pub mod menu;
pub mod window;
pub mod config;
pub mod invoke;