- 初始化

This commit is contained in:
Pine
2026-05-12 22:38:52 +08:00
commit c8e8dd12d2
41 changed files with 9146 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"
]
}