细分桌面壳容器职责模块
将桌面壳 WebView 职责拆分为运行态、URL、导航、网络、生命周期、拖拽和事件模块 更新三端桥接层结构门禁清单 同步宿主壳文档和共享记忆中的桌面壳模块口径
This commit is contained in:
@@ -64,8 +64,15 @@ const expectedDesktopHostBridgeRustFiles = [
|
||||
];
|
||||
const expectedDesktopShellRustFiles = [
|
||||
'deep_link.rs',
|
||||
'events.rs',
|
||||
'file_drop.rs',
|
||||
'lifecycle.rs',
|
||||
'mod.rs',
|
||||
'navigation.rs',
|
||||
'network.rs',
|
||||
'runtime.rs',
|
||||
'tray.rs',
|
||||
'url.rs',
|
||||
'webview.rs',
|
||||
];
|
||||
const productionShellExtensions = new Set([
|
||||
|
||||
Reference in New Issue
Block a user