🚀 v0.4.8

This commit is contained in:
目棃
2024-06-04 20:08:33 +08:00
parent ec73110a43
commit ad3289ec5f
5 changed files with 14 additions and 6 deletions

View File

@@ -2,12 +2,20 @@
Author: 目棃
Description: CHANGELOG
Date: 2024-01-15
Update: 2024-05-10
Update: 2024-06-04
---
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-01-15 17:29:15`
>
> 更新于 `2024-05-10 23:55:15`
> 更新于 `2024-06-04 20:07:53`
## [0.4.8](https://github.com/BTMuli/TeyvatGuide/releases/v0.4.8) (2024-06-04)
- 🐛 修复名片解析异常 [`#110`](https://github.com/BTMuli/TeyvatGuide/issues/110)
- 💄 调整链接组件样式
- 💄 调整首页生日组件样式
- 🐛 修复版本搜索失效,未完成成就优先
- 🍱 更新 4.7 版本资源 [`#112`](https://github.com/BTMuli/TeyvatGuide/issues/112)
## [0.4.7](https://github.com/BTMuli/TeyvatGuide/releases/v0.4.7) (2024-05-10)

View File

@@ -1,6 +1,6 @@
{
"name": "TeyvatGuide",
"version": "0.4.7",
"version": "0.4.8",
"description": "Game Tool for Genshin Impact player",
"private": true,
"type": "module",

2
src-tauri/Cargo.lock generated
View File

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

View File

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

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "TeyvatGuide",
"version": "0.4.7"
"version": "0.4.8"
},
"tauri": {
"allowlist": {