Skip to content

Commit

Permalink
🚀 feat(0.1.2): 版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Apr 12, 2023
1 parent abf5d0e commit 918dee9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 11 deletions.
31 changes: 28 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,40 @@
Author: 目棃
Date: 2023-03-30
Description: CHANGELOG
Update: 2023-04-03
Update: 2023-04-12
---

> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-30 15:39:49`
>
> 更新于 `2023-04-03 00:24:29`
>
> 更新于 `2023-04-12 19:27:56`
# CHANGELOG

## [0.1.2](https://github.com/BTMuli/Tauri.Genshin/releases/v0.1.2) (2023-04-12)

### Feat

- 窗口:根据内容改变标题
- 成就:添加版本信息
- 首页:组件展示顺序自定义
- 组件:新建 confirm 组件
- 设置:添加系统信息、添加打包时间戳
- 咨讯:支持多种游戏咨讯查看
- 米游社解析:添加 `mention` 类型解析


### Fix

- 首页:近期活动、限时祈愿结束处理
- 组件:回顶组件 hover 效果美化
- 组件:用 snackebar 替换 alert
- 咨讯:无封面时替换为默认图
- 抽奖详情:配色调整
- 首页:素材日历资源本地化
- 侧边栏:设置置底

FullCommits: [v0.1.1 ~ v0.1.2](https://github.com/BTMuli/Tauri.Genshin/compare/v0.1.1...v0.1.2)

## [0.1.1](https://github.com/BTMuli/Tauri.Genshin/releases/v0.1.1) (2023-04-03)

### Feat
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Author: 目棃
Date: 2023-03-05
Description: 说明文档
Update: 2023-04-07
Update: 2023-04-12
---

> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-05 14:41:55`
>
> 更新于 `2023-04-07 19:55:56`
> 更新于 `2023-04-12 19:16:31`
![](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/v/release/BTMuli/Tauri.Genshin?include_prereleases&style=for-the-badge) ![](https://img.shields.io/github/license/BTMuli/Tauri.Genshin?style=for-the-badge)

Expand All @@ -28,7 +28,7 @@ Tauri 练手项目
- [TypeScript](https://www.typescriptlang.org/)
- [Vuetify](https://vuetifyjs.com/en/)

## 当前进度(v0.1.1 Alpha)
## 当前进度(v0.1.2 Alpha)

> 以下进度仅为开发进度,不代表最终版本
Expand Down
10 changes: 5 additions & 5 deletions docs/项目资源说明.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Author: 目棃
Date: 2023-03-10
Description: 项目资源说明
Update: 2023-04-07
Update: 2023-04-12
---

> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-10 22:05:44`
>
> 更新于 `2023-04-07 17:01:56`
> 更新于 `2023-04-12 19:18:31`
## 说明

Expand Down Expand Up @@ -41,7 +41,7 @@ Update: 2023-04-07

### 格式说明

关于 JSON 数据格式,参见 [Achievements.ts](https://github.com/BTMuli/Tauri.Genshin/blob/master/src/interface/Achievements.ts)
关于 JSON 数据格式,参见 [Achievements.d.ts](https://github.com/BTMuli/Tauri.Genshin/blob/master/src/types/Achievement.d.ts)

关于图像资源格式,涉及到的图像类型及格式如下:

Expand All @@ -53,7 +53,7 @@ Update: 2023-04-07

### JSON 数据

为个人通过爬取 HoneyHunterWorld 生成的 JSON 数据,格式参见 [NameCard.ts](https://github.com/BTMuli/Tauri.Genshin/blob/master/src/interface/NameCard.ts)
为个人通过爬取 HoneyHunterWorld 生成的 JSON 数据,格式参见 [NameCard.d.ts](https://github.com/BTMuli/Tauri.Genshin/blob/master/src/types/NameCard.d.ts)

参考:

Expand Down Expand Up @@ -88,7 +88,7 @@ Update: 2023-04-07

### JSON 数据

为米游社观测枢 API 获取的 JSON 数据,格式参见 [calendar.ts](https://github.com/BTMuli/Tauri.Genshin/blob/master/src/plugins/Mys/interface/calendar.ts)
为米游社观测枢 API 获取的 JSON 数据,格式参见 [Calendar.d.ts](https://github.com/BTMuli/Tauri.Genshin/blob/master/src/types/Calendar.d.ts)

### 图像资源

Expand Down

0 comments on commit 918dee9

Please sign in to comment.