Skip to content

Commit

Permalink
🚀 v0.3.3 版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Oct 19, 2023
1 parent 06f4d26 commit cf80131
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 21 deletions.
38 changes: 36 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,46 @@
Author: 目棃
Description: CHANGELOG
Date: 2023-09-08
Update: 2023-09-27
Update: 2023-10-19
---

> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-09-08 09:45:17 `
>
> 更新于 `2023-09-27 08:41:43`
> 更新于 `2023-10-19 13:49:53`
## [0.3.3](https://github.com/BTMuli/TeyvatGuide/releases/v0.3.3) (2023-10-19)

### Feat

- 应用:支持含视频帖子分享图生成 [`#44`](https://github.com/BTMuli/TeyvatGuide/issues/44)
- 帖子:新增对于大别野卡片 `VillaCard` 的解析渲染
- 应用:公告页样式美化
- 应用:采取动态路由,提高加载速度
- 角色:完善深色模式角色详情页样式

### Fix

- 深渊:默认刷新两期 [`#48`](https://github.com/BTMuli/TeyvatGuide/issues/48)
- 成就:修复部分成就版本错误 [`DGP-Studio/Snap.Hutao#996`](https://github.com/BTMuli/TeyvatGuide/commit/fdfcc70b)
- 应用:完善 DeepLink 处理
- 应用:完善 Cookie,BriefInfo 数据获取
- 应用:数据库链接保持开启,[`#46`](https://github.com/BTMuli/TeyvatGuide/issues/46)
- 组件:修复 `showConfirm` 文字过长时溢出容器问题 [`358255d5`](https://github.com/BTMuli/TeyvatGuide/commit/358255d5)
- 应用:更改弹窗弹出机制 [`#45`](https://github.com/BTMuli/TeyvatGuide/issues/45)
- 数据:补充 4.1 版本缺漏数据

### Change

- 图像:未登录时的默认头像变更 [`2cbac71b`](https://github.com/BTMuli/TeyvatGuide/commit/2cbac71b)
- 成就:添加 Finish Icon [`96ab38b9`](https://github.com/BTMuli/TeyvatGuide/commit/96ab38b9)
- 应用:浅色主题样式调整
- 帖子:未知结构化数据类型样式调整 [`adc96b76`](https://github.com/BTMuli/TeyvatGuide/commit/adc96b76)
- 应用:重构创建帖子子窗口代码
- 应用:咨讯页路由变更
- 组件:`showSnackbar` 样式调整
- 应用:重构咨讯页代码

FullCommits: [`v0.3.2...v0.3.3`](https://BTMuli/TeyvatGuide/compare/v0.3.2...v0.3.3)

## [0.3.2](https://github.com/BTMuli/TeyvatGuide/releases/v0.3.2) (2023-9-27)

Expand Down
30 changes: 11 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,27 @@
Author: 目棃
Description: 说明文档
Date: 2023-03-05
Update: 2023-10-17
Update: 2023-10-19
---

> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55`
>
> 更新于 `2023-10-17 13:39:07`
> 更新于 `2023-10-19 13:48:03`
![](https://img.shields.io/github/last-commit/BTMuli/TeyvatGuide?style=for-the-badge) ![](https://img.shields.io/github/commits-since/BTMuli/TeyvatGuide/latest?include_prereleases&style=for-the-badge)

![](https://img.shields.io/badge/UIAF-v1.1-orange?style=for-the-badge) ![](https://img.shields.io/badge/UIGF-v2.3-red?style=for-the-badge) ![](https://img.shields.io/github/license/BTMuli/TeyvatGuide?style=for-the-badge)

<div style="width: 100%; text-align: center; margin: 0 auto;">
<img alt="icon" src="public/icon.png" />
</div>

# Teyvat Guide

基于 Tauri 的原神助手应用。

A Genshin Impact assistant app based on Tauri.

## 声明 / Declaration

本项目仅供个人学习交流使用。请勿用于任何商业或违法违规用途。

本项目涉及到的隐私数据,如 Cookie、Token 等,仅用于获取相关数据,不会被上传至任何服务器。

深渊页面的上传功能,采用的是 [Hutao API](https://hut.ao/zh/development/platform.html) 提供的接口,仅上传如下数据:

- 用户的游戏 UID
- 用户的深境螺旋记录
- 用户的角色信息及其装备的武器和圣遗物信息

该功能为用户主动上传,不会在用户不知情的情况下上传数据。

## 下载 / Download

> 程序已经通过微软商店审核,可以直接在商店下载。
Expand Down Expand Up @@ -74,9 +64,9 @@ A Genshin Impact assistant app based on Tauri.
- Wiki 功能:

- [x] 深渊数据库(Hutao API)
- [x] 角色数据库(开发中)
- [x] 武器数据库(开发中)
- [x] 卡牌数据库(开发中)
- [ ] 角色数据库(开发中)
- [ ] 武器数据库(开发中)
- [ ] 卡牌数据库(开发中)

- 应用功能:
- [x] 浅色/深色主题切换
Expand Down Expand Up @@ -111,6 +101,8 @@ A Genshin Impact assistant app based on Tauri.

应用版本号遵循 [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/) 规范。

隐私政策:[Privacy](https://app.btmuli.ink/docs/privacy.html)

## 鸣谢 / Thanks

本项目在开发过程中参考了诸多相关开源项目,特此鸣谢。
Expand Down

0 comments on commit cf80131

Please sign in to comment.