🚀 v0.5.2

This commit is contained in:
目棃
2024-08-11 15:46:05 +08:00
parent 885fa3b19e
commit 1f814bc8b5
6 changed files with 17 additions and 8 deletions

View File

@@ -43,11 +43,11 @@ jobs:
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 22.0.0
node-version: 22.3.0
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.5.0
version: 9.6.0
- name: remove lockfile
run: rm pnpm-lock.yaml
- name: Install frontend dependencies

View File

@@ -2,12 +2,21 @@
Author: 目棃
Description: CHANGELOG
Date: 2024-07-09
Update: 2024-07-31
Update: 2024-08-11
---
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-07-09 14:16:16`
>
> 更新于 `2024-07-31 18:18:53`
> 更新于 `2024-08-11 15:43:34`
## [0.5.2](https://github.com/BTMuli/TeyvatGuide/releases/v0.5.2) (2024-08-11)
- 🐛 修复日志目录异常
- ♻️ 重构窗体/缩放调整逻辑
- 🐛 修复公告时间获取异常&内容渲染异常
- 🔥 移除扫码登录模块
👽️ 调整更新日志链接
- 🍱 更新4.8下半数据
## [0.5.1](https://github.com/BTMuli/TeyvatGuide/releases/v0.5.1) (2024-07-30)

View File

@@ -1,6 +1,6 @@
{
"name": "TeyvatGuide",
"version": "0.5.1",
"version": "0.5.2",
"description": "Game Tool for Genshin Impact player",
"private": true,
"type": "module",

2
src-tauri/Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "TeyvatGuide"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"chrono",
"log",

View File

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

View File

@@ -1,7 +1,7 @@
{
"productName": "TeyvatGuide",
"identifier": "TeyvatGuide",
"version": "0.5.1",
"version": "0.5.2",
"build": {
"beforeDevCommand": "pnpm vite:dev",
"beforeBuildCommand": "pnpm vite:build",