desktop: add loading window and restructure rust (#12176)

This commit is contained in:
Brendan Allan 2026-02-06 23:03:07 +08:00 committed by GitHub
parent 5a1bf3a968
commit b7ad8e459c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 858 additions and 439 deletions

View file

@ -14,15 +14,7 @@
"windows": [
{
"label": "main",
"create": false,
"title": "OpenCode",
"url": "/",
"decorations": true,
"dragDropEnabled": false,
"zoomHotkeysEnabled": false,
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"trafficLightPosition": { "x": 12.0, "y": 18.0 }
"create": false
}
],
"withGlobalTauri": true,