This commit is contained in:
949036910@qq.com
2026-06-05 23:03:37 +08:00
parent 18bc7075da
commit 84d1afcdc5
3 changed files with 3 additions and 3 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -5112,7 +5112,7 @@ dependencies = [
[[package]]
name = "tauri-app"
version = "0.1.14"
version = "0.1.15"
dependencies = [
"aes-gcm",
"async-trait",

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-app"
version = "0.1.14"
version = "0.1.15"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "aiclient",
"version": "0.1.14",
"version": "0.1.15",
"identifier": "com.aiclient.desktop",
"build": {
"beforeDevCommand": "npm run dev --prefix ../aiclient_ui",