feat: implement CoreConfigValidator for configuration validation and enhance logging types (#5112)

This commit is contained in:
Tunglies
2025-10-18 10:57:57 +08:00
committed by GitHub
parent a1c0a09423
commit 210c12a74e
8 changed files with 377 additions and 308 deletions

View File

@@ -10,6 +10,7 @@ pub mod service;
pub mod sysopt;
pub mod timer;
pub mod tray;
pub mod validate;
pub mod win_uwp;
pub use self::{core::*, event_driven_proxy::EventDrivenProxyManager, timer::Timer};