Skip to content

Commit

Permalink
🚀 v0.2.0 版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Jun 19, 2023
1 parent 32e3548 commit edfd12c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 12 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
Author: 目棃
Date: 2023-06-18
Description: CHANGELOG
Update: 2023-06-19
---

> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-06-18 15:03:42 `
>
> 更新于 `2023-06-19 14:30:30`
# CHANGELOG

## [0.2.0](https://github.com/BTMuli/Tauri.Genshin/releases/0.2.0) (2023-06-18)

### Feat

- 功能:完成原神战绩数据获取、分享
- 功能:完成角色列表数据获取、分享
- 功能:完成深渊数据获取、分享
- 组件:新建多种组件
- 功能:帖子&公告支持分享 [`5393dc1b`](https://github.com/BTMuli/Tauri.Genshin/commit/5393dc1b)
- 页面:帖子&公告页面样式调整

### Fix

- 卡牌:更新遗漏卡牌 [`2b768bbf`](https://github.com/BTMuli/Tauri.Genshin/commit/2b768bbf)
- 数据:`ltoken`失效时自动更新 [`6a4ab1f0`](https://github.com/BTMuli/Tauri.Genshin/commit/6a4ab1f0)
- 应用:修复自动更新无效问题 [`9eec6258`](https://github.com/BTMuli/Tauri.Genshin/commit/9eec6258)
- 应用:支持深渊数据备份&恢复 [`44f715f4`](https://github.com/BTMuli/Tauri.Genshin/commit/44f715f4)
- 数据库:修复更新时间 `dev` 开头仍然存储的问题 [`32e3548b`](https://github.com/BTMuli/Tauri.Genshin/commit/32e3548b)

### Change

- 类型:更新部分类型定义
- 资源:成就系列图标目录变更
- 资源:字体文件变更 [`2ee48566`](https://github.com/BTMuli/Tauri.Genshin/commit/2ee48566)

FullCommits: [`v0.1.6...v0.2.0`](https://github.com/BTMuli/Tauri.Genshin/compare/v0.1.6...v0.2.0)
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,15 @@
Author: 目棃
Date: 2023-03-05
Description: 说明文档
Update: 2023-05-25
Update: 2023-06-19
---

> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-05 14:41:55`
> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55`
>
> 更新于 `2023-05-25 17:29:18`
> 更新于 `2023-06-19 14:30:03`
![](https://img.shields.io/github/last-commit/BTMuli/Tauri.Genshin?style=for-the-badge) ![](https://img.shields.io/github/commits-since/BTMuli/Tauri.Genshin/latest?include_prereleases&style=for-the-badge) ![](https://img.shields.io/github/license/BTMuli/Tauri.Genshin?style=for-the-badge)

<a href="https://gitmoji.dev">
<img
src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=for-the-badge"
alt="Gitmoji"
/>
</a>

# Tauri.Genshin

Tauri 练手项目,子模块:[TGAssistant](https://github.com/BTMuli/TGAssistant)
Expand All @@ -42,16 +35,22 @@ Tauri 练手项目,子模块:[TGAssistant](https://github.com/BTMuli/TGAssis

- [x] 米游社咨讯获取&展示(支持多种游戏)
- [x] 游戏内公告&活动获取&展示
- [x] UIAF 成就数据导入导出&展示
- [x] UIAF 成就数据导入、导出、备份、恢复
- [x] 首页素材日历、近期活动、限时祈愿可选展示
- [x] Wiki 页面草创(包含 GCG、角色、武器等)
- [x] 浅色/深色主题切换
- [x] 应用更新检测
- [x] 用户 Cookie 获取、备份、恢复、刷新
- [x] 原神战绩数据获取、渲染、分享
- [x] 角色列表数据获取、渲染、分享
- [x] 深渊挑战数据获取、渲染、分享、备份、恢复

### 计划中

- [ ] UIGF 祈愿数据导入导出&展示
- [ ] 游戏数据获取
- [ ] 深渊数据上传
- [ ] 实时便笺数据获取
- [ ] 角色天赋数据获取

### 长期计划

Expand Down

0 comments on commit edfd12c

Please sign in to comment.