🚀 v0.7.6

This commit is contained in:
BTMuli
2025-05-25 14:33:21 +08:00
parent 5c5380f4f7
commit dca590e027
5 changed files with 15 additions and 6 deletions

View File

@@ -2,12 +2,21 @@
Author: 目棃
Description: CHANGELOG
Date: 2024-10-09
Update: 2025-05-09
Update: 2025-05-25
---
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-10-09 15:51:43`
>
> 更新于 `2025-05-09 12:06:20`
> 更新于 `2025-05-25 14:28:57`
## [0.7.6](https://github.com/BTMuli/TeyvatGuide/releases/v0.7.6) (2025-05-25)
- 🍱 更新下半资源
- 🐛 修正macOS平台的窗口大小适配逻辑
- 🚸 子窗口添加外部打开菜单项
- ✨ 添加游戏卡片类型组件
- ♻️ 部分跳转改为外部浏览器打开
- ✨ 脚本支持“一键执行”
## [0.7.5](https://github.com/BTMuli/TeyvatGuide/releases/v0.7.5) (2025-05-09)

View File

@@ -1,6 +1,6 @@
{
"name": "teyvatguide",
"version": "0.7.5",
"version": "0.7.6",
"description": "Game Tool for GenshinImpact player",
"private": true,
"packageManager": "pnpm@10.10.0",

2
src-tauri/Cargo.lock generated
View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "TeyvatGuide"
version = "0.7.5"
version = "0.7.6"
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.5",
"version": "0.7.6",
"build": {
"beforeDevCommand": "pnpm vite:dev",
"beforeBuildCommand": "pnpm vite:build",