🚀 v0.6.6

This commit is contained in:
目棃
2024-12-13 16:49:46 +08:00
parent 1b817cff5e
commit 3f0115ecba
6 changed files with 13 additions and 7 deletions

View File

@@ -2,12 +2,18 @@
Author: 目棃
Description: CHANGELOG
Date: 2024-10-09
Update: 2024-12-11
Update: 2024-12-13
---
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-10-09 15:51:43`
>
> 更新于 `2024-12-11 15:37:05`
> 更新于 `2024-12-13 16:46:25`
## [0.6.6](https://github.com/BTMuli/TeyvatGuide/releases/v0.6.6) (2024-12-13)
- 🐛 修复主题切换响应异常
- 🐛 修复增量刷新逻辑异常
- ⚡️ 显著降低运行内存占用
## [0.6.5](https://github.com/BTMuli/TeyvatGuide/releases/v0.6.5) (2024-12-11)

View File

@@ -1,6 +1,6 @@
{
"name": "teyvatguide",
"version": "0.6.5",
"version": "0.6.6",
"description": "Game Tool for GenshinImpact player",
"private": true,
"packageManager": "pnpm@9.15.0",

2
src-tauri/Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "TeyvatGuide"
version = "0.6.5"
version = "0.6.6"
dependencies = [
"chrono",
"log",

View File

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

View File

@@ -1,7 +1,7 @@
{
"productName": "TeyvatGuide",
"identifier": "TeyvatGuide",
"version": "0.6.5",
"version": "0.6.6",
"build": {
"beforeDevCommand": "pnpm vite:dev",
"beforeBuildCommand": "pnpm vite:build",

View File

@@ -78,7 +78,7 @@
</template>
<v-list-item-title @click="confirmUpdateDevice()">刷新设备信息</v-list-item-title>
<v-list-item-subtitle>
<!-- @ts-expect-error-next-line Deprecated symbol used -->
<!-- @ts-expect-error eslint-disable-next-line Deprecated symbol used -->
{{ deviceInfo.device_name }}({{ deviceInfo.product }}) - {{ deviceInfo.device_fp }}
</v-list-item-subtitle>
<template #append>