feat(desktop): ship full and mini clients

This commit is contained in:
2026-07-22 18:52:38 +08:00
parent a23a110758
commit aeb5276a73
10 changed files with 92 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "森林AI",
"version": "0.1.0",
"productName": "森林AI Full",
"version": "1.0.0",
"identifier": "ai.senlin.workbench",
"build": {
"frontendDist": "../../web_v1/dist",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "森林AI",
"title": "森林AI Full",
"width": 1280,
"height": 820
}