refactor: 移除遥测并修复启动器流程
This commit is contained in:
@ -21,7 +21,6 @@ mod logger;
|
||||
pub mod mod_metadata;
|
||||
mod state;
|
||||
pub mod storage;
|
||||
pub mod telemetry;
|
||||
|
||||
pub use api::*;
|
||||
pub use error::*;
|
||||
@ -37,7 +36,7 @@ pub use state::db::{
|
||||
};
|
||||
pub use state::{DirectoryInfo, State};
|
||||
pub use storage::*;
|
||||
pub use util::fetch::{DownloadReason, build_proxied_client};
|
||||
pub use util::fetch::build_proxied_client;
|
||||
pub use util::file_lock::{LockingProcess, get_locking_processes};
|
||||
pub use util::platform::is_process_elevated;
|
||||
pub use util::proxy::{ProxyConfig, ProxyMode, ProxyTestResult};
|
||||
|
||||
Reference in New Issue
Block a user