chore: adjust frameless mode

This commit is contained in:
medcl
2024-10-28 17:53:45 +08:00
parent 869f648365
commit 9b6d0a6a8d

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "coco",
"productName": "Coco AI",
"version": "0.1.0",
"identifier": "rs.coco.app",
"build": {
@@ -12,9 +12,12 @@
"app": {
"windows": [
{
"title": "coco",
"title": "Coco AI",
"width": 800,
"height": 600
"height": 600,
"resizable": false,
"fullscreen": false,
"decorations": false
}
],
"security": {