Files
congsh 8e9d108995 Initial commit: DeskFloat 桌面透明浮动工具栏
Tauri 2 + React:任务列表、快捷方式、番茄钟、系统托盘、钉子穿透模式等。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 20:01:43 +08:00

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"
]
}