Skip to content

Commit 8b9b088

Browse files
committed
🚀 0.10.0
1 parent 3ded02e commit 8b9b088

7 files changed

Lines changed: 30 additions & 10 deletions

File tree

.env.production

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VITE_SENTRY_RELEASE=TeyvatGuide@0.9.9
2-
VITE_COMMIT_HASH=0ad341bc
3-
VITE_BUILD_TIME=1775620950
1+
VITE_SENTRY_RELEASE=TeyvatGuide@0.10.0
2+
VITE_COMMIT_HASH=3ded02e1
3+
VITE_BUILD_TIME=1776054886

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
Author: 目棃
3+
Description: CHANGELOG
4+
Date: 2026-04-13
5+
Update: 2026-04-13
6+
---
7+
8+
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2026-04-13 12:28:20`
9+
>
10+
> 更新于 `2026-04-13 12:32:01`
11+
12+
## [0.10.0](https://github.com/BTMuli/TeyvatGuide/releases/v0.10.0) (2026-04-13)
13+
14+
- ✨ 首页添加实时便笺组件
15+
- 🐛 修复战绩页面图片新地区(空之神殿,风息山)渲染异常
16+
- 🐛 修复Yatta请求权限不足
17+
- 🐛 修复数据库buildTime更新异常
18+
- ♻️ 重构图像保存逻辑,解耦图像请求
19+
- ♻️ 重构部分请求逻辑,完善错误处理

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Author: 目棃
33
Description: 说明文档
44
Date: 2023-03-05
5-
Update: 2026-03-13
5+
Update: 2026-04-13
66
---
77

88
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55`
99
>
10-
> 更新于 `2026-03-13 13:46:30`
10+
> 更新于 `2026-04-13 12:32:57`
1111
1212
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/BTMuli/TeyvatGuide) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FBTMuli%2FTeyvatGuide.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FBTMuli%2FTeyvatGuide?ref=badge_shield)
1313

@@ -65,6 +65,7 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
6565
> 支持 扫码/验证码/Cookie 登陆,支持多账号管理
6666
- [x] 近期活动(首页组件)
6767
- [x] 游戏签到(首页组件)
68+
- [x] 实时便笺(首页组件)
6869
- [x] 原神战绩
6970
- [x] 角色详情
7071
- [x] 高难挑战(深境螺旋/真境剧诗/幽境危战)
@@ -100,7 +101,7 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
100101

101102
## 相关文档 / Docs
102103

103-
- Changelog: [CHANGELOG](CHANGELOG.md)
104+
- Changelog: [CHANGELOG](./CHANGELOG.md)
104105
- 资源来源:[项目资源说明](docs/项目资源说明.md)
105106
- UIAF:[UIAF v1.1](docs/standards/UIAF.md)
106107
- UIGF:[UIGF v3.0](docs/standards/UIGF3.md)[UIGF v4.0](docs/standards/UIGF.md)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teyvatguide",
3-
"version": "0.9.9",
3+
"version": "0.10.0",
44
"description": "Game Tool for GenshinImpact player",
55
"private": true,
66
"packageManager": "pnpm@10.33.0",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "TeyvatGuide"
3-
version = "0.9.9"
3+
version = "0.10.0"
44
description = "Game Tool for Genshin Impact player"
55
authors = ["BTMuli <bt-muli@outlook.com>"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "TeyvatGuide",
44
"identifier": "TeyvatGuide",
5-
"version": "0.9.9",
5+
"version": "0.10.0",
66
"build": {
77
"beforeDevCommand": "pnpm vite:dev",
88
"beforeBuildCommand": "pnpm vite:build",

0 commit comments

Comments
 (0)