1 2 3 4 5
#[cfg(target_os = "windows")] /// 关于激活等项 pub mod win; #[cfg(target_os = "windows")] pub use win::*;