Skip to content

Commit

Permalink
feat(v0.1.1): 版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Apr 2, 2023
1 parent aed91bc commit f5c160c
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 11 deletions.
41 changes: 38 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,50 @@
Author: 目棃
Date: 2023-03-30
Description: CHANGELOG
Update: 2023-03-30
Update: 2023-04-03
---

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

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

### Feat

- 米游社解析:新增 `link_card``divider``lottery``fold`
- 米游社解析:新增 `lottery` 跳转详情页,即抽奖详情跳转
- 首页:新增近期活动信息卡片
- 首页:各展示卡片组件分离
- 组件:新增回顶组件 c633476e
- 新增:游戏内公告数据获取&展示
- 新增:游戏内公告数据解析 68c07732
- 首页:新增材料日历获取&展示 34bb878e
- 首页:显示组件可选,`限时祈愿``近期活动``材料日历` 871bf031

### Fix

- 帖子跳转:改为用组件实现,而非之前的写入 `.html` 文件后读取
- 首页:修复限时祈愿获取数据转换为卡片数据时可能返回空数据的问题 45bba5a1
- 加载组件:可选绝对定位或相对定位 56d0c8e6
- 米游社咨讯页:完善 `devMode` 下的数据展示 e2aee518
- 米游社解析:修复帖子图片未正常显示的问题 3cc71a89
- 米游社咨讯页:支持无限滚动 15ce357b
- 米游社咨讯页:修复未存在封面图时的显示问题 340cd690
- 米游社咨讯页:优化加载性能 d3f7b4be

### Change

- 字体变更:删去原有 `Genshin.ttf`,增加 `汉仪文黑-85W.ttf``汉仪文黑-55W.ttf``Consolas.ttf`
- Tauri: 取消窗体 `transparent` 属性。
- Build: RollupOptions 配置变更。 b44dd46f
- css: 全部改为 `scoped`,全局引入 `css` 文件调整。
- 资源:删除无用图标。 7207a901

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

## [0.1.0](https://github.com/BTMuli/Tauri.Genshin/releases/v0.1.0) (2023-03-30)

> 因为之前还有个 preAlpha 版本,这里的变更记录从项目创建开始。
Expand Down
8 changes: 4 additions & 4 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-01
Update: 2023-04-03
---

> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于`2023-03-05 14:41:55`
>
> 更新于 `2023-04-01 23:53:45`
> 更新于 `2023-04-03 00:03:38`
![](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 Down Expand Up @@ -37,8 +37,8 @@ Tauri 练手项目
- [x] UIAF 成就数据导入导出&展示
- [ ] UIGF 祈愿数据导入导出&展示
- [x] GCG 卡牌数据展示
- [ ] 素材日历展示
- [ ] 首页展示可选
- [x] 素材日历展示
- [x] 首页展示可选
- [ ] ...

## UI 参考
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tauri-genshin",
"description": "A Tauri App Demo",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"author": "BTMuli <[email protected]>",
"scripts": {
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-genshin"
version = "0.1.0"
version = "0.1.1"
description = "A Tauri App"
authors = ["BTMuli<[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "tauri-genshin",
"version": "0.1.0"
"version": "0.1.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit f5c160c

Please sign in to comment.