Skip to content

Commit

Permalink
🚀 v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Oct 22, 2024
1 parent 0d37f4e commit bb9c9d5
Show file tree
Hide file tree
Showing 8 changed files with 838 additions and 624 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,26 @@
Author: 目棃
Description: CHANGELOG
Date: 2024-10-09
Update: 2024-10-09
Update: 2024-10-22
---

> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-10-09 15:51:43`
>
> 更新于 `2024-10-09 15:59:58`
> 更新于 `2024-10-22 20:51:24`
## [0.6.1](https://github.com/BTMuli/TeyvatGuide/releases/v0.6.0) (2024-10-22)

- 🐛 新用户数据库初始化异常 [`#131`](https://github.com/BTMuli/TeyavtGuide/issues/131)
- 🐛 修复角色数据未即时刷新
- 🐛 修复`openSystemBrowser`回调执行异常
- ♻️ 公告卡片组件抽离,支持分享
- 🎨 成就页面&名片图鉴页面采用虚拟列表优化性能
- 🎨 调整卡片封面加载逻辑
- 💄 处理特定情况下的内容溢出
- 💄 适配深渊新字段,显示跳过楼层
- 💄深渊分享显示应用信息,圣遗物详情推荐属性高亮
- 💄调整帖子子窗口副标题样式
- 💄调整留影叙佳期选项样式

## [0.6.0](https://github.com/BTMuli/TeyvatGuide/releases/v0.6.0) (2024-10-09)

Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "TeyvatGuide",
"version": "0.6.0",
"description": "Game Tool for Genshin Impact player",
"version": "0.6.1",
"description": "Game Tool for GenshinImpact player",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -66,18 +66,18 @@
},
"dependencies": {
"@mdi/font": "7.4.47",
"@tauri-apps/api": "^2.0.2",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-deep-link": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-http": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.1",
"@tauri-apps/plugin-http": "^2.0.1",
"@tauri-apps/plugin-log": "^2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.1",
"@tauri-apps/plugin-sql": "^2.0.0",
"ajv": "^8.17.1",
"artplayer": "^5.1.7",
"artplayer": "^5.2.0",
"clipboard": "^2.0.11",
"color-convert": "^2.0.1",
"echarts": "^5.5.1",
Expand All @@ -87,52 +87,52 @@
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"uuid": "^10.0.0",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-echarts": "^7.0.3",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.4.5",
"vuetify": "^3.7.2",
"vuetify": "^3.7.3",
"wcag-color": "^1.1.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@tauri-apps/cli": "2.0.2",
"@eslint/js": "^9.13.0",
"@tauri-apps/cli": "2.0.4",
"@types/color-convert": "^2.0.4",
"@types/js-md5": "^0.7.2",
"@types/node": "^22.7.5",
"@types/node": "^22.7.8",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-vue": "^5.1.4",
"concurrently": "^9.0.1",
"eslint": "^9.12.0",
"eslint-config-love": "^84.1.0",
"eslint": "^9.13.0",
"eslint-config-love": "^89.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vue": "^9.29.1",
"eslint-plugin-yml": "^1.14.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.10",
"oxlint": "^0.9.10",
"oxlint": "^0.10.1",
"prettier": "3.3.3",
"stylelint": "^16.9.0",
"stylelint": "^16.10.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-high-performance-animation": "^1.10.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.4.6",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.9",
"vite-plugin-vue-devtools": "^7.5.2",
"vite-plugin-vuetify": "^2.0.4",
"vue-eslint-parser": "^9.4.3",
"yaml-eslint-parser": "^1.2.3"
Expand Down
Loading

0 comments on commit bb9c9d5

Please sign in to comment.