This commit is contained in:
949036910@qq.com
2026-05-31 02:29:16 +08:00
parent 0c26f6f4d0
commit f091e17ca4
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.8"
version = "0.1.9"
dependencies = [
"aes-gcm",
"async-trait",

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-app"
version = "0.1.8"
version = "0.1.9"
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.8",
"version": "0.1.9",
"identifier": "com.aiclient.desktop",
"build": {
"beforeDevCommand": "npm run dev --prefix ../aiclient_ui",