diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39549add..b4989614 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,10 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 + - name: setup pnpm + uses: pnpm/action-setup@v2 + with: + version: 8.6.5 - name: Install Rust stable uses: dtolnay/rust-toolchain@stable - name: Restore Cargo dependencies @@ -34,7 +38,7 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('src-tauri/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo- - name: Install frontend dependencies - run: npm install + run: pnpm install --frozen-lockfile - uses: tauri-apps/tauri-action@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac608b4..eae41c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,41 @@ Author: 目棃 Date: 2023-06-18 Description: CHANGELOG -Update: 2023-06-20 +Update: 2023-07-14 --- > 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-06-18 15:03:42 ` > -> 更新于 `2023-06-20 08:53:56` +> 更新于 `2023-07-14 20:46:11` # CHANGELOG +## [0.2.1](https://github.com/BTMuli/Tauri.Genshin/releases/0.2.1) (2023-07-14) + +### Feat + +- 深渊: 新增深渊数据库页面,角色深渊数据支持数据上传 [`#22`](https://github.com/BTMuli/Tauri.Genshin/issues/22) +- 页面:角色详情新增角色衣装数据 [`26186f44`](https://github.com/BTMuli/Tauri.Genshin/commit/26186f44) +- 页面:角色详情新增角色天赋数据 +- 功能:子页面:米游社帖子、游戏公告支持分享;首页素材日历支持分享 +- 资源:更新 3.8 版本资源 [`#30`](https://github.com/BTMuli/Tauri.Genshin/issues/30) +- 功能:支持根据帖子 ID 跳转到帖子页面 [`04e08090`](https://github.com/BTMuli/Tauri.Genshin/commit/04e08090) + +### Fix + +- 样式:美化部分页面、组件样式 +- 组件:优化素材日历组件 [`0c923060`](https://github.com/BTMuli/Tauri.Genshin/commit/0c923060) +- 样式:修复首页组件近期活动样式 [`20a2329e`](https://github.com/BTMuli/Tauri.Genshin/commit/20a2329e) +- 样式:美化米游社咨讯页面样式,增加部分数据 + +### Change + +- 依赖:各依赖更新至最新版本 +- 配置:优化 Eslint Prettier Stylelint Lint-Staged 等配置 +- 重构:重构 Mys 插件数据类型及 Hutao 插件数据类型 + +Full Commits: [`0.2.0...0.2.1`](https://github.com/BTMuli/Tauri.Genshin/compare/0.2.0...0.2.1) + ## [0.2.0](https://github.com/BTMuli/Tauri.Genshin/releases/0.2.0) (2023-06-19) ### Feat @@ -36,4 +62,4 @@ Update: 2023-06-20 - 资源:成就系列图标目录变更 - 资源:字体文件变更 [`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) +Full Commits: [`v0.1.6...v0.2.0`](https://github.com/BTMuli/Tauri.Genshin/compare/v0.1.6...v0.2.0) diff --git a/README.md b/README.md index 4ced8a7a..670eda7c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ Author: 目棃 Date: 2023-03-05 Description: 说明文档 -Update: 2023-07-02 +Update: 2023-07-14 --- > 本文档 [`Front-matter`](https://github.com/BTMuli/Mucli#FrontMatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-03-05 14:41:55` -> -> 更新于 `2023-07-02 20:49:40` +> +> 更新于 `2023-07-14 20:28:32` ![](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) @@ -55,7 +55,7 @@ Tauri 练手项目,子模块:[TGAssistant](https://github.com/BTMuli/TGAssis ### 长期计划 - [ ] Wiki 详情页 -- [ ] 游戏资源更新 +- [ ] 游戏资源更新:更新至 3.8 版本(0.2.1) ## 仓库概况