mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🚀 v0.3.4 版本发布
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
|
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
|
||||||
releaseName: v__VERSION__-beta
|
releaseName: v__VERSION__-beta
|
||||||
releaseBody: |
|
releaseBody: |
|
||||||
> 建议通过微软应用商店下载,此处仅作为备份
|
> Windows 平台用户建议通过微软应用商店下载,MacOS 平台仅在此发布,Linux 平台暂不支持。
|
||||||
|
|
||||||
<a href="https://apps.microsoft.com/store/detail/9NLBNNNBNSJN?launch=true&cid=BTMuli&mode=mini">
|
<a href="https://apps.microsoft.com/store/detail/9NLBNNNBNSJN?launch=true&cid=BTMuli&mode=mini">
|
||||||
<img src="https://get.microsoft.com/images/zh-cn%20dark.svg" alt="download"/>
|
<img src="https://get.microsoft.com/images/zh-cn%20dark.svg" alt="download"/>
|
||||||
|
|||||||
36
CHANGELOG.md
36
CHANGELOG.md
@@ -2,12 +2,44 @@
|
|||||||
Author: 目棃
|
Author: 目棃
|
||||||
Description: CHANGELOG
|
Description: CHANGELOG
|
||||||
Date: 2023-09-08
|
Date: 2023-09-08
|
||||||
Update: 2023-10-19
|
Update: 2023-10-28
|
||||||
---
|
---
|
||||||
|
|
||||||
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-09-08 09:45:17 `
|
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-09-08 09:45:17 `
|
||||||
>
|
>
|
||||||
> 更新于 `2023-10-19 13:49:53`
|
> 更新于 `2023-10-28 19:18:49`
|
||||||
|
|
||||||
|
## [0.3.4](https://github.com/BTMuli/TeyvatGuide/releases/v0.3.4) (2023-10-28)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- 应用:Awesome Tauri,[`tauri-apps/awesome-tauri#226`](https://github.com/tauri-apps/awesome-tauri/pull/226)
|
||||||
|
- 应用:支持 MacOS 平台 [`#53`](https://github.com/BTMuli/TeyvatGuide/pull/53)
|
||||||
|
- 应用:实装米游社 JSBridge,支持战绩、签到、酒馆、留影叙佳期等功能 [`#47`](https://github.com/BTMuli/TeyvatGuide/issues/47)
|
||||||
|
- 导出:设置默认导出文件名称
|
||||||
|
- 应用:支持缓存检测&清理 [`#55`](https://github.com/BTMuli/TeyvatGuide/issues/55)
|
||||||
|
- 帖子:展示更多相关信息 [`79fd18ea`](https://github.com/BTMuli/TeyvatGuide/commit/79fd18ea)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- 应用:窗口创建逻辑重构 [`1914261e`](https://github.com/BTMuli/TeyvatGuide/commit/1914261e)
|
||||||
|
- 分享:修复含视频分享图生成异常 [`#54`](https://github.com/BTMuli/TeyvatGuide/issues/54)
|
||||||
|
- 应用:更新检测上移到应用初始化 [`#45`](https://github.com/BTMuli/TeyvatGuide/issues/45)
|
||||||
|
- 应用:将部分未更正的 `Tauri.Genshin` 改为 `Teyvat Guide`
|
||||||
|
- 应用:`v-select` 样式适应主题变更 [`3db8008f`](https://github.com/BTMuli/TeyvatGuide/commit/3db8008f)
|
||||||
|
- 应用:修复关闭卡顿 [`d4295c7d`](https://github.com/BTMuli/TeyvatGuide/commit/d4295c7d)
|
||||||
|
|
||||||
|
### Change
|
||||||
|
|
||||||
|
- 角色:对获取到的数据进行排序 [`0d4fdecd`](https://github.com/BTMuli/TeyvatGuide/commit/0d4fdecd)
|
||||||
|
- 组件:Confirm 组件渲染调整 `v-if` -> `v-show` [`9be40181`](https://github.com/BTMuli/TeyvatGuide/commit/9be40181)
|
||||||
|
- 设置:删除数据库完整性检测,隐藏数据库重置 [`5992567d`](https://github.com/BTMuli/TeyvatGuide/commit/5992567d)
|
||||||
|
- 极验:移除极验验证相关代码 [`84b98e4a`](https://github.com/BTMuli/TeyvatGuide/commit/84b98e4a)
|
||||||
|
- 战绩:角色数据添加 `title` 属性,展示部分角色信息 [`043fda9e`](https://github.com/BTMuli/TeyvatGuide/commit/043fda9e)
|
||||||
|
- 重构:对基本 `Response` 类型进行重构 [`9a221f9b`](https://github.com/BTMuli/TeyvatGuide/commit/9a221f9b)
|
||||||
|
- 重构:对米游社帖子结构化类型进行重构 [`ecb0f1a7`](https://github.com/BTMuli/TeyvatGuide/commit/ecb0f1a7)
|
||||||
|
|
||||||
|
FullCommits: [`v0.3.3...v0.3.4`](https://BTMuli/TeyvatGuide/compare/v0.3.3...v0.3.4)
|
||||||
|
|
||||||
## [0.3.3](https://github.com/BTMuli/TeyvatGuide/releases/v0.3.3) (2023-10-19)
|
## [0.3.3](https://github.com/BTMuli/TeyvatGuide/releases/v0.3.3) (2023-10-19)
|
||||||
|
|
||||||
|
|||||||
43
README.md
43
README.md
@@ -2,12 +2,12 @@
|
|||||||
Author: 目棃
|
Author: 目棃
|
||||||
Description: 说明文档
|
Description: 说明文档
|
||||||
Date: 2023-03-05
|
Date: 2023-03-05
|
||||||
Update: 2023-10-19
|
Update: 2023-10-28
|
||||||
---
|
---
|
||||||
|
|
||||||
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55`
|
> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55`
|
||||||
>
|
>
|
||||||
> 更新于 `2023-10-19 21:42:40`
|
> 更新于 `2023-10-28 19:26:59`
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
@@ -19,9 +19,9 @@ Update: 2023-10-19
|
|||||||
|
|
||||||
# Teyvat Guide
|
# Teyvat Guide
|
||||||
|
|
||||||
基于 Tauri 的原神工具应用。
|
基于 Tauri 的原神工具应用,支持 Windows 和 MacOS 平台。
|
||||||
|
|
||||||
Game Tool for Genshin Impact player.
|
Game Tool for Genshin Impact player, supports Windows and MacOS.
|
||||||
|
|
||||||
## 下载 / Download
|
## 下载 / Download
|
||||||
|
|
||||||
@@ -31,18 +31,13 @@ Game Tool for Genshin Impact player.
|
|||||||
<img src="https://get.microsoft.com/images/zh-cn%20dark.svg" alt="download"/>
|
<img src="https://get.microsoft.com/images/zh-cn%20dark.svg" alt="download"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
> 不推荐通过 GitHub Release 下载,但仍保留了该功能。
|
> MacOS 用户可以通过 Github Release 下载
|
||||||
|
|
||||||
[](https://github.com/BTMuli/TeyvatGuide/releases/latest)
|
[](https://github.com/BTMuli/TeyvatGuide/releases/latest)
|
||||||
|
|
||||||
## 技术栈 / Tech Stack
|
## 仓库概况 / Repo Stats
|
||||||
|
|
||||||
- [Tauri](https://github.com/tauri-apps/tauri)
|

|
||||||
- [Vue3](https://github.com/vuejs/core)
|
|
||||||
- [Vite](https://github.com/vitejs/vite)
|
|
||||||
- [TypeScript](https://github.com/microsoft/TypeScript)
|
|
||||||
- [Vuetify](https://github.com/vuetifyjs/vuetify)
|
|
||||||
- [Echarts](https://echarts.apache.org/zh/index.html)
|
|
||||||
|
|
||||||
## 功能 / Features
|
## 功能 / Features
|
||||||
|
|
||||||
@@ -70,10 +65,14 @@ Game Tool for Genshin Impact player.
|
|||||||
|
|
||||||
- 应用功能:
|
- 应用功能:
|
||||||
- [x] 浅色/深色主题切换
|
- [x] 浅色/深色主题切换
|
||||||
|
- [x] 米游社 JSBridge
|
||||||
|
|
||||||
## 仓库概况 / Repo Stats
|
## 贡献者 / Contributors
|
||||||
|
|
||||||

|
- [BTMuli](https://github.com/BTMuli)
|
||||||
|
- [舰队的偶像岛风酱!](https://github.com/frg2089)
|
||||||
|
- [jerry765](https://github.com/jerry765)
|
||||||
|
- [AuroraZiling](https://github.com/AuroraZiling)
|
||||||
|
|
||||||
## UI 参考 / UI Reference
|
## UI 参考 / UI Reference
|
||||||
|
|
||||||
@@ -89,11 +88,19 @@ Game Tool for Genshin Impact player.
|
|||||||
- UIAF:[UIAF v1.1](docs/UIAF.md)
|
- UIAF:[UIAF v1.1](docs/UIAF.md)
|
||||||
- UIGF:[UIGF v2.3](docs/UIGF.md)
|
- UIGF:[UIGF v2.3](docs/UIGF.md)
|
||||||
|
|
||||||
## 贡献者 / Contributors
|
## 特定项目 / Special Project
|
||||||
|
|
||||||
- [BTMuli](https://github.com/BTMuli)
|
- [MuCli](https://github.com/BTMuli/MuCli):基于 NodeJS 的命令行工具,用于生成项目文档。
|
||||||
- [舰队的偶像岛风酱!](https://github.com/frg2089)
|
- [TGAssistant](https://github.com/BTMuli/TGAssistant):Teyvat Guide 的资源获取、解析、处理仓库。
|
||||||
- [jerry765](https://github.com/jerry765)
|
- [WhiteTea](https://github.com/BTMuli/WhiteTea):Github Bot,(半)自动化处理 Teyvat Guide 的 Issue 和 Pull Request。
|
||||||
|
|
||||||
|
## 技术栈 / Tech Stack
|
||||||
|
|
||||||
|
- [Tauri](https://github.com/tauri-apps/tauri)
|
||||||
|
- [Vue3](https://github.com/vuejs/core)
|
||||||
|
- [Vite](https://github.com/vitejs/vite)
|
||||||
|
- [Vuetify](https://github.com/vuetifyjs/vuetify)
|
||||||
|
- [Echarts](https://echarts.apache.org/zh/index.html)
|
||||||
|
|
||||||
## 协议 / License
|
## 协议 / License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user