Add ui module

This commit is contained in:
2026-03-19 00:31:48 +08:00
parent daf3c0dcc5
commit 20f74f7bc1

4
src/ui/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
//! UI 模組
pub mod webview;
pub mod commands;