chore(release): release tauri v2.1.1

This commit is contained in:
Soybean
2026-05-13 20:17:39 +08:00
parent d9713187e8
commit a5e59a3322
68 changed files with 12309 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": ["core:default", "opener:default"]
}