This commit is contained in:
2026-04-25 18:10:40 +02:00
parent f90ca40202
commit b034fdf1c4
16 changed files with 1088 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "kb-bapp",
"version": "0.4.4",
"version": "0.6.6",
"identifier": "com.sasedev.kb-app",
"build": {
"beforeDevCommand": "npm run dev",
@@ -64,6 +64,20 @@
"create": false,
"transparent": false,
"decorations": true
},
{
"label": "demo_ws_manager",
"url": "demo_ws_manager.html",
"title": "Demo Ws Manager",
"width": 1280,
"height": 800,
"minWidth": 900,
"minHeight": 620,
"center": true,
"visible": false,
"create": false,
"transparent": false,
"decorations": true
}
],
"security": {