Skip to content

Commit

Permalink
Merge pull request #22 from lgou2w/next
Browse files Browse the repository at this point in the history
v0.3.10
  • Loading branch information
lgou2w committed Jun 17, 2024
2 parents 6e39d90 + cd51211 commit 2bcd802
Show file tree
Hide file tree
Showing 31 changed files with 4,067 additions and 3,097 deletions.
1,422 changes: 921 additions & 501 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
- [x] 管理游戏的多个账号。
- [x] 获取游戏的抽卡链接。
- [x] 获取抽卡记录并保存到本地数据库文件。
- [x] 实现 [`UIGF`](https://uigf.org/zh/standards/UIGF.html) 统一可交换祈愿记录标准。
- [x] 实现 [`SRGF`](https://uigf.org/zh/standards/SRGF.html) 星穹铁道抽卡记录标准。
- [x] 实现 [`UIGF`](https://uigf.org/zh/standards/uigf.html) 统一可交换祈愿记录标准。
- [x] 实现 [`SRGF`](https://uigf.org/zh/standards/srgf.html) 星穹铁道抽卡记录标准。
- [ ] 更多开发中...

<details>
Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hoyo.gacha",
"version": "0.3.9",
"version": "0.3.10",
"description": "An unofficial tool for managing and analyzing your miHoYo gacha records",
"author": "lgou2w <[email protected]>",
"homepage": "https://github.com/lgou2w/HoYo.Gacha#readme",
Expand All @@ -23,42 +23,42 @@
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/system": "^5.15.12",
"@nivo/calendar": "^0.85.1",
"@nivo/core": "^0.85.1",
"@nivo/pie": "^0.85.1",
"@nivo/tooltip": "^0.85.1",
"@tanstack/react-query": "^5.27.5",
"@tanstack/react-query-devtools": "^5.27.8",
"@tauri-apps/api": "^1.5.3",
"dayjs": "^1.11.10",
"immer": "^10.0.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/system": "^5.15.20",
"@nivo/calendar": "^0.87.0",
"@nivo/core": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@nivo/tooltip": "^0.87.0",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-devtools": "^5.45.1",
"@tauri-apps/api": "^1.5.6",
"dayjs": "^1.11.11",
"immer": "^10.1.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-router-dom": "^6.22.3",
"use-immer": "^0.9.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0",
"react-router-dom": "^6.23.1",
"use-immer": "^0.10.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.11",
"@types/node": "^18.19.23",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@tauri-apps/cli": "^1.5.14",
"@types/node": "^18.19.34",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react": "^4.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.0",
"typescript": "^5.4.2",
"vite": "^5.1.6"
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"typescript": "^5.4.5",
"vite": "^5.3.1"
}
}
Loading

0 comments on commit 2bcd802

Please sign in to comment.