Merge pull request #121 from DGP-Studio/next-patch

Update to 1.9.9
This commit is contained in:
qhy040404
2024-03-29 16:19:53 +08:00
committed by GitHub
4 changed files with 1100 additions and 993 deletions

View File

@@ -11,7 +11,28 @@ banner: https://opengraph.snapgenshin.cn/generate?url=https://hut.ao/en/statemen
# Update Logs
## 1.9.8 <Badge text="latest" type="tip" />
## 1.9.9 <Badge text="latest" type="tip" />
- Add
- Added Chronicled Wish in Global Wish Stats tab under Wish Export page
- Fix 🔨
- Fixed the interact launch error with Better Genshin Impact [#1467](https://github.com/DGP-Studio/Snap.Hutao/issues/1467)
- Fixed the full package name error in Advanced Game Launcher - Resource Download page [#1476](https://github.com/DGP-Studio/Snap.Hutao/issues/1476)
- Fixed the issue that game would be launched when failed to unlock frame rate limit [#1495](https://github.com/DGP-Studio/Snap.Hutao/issues/1495)
- Updated outdated links in Settings page [#1503](https://github.com/DGP-Studio/Snap.Hutao/issues/1503)
- Fixed the crash issue when adding accounts; fixed sporadic issue that selected users and characters could not be cleared correctly; optimized the UI display after logging in. [#1504](https://github.com/DGP-Studio/Snap.Hutao/issues/1504)
- Optimization ✨
- Optimized keyword searching UI in WIKI pages [#1475](https://github.com/DGP-Studio/Snap.Hutao/pull/1475)
- Optimized UI in WIKI page when search result is empty [#1479](https://github.com/DGP-Studio/Snap.Hutao/pull/1479)
- Optimized collected item display in Dev Plan [#1513](https://github.com/DGP-Studio/Snap.Hutao/pull/1513)
- Optimized the smoothness and stability of the waterfall layout in the Dev Plan page
- Optimized the default sorting of backpack materials and material stats tabs on the Dev Plan page, and now displays completion markers for items with sufficient quantities [#1510](https://github.com/DGP-Studio/Snap.Hutao/pull/1510)
- Optimized the alignment of the scroll bar at the bottom of the Statistics tab on the Wish Export page
- Optimized the logic of displaying items in the Global Wish Stats tab on the Wish Export page
- Optimized the smoothness and stability of the grid view on the Achievement Management page
- Added security hint in Web Login page
## 1.9.8
- New
- Added support for Chronicled Wish [#1470](https://github.com/DGP-Studio/Snap.Hutao/issues/1470)

View File

@@ -10,7 +10,30 @@ banner: https://opengraph.snapgenshin.cn/generate?url=https://hut.ao/en/statemen
# 更新日志
## 1.9.8 <Badge text="最新版" type="tip" />
## 1.9.9 <Badge text="最新版" type="tip" />
- 新增
- 祈愿记录页面全球统计页签新增集录祈愿栏目
- 修复 🔨
- 修复了联动启动 Better Genshin Impact 时的错误 [#1467](https://github.com/DGP-Studio/Snap.Hutao/issues/1467)
- 修复了高级启动器-资源下载中完整包包名显示错误的问题 [#1476](https://github.com/DGP-Studio/Snap.Hutao/issues/1476)
- 修复了高级启动器在解锁帧率时游戏仍然会启动的问题 [#1495](https://github.com/DGP-Studio/Snap.Hutao/issues/1495)
- 更换了设置页中过时的链接 [#1503](https://github.com/DGP-Studio/Snap.Hutao/issues/1503)
- 修复了在添加账号时闪退;修复了偶发的无法正确清空选中的用户与角色的问题;优化了登录后的界面显示 [#1504](https://github.com/DGP-Studio/Snap.Hutao/issues/1504)
- 修复了在祈愿记录界面关闭窗口会导致程序崩溃的问题
- 修复了当程序主题与系统主题不同时,对话框会显示系统主题的问题
- 优化 ✨
- 优化了 WIKI 关键词搜索界面 [#1475](https://github.com/DGP-Studio/Snap.Hutao/pull/1475)
- 优化了 WIKI 功能搜索结果为空时的界面 [#1479](https://github.com/DGP-Studio/Snap.Hutao/pull/1479)
- 优化了养成计划中已收集完成物品的显示 [#1513](https://github.com/DGP-Studio/Snap.Hutao/pull/1513)
- 优化了养成计划界面瀑布流排版的流畅度与稳定性
- 优化了养成计划页面背包材料与材料统计页签的默认排序,现在对于数量足够的物品会显示完成标记 [#1510](https://github.com/DGP-Studio/Snap.Hutao/pull/1510)
- 优化了祈愿记录页面统计页签底部滚动条的对齐
- 优化了祈愿记录页面全球统计页签的物品显示逻辑
- 优化了成就记录页面网格视图的流畅度与稳定性
- 在网页登录账号界面增加了安全性提示
## 1.9.8
- 新增
- 新增对集录祈愿卡池的支持 [#1470](https://github.com/DGP-Studio/Snap.Hutao/issues/1470)

View File

@@ -12,18 +12,18 @@
"prepare": "husky"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/plugin-docsearch": "2.0.0-rc.19",
"@vuepress/plugin-feed": "2.0.0-rc.19",
"@vuepress/plugin-google-analytics": "2.0.0-rc.15",
"@vuepress/plugin-pwa": "2.0.0-rc.20",
"@vuepress/plugin-redirect": "2.0.0-rc.19",
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/plugin-docsearch": "2.0.0-rc.21",
"@vuepress/plugin-feed": "2.0.0-rc.21",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"@vuepress/plugin-pwa": "2.0.0-rc.21",
"@vuepress/plugin-redirect": "2.0.0-rc.21",
"husky": "9.0.11",
"nano-staged": "0.8.0",
"prettier": "3.2.5",
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.8",
"vuepress-theme-hope": "2.0.0-rc.31"
"vuepress": "2.0.0-rc.9",
"vuepress-theme-hope": "2.0.0-rc.32"
},
"engines": {
"node": ">=18.18.0"

2029
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff