Skip to content

Commit 81a6415

Browse files
committed
🚀 v0.7.9
1 parent e665a86 commit 81a6415

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22
Author: 目棃
33
Description: CHANGELOG
44
Date: 2024-10-09
5-
Update: 2025-07-07
5+
Update: 2025-07-30
66
---
77

88
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-10-09 15:51:43`
99
>
10-
> 更新于 `2025-07-07 12:45:35`
10+
> 更新于 `2025-07-30 10:29:44`
11+
12+
## [v0.7.9](https://github.com/BTMuli/TeyvatGuide/releases/v0.7.9) (2025-07-30)
13+
14+
- 🍱 更新5.8版本资源
15+
- ✨ 支持动态头像
16+
- 🐛 修复深色模式下扫码辨别异常
17+
- ♻️ 调整窗口大小&放缩计算逻辑
18+
- ♻️ 调整窗口初始化居中逻辑
19+
- 🚸 帖子列表不携带ck
20+
- 💄 调整部分名片换行处理
1121

1222
## [v0.7.8](https://github.com/BTMuli/TeyvatGuide/releases/v0.7.8) (2025-07-07)
1323

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
4444
## 功能 / Features
4545

4646
- 免登陆功能:
47-
4847
- [x] 当前卡池、近期活动、素材日历
4948
- [x] 游戏内公告&活动获取
5049
- [x] 米游社官方帖获取(支持通过 ID 获取)
@@ -59,7 +58,6 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
5958
- 登陆功能:
6059

6160
> 支持 扫码/验证码/Cookie 登陆,支持多账号管理
62-
6361
- [x] 原神战绩
6462
- [x] 角色详情
6563
- [x] 螺旋深渊
@@ -72,15 +70,13 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
7270
- [x] 一键完成游戏签到
7371

7472
- Wiki 功能:
75-
7673
- [x] 深渊数据库(Hutao API)
7774
- [x] 角色图鉴
7875
- [x] 武器图鉴
7976
- [x] 名片图鉴
8077
- [x] 材料图鉴
8178

8279
- 应用功能:
83-
8480
- [x] 浅色/深色主题切换
8581
- [x] 米游社 JSBridge
8682

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.7.8",
3+
"version": "0.7.9",
44
"description": "Game Tool for GenshinImpact player",
55
"private": true,
66
"packageManager": "pnpm@10.13.1",

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.7.8"
3+
version = "0.7.9"
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.7.8",
5+
"version": "0.7.9",
66
"build": {
77
"beforeDevCommand": "pnpm vite:dev",
88
"beforeBuildCommand": "pnpm vite:build",

0 commit comments

Comments
 (0)