桌面壳持久化窗口状态

新增 Tauri window-state 插件并只保存主窗口大小、位置和最大化状态

收紧桌面壳依赖版本、插件顺序和三端文件结构门禁

同步宿主壳方案文档和团队决策记录
This commit is contained in:
2026-06-18 19:29:56 +08:00
parent b96be76a34
commit f3b5edd4c6
9 changed files with 80 additions and 8 deletions
+1
View File
@@ -81,6 +81,7 @@ const expectedDesktopShellRustFiles = [
'tray.rs',
'url.rs',
'webview.rs',
'window_state.rs',
];
const productionShellExtensions = new Set([
'.json',