mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-23 05:45:46 +08:00
🚀 v0.10.2
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
VITE_SENTRY_RELEASE=TeyvatGuide@0.10.1
|
||||
VITE_COMMIT_HASH=57a20945
|
||||
VITE_BUILD_TIME=1777377410
|
||||
VITE_SENTRY_RELEASE=TeyvatGuide@0.10.2
|
||||
VITE_COMMIT_HASH=3d852f75
|
||||
VITE_BUILD_TIME=1779260989
|
||||
|
||||
21
CHANGELOG.md
21
CHANGELOG.md
@@ -2,12 +2,29 @@
|
||||
Author: 目棃
|
||||
Description: CHANGELOG
|
||||
Date: 2026-04-13
|
||||
Update: 2026-04-28
|
||||
Update: 2026-05-20
|
||||
---
|
||||
|
||||
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2026-04-13 12:28:20`
|
||||
>
|
||||
> 更新于 `2026-04-28 20:01:34`
|
||||
> 更新于 `2026-05-20 02:00:23`
|
||||
|
||||
## [0.10.2](https://github.com/BTMuli/TeyvatGuide/releases/v0.10.2) (2026-05-20)
|
||||
|
||||
- 🍱 更新6.6版本资源
|
||||
- ✨ 实时便笺新增励行修远小组件
|
||||
- ✨ 限时祈愿增加用户源,与限时活动共享数据
|
||||
- ✨ 胡桃云添加自动刷新功能,优化用户信息更新逻辑
|
||||
- ✨ 实时便笺增强组件交互性,添加倒计时点击切换功能
|
||||
- 🐛 修复树脂计算异常 [`#242`](https://github.com/BTMuli/TeyvatGuide/issues/242)
|
||||
- 🐛 修复参量质变仪状态判断异常 [`#244`](https://github.com/BTMuli/TeyvatGuide/issues/244)
|
||||
- 🐛 调整路由参数读取,修复特定情况下的跳转异常
|
||||
- 🐛 位置取整,修复数据类型异常导致的错误
|
||||
- 🐛 完善版本更新检测逻辑
|
||||
- 🚨 尝试修复 database is locked
|
||||
- 🚸 增加验证码发送成功提示的显示时间
|
||||
- 🚸 添加游戏目录存在性检查,优化用户提示信息
|
||||
- 🚸 更新 dialog 组件,添加输入类型支持
|
||||
|
||||
## [0.10.1](https://github.com/BTMuli/TeyvatGuide/releases/v0.10.1) (2026-04-28)
|
||||
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
Author: 目棃
|
||||
Description: 说明文档
|
||||
Date: 2023-03-05
|
||||
Update: 2026-04-13
|
||||
Update: 2026-05-20
|
||||
---
|
||||
|
||||
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55`
|
||||
>
|
||||
> 更新于 `2026-04-13 12:32:57`
|
||||
> 更新于 `2026-05-20 01:57:29`
|
||||
|
||||
[](https://deepwiki.com/BTMuli/TeyvatGuide) [](https://app.fossa.com/projects/git%2Bgithub.com%2FBTMuli%2FTeyvatGuide?ref=badge_shield)
|
||||
|
||||
@@ -48,7 +48,7 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
|
||||
## 功能 / Features
|
||||
|
||||
- 免登陆功能:
|
||||
- [x] 当前卡池、近期活动、素材日历
|
||||
- [x] 限时祈愿、近期活动、素材日历
|
||||
- [x] 游戏内公告&活动获取
|
||||
- [x] 米游社官方帖获取(支持通过 ID 获取)
|
||||
- [x] 米游社各分区帖子获取(支持通过 ID 获取)
|
||||
@@ -63,6 +63,7 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
|
||||
- 登陆功能:
|
||||
|
||||
> 支持 扫码/验证码/Cookie 登陆,支持多账号管理
|
||||
- [x] 限时祈愿(首页组件)
|
||||
- [x] 近期活动(首页组件)
|
||||
- [x] 游戏签到(首页组件)
|
||||
- [x] 实时便笺(首页组件)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "teyvatguide",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.2",
|
||||
"description": "Game Tool for GenshinImpact player",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@11.1.3",
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
allowBuilds:
|
||||
'@sentry/cli': false
|
||||
"@sentry/cli": false
|
||||
esbuild: false
|
||||
minimumReleaseAgeExclude:
|
||||
- '@types/node@25.9.0'
|
||||
- '@typescript-eslint/eslint-plugin@8.59.4'
|
||||
- '@typescript-eslint/parser@8.59.4'
|
||||
- '@typescript-eslint/project-service@8.59.4'
|
||||
- '@typescript-eslint/scope-manager@8.59.4'
|
||||
- '@typescript-eslint/tsconfig-utils@8.59.4'
|
||||
- '@typescript-eslint/type-utils@8.59.4'
|
||||
- '@typescript-eslint/types@8.59.4'
|
||||
- '@typescript-eslint/typescript-estree@8.59.4'
|
||||
- '@typescript-eslint/utils@8.59.4'
|
||||
- '@typescript-eslint/visitor-keys@8.59.4'
|
||||
- '@vue/language-core@3.3.0'
|
||||
- "@types/node@25.9.0"
|
||||
- "@typescript-eslint/eslint-plugin@8.59.4"
|
||||
- "@typescript-eslint/parser@8.59.4"
|
||||
- "@typescript-eslint/project-service@8.59.4"
|
||||
- "@typescript-eslint/scope-manager@8.59.4"
|
||||
- "@typescript-eslint/tsconfig-utils@8.59.4"
|
||||
- "@typescript-eslint/type-utils@8.59.4"
|
||||
- "@typescript-eslint/types@8.59.4"
|
||||
- "@typescript-eslint/typescript-estree@8.59.4"
|
||||
- "@typescript-eslint/utils@8.59.4"
|
||||
- "@typescript-eslint/visitor-keys@8.59.4"
|
||||
- "@vue/language-core@3.3.0"
|
||||
- date-fns@4.2.1
|
||||
- tsx@4.22.2
|
||||
- typescript-eslint@8.59.4
|
||||
|
||||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -10,7 +10,7 @@ checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
||||
|
||||
[[package]]
|
||||
name = "TeyvatGuide"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"image",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "TeyvatGuide"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
description = "Game Tool for Genshin Impact player"
|
||||
authors = ["BTMuli <bt-muli@outlook.com>"]
|
||||
license = "MIT"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "TeyvatGuide",
|
||||
"identifier": "TeyvatGuide",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.2",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm vite:dev",
|
||||
"beforeBuildCommand": "pnpm vite:build",
|
||||
|
||||
@@ -13,7 +13,7 @@ import { platform } from "@tauri-apps/plugin-os";
|
||||
import TGLogger from "@utils/TGLogger.js";
|
||||
|
||||
// YAE支持的游戏版本
|
||||
export const YAE_GAME_VER: Readonly<string> = "6.5.0";
|
||||
export const YAE_GAME_VER: Readonly<string> = "6.6.0";
|
||||
|
||||
/**
|
||||
* 验证游戏格式
|
||||
|
||||
Reference in New Issue
Block a user