Skip to content

Commit 5b29eff

Browse files
committed
🚀 v0.8.0
1 parent 57deef0 commit 5b29eff

File tree

5 files changed

+31
-6
lines changed

5 files changed

+31
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
- name: setup node
5252
uses: actions/setup-node@v3
5353
with:
54-
node-version: 23.3.0
54+
node-version: 24.2.0
5555
- name: setup pnpm
5656
uses: pnpm/action-setup@v2
5757
with:
58-
version: 10.10.0
58+
version: 10.15.1
5959
- name: Install frontend dependencies
6060
run: pnpm install
6161

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
Author: 目棃
3+
Description: CHANGELOG
4+
Date: 2025-09-09
5+
Update: 2025-09-09
6+
---
7+
8+
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2025-09-09 14:30:56`
9+
>
10+
> 更新于 `2025-09-09 15:18:01`
11+
12+
## [0.8.0](https://github.com/BTMuli/TeyvatGuide/releases/v0.8.0) (2025-09-09)
13+
14+
- 🍱 更新6.0版本资源
15+
- 🍱 修正部分角色阵营数据异常
16+
- 🍱 修正「纪行·溢彩」图标异常
17+
- ✨ 帖子文本链接组件添加右键复制链接功能
18+
- ✨ 首页近期活动组件添加新数据来源(需登录)
19+
- 🐛 修复角色属性筛选结果异常
20+
- 🐛 修复部分材料浮窗合成&获取途径显示异常
21+
- 🚸 调整登录顺序,隐藏启动器登录
22+
- 💄 帖子顶部版块信息对齐
23+
- 👽️ 适配新版块(崩坏·因缘精灵)
24+
- 👽️ 调整公告解析正则,适配月版本

README.md

Lines changed: 3 additions & 2 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-08-17
5+
Update: 2025-09-09
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-08-17 23:14:50`
10+
> 更新于 `2025-09-09 14:37:02`
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

@@ -58,6 +58,7 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
5858
- 登陆功能:
5959

6060
> 支持 扫码/验证码/Cookie 登陆,支持多账号管理
61+
- [x] 近期活动(首页组件)
6162
- [x] 原神战绩
6263
- [x] 角色详情
6364
- [x] 螺旋深渊

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.10"
3+
version = "0.8.0"
44
description = "Game Tool for Genshin Impact player"
55
authors = ["BTMuli <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)