feat: 创建tauri项目

This commit is contained in:
lanyeeee
2025-07-08 20:56:56 +08:00
parent bc5de61706
commit f205abe6d5
39 changed files with 6610 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"opener:default"
]
}