Add viewer module
This commit is contained in:
6
src/viewer/mod.rs
Normal file
6
src/viewer/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
//! 檢視器模組
|
||||
|
||||
pub mod image;
|
||||
pub mod markdown;
|
||||
pub mod pdf;
|
||||
pub mod html;
|
||||
Reference in New Issue
Block a user