Skip to content

Commit

Permalink
🚀 v0.2.3 版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Aug 31, 2023
1 parent 75fb5c2 commit 1025e11
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 76 deletions.
34 changes: 29 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,40 @@
Author: 目棃
Date: 2023-06-18
Description: CHANGELOG
Update: 2023-08-27
Update: 2023-08-31
---

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

## [0.2.2](https://github.com/BTMuli/Tauri.Genshin/releases/0.2.2) (2023-08-15)
## [0.2.3](https://github.com/BTMuli/Tauri.Genshin/releases/v0.2.3) (2023-08-31)

### Feat

- 组件:实现并替换 `snackbar` `confirm` 组件,新组件采用函数式调用
- 功能:完成 UIGF 数据导入、导出、渲染 [#27](https://github.com/BTMuli/Tauri.Genshin/issues/27)

### Fix

- 资源:补充部分缺漏 contentId
- 分享:调整生成分享图的默认背景颜色
- 页面:`我的角色` 页面更新天赋数据后自动刷新页面

### Change

- 组件:首页卡池组件样式调整
- 依赖:更新 cargo 依赖
- 页面:调整 `原神战绩` 页面样式
- 页面:调整 `深渊记录` 页面样式,采用横版布局
- 功能:不再考虑 `实时便笺` 功能实现
- 图标:侧边栏部分图标变更

FullCommits: [`v0.2.2...v0.2.3`](https://github.com/BTMuli/Tauri.Genshin/compare/v0.2.2...v0.2.3)

## [0.2.2](https://github.com/BTMuli/Tauri.Genshin/releases/v0.2.2) (2023-08-15)

### Feat

Expand All @@ -29,7 +53,7 @@ Update: 2023-08-27

FullCommits: [`v0.2.1...v0.2.2`](https://github.com/BTMuli/Tauri.Genshin/compare/v0.2.1...v0.2.2)

## [0.2.1](https://github.com/BTMuli/Tauri.Genshin/releases/0.2.1) (2023-07-14)
## [0.2.1](https://github.com/BTMuli/Tauri.Genshin/releases/v0.2.1) (2023-07-14)

### Feat

Expand All @@ -55,7 +79,7 @@ FullCommits: [`v0.2.1...v0.2.2`](https://github.com/BTMuli/Tauri.Genshin/compare

Full Commits: [`v0.2.0...v0.2.1`](https://github.com/BTMuli/Tauri.Genshin/compare/v0.2.0...v0.2.1)

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

### Feat

Expand Down
11 changes: 4 additions & 7 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-08-28
Update: 2023-08-31
---

> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55`
>
> 更新于 `2023-08-28 09:14:21`
> 更新于 `2023-08-31 11:14:51`
![](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)

Expand Down Expand Up @@ -36,21 +36,17 @@ A Genshin Impact assistant app based on Tauri.
- [x] 米游社咨讯获取&展示(支持多种游戏)
- [x] 游戏内公告&活动获取&展示
- [x] UIAF 成就数据导入、导出、备份、恢复
- [x] UIGF 祈愿数据导入导出&展示
- [x] 首页素材日历、近期活动、限时祈愿可选展示
- [x] Wiki 页面草创(包含 GCG、角色、武器等)
- [x] 浅色/深色主题切换
- [x] 应用更新检测
- [x] 用户 Cookie 获取
- [x] 原神战绩数据获取
- [x] 角色列表数据获取
- [x] 角色天赋数据获取
- [x] 深渊挑战数据获取
- [x] 深渊数据上传,统计数据获取

### 计划中

- [ ] UIGF 祈愿数据导入导出&展示

### 长期计划

- [ ] Wiki 详情页
Expand All @@ -63,6 +59,7 @@ A Genshin Impact assistant app based on Tauri.
## UI 参考

- [Snap.Hutao](https://github.com/DGP-Studio/Snap.Hutao)
- [StarWard](https://github.com/Scighost/Starward)
- [米游社](https://www.miyoushe.com/ys/)
- [原神](https://yuanshen.com/)
- [中国色](http://zhongguose.com/)
Expand Down
75 changes: 11 additions & 64 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-08-15
Update: 2023-08-31
---

> 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-10 22:05:44`
>
> 更新于 `2023-08-15 17:48:16`
> 更新于 `2023-08-31 11:28:01`
## 说明

Expand All @@ -28,12 +28,13 @@ Update: 2023-08-15
- 顶部收缩按钮:`mdi:chevron-right` `mdi:chevron-left`
- 首页:[Fandom](https://genshin-impact.fandom.com/wiki/Genshin_Impact_Wiki)
- 公告:个人绘制 SVG
- 咨讯:[米游社](https://www.miyoushe.com)
- 成就:个人绘制 SVG
- 米游社:[米游社](https://www.miyoushe.com),其子目录同样来源于米游社
- 图鉴:[原神「盛典与慧业」内容专题页](https://webstatic.mihoyo.com/ys/event/e20210601blue_post/vert.html?page_sn=b3a3f395f09e4f8d&bbs_presentation_style=fullscreen&utm_source=bbs&utm_medium=ys&utm_campaign=pgc)
- GCG:个人绘制 SVG
- 角色图鉴:[原神「盛典与慧业」内容专题页](https://webstatic.mihoyo.com/ys/event/e20210601blue_post/vert.html?page_sn=b3a3f395f09e4f8d&bbs_presentation_style=fullscreen&utm_source=bbs&utm_medium=ys&utm_campaign=pgc)
- 武器图鉴:[原神「盛典与慧业」内容专题页](https://webstatic.mihoyo.com/ys/event/e20210601blue_post/vert.html?page_sn=b3a3f395f09e4f8d&bbs_presentation_style=fullscreen&utm_source=bbs&utm_medium=ys&utm_campaign=pgc)
- 原神战绩:Hoyolab
- 我的角色:Hoyolab
- 深渊记录:Hoyolab
- 祈愿记录:Hoyolab
- 图鉴:Hoyolab,其子目录图标同样来源于 Hoyolab
- 模式切换:`mdi-weather-night` `mdi-weather-sunny`
- 设置:个人绘制 SVG

Expand All @@ -43,69 +44,15 @@ Update: 2023-08-15

## 成就相关

### JSON 数据

- [Achievement|Snap.Metadata](https://github.com/DGP-Studio/Snap.Metadata/blob/main/Genshin/CHS/Achievement.json)
- [AchievementGoal|Snap.Metadata](https://github.com/DGP-Studio/Snap.Metadata/blob/main/Genshin/CHS/AchievementGoal.json)
- [achievement|Paimon.Moe](https://github.com/MadeBaruna/paimon-moe/blob/main/src/data/achievement/zh.json)

### 图像资源

- [Snap.Static](https://github.com/DGP-Studio/Snap.Static)

### 格式说明

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

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

- 原石图标:`icon/material/102.webp`,256x256,32 位深度
- 成就系列图标:`icon/achievement/${series.icon}.webp`,256x256,32 位深度
- 成就系列对应名片图标:见 [名片相关](#名片相关)
参见 [TGAssistant](https://github.com/BTMuli/TGAssistant) 相关处理。

## 名片相关

### JSON 数据

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

参考:

- [HoneyHunterWorld](https://genshin.honeyhunterworld.com/?lang=CHS)
- [原神 WIKI|名片](https://wiki.biligame.com/ys/%E5%90%8D%E7%89%87)

### 图像资源

- [HoneyHunterWorld](https://genshin.honeyhunterworld.com/?lang=EN)

### 格式说明

- 名片图标:`source/nameCard/icon/${card.name}.webp`,250x165,32 位深度
- 名片 bg:`source/nameCard/bg/${card.name}.webp`,880x140,32 位深度
- 名片 profile:`source/nameCard/profile/${card.name}.webp`,840x400,32 位深度

### 格式说明

- 卡牌图标:`source/gcg/card/${cardType}/${cardName}.webp`,420x720,32 位深度
参见 [TGAssistant](https://github.com/BTMuli/TGAssistant) 相关处理。

## 素材日历相关

### JSON 数据

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

### 图像资源

- [HoneyHunterWorld](https://genshin.honeyhunterworld.com/?lang=EN)
- [原神](https://ys.mihoyo.com/main/map)

### 格式说明

> 角色&武器资源见 [Wiki](#wiki)
- 素材图标:`source/calendar/material/${sourceName}.webp`,128x128,32 位深度
- 星级图标:`icon/star/${star}.webp`,133x29,32 位深度
- 地区图标: `icon/nation/${nation}.webp`,256x256,32 位深度
参见 [TGAssistant](https://github.com/BTMuli/TGAssistant) 相关处理。

## Wiki

Expand Down

0 comments on commit 1025e11

Please sign in to comment.