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]] [[package]]
name = "tauri-app" name = "tauri-app"
version = "0.1.8" version = "0.1.9"
dependencies = [ dependencies = [
"aes-gcm", "aes-gcm",
"async-trait", "async-trait",

View File

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

View File

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