- 移除不必要的权限配置opener:default - 移除不再使用的异步相关依赖项及其实现,精简项目依赖树。 - 移除未使用的 tauri-plugin-opener 依赖项 - 移除已弃用的 tauri_plugin_opener 插件初始化,保留 shell 插件初始化并注册全局状态
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
{
|
|
"identifier": "shell:allow-execute",
|
|
"allow": [
|
|
{
|
|
"name": "binaries/server",
|
|
"sidecar": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|