Add viewer module

This commit is contained in:
2026-03-19 00:31:56 +08:00
parent 0b29862f41
commit 2aab6ee09f

6
src/viewer/mod.rs Normal file
View File

@@ -0,0 +1,6 @@
//! 檢視器模組
pub mod image;
pub mod markdown;
pub mod pdf;
pub mod html;