Skip to content

Commit 728a38e

Browse files
committed
🚀 v0.7.8
1 parent da5f372 commit 728a38e

File tree

6 files changed

+25
-12
lines changed

6 files changed

+25
-12
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,24 @@
22
Author: 目棃
33
Description: CHANGELOG
44
Date: 2024-10-09
5-
Update: 2025-06-17
5+
Update: 2025-07-07
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-06-17 17:08:35`
10+
> 更新于 `2025-07-07 12:45:35`
11+
12+
## [v0.7.8](https://github.com/BTMuli/TeyvatGuide/releases/v0.7.8) (2025-07-07)
13+
14+
- 🐛 修正游戏账号判断逻辑
15+
- ✏️ 修正帖子活动卡片状态类型
16+
- ✨ 幽境危战页面 [`#157`](https://github.com/BTMuli/TeyvatGuide/issues/157)
17+
- 💄 战绩添加幽境危战数据
18+
- 💄 修复部分页面渲染异常
19+
- 🍱 更新下半资源
20+
- ♻️ 角色json文件拆分
21+
- ♻️ 名片资源重构
22+
- ♻️ 调整服务器类型归属
1123

1224
## [0.7.7](https://github.com/BTMuli/TeyvatGuide/releases/v0.7.7) (2025-06-17)
1325

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Author: 目棃
33
Description: 说明文档
44
Date: 2023-03-05
5-
Update: 2025-05-09
5+
Update: 2025-07-07
66
---
77

88
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55`
99
>
10-
> 更新于 `2025-05-09 23:07:28`
10+
> 更新于 `2025-07-07 12:46:39`
1111
1212
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/BTMuli/TeyvatGuide) ![](https://img.shields.io/github/last-commit/BTMuli/TeyvatGuide) ![](https://img.shields.io/github/commits-since/BTMuli/TeyvatGuide/latest?include_prereleases)
1313

@@ -60,10 +60,11 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
6060

6161
> 支持 扫码/验证码/Cookie 登陆,支持多账号管理
6262
63-
- [x] 原神战绩数据获取
64-
- [x] 角色详情数据获取
65-
- [x] 螺旋深渊数据获取
66-
- [x] 真境剧诗数据获取
63+
- [x] 原神战绩
64+
- [x] 角色详情
65+
- [x] 螺旋深渊
66+
- [x] 真境剧诗
67+
- [x] 幽境危战
6768
- [x] 祈愿数据获取(近一年)
6869
- [x] 用户收藏帖子获取
6970
- [x] 用户关注帖子获取

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.7",
3+
"version": "0.7.8",
44
"description": "Game Tool for GenshinImpact player",
55
"private": true,
66
"packageManager": "[email protected]",

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.7"
3+
version = "0.7.8"
44
description = "Game Tool for Genshin Impact player"
55
authors = ["BTMuli <[email protected]>"]
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.7",
5+
"version": "0.7.8",
66
"build": {
77
"beforeDevCommand": "pnpm vite:dev",
88
"beforeBuildCommand": "pnpm vite:build",

0 commit comments

Comments
 (0)