mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
style: format en docs
This commit is contained in:
@@ -80,14 +80,15 @@ features:
|
||||
|
||||
copyright: false
|
||||
footer: MIT Licensed | Copyright © 2019-present Mr.Hope
|
||||
|
||||
---
|
||||
|
||||
## Contribute
|
||||
|
||||
Snap Hutao is a free software maintained by open-source community, and we hope more players with same
|
||||
ambitions can join together to provide more features to the community.
|
||||
|
||||
You can make contribution by the following ways:
|
||||
|
||||
1. [Make Pull Requests to our code](https://github.com/DGP-Studio/Snap.Hutao/pulls)
|
||||
2. Translate the project for a better [localization](i18n.md)
|
||||
3. [Update document](https://github.com/DGP-Studio/Snap.Hutao.Docs)
|
||||
@@ -95,6 +96,7 @@ You can make contribution by the following ways:
|
||||
<!-- @include: star-request.md -->
|
||||
|
||||
## Service Used
|
||||
|
||||
Snap Hutao is currently using software from the following service providers.
|
||||
|
||||
<a href="https://www.netlify.com"> <img src="https://www.netlify.com/v3/img/components/netlify-light.svg" alt="Deploys by Netlify" /> </a>
|
||||
|
||||
@@ -9,29 +9,40 @@ order: 1
|
||||
# 常见问题
|
||||
|
||||
## 如何创建胡桃的桌面快捷方式
|
||||
|
||||
::: tip 社区力量
|
||||
感谢 [CzHUV 提供的解决方案](https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12)
|
||||
|
||||
感谢 [CzHUV 提供的解决方案](https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12)。
|
||||
|
||||
:::
|
||||
|
||||
- `Win+R` 呼出运行窗口,在窗口中输入`shell:AppsFolder` 
|
||||
- Windows 会弹出应用程序目录,找到胡桃工具箱
|
||||
- 右键,点击`创建快捷方式`
|
||||
- 根据提示操作你就可以获得一个桌面快捷方式了
|
||||
|
||||
## 如何添加一个默认以管理员方式运行的快捷方式
|
||||
|
||||
::: tip 社区力量
|
||||
感谢 [Parsifa1 提供的解决方案](https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/17)
|
||||
|
||||
感谢 [Parsifa1 提供的解决方案](https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/17)。
|
||||
|
||||
:::
|
||||
基本原理:使用下方的 PowerShell 脚本可以以管理员方式运行胡桃
|
||||
|
||||
```PowerShell ts:no-line-numbers
|
||||
Start-Process shell:AppsFolder\60568DGPStudio.SnapHutao_ebfp3nyc27j86!App -verb runas
|
||||
```
|
||||
|
||||
- 保存胡桃工具箱的 Logo 资源
|
||||
- 你可以点击[这里](https://github.com/DGP-Studio/Snap.Hutao/raw/main/src/Snap.Hutao/Snap.Hutao/Assets/Logo.ico)下载
|
||||
- 在桌面点击右键,选择`新建` -> `快捷方式`
|
||||
- 在`请键入对象的位置`中直接输入:
|
||||
|
||||
```PowerShell ts:no-line-numbers
|
||||
powershell -Command "Start-Process shell:AppsFolder\60568DGPStudio.SnapHutao_ebfp3nyc27j86!App -verb runas
|
||||
```
|
||||
|
||||
- 将快捷方式命名为你需要的名称,比如`Snap Hutao`
|
||||
- 确认创建,此时你会在桌面得到一个有 PowerShell 图标的快捷方式
|
||||
- 右键该快捷方式,点击属性
|
||||
@@ -43,7 +54,7 @@ Start-Process shell:AppsFolder\60568DGPStudio.SnapHutao_ebfp3nyc27j86!App -verb
|
||||
## 如何让胡桃工具箱开机自动启动
|
||||
|
||||
- 请参考如下思路
|
||||
- 可以自行创建一个批处理文件,内容参考[此issue](https://github.com/DGP-Studio/Snap.Hutao/issues/184)中,令胡桃以管理员模式直接运行的命令。
|
||||
- 可以自行创建一个批处理文件,内容参考 [此 Issue](https://github.com/DGP-Studio/Snap.Hutao/issues/184) 中,令胡桃以管理员模式直接运行的命令。
|
||||
- 设置一个**计划任务程序**令上述批处理文件开机自启,或将上述批处理文件加入**启动项**中
|
||||
- 或有其他令胡桃工具箱可开机自启的思路,可自行探索
|
||||
|
||||
@@ -54,6 +65,7 @@ Start-Process shell:AppsFolder\60568DGPStudio.SnapHutao_ebfp3nyc27j86!App -verb
|
||||
- 在快速启动栏中右键胡桃应用程序
|
||||
|
||||

|
||||
|
||||
- 选择`启动游戏`即可
|
||||
|
||||
## 如何通过网络代理使用胡桃工具箱
|
||||
@@ -74,24 +86,28 @@ Start-Process shell:AppsFolder\60568DGPStudio.SnapHutao_ebfp3nyc27j86!App -verb
|
||||
- 您可以从 [微软官方](https://aka.ms/SegoeFluentIcons)下载到该字体文件
|
||||
|
||||
## 为什么解锁帧率后使用心海时出现掉帧
|
||||
|
||||
原神的 BUG,和我们没关系
|
||||
|
||||
## 为什么会弹出需要使用新应用以打开的对话框
|
||||
|
||||

|
||||
|
||||
如在卸载胡桃工具箱后出现如上图所示的`需要使用新应用以打开此 hutao 链接`,说明没有按文档要求在卸载前清除实时便笺定时任务。 请根据文档在设置中清除定时任务后再卸载胡桃工具箱。
|
||||
|
||||
- 如果你在系统定时任务中找不到胡桃的定时任务,但问题仍然出现,请参考[这份文档](https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/18)来解决
|
||||
|
||||
## 为什么米游社帐号登录状态经常失效,添加的帐号消失
|
||||
|
||||
* 我们通过储存帐号的米游社 Cookie 来维持登录状态。
|
||||
* 但是当用户在浏览器或其它设备上**注销帐号**后, 维持登录状态的 Cookie 将**失效**。
|
||||
* 这会导致胡桃工具箱上的米游社帐号在启动后被自动移除。
|
||||
* 此情况也可能因为网络连接问题导致无法检查Cookie有效性,故出现此情况后请优先重启胡桃工具箱。
|
||||
* 自2022年10月起,米游社极大地提高了账号被判定为有风险的概率,[账号有风险](mihoyo-risk-tip.md)时亦会令Cookie无法被识别为有效状态
|
||||
* 自 1.4.15 版本起,你可以通过在帐号面板中刷新 Cookie 来刷新登录状态
|
||||
- 我们通过储存帐号的米游社 Cookie 来维持登录状态。
|
||||
- 但是当用户在浏览器或其它设备上**注销帐号**后, 维持登录状态的 Cookie 将**失效**。
|
||||
- 这会导致胡桃工具箱上的米游社帐号在启动后被自动移除。
|
||||
- 此情况也可能因为网络连接问题导致无法检查 Cookie 有效性,故出现此情况后请优先重启胡桃工具箱。
|
||||
- 自 2022 年 10 月起,米游社极大地提高了账号被判定为有风险的概率,[账号有风险](mihoyo-risk-tip.md)时亦会令 Cookie 无法被识别为有效状态
|
||||
- 自 1.4.15 版本起,你可以通过在帐号面板中刷新 Cookie 来刷新登录状态
|
||||
|
||||
## 为什么游戏登录状态会失效,导致切换帐号功能无效
|
||||
|
||||
- 保存游戏登录状态的要素有两个:网络环境和设备 ID
|
||||
- 导致该问题的常见原因是:
|
||||
- 网络环境频繁变换,如公网 IP 更换
|
||||
@@ -101,6 +117,7 @@ Start-Process shell:AppsFolder\60568DGPStudio.SnapHutao_ebfp3nyc27j86!App -verb
|
||||
- 再次进行帐号检测,来添加登录状态
|
||||
|
||||
## 为什么程序会提示注册计划任务失败
|
||||
|
||||
使用管理员模式使用一次实时便笺后,胡桃的任务计划会被以管理员权限创建。当再次以非管理员模式启动胡桃时,程序在修改计划任务时会缺少权限。 继续使用管理员模式即可解决该问题。
|
||||
|
||||
## 为什么在开启代理后胡桃工具箱会没有网络连接
|
||||
|
||||
@@ -7,8 +7,8 @@ order: 7
|
||||
---
|
||||
|
||||
# 祈愿系统与导出原理
|
||||
> Gacha System and Principal
|
||||
|
||||
> Gacha System and Principal
|
||||
|
||||
胡桃的祈愿系统相较 Snap Genshin 进行了整体架构上的重新设计。
|
||||
|
||||
@@ -19,18 +19,19 @@ order: 7
|
||||
获取祈愿记录需要请求米哈游的 API
|
||||
|
||||
关于此 API, 有下列几个注意点
|
||||
* 通过米哈游服务器的API,只能查询到过去6个月内的祈愿记录
|
||||
* 这也是原神客户端中祈愿记录的来源
|
||||
* API存在请求速率限制,过快的请求会导致后续的请求失败,无法正常获取数据
|
||||
|
||||
- 通过米哈游服务器的 API,只能查询到过去 6 个月内的祈愿记录
|
||||
- 这也是原神客户端中祈愿记录的来源
|
||||
- API 存在请求速率限制,过快的请求会导致后续的请求失败,无法正常获取数据
|
||||
|
||||
为了请求此 API,我们需要四个关键参数
|
||||
|
||||
- 目前有下列几种方法可以获取这些参数
|
||||
* 遍历 Unity 的日志文件,查找用户打开的祈愿记录URL
|
||||
* 代理本机流量,筛选祈愿记录URL
|
||||
* 查找 CefBrowser 的浏览器缓存,找到祈愿记录URL
|
||||
* 对于包含了Stoken的Cookie,调用genAuthKey API,获取参数
|
||||
* 高级用户手动输入相关URL
|
||||
- 遍历 Unity 的日志文件,查找用户打开的祈愿记录 URL
|
||||
- 代理本机流量,筛选祈愿记录 URL
|
||||
- 查找 CefBrowser 的浏览器缓存,找到祈愿记录 URL
|
||||
- 对于包含了 Stoken 的 Cookie,调用 genAuthKey API,获取参数
|
||||
- 高级用户手动输入相关 URL
|
||||
|
||||
在请求 API 后可以获取到零散的祈愿记录,在对其进行拼接后即可获得一份完整的祈愿记录列表
|
||||
|
||||
@@ -43,6 +44,7 @@ order: 7
|
||||
这样,用户即可长期地保存帐号的完整祈愿记录
|
||||
|
||||
## UIGF 格式
|
||||
|
||||
> 统一可交换祈愿记录标准
|
||||
>
|
||||
> Uniformed Interchangeable GachaLog Format standard
|
||||
|
||||
@@ -6,10 +6,12 @@ order: 2
|
||||
---
|
||||
|
||||
# Common Program Exceptions
|
||||
|
||||
该文档包含由**用户端错误**造成的问题
|
||||
This document covers solutions of **foreseeable client error**
|
||||
|
||||
## RuntimeEnvironmentException
|
||||
|
||||
- Exception: `RuntimeEnvironmentException`
|
||||
- Hint: `Unable to set registry key without enabling long path`
|
||||
- Issue source: Windows long path limit is set to be limited at 256 characters by default
|
||||
@@ -17,6 +19,7 @@ This document covers solutions of **foreseeable client error**
|
||||
as administrator
|
||||
|
||||
## Return Code: -10001
|
||||
|
||||
- This error comes directly from MiHoYo BBS, hints include
|
||||
- `Return Code: -10001`
|
||||
- `Return Code: -100`
|
||||
@@ -30,10 +33,13 @@ as administrator
|
||||
3. 在系统设置中启用自动同步时间并立刻同步时间
|
||||
|
||||
## HttpRequestException 元数据校验文件下载失败
|
||||
|
||||
### 403 (Forbidden)
|
||||
|
||||
解决方案:更新胡桃工具箱至[最新版本](https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52)
|
||||
|
||||
### 502 (Bad Gateway)
|
||||
|
||||
> 相关 Issue: [https://github.com/DGP-Studio/Snap.Hutao/issues/100](https://github.com/DGP-Studio/Snap.Hutao/issues/100)
|
||||
|
||||
当胡桃工具箱无法从远程服务器获取到必要资源时(通常是配置文件和图片缓存),会在用户界面抛出如下图所示的 `HttpRequestException` 错误。
|
||||
|
||||
@@ -9,8 +9,10 @@ order: 6
|
||||
# 使用第三方工具获取有 Stoken 的 cookie
|
||||
|
||||
::: warning
|
||||
|
||||
- 以下步骤中涉及的软件、开源项目等资源均来源于互联网,与 DGP-Studio 无关
|
||||
- 本说明文档仅提供有关的解决思路,仅供学习使用,具体操作与操作后果与本项目无关
|
||||
|
||||
:::
|
||||
|
||||
## Android
|
||||
@@ -18,7 +20,9 @@ order: 6
|
||||
Android 用户可以使用开源项目 GetToken 来获取包含 Stoken 字段的 cookie
|
||||
|
||||
::: tip GetToken 开源项目
|
||||
|
||||
- GitHub:[HolographicHat/GetToken](https://github.com/HolographicHat/GetToken)
|
||||
|
||||
:::
|
||||
|
||||
- GetToken 项目的发布会包含两个 apk 文件,两者最终效果相同。根据你的设备情况选择适合你的版本即可
|
||||
@@ -36,6 +40,7 @@ Android 用户可以使用开源项目 GetToken 来获取包含 Stoken 字段的
|
||||
## iOS
|
||||
|
||||
iOS 用户可以在 App Store 下载抓包软件 Stream 来获取包含 Stoken 字段的 cookie
|
||||
|
||||
- 从 App Store 下载 [Stream](https://apps.apple.com/cn/app/stream/id1312141691)
|
||||
- 对域名 `api-takumi.mihoyo.com` 进行抓包分析
|
||||
- 找到并复制带有 `Stoken` 的数据
|
||||
|
||||
@@ -7,9 +7,11 @@ order: 3
|
||||
---
|
||||
|
||||
# 已知问题
|
||||
|
||||
该文档包含由**程序错误**造成的问题
|
||||
|
||||
## #1 微软商店下载应用程序
|
||||
|
||||
> 该问题来源并非胡桃工具箱,属于外部问题 该问题通常仅出现在东亚地区的网络环境下
|
||||
|
||||
- 发现于 2023/02/07
|
||||
@@ -35,26 +37,31 @@ order: 3
|
||||
- 使用北美地区的网络代理
|
||||
- 如果使用加速器或网络代理,你需要[解除微软商店的 Windows App Container Loopback 限制](exceptions.html#_502-bad-gateway)
|
||||
|
||||
|
||||
## #2 服务器切换导致 31-4302 报错
|
||||
|
||||
> 该问题已于 [1.4.15](/statements/update-log.html#1-4-15) 版本修复,请及时更新
|
||||
|
||||
- 使用高级启动器中的服务器切换功能时,可能会出现`31-4302`相关错误
|
||||
- 目前的临时解决方案:
|
||||
- 将原神截图目录中的服务器切换缓存目录删除
|
||||
|
||||
## #3 任务栏右键菜单中没有快速启动游戏的入口
|
||||
|
||||
> 该问题已于 [1.5.1](/statements/update-log.html#1-5-1) 版本修复,请及时更新
|
||||
|
||||
- 胡桃使用 Windows 提供的 `JumpPath` 接口来提供快速启动游戏菜单
|
||||
- 该接口需要用户在`系统设置 -> 个性化 -> 开始` 中启用`在“开始”菜单或任务栏的跳转列表中以及资源管理器的“快速使用”中显示最近打开的项` (该设置系统默认开启)
|
||||
- 在下一版本,我们会使用 `JumpTask` 接口来代替 `JumpPath` 接口,用户将不再需要上述设置选项开启
|
||||
|
||||
## #4 无法使用管理员模式启动胡桃工具箱
|
||||
|
||||
> 该问题来源并非胡桃工具箱,属于外部问题 该问题仅存在于 Windows 10 低于 22H2 的版本中
|
||||
|
||||
- 当用户系统版本低于 `Windows Build 19045`(即 Windows 10 22H2 版本)时,可能无法通过管理员模式启动胡桃工具箱
|
||||
- 该问题属于 Windows 内核级别问题,难以判断具体来源,故建议用户升级至 Windows 10 最新版本
|
||||
|
||||
## #5 服务器转换卡死并持续写入的问题
|
||||
|
||||
相关 Issue:[issues/566](https://github.com/DGP-Studio/Snap.Hutao/issues/566)
|
||||
|
||||
该问题已在 [1.5.4](/statements/update-log.html#1-5-4) 版本修复,请及时更新
|
||||
@@ -10,7 +10,6 @@ order: 4
|
||||
|
||||
 
|
||||
|
||||
|
||||
- 当胡桃工具箱返回"账号有风险,请前往米游社查看"、"请求异常,请前往米游社对应功能页面查看"、"无感验证失败,请前往「米游社我的角色实时便笺」页面查看 "等错误提示时,代表当前的操作被米游社的验证系统所阻挡
|
||||
|
||||
- 解决方式
|
||||
@@ -28,10 +27,14 @@ order: 4
|
||||
- 若始终无法触发验证,可修改密码
|
||||
|
||||
::: tip
|
||||
|
||||
- 若风险提示过于频繁,或始终无法触发验证,代表您的账号风险已过高,请修改密码,使多个设备同时登录的状态被重置
|
||||
|
||||
:::
|
||||
|
||||
::: warning
|
||||
|
||||
- 若您**已绑定并使用可提供原神查询的 Bot**或**同时有多个设备使用同一个米哈游通行证**,则本条目所示的情况,尤其**无感验证**将基本无法成功,这是米游社后端的**安全性**设计,不可避免,无法绕过
|
||||
- 若您本地有多个**米哈游通行证**同时频繁与**米游社**进行数据交互,则可能会被米游社在一定时间内封禁 IP 地址,这是米游社后端的**安全性**设计,不可避免,无法绕过
|
||||
|
||||
:::
|
||||
|
||||
@@ -9,19 +9,23 @@ category:
|
||||
As open-source software, community power is an important part of the ecology of Snap Hutao, and you can join our user community by following ways.
|
||||
|
||||
<!-- @include: star-request.md -->
|
||||
|
||||
## GitHub Discussion
|
||||
|
||||
[Snap.Hutao Discussion](https://github.com/DGP-Studio/Snap.Hutao/discussions)
|
||||
|
||||
## QQ Group (CN)
|
||||
|
||||
- [Snap Group #1](https://go.hut.ao/qun1)
|
||||
- [Snap Group #5](https://go.hut.ao/qun5)
|
||||
- [Snap Group #2](https://go.hut.ao/qun2)
|
||||
- [Snap Group #3](https://go.hut.ao/qun3)
|
||||
- [Snap Group #4](https://go.hut.ao/qun4)
|
||||
- *Snap Developer Open Discussion Group*
|
||||
- _Snap Developer Open Discussion Group_
|
||||
- General tech talk, not Snap Hutao Project development group
|
||||
- The Dev group requires some basic tech knowledge
|
||||
- You can join via [https://dev-group.hut.ao](https://dev-group.hut.ao) if you are interested to join
|
||||
|
||||
## Discord
|
||||
|
||||
Invite link:[https://discord.gg/Yb8bykUKp](https://discord.gg/Yb8bykaUKp)
|
||||
@@ -8,7 +8,6 @@ order: 3
|
||||
|
||||

|
||||
|
||||
|
||||
Snap Hutao offers local achievement management feature, users can view and manage status of achievement
|
||||
|
||||
- At first time use, you will follow the instruction to create an archive and name it
|
||||
@@ -25,4 +24,3 @@ Snap Hutao offers local achievement management feature, users can view and manag
|
||||
- [YaeAchievement](https://github.com/HolographicHat/YaeAchievement) <Badge text="Achievement Recognition" type="tip" />
|
||||
|
||||
- [椰羊 cocogoat](https://cocogoat.work/) <Badge text="Achievement Guide" type="tip" />
|
||||
|
||||
|
||||
@@ -7,25 +7,30 @@ order: 5
|
||||
# My Characters
|
||||
|
||||
::: info
|
||||
|
||||
This features required logged in MiHoYo BBS account, please refer to [MiHoYo BBS Account Switch](mhy-account-switch.md)
|
||||
document for sign in tutorial
|
||||
|
||||
:::
|
||||
|
||||
My characters is a character statistics feature that allows Snap Hutao to read character's statistics on the account,
|
||||
including level, constellation, weapon, talent and artifact set; we also provide artifacts rating and CRTI rating for
|
||||
each character.
|
||||
|
||||
|
||||

|
||||
|
||||
## Sync Character Data
|
||||
|
||||
### Sync from Enka API
|
||||
|
||||
::: info Synchronous Feature
|
||||
|
||||
- Enka API sync data from characters displayed in the in-game character showcase
|
||||
|
||||
- Data includes Artifacts detail data, weapon detail data, talent data
|
||||
- Character costume
|
||||
- This sync method only support 8 characters at a time
|
||||
|
||||
:::
|
||||
|
||||
- In the game, put **characters that you need detailed data** into the showcase
|
||||
@@ -36,20 +41,28 @@ each character.
|
||||
- Select `Sync from Enka API`
|
||||
|
||||
### Sync from MiHoYo BBS - My Characters
|
||||
|
||||
::: info Synchronous Feature
|
||||
|
||||
- Data in this sync method comes from My Characters feature in MiHoYo official BSS
|
||||
|
||||
- This method does not contain any artifacts data
|
||||
- This method can sync all characters data at a time
|
||||
|
||||
:::
|
||||
|
||||
- Enter `My Characters` page in the Snap Hutao, Click `Sync Character Data` button on the top-right
|
||||
- Select `Sync from MiHoYo BBS My Characters`
|
||||
|
||||
### Sync from MiHoYo BBS - Development Plan
|
||||
|
||||
::: info Synchronous Feature
|
||||
|
||||
- Data in this method comes from `Enhancement Progression Calculator` feature in MiHoYo official BBS tool set
|
||||
|
||||
- This sync method contains talent level data
|
||||
- This sync method can sync all characters data at a time
|
||||
|
||||
:::
|
||||
|
||||
- Enter `My Characters` page in the Snap Hutao, Click `Sync Character Data` button on the top-right
|
||||
|
||||
@@ -11,6 +11,7 @@ order: 8
|
||||
Character WIKI is a Snap Hutao build-in WIKI feature used to query each character's information.
|
||||
|
||||
## Included Data
|
||||
|
||||
- Character list
|
||||
- Use the icon above the list, you can change the view between `list` and `grid`
|
||||
- Click on character's icon or title, and you will be directed to its WIKI page
|
||||
@@ -31,6 +32,7 @@ Character WIKI is a Snap Hutao build-in WIKI feature used to query each characte
|
||||
- Character stories
|
||||
|
||||
## Add to Dev Plan
|
||||
|
||||
- At character WIKI page, you can select character and click on `Dev Plan` on the top right to add it to your Dev Plan
|
||||
- The new plan will set the base level as `1`
|
||||
- If you want to make new Dev Plan based on character you already have, you can try [My Character](character-data.html) feature
|
||||
@@ -31,7 +31,6 @@ Dev Plan is under redesigning, the document will be translated after the refinem
|
||||
- 基于玩家数据添加的养成目标,默认初始等级为玩家当前的角色等级
|
||||
- 请参考[属性统计](character-data#%E5%B0%86%E5%BD%93%E5%89%8D%E9%80%89%E5%AE%9A%E8%A7%92%E8%89%B2%E5%8A%A0%E5%85%A5%E5%85%BB%E6%88%90%E8%AE%A1%E7%AE%97)文档以获取更多信息
|
||||
|
||||
|
||||
## 背包物品
|
||||
|
||||
- 在"胡桃工具箱"的左侧栏目中,点击"养成计划"功能
|
||||
@@ -48,5 +47,3 @@ Dev Plan is under redesigning, the document will be translated after the refinem
|
||||
## 功能说明
|
||||
|
||||
此功能尚在完善阶段,若您有建设性的建议,或发现了显著的问题,请按[此页面](../statements/bug-report.md)直接向我们反馈,感谢您的贡献!
|
||||
|
||||
|
||||
|
||||
@@ -16,17 +16,21 @@ order: 1
|
||||
- Launcher options is explained in the document below
|
||||
|
||||
## Server Switch
|
||||
|
||||
::: tip Privilege Notice
|
||||
|
||||
1. You need to run Snap Hutao as administrator to use this feature
|
||||
2. Snap Hutao will create `ServerCache` folder in the data directory to save required sever switch files
|
||||
|
||||
:::
|
||||
|
||||
- Enter Game Launcher page
|
||||
- In the `General - Server` field, select the server you want
|
||||
|
||||
- Current available serves options include:
|
||||
|
||||
| Option | Server |
|
||||
|----------------|---------------------------------------------------|
|
||||
| -------------- | ------------------------------------------------- |
|
||||
| CN | Mainland China server |
|
||||
| BiliBili | Chinese server with BiliBili account system |
|
||||
| Global Default | HoYoVerse servers |
|
||||
@@ -35,15 +39,17 @@ order: 1
|
||||
|
||||
- click `Launcher` button on the top-right to launch the game, Snap Hutao will download server required files and then launch the game
|
||||
|
||||
|
||||
## Game Account Switch
|
||||
|
||||
::: tip
|
||||
|
||||
1. The **account** mentioned in this feature is Genshin game login account instead of HoYoLAB account
|
||||
2. Game account switch feature currently only supporting official CN server
|
||||
|
||||
:::
|
||||
|
||||
| | CN | BiliBili | Global |
|
||||
|-------------------|-----------|---------------|--------------------------------------------------------------------------------------------------------------------------|
|
||||
| ----------------- | --------- | ------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
||||
| Save Login Status | Supported | Supported | Supported |
|
||||
| Switch Account | Supported | Not Supported | Theoretically Supported <br/>[We need community's support for this](https://github.com/DGP-Studio/Snap.Hutao/issues/638) |
|
||||
|
||||
@@ -60,9 +66,12 @@ order: 1
|
||||
## Appearance
|
||||
|
||||
::: warning
|
||||
|
||||
- In some reported cases, using Snap Hutao with `Exclusive Fullscreen` mode will cause the game process no response.
|
||||
|
||||
- Suggest to use `Borderless` or `Fullscreen` mode if you faced same problem
|
||||
- The problem is caused by failure of game embedded browser cannot run
|
||||
|
||||
:::
|
||||
|
||||
- Enter Game Launcher page
|
||||
@@ -75,22 +84,30 @@ order: 1
|
||||
- **Display**, users with multiple displays can use this option to set which display to run the game
|
||||
|
||||
## Advanced Features
|
||||
|
||||
::: danger
|
||||
|
||||
- Be aware: all advanced features are labeled as `Dangeroud Feature`; indicating that enabling them means you choose
|
||||
to assume any risk on your own.
|
||||
- You need to enable advanced features in Snap Hutao's settings page
|
||||
|
||||
:::
|
||||
|
||||
### Unlock Frame Rate Limit
|
||||
|
||||
::: danger
|
||||
|
||||
- The [Unlocker project](https://github.com/DGP-Studio/Unlocker) only affects the UnityPlayer itself, directly affecting
|
||||
the Unity3D engine, and does not have a direct relationship with the game itself. Essentially, it is no different from
|
||||
settings like 120 FPS in mobile devices. However, you should still use it with caution and read the [user agreement](../statements/tos.md)
|
||||
on your own.
|
||||
|
||||
:::
|
||||
|
||||
- Run Snap Hutao as administrator
|
||||
- Enter Game Launcher page
|
||||
- At the bottom of the page, you can find `Unlock Frame Rate Limit` option
|
||||
|
||||
- Trigger the switch to enable or disable this feature
|
||||
- In the `Set Frame Rate Limit` field, you can adjust the limit freely
|
||||
|
||||
@@ -102,13 +119,16 @@ to assume any risk on your own.
|
||||
- Your graphic card is not powerful enough
|
||||
|
||||
### Multi-Client
|
||||
|
||||
::: danger
|
||||
|
||||
Multiple instances of the game client is a far more dangerous feature compared to unlocking the framerate limit.
|
||||
You should personally or invite a technically knowledgeable professional to review the code and make your own judgment
|
||||
on whether to use this feature.
|
||||
|
||||
**Using this feature may cause the anti-cheat system in Genshin Impact to fail to load, and the game client will report
|
||||
this situation to miHoYo's servers.**
|
||||
|
||||
:::
|
||||
|
||||
1. Run Snap Hutao as administrator
|
||||
|
||||
@@ -7,6 +7,7 @@ order: 6
|
||||
# Hutao Database / Abyss Record
|
||||
|
||||
Snap Hutao offers two major statistic features associated with Spiral Abyss challenge
|
||||
|
||||
- `Abyss Stats` on the sidebar is a feature designed to help players who are not familiar with Genshin Impact's
|
||||
battle system to build teams, pass the Abyss and obtain rewards by collecting and displaying challenge stats data from
|
||||
the Spiral Abyss from a large number of players.
|
||||
@@ -15,6 +16,7 @@ personal data collection by saving their challenge data from each period of the
|
||||
- Many players contribute to the Hutao Database's `Abyss Stats` dataset by uploading their personal `Abyss Records`
|
||||
|
||||
::: tabs
|
||||
|
||||
@tab Character Usage
|
||||

|
||||
@tab Character Appearance
|
||||
@@ -27,7 +29,9 @@ personal data collection by saving their challenge data from each period of the
|
||||

|
||||
@tab Personal Stats Details
|
||||

|
||||
|
||||
:::
|
||||
|
||||
## View Abyss Stats
|
||||
|
||||
::: warning Data Scope Limitation
|
||||
@@ -36,10 +40,12 @@ data of **all** Genshin Impact players. The data is for reference only.
|
||||
:::
|
||||
|
||||
::: info Stats Data Refresh Cycle
|
||||
|
||||
1. Abyss Stats (character usage, character appearance, teams appearance) wil be automatically reset on 1st and 16th day
|
||||
of each month on the gaming server timezone of your account
|
||||
- You can view real-time total uploaded data by clicking `Details` button in the `Abyss Stats` page
|
||||
2. If user does not upload its record for 30 days, its character constellation data will be reset in the database
|
||||
|
||||
:::
|
||||
|
||||
- Enter Abyss Records page by clicking `Abyss Stats` on the sidebar menu
|
||||
@@ -55,14 +61,15 @@ of each month on the gaming server timezone of your account
|
||||
## Upload Abyss Data
|
||||
|
||||
### Use Snap Hutao Client
|
||||
|
||||
- Enter Abyss Records page by clicking `Abyss Records` on the sidebar menu
|
||||
- Click `Refresh Data` button to make suer Snap Hutao is storing your latest Spiral Abyss record
|
||||
- Click `Upload Data` to upload your Spiral Abyss records
|
||||
- This may take a few seconds, you will see the following success message after your data is submitted
|
||||

|
||||
|
||||
|
||||
### Use Browser
|
||||
|
||||
::: info
|
||||
This method does not support HoYoLab
|
||||
:::
|
||||
@@ -77,9 +84,9 @@ This method does not support HoYoLab
|
||||
- After confirm it, the browser will upload your abyss record, do not turn off your browser
|
||||
- You will receive a notification when your data is submitted
|
||||
|
||||
|
||||
[^first]: When same character appearances in the same floor but different level, appearance time only count for 1
|
||||
[^first-2]: When same character appearances in the same floor but different level, appearance time only count for 1
|
||||
[^second]: Character constellation data is a separate data set from Spiral Abyss records database
|
||||
[^third]: Once owned this character, it's counted into database even it's not appearing in Spiral Abyss; Once upload your
|
||||
[^third]:
|
||||
Once owned this character, it's counted into database even it's not appearing in Spiral Abyss; Once upload your
|
||||
Abyss stats, all collected characters will be included
|
||||
|
||||
@@ -7,11 +7,15 @@ order: 11
|
||||
# Software Settings
|
||||
|
||||
::: info
|
||||
|
||||
- The following feature tutorials are introduced in-program order.
|
||||
|
||||
:::
|
||||
|
||||
## About Snap Hutao
|
||||
|
||||
This part has the following information:
|
||||
|
||||
- The icon of Snap Hutao:You can find the original image of the icon at the [home page](/)
|
||||
- The artist is [画画的芦苇 (BiliBili)](https://space.bilibili.com/274422134)
|
||||
::: details Drawing Process
|
||||
@@ -22,12 +26,15 @@ This part has the following information:
|
||||
- Device ID
|
||||
|
||||
## Snap Hutao Account <Badge text="Beta" type="info" />
|
||||
|
||||

|
||||
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.
|
||||
|
||||
## Appearance
|
||||
|
||||
- Language
|
||||
|
||||
- Snap Hutao will following system language setting by default
|
||||
- You can force to change to another language in the settings page
|
||||
|
||||
@@ -41,30 +48,37 @@ Currently, you are already able to register and login to your Snap Hutao account
|
||||
@slidestart auto
|
||||
|
||||
## Windows 10 Acrylic
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Windows 11 Acrylic
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Windows 11 Mica
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Windows 11 MicaAlt
|
||||
|
||||

|
||||
|
||||
@slideend
|
||||
|
||||
## Wish History
|
||||
|
||||
- In this field, you can choose to hide wish event that you do not have any record in the period in the wish export feature
|
||||
|
||||
## Game
|
||||
|
||||
- Game Path
|
||||
|
||||
- In this field, you can modify or set your game path for Snap Hutao
|
||||
- When setting the game path, you should select game program instead of launcher program
|
||||
- Such as `$\Genshin Impact\Genshin Impact Game\YuanShen.exe`
|
||||
@@ -76,12 +90,15 @@ Currently, you are already able to register and login to your Snap Hutao account
|
||||
## Storage
|
||||
|
||||
- Open Data Folder
|
||||
|
||||
- Click this field to open data folder that contains user data, log, and metadata
|
||||
|
||||
- Change Data Directory
|
||||
|
||||
- This field allows you to change the data directory to path you want
|
||||
|
||||
- Open Cache Folder
|
||||
|
||||
- Click this field will open cache folder that saves image assets used by Snap Hutao
|
||||
|
||||
- Reset Image Resource
|
||||
@@ -102,6 +119,7 @@ Daily Check-in feature in Snap Hutao is mainly used to check account login statu
|
||||

|
||||
|
||||
## Dangerous Features
|
||||
|
||||
- Enable Advanced Features
|
||||
- With Snap Hutao running as administrator, you can enable this field to enable advanced features in the game launcher
|
||||
> For reference:
|
||||
|
||||
@@ -7,11 +7,14 @@ order: 10
|
||||
# MiHoYo BBS Account Switch
|
||||
|
||||
::: tip
|
||||
|
||||
There are two types of MiHoYo BBS, MiYouShe and HoYoLab.
|
||||
MiYouShe refers to Mainland China version, HoYoLab refers to global version, both of them are accepted by Snap Hutao
|
||||
|
||||
- The document in page is talking about **MiHoYo BBS account**, not Genshin Impact's **in-game account**
|
||||
- Before starting using Snap Hutao, you must initial your MiHoYo BBS account by login to your account in official mobile application
|
||||
- If your account name shows like `user_123456789`, then it means the account is not initial yet
|
||||
|
||||
:::
|
||||
|
||||

|
||||
@@ -19,11 +22,13 @@ MiYouShe refers to Mainland China version, HoYoLab refers to global version, bot
|
||||
- At the left bottom corner, you can find the account menu above the `Settings` button. In the pop-up account menu,
|
||||
you can find the entry to login in to your MiYouShe and HoYoLab account:
|
||||
- Click on `Web Login`
|
||||
|
||||
- In the pop-up build-in browser, login with your account
|
||||
- Click `I'm logged in` button on the top right, after you have logged into your account
|
||||
- Then your account will be added to Snap Hutao, the browser will close automatically
|
||||
|
||||
- Alternatively, you can enter your MiHoYo BBS cookie list by click on `Input Manually` button
|
||||
|
||||
- If you do so, the cookies must contains `Stoken` field
|
||||
- You can refer to [使用第三方工具获取有 Stoken 的 cookie](../advanced/get-stoken-cookie-from-the-third-party.md) document for methods to capture cookie with `Stoken`
|
||||
|
||||
@@ -31,8 +36,10 @@ you can find the entry to login in to your MiYouShe and HoYoLab account:
|
||||
- You can always switch your MiHoYo BBS account in the account menu, and you are also allowed to copy account's cookie or remove account there
|
||||
|
||||
::: info Security Tips
|
||||
|
||||
- `Stoken` is a security sensitive cookie field, you **should NEVER** store it in cloud-based software or device that you cannot guarantee the safety (such as public computers).
|
||||
- You can copy accounts' cookie with `Stoken` from Snap Hutao, but you should carefully consider if the receiver is trustworthy to have `Stoken` cookie
|
||||
- **When you are signing in to your MiHoYo BBS account in Snap Hutao, the data are only been processed by MiHoYo's official server and local Snap Hutao program,
|
||||
no third-party server (including any server from Snap Hutao) will involve in this process.**
|
||||
|
||||
:::
|
||||
|
||||
@@ -7,12 +7,16 @@ order: 4
|
||||
# Real-time Notes
|
||||
|
||||
::: info
|
||||
|
||||
This features requires you to login in to your MiYouShe or HoYoLab account in Snap Hutao,
|
||||
you can check [米游社多帐号切换](mhy-account-switch.html) for more information.
|
||||
|
||||
:::
|
||||
|
||||

|
||||
|
||||
## Add Role
|
||||
|
||||
- Click on `Add Role` button
|
||||
- In the pop-up menu, find the UID you want to add, and click on the add button to its right
|
||||
- Now, the game UID character's Real-time Notes should be displayed in the page
|
||||
@@ -22,6 +26,7 @@ you can check [米游社多帐号切换](mhy-account-switch.html) for more infor
|
||||
- If you receive any warning similar to `Verification failed`, it may be caused by too many account added, and you can try to fix it youself by refreshing account cookie
|
||||
|
||||
## Global Notification Settings
|
||||
|
||||
- In the `Notification Settings` on the top right, you can change the global settings of Real-time Notes, including:
|
||||
- Refresh rate
|
||||
- Do not disturb setting
|
||||
@@ -42,5 +47,6 @@ you can check [米游社多帐号切换](mhy-account-switch.html) for more infor
|
||||
- Click on `Save` and you can save the settings
|
||||
|
||||
## Delete Daily-Notes Account
|
||||
|
||||
- Hover the cursor over the form of Real-time Notes account that needs to delete
|
||||
- Clock on the remove button on it, and you can remove the corresponding account
|
||||
|
||||
@@ -24,18 +24,23 @@ total number of wishes, current pity count, quantity and percentage of obtained
|
||||
times a 5-star rarity item was not obtained and the current pity status.
|
||||
|
||||
::: note Delay in Gacha Data Export
|
||||
|
||||
Snap Hutao retrieves gacha records from the MiHoYo servers, which means that recently made wishes may not be immediately
|
||||
available. When you see the latest batch of gacha records in the game's own history, then you can then obtain the corresponding
|
||||
statistics from Snap Hutao.
|
||||
|
||||
:::
|
||||
|
||||
## Fetch Wish History
|
||||
|
||||
### Refresh with Stoken Cookie <Badge text="Recommend" type="tip" />
|
||||
|
||||
::: info Hint
|
||||
|
||||
- This method requires user to sign in to MiHoYo BBS account in Snap Hutao, refer to
|
||||
[MiHoYo BBS Account Switch](mhy-account-switch.md) to get to know how to login to your MiHoYo BBS account
|
||||
- **Stoken Cookie refresh method does not support global server (HoYoLab)**
|
||||
|
||||
:::
|
||||
|
||||
- Make sure the account you want to refresh wish history has been signed in to Snap Hutao
|
||||
@@ -52,11 +57,14 @@ statistics from Snap Hutao.
|
||||
|
||||
::: tip
|
||||
If errors keep occur:
|
||||
|
||||
- Go to settings page in Snap Hutao
|
||||
- Execute operation `Delete game embeeded browser web cache`
|
||||
|
||||
:::
|
||||
|
||||
### Refresh with Manually Input URL <Badge text="Global Server Supported" type="tip" />
|
||||
|
||||
- If you get your personal wish history URL, you can select `Manual Input` and submit your wish history URL
|
||||
- Be aware that the URL is time-sensitive
|
||||
|
||||
@@ -70,9 +78,11 @@ Not selecting `Full Refresh` will **not** cause you to lose your wishing data,
|
||||
and selecting `Full Refresh` will **not** cause your local records to mistakenly record the same wishing data twice.
|
||||
|
||||
### Import Wish History Data from Other Applications <Badge text="UIGF" type="info" />
|
||||
|
||||
Snap Hutao supports importing wish history data file that in `UIGF data format`[^UIGF-Org]
|
||||
|
||||
If you need to import such type of data, you can:
|
||||
|
||||
- Start Snap Hutao, switch to `Wish History` feature page
|
||||
- Select `Import`
|
||||
- Select your UIGF Json data file
|
||||
@@ -83,6 +93,7 @@ If you need to import such type of data, you can:
|
||||
Snap Hutao support exporting wish history data to a Json file written in UIGF data format
|
||||
|
||||
If you need to export the wish history data, you can:
|
||||
|
||||
- Start Snap Hutao, switch to `Wish History` feature page
|
||||
- Switch to the archive you want to export, and select `Export`
|
||||
- In the pop-up window, confirm your export path
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Localization
|
||||
|
||||
## Localization Process
|
||||
|
||||
Snap Hutao Project features were originally based on the China server, but we are also trying to expand the coverage globally through the support of the MiHoYo global gaming server & software localization.Currently, our localization process includes:
|
||||
|
||||
- Snap Hutao
|
||||
@@ -38,8 +40,7 @@ Snap Hutao Project features were originally based on the China server, but we ar
|
||||
- Snap Hutao Docs
|
||||
- The developer team is maintaining Chinese documents and working on English documents
|
||||
- You can clone the [docs repository](https://github.com/DGP-Studio/Snap.Hutao.Docs), translate docs with your
|
||||
favourite tools, and make a Pull Request to contribute your work to the main repository
|
||||
favorite tools, and make a Pull Request to contribute your work to the main repository
|
||||
- If you are adding a new language, you can copy the entire `en` folder and rename it with [ISO 639-1 language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
|
||||
- For example `jp` as Japanese
|
||||
- Do not translate based on Chinese docs (`zh`) as there are some content only specific useful for Chinese users; they are not useful for international users.
|
||||
|
||||
@@ -9,6 +9,7 @@ category:
|
||||
Snap Hutao is an MIT-licensed open-source project that provides a Genshin Impact Toolset on Windows, aiming to provide a better experience on PC gaming. It makes undestructive feature expansions on desktops by making features that Genshin Impact provides only on mobile applications.
|
||||
|
||||
## Feature Migration
|
||||
|
||||
Snap Hutao project was originally from the Snap Genshin project. Currently, we are still migrating features.
|
||||
|
||||
Documents will be provided on this website for all migrated features. The migration process is shown below:
|
||||
@@ -33,6 +34,7 @@ Documents will be provided on this website for all migrated features. The migrat
|
||||
## New features
|
||||
|
||||
The following features are planned to add when the project was established.
|
||||
|
||||
- [ ] Wish history cloud sync
|
||||
- [ ] [Localization](i18n.md)
|
||||
- [x] International server support
|
||||
|
||||
@@ -9,11 +9,15 @@ category:
|
||||
# Quick Start
|
||||
|
||||
::: tip
|
||||
|
||||
If you download and use **Snap Hutao**,you are agree to our[ terms of service](statements/tos.md)
|
||||
|
||||
:::
|
||||
|
||||
<!-- @include: star-request.md -->
|
||||
|
||||
## Video Tutorial
|
||||
|
||||
For most people, follow the instruction on this page is more effiency.
|
||||
|
||||
However, if you are not familiar with the operation mentioned below, you can come back the follow the video tutorial.
|
||||
@@ -22,14 +26,15 @@ However, if you are not familiar with the operation mentioned below, you can com
|
||||
:::
|
||||
|
||||
## Minimum System Requirements
|
||||
|
||||
| Requirement | Attribute |
|
||||
| ----------------------- | -------------------------------------- |
|
||||
| **Minimum Required OS** | Windows 10 Build 19045 (22H2) [^first] |
|
||||
| **Recommended OS** | Windows 11 Build 22621 (22H2) |
|
||||
| Optional Components | WebView2 Runtime |
|
||||
|
||||
|
||||
## Download Snap Hutao
|
||||
|
||||
**Whatever installation method you used, package source and registration are always handled by Microsoft Store.**
|
||||
|
||||
::: tabs
|
||||
@@ -41,41 +46,48 @@ theme="auto">
|
||||
|
||||
Microsoft Store Link:[Snap Hutao](https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52)
|
||||
|
||||
On Windows 10 and Windows 11 you can click the button above to download Snap Hutao
|
||||
|
||||
On Windows 10 and Windows 11 you can click the button above to download Snap Hutao.
|
||||
|
||||
@tab winget
|
||||
|
||||
- Launch PowerShell
|
||||
- Execute command `winget install "Snap Hutao"`
|
||||
- Follow the prompt to allow the installation
|
||||
|
||||
@tab GitHub
|
||||
|
||||
- Visit the [latest release page](https://github.com/DGP-Studio/Snap.Hutao/releases/latest/) of Snap Hutao
|
||||
- Download MSIX Package
|
||||
- Run the MSIX package directly to perform installation
|
||||
|
||||
:::
|
||||
|
||||
### Upgrade to MS Store Version from Sideload Versions
|
||||
|
||||
- Uninstall the sideload version with our [uninstallation instruction document](/advanced/uninstall.html)
|
||||
- You data will not lose as long as you don't delete data directory manually
|
||||
- Follow the method above to install the Microsoft Store version application
|
||||
|
||||
## Update Snap Hutao
|
||||
|
||||
**You can use any of the update methods, whatever method you used when you installed Snap Hutao. They don't need to be consistent, as Microsoft Store is the only source of packages.**
|
||||
::: tabs
|
||||
@tab Microsoft
|
||||
|
||||
- Launch Microsoft Store
|
||||
- Click on Library in the bottom left to see all apps you have installed
|
||||
- Click `Get updates` on the top right and your application will be updated
|
||||
|
||||
If you still don't receive the update, you may enter the Snap Hutao [detail page]((https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52)) in Microsoft Store, to allow the store to fetch the latest metadata.
|
||||
If you still don't receive the update, you may enter the Snap Hutao [detail page](<(https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52)>) in Microsoft Store, to allow the store to fetch the latest metadata.
|
||||
|
||||
@tab winget
|
||||
|
||||
- Launch PowerShell
|
||||
- Execute command `winget upgrade "Snap Hutao"`
|
||||
- Follow the prompt to allow the upgrade
|
||||
|
||||
@tab GitHub
|
||||
|
||||
- Visit the [latest release page](https://github.com/DGP-Studio/Snap.Hutao/releases/latest/) of Snap Hutao
|
||||
- Download MSIX Package
|
||||
- Run the MSIX package directly to perform upgrade
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
## 侧载安装
|
||||
|
||||
### 通用安装方式
|
||||
|
||||
- 在系统设置中打开`开发者设置`界面,勾选 `开发人员模式` 和 `允许 PowerShell 脚本` (自行百度)
|
||||
- 解压已下载的压缩包,找到`Install.ps1`文件,右键选择`使用PowerShell运行`,按照提示允许 PowerShell 执行操作即可
|
||||
- 安装完毕,`胡桃`将出现在您的`开始菜单`中
|
||||
|
||||
### 小白级安装方式
|
||||
|
||||
- 解压已下载的安装包
|
||||
- 运行 `Snap.Hutao.Installer.exe`
|
||||
- 该程序将执行上述通用安装方式的命令
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
**If you believe Snap Hutao is a good project and helps you, you can support us by the following ways**
|
||||
|
||||
- Star our project on GitHub ⭐
|
||||
- [Snap.Hutao](https://github.com/DGP-Studio/Snap.Hutao) 
|
||||
- [Snap.Hutao.Docs](https://github.com/DGP-Studio/Snap.Hutao.Docs) 
|
||||
|
||||
@@ -18,7 +18,9 @@ order: 2
|
||||
- If you are able to fix the issue from code, you are also welcome to make PRs directly.
|
||||
|
||||
### Client Issue
|
||||
|
||||
- Check if the document already answered your issue
|
||||
|
||||
- Make sure you are in the latest version
|
||||
- You can check FAQ document in the sidebar
|
||||
- [FAQ](../advanced/FAQ.md)
|
||||
@@ -29,4 +31,5 @@ order: 2
|
||||
- [support.qq.com/products/451231](https://support.qq.com/products/451231)
|
||||
|
||||
### Request New or Update Document
|
||||
|
||||
- Open issue on GitHub: [DGP-Studio/Snap.Hutao.Docs](https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/new/choose)
|
||||
@@ -7,34 +7,38 @@ order: 3
|
||||
---
|
||||
|
||||
# User Data and Privacy Notice
|
||||
|
||||
## Personal Information
|
||||
|
||||
The nature of Snap Hutao project states it does not collect any personal information data.
|
||||
|
||||
## Regular Data Usage
|
||||
|
||||
Snap Hutao respects the privacy of users, and we're currently using data as described below:
|
||||
|
||||
- Once using Snap Hutao,the database file in the **data directory**
|
||||
|
||||
- **Store**
|
||||
- MiHoYo BBS and HoYoLab cookie
|
||||
- Snap Hutao program settings
|
||||
- All other user data
|
||||
|
||||
- When using Snap Hutao, we collect **anonymously** logs data for development and statistical purposes
|
||||
when program stops unexpectedly or throw an error, including
|
||||
- User device ID
|
||||
- Error or crash log
|
||||
- Active user statistical data
|
||||
when program stops unexpectedly or throw an error, including - User device ID - Error or crash log - Active user statistical data
|
||||
|
||||
- When using `Hutao Database` (`Abyss Record`/`Abyss Stats`) feature and select `Upload Data`
|
||||
|
||||
- **Upload** data to Hutao API, including
|
||||
- User's in-game UID
|
||||
- User's Abyss record
|
||||
- User's character information including artifact and weapon data
|
||||
|
||||
- After using `Real-time Notes` features
|
||||
|
||||
- **Create** a Windows scheduled task to fetch data timely
|
||||
|
||||
- After using `server switch` feature in `Game Laucher`, in Snap Hutao's data directory
|
||||
|
||||
- **Store** game files for server switch usage
|
||||
|
||||
- After using `Hutao Account` features, Hutao Account system server will
|
||||
|
||||
@@ -9,11 +9,14 @@ order: 4
|
||||
---
|
||||
|
||||
# User Agreement and Legal Disclaime
|
||||
|
||||
::: info
|
||||
This page of document was original written in Simplified Chinese. It's translated by AI-driven translate software, and still under review.
|
||||
If there is any conflict between the content of the document on this page and the original document, please refer to the [original document](/zh/statements/tos.html).
|
||||
:::
|
||||
|
||||
## General Provisions
|
||||
|
||||
- This "User Agreement and Legal Disclaimer" (hereinafter referred to as "Terms" or "User Agreement") applies to all software works developed by the DGP-Studio development team (hereinafter referred to as "the team" or "we"), the official website of each development project, and affiliated self-hosted media accounts.
|
||||
- Please read all the contents of this User Agreement carefully. If you have any objections to any terms of this User Agreement after reading it, please immediately stop using any projects developed by the team.
|
||||
- If you are under 18 years old, please read and fully understand this agreement with the accompaniment of a legal guardian, and obtain the consent of the legal guardian before using any projects developed by the team.
|
||||
@@ -29,6 +32,7 @@ If there is any conflict between the content of the document on this page and th
|
||||
3. Any "unexpected losses (including but not limited to: software, hardware, property, virtual items, etc.)", "contractual damage", "defamation", "copyright or intellectual property infringement," and the resulting losses and liabilities caused by the use of any content in any projects developed by the team are all "losses and liabilities" caused by the user's own use behavior of open-source software on the Internet. Based on the MIT license declared in all works at their open-source location (i.e., GitHub) and the content stipulated in this declaration, it should be deemed that the aforementioned "losses and liabilities" have no responsibility relationship with all the relevant developers of the projects.
|
||||
|
||||
4. During the user's use of any projects developed by the team, the team does not make any guarantees that do not occur under the following circumstances:
|
||||
|
||||
- The user cannot use or update normally due to network conditions, communication lines, and other technical reasons;
|
||||
- Negative results caused by using "plug-ins in this software developed by a third party," "modified versions of this software compiled by a third party," and "software compiled by reusing project code created by this development team."
|
||||
|
||||
@@ -41,11 +45,13 @@ If there is any conflict between the content of the document on this page and th
|
||||
# Rights and Obligations
|
||||
|
||||
6. Our team allows any individual or organization to conduct secondary development, functional modification, and reuse of our code for other projects without our team's authorization, for any project developed by our team. However, we reserve the right to pursue legal action against any infringement of our team's computer software copyright.
|
||||
|
||||
- Our team shall not be responsible for any consequences resulting from the public release of the contents of any project developed by our team (including but not limited to video production, articles with content of this software, uploading to download sites not designated by our development team, etc.) by any individual or organization using the project developed by our team.
|
||||
- Our team shall not be responsible for any consequences resulting from the use of "third-party subsidiary programs or additional code that can be used for any project developed by our team", "modified versions of any project developed by our team that have been compiled by third parties", or "software compiled using the project code created by our development team".
|
||||
- Based on the legal definitions of "computer software" and "documents" in Article 2 and Article 3 of the "Regulations on the Protection of Computer Software," DGP Studio reserves all computer software copyright for all of our development projects. This includes but is not limited to all information necessary to construct the project and all document data related to the project (i.e. program design specifications, flowcharts, user manuals, etc.), with the actual content subject to the "Computer Software Copyright Registration Certificate" for each project.
|
||||
|
||||
7. Any project developed by our team is only intended for lawful and compliant learning and research use and shall not be used for illegal activities.
|
||||
|
||||
- Our team is only a development team (not a legal entity composed of natural persons), and shall not be held responsible for any joint liability for any use of the software or any project developed by our team that results in any legal consequences.
|
||||
- If a user has already started using any project developed by our team, it means that they have agreed to the "Usage Agreement" and that our team has already fulfilled the notification requirements in Section 10 of this Usage Agreement.
|
||||
|
||||
@@ -55,7 +61,9 @@ If there is any conflict between the content of the document on this page and th
|
||||
- During the use of any project developed by our team, there may be data that has original copyright. For these data, our team does not own their ownership. In order to avoid infringement, the user has the obligation to fully read and comply with the content of Section 10 of this Usage Agreement. The resources used in this software (including but not limited to fonts, images, and text) are from public information on the Internet. If infringement occurs, you can contact us at our GitHub to remove it.
|
||||
|
||||
## Other Terms
|
||||
|
||||
9. Determination of "Non-Business Nature" of Projects Developed by the Team.
|
||||
|
||||
- Any project developed by the team has no business nature.
|
||||
- If individual or certain members of the development team, during their participation in the development of any project developed by the team, have entered into relationships with third-party users, including but not limited to gifts, exchanges, sales, etc., the resulting relationships are unrelated to the development team. This occurrence is not based on the fact that the team developed a related project, but rather on independent events that occurred at the location where the user entered into the aforementioned relationship on the Internet or in reality. The nature of this behavior should be determined based on the user terms of use at the Internet interaction location where the aforementioned relationship occurred, or in combination with specific behaviors that occurred in reality.
|
||||
|
||||
@@ -70,4 +78,3 @@ If there is any conflict between the content of the document on this page and th
|
||||
14. Both you and the development team are independent entities, and under no circumstances does this agreement constitute any express or implied guarantee or condition of the development team towards users. There is also no agency, partnership, joint venture, or employment relationship between the two parties.
|
||||
|
||||
15. In this "User Agreement and Legal Statement," the term "our party" or "the development team" (as distinguished from "you" or "the user") refers to the entire team of DGP-Studio Development Team, including each individual member.
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ order: 1
|
||||
# Update Logs
|
||||
|
||||
## 1.6.2 <Badge text="latest" type="tip" />
|
||||
|
||||
- New Feature
|
||||
- **Wish history cloud backup** based on Hutao account system
|
||||
- Currently, sponsors on AFDIAN and beta users will receive corresponding cloud membership time; All registered users will receive 5 days membership time after uploading Abyss record.
|
||||
@@ -19,6 +20,7 @@ order: 1
|
||||
- Static assets download logic
|
||||
|
||||
## 1.6.0
|
||||
|
||||
- Add
|
||||
- Hutao account system with registration and login available now
|
||||
- Support of HoYoLab account login, and add its support to the following features:
|
||||
@@ -35,6 +37,7 @@ order: 1
|
||||
- Tiles image on Windows 10
|
||||
|
||||
## 1.5.4
|
||||
|
||||
- Add
|
||||
- Game Launcher
|
||||
- Game resource package download
|
||||
@@ -49,6 +52,7 @@ order: 1
|
||||
- Setting page UI optimization
|
||||
|
||||
## 1.5.1
|
||||
|
||||
- Optimization
|
||||
- Replace `JumpList` menus with `JumpTask`,
|
||||
- Add option to allow user set language over system default setting
|
||||
@@ -60,6 +64,7 @@ order: 1
|
||||
- Internationalized Metadata
|
||||
|
||||
## 1.4.15
|
||||
|
||||
- New
|
||||
- Static image reset method
|
||||
- Cookie refresh
|
||||
@@ -73,9 +78,11 @@ order: 1
|
||||
- Optimize wake-up for scheduled tasks
|
||||
|
||||
## 1.4.14
|
||||
|
||||
- Fix issue that new dev plan cannot be added
|
||||
- Support English UI
|
||||
- Other minor bug fix
|
||||
|
||||
## 1.4.11
|
||||
|
||||
- First version on Microsoft Store
|
||||
Reference in New Issue
Block a user