This commit is contained in:
949036910@qq.com
2026-05-30 12:46:13 +08:00
parent 58240c3d76
commit 53d0a6eb5f
11 changed files with 536 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "aiclient",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "com.aiclient.desktop",
"build": {
"beforeDevCommand": "npm run dev",
@@ -11,15 +11,17 @@
},
"app": {
"withGlobalTauri": true,
"windows": [
],
"windows": [],
"security": {
"capabilities": ["default"],
"capabilities": [
"default"
],
"csp": null,
"assetProtocol": {
"enable": true,
"scope": ["**"]
"scope": [
"**"
]
}
}
},