This commit is contained in:
949036910@qq.com
2026-05-30 18:44:16 +08:00
parent e10a66ccf2
commit 9c6650373f
162 changed files with 624 additions and 26788 deletions

View File

@@ -1,13 +1,12 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "aiclient",
"version": "0.1.3",
"version": "0.1.8",
"identifier": "com.aiclient.desktop",
"build": {
"beforeDevCommand": "npm run dev",
"beforeDevCommand": "npm run dev --prefix ../aiclient_ui",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
"frontendDist": "frontend-stub"
},
"app": {
"withGlobalTauri": true,