🚀 v0.8.7

This commit is contained in:
BTMuli
2025-12-03 10:24:27 +08:00
parent 5d8ea639b8
commit 676ef8e8ee
7 changed files with 51 additions and 16 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "TeyvatGuide"
version = "0.8.6"
version = "0.8.7"
dependencies = [
"chrono",
"log",

View File

@@ -1,6 +1,6 @@
[package]
name = "TeyvatGuide"
version = "0.8.6"
version = "0.8.7"
description = "Game Tool for Genshin Impact player"
authors = ["BTMuli <bt-muli@outlook.com>"]
license = "MIT"

View File

@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "TeyvatGuide",
"identifier": "TeyvatGuide",
"version": "0.8.6",
"version": "0.8.7",
"build": {
"beforeDevCommand": "pnpm vite:dev",
"beforeBuildCommand": "pnpm vite:build",
@@ -31,9 +31,7 @@
"targets": ["msi", "app", "dmg"],
"windows": { "wix": { "language": "zh-CN" } },
"macOS": {},
"resources": {
"lib/YaeAchievementLib.dll": "resources/YaeAchievementLib.dll"
}
"resources": { "lib/YaeAchievementLib.dll": "resources/YaeAchievementLib.dll" }
},
"app": {
"withGlobalTauri": true,