This commit is contained in:
2026-05-20 23:57:15 +02:00
parent fad7ec5107
commit 62831a0abe
56 changed files with 6603 additions and 114 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "kb-demo-app",
"version": "0.7.39",
"version": "0.7.40",
"identifier": "com.sasedev.kb-demo-app",
"build": {
"beforeDevCommand": "npm run dev",
@@ -79,6 +79,34 @@
"transparent": false,
"decorations": true
},
{
"label": "demo3",
"url": "demo3.html",
"title": "Demo3 Local DEX Corpus",
"width": 1480,
"height": 920,
"minWidth": 1000,
"minHeight": 700,
"center": true,
"visible": false,
"create": false,
"transparent": false,
"decorations": true
},
{
"label": "demo3old",
"url": "demo3old.html",
"title": "Demo3old Local DEX Corpus",
"width": 1480,
"height": 920,
"minWidth": 1000,
"minHeight": 700,
"center": true,
"visible": false,
"create": false,
"transparent": false,
"decorations": true
},
{
"label": "demo_pipeline",
"url": "demo_pipeline.html",
@@ -120,4 +148,4 @@
"icons/favicon.ico"
]
}
}
}