8e9d108995
Tauri 2 + React:任务列表、快捷方式、番茄钟、系统托盘、钉子穿透模式等。 Co-authored-by: Cursor <cursoragent@cursor.com>
33 lines
972 B
JSON
33 lines
972 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "默认窗口能力:允许前端调用基础窗口/文件/通知/快捷键/打开 URL 等接口",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:default",
|
|
"core:window:allow-set-always-on-top",
|
|
"core:window:allow-set-size",
|
|
"core:window:allow-set-position",
|
|
"core:window:allow-set-decorations",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-show",
|
|
"core:window:allow-hide",
|
|
"core:window:allow-close",
|
|
"core:window:allow-minimize",
|
|
"core:window:allow-set-ignore-cursor-events",
|
|
"core:webview:default",
|
|
"core:app:default",
|
|
"core:path:default",
|
|
"core:event:default",
|
|
"shell:default",
|
|
"opener:default",
|
|
"opener:allow-open-url",
|
|
"fs:default",
|
|
"notification:default",
|
|
"notification:allow-notify",
|
|
"global-shortcut:default",
|
|
"autostart:default"
|
|
]
|
|
}
|