f3b5edd4c6
新增 Tauri window-state 插件并只保存主窗口大小、位置和最大化状态 收紧桌面壳依赖版本、插件顺序和三端文件结构门禁 同步宿主壳方案文档和团队决策记录
22 lines
609 B
TOML
22 lines
609 B
TOML
[package]
|
|
name = "genarrative-desktop-shell"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2.6.2", features = [] }
|
|
|
|
[dependencies]
|
|
base64 = "0.22"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tauri = { version = "2.11.2", features = ["tray-icon"] }
|
|
tauri-plugin-clipboard-manager = "2.3.2"
|
|
tauri-plugin-deep-link = "2.4.9"
|
|
tauri-plugin-dialog = "2.7.1"
|
|
tauri-plugin-notification = "2.3.3"
|
|
tauri-plugin-opener = "2.5.4"
|
|
tauri-plugin-single-instance = { version = "2.4.2", features = ["deep-link"] }
|
|
tauri-plugin-window-state = "2.4.1"
|