🚀 v0.7.9

This commit is contained in:
BTMuli
2025-07-30 10:31:38 +08:00
parent e665a86b0c
commit 81a6415c75
6 changed files with 16 additions and 10 deletions

View File

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

View File

@@ -44,7 +44,6 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
## 功能 / Features
- 免登陆功能:
- [x] 当前卡池、近期活动、素材日历
- [x] 游戏内公告&活动获取
- [x] 米游社官方帖获取(支持通过 ID 获取)
@@ -59,7 +58,6 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
- 登陆功能:
> 支持 扫码/验证码/Cookie 登陆,支持多账号管理
- [x] 原神战绩
- [x] 角色详情
- [x] 螺旋深渊
@@ -72,7 +70,6 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
- [x] 一键完成游戏签到
- Wiki 功能:
- [x] 深渊数据库Hutao API
- [x] 角色图鉴
- [x] 武器图鉴
@@ -80,7 +77,6 @@ Game Tool for Genshin Impact player, supports Windows and macOS.
- [x] 材料图鉴
- 应用功能:
- [x] 浅色/深色主题切换
- [x] 米游社 JSBridge

View File

@@ -1,6 +1,6 @@
{
"name": "teyvatguide",
"version": "0.7.8",
"version": "0.7.9",
"description": "Game Tool for GenshinImpact player",
"private": true,
"packageManager": "pnpm@10.13.1",

2
src-tauri/Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "TeyvatGuide"
version = "0.7.8"
version = "0.7.9"
dependencies = [
"chrono",
"log",

View File

@@ -1,6 +1,6 @@
[package]
name = "TeyvatGuide"
version = "0.7.8"
version = "0.7.9"
description = "Game Tool for Genshin Impact player"
authors = ["BTMuli <bt-muli@outlook.com>"]
license = "MIT"

View File

@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "TeyvatGuide",
"identifier": "TeyvatGuide",
"version": "0.7.8",
"version": "0.7.9",
"build": {
"beforeDevCommand": "pnpm vite:dev",
"beforeBuildCommand": "pnpm vite:build",