diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a558b0..e55c42a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,23 @@ Author: 目棃 Description: CHANGELOG Date: 2024-10-09 -Update: 2025-07-30 +Update: 2025-08-17 --- > 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-10-09 15:51:43` > -> 更新于 `2025-07-30 10:29:44` +> 更新于 `2025-08-17 23:14:55` -## [v0.7.9](https://github.com/BTMuli/TeyvatGuide/releases/v0.7.9) (2025-07-30) +## [0.7.10](https://github.com/BTMuli/TeyvatGuide/releases/v0.7.10) (2025-08-17) + +- 🍱 更新下半卡池数据 +- 🍱 角色WIKI侧栏添加不同元素旅行者数据 +- 👽️ UIGFv4.1适配 +- 🚸 幽境危战逆序 +- 🚸 处理未选择版块帖子 +- 💄 微调公告详情页面样式 + +## [0.7.9](https://github.com/BTMuli/TeyvatGuide/releases/v0.7.9) (2025-07-30) - 🍱 更新5.8版本资源 - ✨ 支持动态头像 @@ -19,7 +28,7 @@ Update: 2025-07-30 - 🚸 帖子列表不携带ck - 💄 调整部分名片换行处理 -## [v0.7.8](https://github.com/BTMuli/TeyvatGuide/releases/v0.7.8) (2025-07-07) +## [0.7.8](https://github.com/BTMuli/TeyvatGuide/releases/v0.7.8) (2025-07-07) - 🐛 修正游戏账号判断逻辑 - ✏️ 修正帖子活动卡片状态类型 diff --git a/README.md b/README.md index 7a6c915f..b9eea267 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ Author: 目棃 Description: 说明文档 Date: 2023-03-05 -Update: 2025-07-07 +Update: 2025-08-17 --- > 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55` > -> 更新于 `2025-07-07 12:46:39` +> 更新于 `2025-08-17 23:14:50` [![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) -![](https://img.shields.io/badge/UIAF-v1.1-orange?style=for-the-badge) ![](https://img.shields.io/badge/UIGF-v3.0-red?style=for-the-badge) ![](https://img.shields.io/badge/UIGF-v4.0-red?style=for-the-badge) ![](https://img.shields.io/github/license/BTMuli/TeyvatGuide?style=for-the-badge) +![](https://img.shields.io/badge/UIAF-v1.1-orange?style=for-the-badge) ![](https://img.shields.io/badge/UIGF-v3.0-red?style=for-the-badge) ![](https://img.shields.io/badge/UIGF-v4.1-red?style=for-the-badge) ![](https://img.shields.io/github/license/BTMuli/TeyvatGuide?style=for-the-badge)
icon @@ -50,7 +50,7 @@ Game Tool for Genshin Impact player, supports Windows and macOS. - [x] 米游社各分区帖子获取(支持通过 ID 获取) - [x] 米游社话题帖子获取(通过话题点击跳转) - [x] 成就管理(UIAF v1.1),支持 [`Yae`](https://github.com/HolographicHat/Yae) 导入 - - [x] 祈愿管理(UIGF v3.0,UIGF v4.0) + - [x] 祈愿管理(UIGF v3.0,UIGF v4.1) - [x] 留影叙佳期画片查看 - [x] 帖子收藏 - [x] 帖子评论查看&分享 diff --git a/package.json b/package.json index 50ed6dbe..fe2e6906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teyvatguide", - "version": "0.7.9", + "version": "0.7.10", "description": "Game Tool for GenshinImpact player", "private": true, "packageManager": "pnpm@10.14.0", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7438d85f..fb788b48 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "TeyvatGuide" -version = "0.7.9" +version = "0.7.10" dependencies = [ "chrono", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4d4a2b95..0e61c6eb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "TeyvatGuide" -version = "0.7.9" +version = "0.7.10" description = "Game Tool for Genshin Impact player" authors = ["BTMuli "] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5757c5d5..323b7edf 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://schema.tauri.app/config/2", "productName": "TeyvatGuide", "identifier": "TeyvatGuide", - "version": "0.7.9", + "version": "0.7.10", "build": { "beforeDevCommand": "pnpm vite:dev", "beforeBuildCommand": "pnpm vite:build",