Initial commit: Chat Z.AI Desktop App (Tauri) + Release

This commit is contained in:
admin
2026-04-02 15:13:31 +00:00
Unverified
commit 378b7382f3
36 changed files with 6070 additions and 0 deletions

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