接入桌面壳深链

新增Tauri桌面深链模块并归一到同源H5入口

启用deep-link插件与single-instance深链转发

更新原生壳门禁和架构文档
This commit is contained in:
2026-06-18 16:53:52 +08:00
parent 7609c37d5f
commit 75b1f8391f
10 changed files with 421 additions and 9 deletions
+1
View File
@@ -55,6 +55,7 @@ const expectedDesktopHostBridgeRustFiles = [
'share.rs',
];
const expectedDesktopShellRustFiles = [
'deep_link.rs',
'mod.rs',
'tray.rs',
'webview.rs',