Welcome 1.7.4

This commit is contained in:
Masterain
2023-09-12 11:24:37 -07:00
committed by GitHub
4 changed files with 80 additions and 2 deletions

View File

@@ -34,6 +34,11 @@ This part has the following information:
Snap Hutao account system is designed by DGP-Studio to provide fundamental component for cloud service such as wish history backup.
Currently, you are already able to register and login to your Snap Hutao account in the settings page.
## Shell Experience
- Create Desktop Shortcut
- Snap Hutao will create a shortcut with Administrator privilege on user's desktop
## Appearance
- Language
@@ -48,6 +53,15 @@ Currently, you are already able to register and login to your Snap Hutao account
- MicaAlt (Windows 11 only)
- The setting will take effect immediately
## Home
- Dashboard Card
- You can click on this option to switch display of card on Home Dashboard
- Game Launcher
- Wish History
- Achievement
- Realtime Notes
## Game
- Game Path
@@ -56,6 +70,11 @@ Currently, you are already able to register and login to your Snap Hutao account
- When setting the game path, you should select game program instead of launcher program
- Such as `$\Genshin Impact\Genshin Impact Game\YuanShen.exe`
- PowerShell Path
- Snap Hutao uses PowerShell to modify Genshin Impact registry field to switch game account. This option allows user to
select PowerShell path to fix issue when PowerShell path is unable to located automatically
- Delete Game Embedded Browser Web Cache
- When you are using web cache refresh method in the wish history feature and receiving authkey expiration error, you can try this operation to fix the error
- Click on this field to execute the operation

View File

@@ -7,7 +7,29 @@ order: 1
# Update Logs
## 1.7.3 <Badge text="latest" type="tip" />
## 1.7.4 <Badge text="latest" type="tip" />
- Add
- Added option to change PowerShell entry in settings page
- Added option to create desktop shortcut in settings page [#912](https://github.com/DGP-Studio/Snap.Hutao/issues/912)
- Added option to switch display of cards on home dashboard
- Added batch-add to Dev Plan option on My Character page
- Fix
- Fixed an issue which event start time is not accurate on Home Dashboard [#887](https://github.com/DGP-Studio/Snap.Hutao/issues/887)
- Fixed an issue on My Character page that caused crashes when clicking on weapon that is not synchronized by Enka API [#904](https://github.com/DGP-Studio/Snap.Hutao/issues/904)
- Fixed an issue of weapon value display error on My Character page [#907](https://github.com/DGP-Studio/Snap.Hutao/issues/907)
- Fixed an issue where Bilibili server cannot be converted to some other servers [#893](https://github.com/DGP-Studio/Snap.Hutao/issues/893)
- Fixed an issue where fetching Novice Wish history will cause the program to crash [#917](https://github.com/DGP-Studio/Snap.Hutao/issues/917)
- Fixed an issue where a Dev Plan was not pre-selected before entering the Dev Plan page, which had caused the
Dev Plan page to need to be entered at least once to add a Dev Plan archive
- Fixed the issue that failed to claim checkin reward when triggered anti-bot verification, even when anti-bot API returns success result
- Optimize
- Optimized monsters' display order on Monster WIKI page
- Optimized launch speed of Wish History page
- Optimized local database thread on UI display functions
- Optimized the scrolling experience for some views of Dev Plan, it may now take longer for views to be loaded
## 1.7.3
- Fixed the issue of HoYoverse web login not working
- Upgraded the Windows App SDK version to fix the issue where the top of the title bar could not resize the window

View File

@@ -33,6 +33,11 @@ comment: false
胡桃帐号是由 DGP-Studio 团队创建的为胡桃工具箱服务的帐号系统,以使用在会在未来提供的包括祈愿云同步在内的涉及云端服务的功能。
目前胡桃帐号已支持注册和登录,你可以在设置中点击这一选项以注册并登录你的帐号。
## Shell 体验
- 创建快捷方式
- 点击该按钮后胡桃将会在桌面上创建一个以管理员模式启动的快捷方式
## 外观
- 语言
@@ -47,12 +52,23 @@ comment: false
- 变种云母Windows 11 特性)
- 每个背景材质被选中后,您可以即时查看更改后的效果
## 主页
- 主页卡片
- 点击该选项后,可以设置是否在主页仪表盘中显示以下卡片
- 启动游戏
- 祈愿记录
- 成就管理
- 实时便笺
## 游戏
- 游戏路径
- 在此条目中,可以修改或设置您的游戏路径
- 选择游戏路径时,请注意此处选择的应是游戏本身
- 形如:`$\Genshin Impact\Genshin Impact Game\YuanShen.exe`
- PowerShell 路径
- 胡桃使用 PowerShell 来修改原神相关的注册表项以实现游戏帐号切换功能。该选项允许用户手动选择 PowerShell 路径以解决部分用户使用自定义 PowerShell 版本而造成的无法定位 PowerShell 的问题
- 删除游戏内网页缓存
- 若您在使用**祈愿记录功能**时,选择**使用"从缓存刷新"**,但**频繁提示**验证密钥过期,可以尝试此操作
- 点击此选项即可执行操作

View File

@@ -7,7 +7,28 @@ redirectFrom: /statements/update-log.html
# 更新日志
## 1.7.3 <Badge text="最新版" type="tip" />
## 1.7.4 <Badge text="最新版" type="tip" />
- 新增
- 设置页面新增了切换 PowerShell 实例的选项
- 设置页面新增了创建桌面快捷方式的选项 [#912](https://github.com/DGP-Studio/Snap.Hutao/issues/912)
- 设置页面新增了调整主页卡片是否呈现的选项
- 我的角色页面新增批量添加到养成计划的功能
- 修复
- 修复了主页中部分公告的活动开始时间不正确的问题 [#887](https://github.com/DGP-Studio/Snap.Hutao/issues/887)
- 修复了我的角色页面中点击未使用角色橱窗同步数据的武器时会导致崩溃的问题 [#904](https://github.com/DGP-Studio/Snap.Hutao/issues/904)
- 修复了我的角色页面中武器数值显示不正确的问题 [#907](https://github.com/DGP-Studio/Snap.Hutao/issues/907)
- 修复了无法从 Bilibili 服务器转换到部分服务器的问题 [#893](https://github.com/DGP-Studio/Snap.Hutao/issues/893)
- 修复了祈愿记录页面中当记录存在新手祈愿时会导致崩溃的问题 [#917](https://github.com/DGP-Studio/Snap.Hutao/issues/917)
- 修复了养成计划在未进入养成计划页面前没有提前选中的问题,该问题曾导致至少需要进入一次养成计划页面才能添加养成计划
- 修复了领取签到奖励触发验证时有即使接口报告成功也无法验证成功的问题
- 优化
- 调整了怪物资料中怪物的展示顺序
- 优化了祈愿统计的加载速度
- 优化了数据库访问的 UI 线程占用
- 优化了养成计划页面中部分视图的滚动体验,现在可能需要更长的时间才能加载视图
## 1.7.3
- 修复了 HoYoverse 网页登录失效的问题
- 升级了 Windows App SDK 版本,修复了标题栏顶部无法缩放窗口的问题