This commit is contained in:
2026-04-22 19:04:22 +02:00
parent 23dab2df85
commit f073b14e01
18 changed files with 1072 additions and 180 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "kb-bapp",
"version": "0.3.5",
"version": "0.4.4",
"identifier": "com.sasedev.kb-app",
"build": {
"beforeDevCommand": "npm run dev",
@@ -47,6 +47,21 @@
"minHeight": 600,
"center": true,
"visible": false,
"create": false,
"transparent": false,
"decorations": true
},
{
"label": "demo_http",
"url": "demo_http.html",
"title": "Demo Http",
"width": 1100,
"height": 820,
"minWidth": 860,
"minHeight": 620,
"center": true,
"visible": false,
"create": false,
"transparent": false,
"decorations": true
}
@@ -63,4 +78,4 @@
"icons/favicon.ico"
]
}
}
}