Skip to content

Commit 30d4df3

Browse files
committed
🚀 v0.10.2
1 parent c82a1d1 commit 30d4df3

9 files changed

Lines changed: 44 additions & 26 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.10.1
2-
VITE_COMMIT_HASH=57a20945
3-
VITE_BUILD_TIME=1777377410
1+
VITE_SENTRY_RELEASE=TeyvatGuide@0.10.2
2+
VITE_COMMIT_HASH=c82a1d17
3+
VITE_BUILD_TIME=1779213360

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,29 @@
22
Author: 目棃
33
Description: CHANGELOG
44
Date: 2026-04-13
5-
Update: 2026-04-28
5+
Update: 2026-05-20
66
---
77

88
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2026-04-13 12:28:20`
99
>
10-
> 更新于 `2026-04-28 20:01:34`
10+
> 更新于 `2026-05-20 02:00:23`
11+
12+
## [0.10.2](https://github.com/BTMuli/TeyvatGuide/releases/v0.10.2) (2026-05-20)
13+
14+
- 🍱 更新6.6版本资源
15+
- ✨ 实时便笺新增励行修远小组件
16+
- ✨ 限时祈愿增加用户源,与限时活动共享数据
17+
- ✨ 胡桃云添加自动刷新功能,优化用户信息更新逻辑
18+
- ✨ 实时便笺增强组件交互性,添加倒计时点击切换功能
19+
- 🐛 修复树脂计算异常 [`#242`](https://github.com/BTMuli/TeyvatGuide/issues/242)
20+
- 🐛 修复参量质变仪状态判断异常 [`#244`](https://github.com/BTMuli/TeyvatGuide/issues/244)
21+
- 🐛 调整路由参数读取,修复特定情况下的跳转异常
22+
- 🐛 位置取整,修复数据类型异常导致的错误
23+
- 🐛 完善版本更新检测逻辑
24+
- 🚨 尝试修复 database is locked
25+
- 🚸 增加验证码发送成功提示的显示时间
26+
- 🚸 添加游戏目录存在性检查,优化用户提示信息
27+
- 🚸 更新 dialog 组件,添加输入类型支持
1128

1229
## [0.10.1](https://github.com/BTMuli/TeyvatGuide/releases/v0.10.1) (2026-04-28)
1330

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-04-13
5+
Update: 2026-05-20
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-04-13 12:32:57`
10+
> 更新于 `2026-05-20 01:57:29`
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

@@ -48,7 +48,7 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
4848
## 功能 / Features
4949

5050
- 免登陆功能:
51-
- [x] 当前卡池、近期活动、素材日历
51+
- [x] 限时祈愿、近期活动、素材日历
5252
- [x] 游戏内公告&活动获取
5353
- [x] 米游社官方帖获取(支持通过 ID 获取)
5454
- [x] 米游社各分区帖子获取(支持通过 ID 获取)
@@ -63,6 +63,7 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
6363
- 登陆功能:
6464

6565
> 支持 扫码/验证码/Cookie 登陆,支持多账号管理
66+
- [x] 限时祈愿(首页组件)
6667
- [x] 近期活动(首页组件)
6768
- [x] 游戏签到(首页组件)
6869
- [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.10.1",
3+
"version": "0.10.2",
44
"description": "Game Tool for GenshinImpact player",
55
"private": true,
66
"packageManager": "pnpm@11.1.3",

pnpm-workspace.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
allowBuilds:
2-
'@sentry/cli': false
2+
"@sentry/cli": false
33
esbuild: false
44
minimumReleaseAgeExclude:
5-
- '@types/node@25.9.0'
6-
- '@typescript-eslint/eslint-plugin@8.59.4'
7-
- '@typescript-eslint/parser@8.59.4'
8-
- '@typescript-eslint/project-service@8.59.4'
9-
- '@typescript-eslint/scope-manager@8.59.4'
10-
- '@typescript-eslint/tsconfig-utils@8.59.4'
11-
- '@typescript-eslint/type-utils@8.59.4'
12-
- '@typescript-eslint/types@8.59.4'
13-
- '@typescript-eslint/typescript-estree@8.59.4'
14-
- '@typescript-eslint/utils@8.59.4'
15-
- '@typescript-eslint/visitor-keys@8.59.4'
16-
- '@vue/language-core@3.3.0'
5+
- "@types/node@25.9.0"
6+
- "@typescript-eslint/eslint-plugin@8.59.4"
7+
- "@typescript-eslint/parser@8.59.4"
8+
- "@typescript-eslint/project-service@8.59.4"
9+
- "@typescript-eslint/scope-manager@8.59.4"
10+
- "@typescript-eslint/tsconfig-utils@8.59.4"
11+
- "@typescript-eslint/type-utils@8.59.4"
12+
- "@typescript-eslint/types@8.59.4"
13+
- "@typescript-eslint/typescript-estree@8.59.4"
14+
- "@typescript-eslint/utils@8.59.4"
15+
- "@typescript-eslint/visitor-keys@8.59.4"
16+
- "@vue/language-core@3.3.0"
1717
- date-fns@4.2.1
1818
- tsx@4.22.2
1919
- typescript-eslint@8.59.4

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

src/utils/TGGame.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { platform } from "@tauri-apps/plugin-os";
1313
import TGLogger from "@utils/TGLogger.js";
1414

1515
// YAE支持的游戏版本
16-
export const YAE_GAME_VER: Readonly<string> = "6.5.0";
16+
export const YAE_GAME_VER: Readonly<string> = "6.6.0";
1717

1818
/**
1919
* 验证游戏格式

0 commit comments

Comments
 (0)