Skip to main content

Module desktop

Module desktop 

Source
Expand description

文件名: mod.rs 作者: JQQ 创建日期: 2025/12/16 最后修改日期: 2025/12/18 版权: 2023 JQQ. All rights reserved. 依赖: serde 描述: Desktop模块入口 / Desktop module entry point

Re-exports§

pub use window_uri::is_window_uri;
pub use window_uri::WindowURI as WindowURIWrapper;
pub use window_uri::WindowURIError as WindowURIErrorWrapper;
pub use model::*;
pub use organize::*;

Modules§

model
organize
window_uri
文件名: window_uri 作者: JQQ 创建日期: 2025/12/18 最后修改日期: 2025/12/18 版权: 2023 JQQ. All rights reserved. 依赖: url, serde 描述: Window URI 解析与处理,对应 Python 侧的 window_uri.py

Type Aliases§

Desktop
桌面内容类型 / Desktop content type