🚀 v0.8.8

This commit is contained in:
BTMuli
2025-12-03 20:30:48 +08:00
parent d18b6bb898
commit dc03edd30b
5 changed files with 10 additions and 5 deletions

View File

@@ -7,7 +7,12 @@ Update: 2025-12-03
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2025-09-09 14:30:56`
>
> 更新于 `2025-12-03 10:22:56`
> 更新于 `2025-12-03 20:02:17`
## [0.8.8](https://github.com/BTMuli/TeyvatGuide/releases/v0.8.8) (2025-12-03)
- 🐛 修复成就数据读取异常
- 🐛 重构管理员权限重启逻辑
## [0.8.7](https://github.com/BTMuli/TeyvatGuide/releases/v0.8.7) (2025-12-03)

View File

@@ -1,6 +1,6 @@
{
"name": "teyvatguide",
"version": "0.8.7",
"version": "0.8.8",
"description": "Game Tool for GenshinImpact player",
"private": true,
"packageManager": "pnpm@10.24.0",

2
src-tauri/Cargo.lock generated
View File

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

View File

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