🚀 v0.8.5

This commit is contained in:
BTMuli
2025-11-10 16:34:14 +08:00
parent 0f0f7684d2
commit 942068faea
5 changed files with 12 additions and 8 deletions

View File

@@ -2,12 +2,16 @@
Author: 目棃
Description: CHANGELOG
Date: 2025-09-09
Update: 2025-10-27
Update: 2025-11-10
---
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2025-09-09 14:30:56`
>
> 更新于 `2025-10-27 19:48:23`
> 更新于 `2025-11-10 16:32:54`
## [0.8.5](https://github.com/BTMuli/TeyvatGuide/releases/v0.8.5) (2025-11-10)
- 🍱 更新下半数据
## [0.8.4](https://github.com/BTMuli/TeyvatGuide/releases/v0.8.4) (2025-10-27)

View File

@@ -1,6 +1,6 @@
{
"name": "teyvatguide",
"version": "0.8.4",
"version": "0.8.5",
"description": "Game Tool for GenshinImpact player",
"private": true,
"packageManager": "pnpm@10.21.0",

6
src-tauri/Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "TeyvatGuide"
version = "0.8.4"
version = "0.8.5"
dependencies = [
"chrono",
"log",
@@ -4869,9 +4869,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tauri"
version = "2.9.1"
version = "2.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9871670c6711f50fddd4e20350be6b9dd6e6c2b5d77d8ee8900eb0d58cd837a"
checksum = "8bceb52453e507c505b330afe3398510e87f428ea42b6e76ecb6bd63b15965b5"
dependencies = [
"anyhow",
"bytes",

View File

@@ -1,6 +1,6 @@
[package]
name = "TeyvatGuide"
version = "0.8.4"
version = "0.8.5"
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.4",
"version": "0.8.5",
"build": {
"beforeDevCommand": "pnpm vite:dev",
"beforeBuildCommand": "pnpm vite:build",